html {
  height: 100%;
  background: #001D54;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--bs-white);
  font-size: 1.2rem;
  min-height: 100%;
  background: #001D54;
  hyphens: auto;
  word-break: auto-phrase;
}

.container-fluid {
  height: auto !important;
  min-height: 100%;
}
.container-fluid.first {
  background-image: url("../img/Le-data-lake.jpg");
  border-top: 1px solid #FED322;
  border-bottom: 1px solid #FED322;
}

.navbar {
  --bs-navbar-brand-font-size:1.438rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.citizen {
  font-family: "citizen", sans-serif;
  font-style: normal;
  color: #FED322;
  line-height: normal;
}

.hashtag {
  padding: 7px 15px;
  background-color: #FED322;
  color: #2A3070;
  border-radius: 33px;
  font-family: "citizen", sans-serif;
  font-size: 1.5rem;
}
.hashtag .symboleHashtag {
  font-family: "Roboto", sans-serif;
  font-size: 1.438rem;
}

.badgeCongres {
  font-family: "citizen", sans-serif;
  color: #FED322;
  font-size: 1.2rem;
}
.badgeCongres .symboleHashtag {
  font-family: "Roboto", sans-serif;
  font-size: 1.438rem;
}
.badgeCongres:hover {
  color: #00EDFF;
}

.slogan {
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: "citizen", sans-serif;
}

a {
  color: #FED322;
  text-decoration: underline;
}

.table {
  --bs-table-bg:$bs-table-bg;
}
.table th {
  color: #FED322;
}
.table td {
  color: #FED322;
}

.fec {
  border-left: 2px solid #FED322;
}
.fec p:first-child {
  font-size: 1.375rem;
  background-color: #FED322;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fec.borderRight {
  border-right: 2px solid #FED322;
}

.btn {
  padding: 12px 18px;
  border: 2px solid #FED322;
  background-color: transparent;
  color: #FED322;
  font-size: 1.4rem;
  --bs-btn-border-radius:0;
}
.btn:hover {
  color: black;
  background-color: #FED322;
}

.youtube_player iframe {
  aspect-ratio: 16/9;
  box-shadow: none;
  border: 3px solid #FED322;
}

.vimeo_player iframe {
  aspect-ratio: 16/9;
  box-shadow: none;
  border: 3px solid #FED322;
}

.accordion {
  border-radius: 0;
  --bs-accordion-inner-border-radius:0;
  --bs-accordion-border-color:none;
  --bs-accordion-border-radius:0;
  --bs-accordion-bg:$bs-accordion-active-bg;
  color: #fff;
}
.accordion .accordion-button {
  color: #fff;
  background-color: #00022A;
  font-weight: 500;
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
}
.accordion .accordion-button:not(.collapsed) {
  color: #FED322;
  background-color: #00022A;
}
.accordion .accordion-button:not(.collapsed):after {
  background-image: url("../img/moins.svg");
}
.accordion .accordion-button:after {
  background-image: url("../img/plus.svg");
}
.accordion .accordion-item {
  border-bottom: 1px solid #fff;
  background-color: #00022A;
  color: #fff;
  border-radius: 0;
}

footer {
  background-color: black;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}
footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
}
footer .footer-menu ul li {
  margin-right: 15px;
}
footer .footer-menu ul a {
  text-decoration: none;
  color: #fff;
}
footer .footer-menu ul a:hover {
  color: #FED322;
  border: none;
}

.reseau li {
  margin-left: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .LogoOec {
    display: none !important;
  }
  .fec {
    border-left: 0;
    border-bottom: 2px solid #FED322;
    margin-bottom: 20px;
  }
  .fec p:first-child {
    font-size: 1.375rem;
  }
  .fec.borderRight {
    border-right: 0;
  }
  .youtube_player,
  .vimeo_player {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 942px) {
  .hiddenFromMd {
    display: none;
  }
  h1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 942px) {
  .visibilityFromMd {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1rem;
  }
  .navbar-brand {
    font-size: 1rem;
  }
  .navbar-brand img {
    width: 222px;
    height: auto;
  }
  h1 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .slogan {
    font-size: 1.2rem;
  }
  .accordion .accordion-button {
    font-size: 1.2rem;
  }
  .fec p {
    font-size: 1rem;
  }
  .fec p:first-child {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body {
    font-size: 1rem;
  }
  .navbar-brand {
    font-size: 1rem;
  }
  .navbar-brand img {
    width: 222px;
    height: auto;
  }
  h1 {
    font-size: 2rem;
  }
  .slogan {
    font-size: 1.2rem;
  }
  .accordion .accordion-button {
    font-size: 1.2rem;
  }
  .fec p {
    font-size: 1rem;
  }
  .fec p:first-child {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .fec p {
    font-size: 1.313rem;
    line-height: 22px;
  }
  .fec p:first-child {
    font-size: 1.375rem;
  }
  h1 {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1457px) and (min-width: 1228px) {
  .heightDesktop {
    height: 50px;
  }
}
@media screen and (max-width: 1165px) and (min-width: 992px) {
  .heightDesktop {
    height: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
