@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-brand {
  background-color: #FFBD4D;
}

.bg-black {
  background-color: #000;
}

.bg-light {
  background-color: #Fff;
}

.o-40 {
  opacity: 0.4;
}

.o-50 {
  opacity: 0.5;
}

.lato, * {
  font-family: "Lato", sans-serif;
}

.montserrat, section.two-cols h2, #content-entete h1, h3, h2 {
  font-family: "Montserrat", sans-serif;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.p-static {
  position: static !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  position: relative;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #Fff;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.divider {
  height: 130px;
  width: 1px;
  background-color: #000;
  margin: 2.5rem auto;
}
.divider.horizontal {
  width: 50px;
  height: 1px;
  display: inline-block;
  margin: 0 0.75rem 0 0;
  vertical-align: middle;
}

.link {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}
.link:before {
  content: url("../img/arrow.svg");
  display: inline-block;
  color: white;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #000;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 0.625rem;
  text-align: center;
}

.second-link {
  font-size: 0.875rem;
  text-decoration: underline;
  margin-left: 1.625rem;
  color: #000;
}

.home {
  background-image: url(../img/bg-footer.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.admin-bar {
  background-color: #323232;
  position: fixed;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  z-index: 100;
}
.admin-bar > div {
  display: flex;
  gap: 3.125rem;
  padding: 0 20px;
}
.admin-bar > div p {
  line-height: normal;
}
.admin-bar > div a {
  color: white;
  text-decoration: none;
  line-height: 16px;
}
.admin-bar > div ul {
  position: absolute;
  background-color: #323232;
  padding: 10px;
  z-index: 100;
  padding: 0.875rem;
  gap: 10px;
  flex-direction: column;
  list-style-type: none;
  display: none;
}
.admin-bar > div ul li:hover a {
  color: #2371B1;
}
.admin-bar > div .submenu:hover ul, .admin-bar > div ul:hover {
  display: flex;
}
.admin-bar > div img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 10px;
}

h1 {
  text-align: center;
  font-weight: 400;
  font-size: 1.625rem;
  margin-top: 40px;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

h3 {
  font-weight: 700;
  font-size: 1.25rem;
}

p {
  line-height: 28px;
}

.legend, .carousel .glide p, .carousel .singleImage p, #content-entete div#preview-head p {
  font-size: 0.75rem;
  color: #979797;
  line-height: normal;
}

header {
  margin: 3.75rem 3.75rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header img {
  max-width: 10rem;
}
footer menu ul, nav ul {
  display: flex;
  gap: 2.5rem;
  list-style-type: none;
}
footer menu ul a, nav ul a {
  text-decoration: none;
  color: #000;
}
footer menu ul li.external-link img, nav ul li.external-link img {
  width: 1rem;
  vertical-align: baseline;
  padding-right: 5px;
  transform: rotate(-45deg);
}

header .menuIcon {
  display: none;
  cursor: pointer;
}
header .mobile-menu {
  display: none;
  transition-duration: 0.4s;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 100vw;
  padding: 2.5rem 1.25rem;
}
header .mobile-menu img:nth-of-type(2) {
  float: right;
  cursor: pointer;
  margin-right: 2.5rem;
}
header .mobile-menu ul {
  flex-direction: column;
  margin-top: 3.75rem;
}
header .mobile-menu .social {
  flex-direction: row;
  margin-top: 2.5rem;
}
header .mobile-menu .social img {
  width: 2.5rem;
}

section#intro {
  text-align: center;
  margin: 0 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#intro img, section#intro div.social {
  margin-left: auto;
}

div.social {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.txt-img {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
}
.txt-img > * {
  flex-basis: 33%;
}
.txt-img img {
  max-width: -moz-max-content;
  max-width: max-content;
}
.txt-img img:first-of-type {
  margin-left: -120px;
}
.txt-img p {
  margin: 0.625rem 0 1.25rem;
}

.diptyque {
  display: flex;
  margin-right: 3.75rem;
  gap: 1.5rem;
  align-items: center;
}
.diptyque div {
  display: flex;
  gap: 1.25rem;
}
.diptyque div.reverse {
  flex-direction: row-reverse;
  margin-top: 160px;
}
.diptyque div div {
  flex-direction: column;
  margin-top: 2.5rem;
  gap: 1.25rem;
}
.diptyque div div li {
  list-style: none;
}
.diptyque div div li:first-of-type {
  margin-bottom: 1.5rem;
}
.diptyque div div a {
  font-size: 1em;
}
.diptyque div div img {
  height: 1.25rem;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.diptyque div > img {
  width: 315px;
}

.wrapper#content-page, .wrapper#home-page {
  margin: 3.75rem 0 3.75rem 170px;
}

#content-entete {
  display: flex;
  justify-content: left;
  margin: 0 0 5rem;
  gap: 130px;
}
#content-entete img ~ div h1 {
  margin-left: -170px;
  margin-top: 3.75rem;
}
#content-entete h1 {
  font-size: 120px;
  font-weight: 900;
  text-align: left;
}
#content-entete h3 {
  font-size: 1.5rem;
  margin-top: 1.875rem;
  font-weight: 400;
}
#content-entete p {
  margin-top: 1.25rem;
  width: 50%;
}
#content-entete div#preview-head {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
#content-entete div#preview-head img {
  height: 120px;
  width: auto;
}
#content-entete div#preview-head p {
  margin-top: 0;
}

section.two-cols {
  display: flex;
  gap: 1.25rem;
  padding-right: 3.75rem;
}
section.two-cols iframe {
  margin-top: 2.125rem;
  width: 310px;
  height: 310px;
}
section.two-cols > div {
  display: flex;
  margin-top: 2.5rem;
}
section.two-cols > div, section.two-cols > div > * {
  flex: 1;
  gap: 1.25rem;
}
section.two-cols h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.carousel {
  display: flex;
  gap: 130px;
  margin-top: 3.75rem;
}
.carousel > article {
  max-width: 430px;
  flex-shrink: 0;
}
.carousel .glide .glide__slide, .carousel .singleImage .glide__slide {
  width: auto;
  max-width: 400px;
}
.carousel .glide p, .carousel .singleImage p {
  display: inline-block;
  line-height: 1;
  margin-top: 0.625rem;
}
.carousel .glide img, .carousel .singleImage img {
  width: 400px;
  height: auto;
}
.carousel .glide .glide__slides, .carousel .singleImage .glide__slides {
  display: flex;
  overflow: hidden;
}
.carousel .glide .glide__slide, .carousel .singleImage .glide__slide {
  flex-shrink: 0;
  display: inline-block;
}
.carousel .glide .glide__bullets, .carousel .singleImage .glide__bullets {
  display: none;
}
.carousel .singleImage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-article, .news div {
  margin-right: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 1.25rem;
}
.list-article article, .news div article {
  display: flex;
  align-items: start;
  gap: 1.25rem;
  flex-basis: 49%;
}
.list-article article div, .news div article div {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.list-article article .legend, .list-article article #content-entete div#preview-head p, #content-entete div#preview-head .list-article article p, .list-article article .carousel .glide p, .carousel .glide .list-article article p, .list-article article .carousel .singleImage p, .carousel .singleImage .list-article article p, .news div article .legend, .news #content-entete div#preview-head article p, #content-entete .news div#preview-head article p, .news div article .carousel .glide p, .carousel .glide .news div article p, .news div article .carousel .singleImage p, .carousel .singleImage .news div article p {
  line-height: normal;
}
.list-article article h4, .news div article h4 {
  font-size: 1.5rem;
  font-weight: 400;
}
.list-article article img, .news div article img {
  width: 200px;
}

.news {
  margin: 100px 3.75rem 3.75rem 0;
}
.news h3 {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.news div {
  gap: 1.625rem;
}
.news div article {
  width: 385px;
  flex-basis: auto;
}
.news div article div {
  margin-right: 0;
  gap: 5px;
}
.news div article img {
  width: 115px;
}
.news div article .legend, .news #content-entete div#preview-head article p, #content-entete .news div#preview-head article p, .news div article .carousel .glide p, .carousel .glide .news div article p, .news div article .carousel .singleImage p, .carousel .singleImage .news div article p {
  font-size: 0.75rem;
}
.news div article h4 {
  font-size: 1em;
  font-weight: 600;
}
.news div article p {
  font-size: 0.875rem;
  line-height: normal;
}
.news div article a {
  margin-top: 1.25rem;
}

.pagination {
  margin: 80px 3.75rem auto auto;
  list-style-type: none;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 0.625rem;
}
.pagination li a {
  color: #000;
  text-decoration: none;
}
.pagination li a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mediatheque {
  margin-right: 170px;
}
.mediatheque .onglets {
  margin-bottom: 30px;
  display: flex;
  justify-content: start;
  list-style: none;
  gap: 80px;
  border-bottom: 1px solid #000;
}
.mediatheque .onglets button {
  padding-bottom: 10px;
  cursor: pointer;
  color: #979797;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.mediatheque .onglets .active {
  border-bottom: 3px solid #000;
  color: #000;
}
.mediatheque .media-photo, .mediatheque .media-video, .mediatheque .media-article, .mediatheque .media-link {
  display: flex;
  gap: 1.25rem;
  align-items: start;
  flex-wrap: wrap;
}
.mediatheque .media-photo .grid-item {
  width: 200px;
  height: auto;
  margin-bottom: 1.25rem;
}
.mediatheque .media-video {
  gap: 1.875rem 1.25rem;
}
.mediatheque .media-video div {
  max-width: 350px;
}
.mediatheque .media-article {
  gap: 1.875rem 1.25rem;
}
.mediatheque .media-article div {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  max-width: 200px;
}
.mediatheque .media-link a {
  width: 205px;
}

.yt-button {
  background-color: #FF0033;
  padding: 0.625rem;
  color: white;
  text-decoration: none;
  border-radius: 50px;
}
.yt-button:before {
  content: "";
  background-image: url("../img/yt-icon.svg");
  background-size: contain;
  display: inline-block;
  color: white;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: baseline;
  margin-right: 0.625rem;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom;
}

footer {
  margin: 100px 3.75rem 2.25rem;
}
footer .social {
  flex-direction: row;
}
footer #logos {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #000;
}
footer #logos img {
  height: 1.875rem;
}
footer #logos div {
  display: flex;
  gap: 3.75rem;
}
footer #navigation {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  img[data-device=mobile] {
    display: block;
    margin: auto;
  }
  img[data-device=desktop] {
    display: none;
  }
  header {
    margin: 2.5rem 1.25rem;
  }
  h1 {
    font-size: 1.375rem;
    margin-top: 1.25rem;
  }
  .divider {
    height: 5rem;
  }
  .wrapper#content-page, .wrapper#home-page {
    margin: 3.75rem 1.25rem;
  }
  section#intro {
    margin: 0;
  }
  section#intro .social {
    display: none;
  }
  .txt-img {
    flex-direction: column;
    align-items: center;
  }
  .txt-img > * {
    flex-basis: auto;
  }
  .txt-img img:first-of-type {
    margin-left: 0;
  }
  .txt-img img:last-child {
    display: none;
  }
  .second-link {
    display: block;
    margin: 0 auto 2.5rem;
    text-align: center;
  }
  .news, .list-article {
    margin-right: 0;
  }
  .news h3, .list-article h3 {
    margin-bottom: 0.625rem;
  }
  .news div, .list-article div {
    margin-right: 0;
    gap: 2.5rem;
  }
  .news div article, .list-article div article {
    width: 100%;
  }
  .diptyque, .diptyque div, .diptyque div div {
    flex-direction: column;
    margin-right: 0;
  }
  .diptyque.reverse, .diptyque div.reverse, .diptyque div div.reverse {
    flex-direction: column;
    margin-top: 0;
  }
  .diptyque div > img, .diptyque div div > img, .diptyque div div div > img {
    width: 100%;
  }
  footer {
    margin: 100px 1.25rem 2.25rem;
  }
  footer #logos {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  footer #logos img, footer #logos div img {
    height: 2.5rem;
  }
  footer #logos div {
    gap: 1.25rem;
  }
  footer #navigation {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  footer #navigation menu ul {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  footer #navigation .social img {
    width: 2.5rem;
  }
  #content-entete {
    flex-direction: column-reverse;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
  #content-entete h1 {
    font-size: 4.75rem;
  }
  #content-entete img ~ div h1, #content-entete h1 {
    margin-left: 0;
    margin-top: 0;
  }
  #content-entete h3, #content-entete div#preview-head {
    margin-top: 1.25rem;
  }
  section.two-cols, section.two-cols > div {
    flex-direction: column;
    margin-top: 0;
    gap: 1.25rem;
    padding-right: 0;
  }
  section.two-cols > div, section.two-cols > div > div {
    gap: 2.5rem;
  }
  section.two-cols img, section.two-cols > div img {
    width: auto;
    margin-right: 0;
  }
  .carousel {
    gap: 2.5rem;
    flex-direction: column;
  }
  .carousel .glide .glide__bullets {
    display: block;
    position: static;
    transform: translate(0);
    margin-bottom: 0.625rem;
  }
  .carousel .glide .glide__bullets button.glide__bullet {
    background-color: #fff;
    border-color: #000;
  }
  .carousel .glide .glide__bullets button.glide__bullet--active {
    background-color: #000;
  }
  .list-article article {
    flex-basis: 100%;
  }
  .list-article article img {
    width: 100px;
  }
  .list-article article h4 {
    font-size: 1.25rem;
  }
  .list-article article p {
    line-height: initial;
  }
  .pagination, .mediatheque {
    margin-right: 0;
  }
  .mediatheque .onglets {
    overflow: scroll;
    gap: 1.25rem;
  }
  .mediatheque .onglets button {
    flex: 0 0 auto;
  }
  .mediatheque .media-photo img, .mediatheque .media-article div {
    width: 47%;
  }
  .mediatheque .media-video div {
    margin: auto;
  }
  .mediatheque .media-video div .legend, .mediatheque .media-video #content-entete div#preview-head p, #content-entete .mediatheque .media-video div#preview-head p, .mediatheque .media-video div .carousel .glide p, .carousel .glide .mediatheque .media-video div p, .mediatheque .media-video div .carousel .singleImage p, .carousel .singleImage .mediatheque .media-video div p {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 560px) {
  img[data-device=mobile] {
    display: none;
  }
  img[data-device=desktop] {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header > nav {
    display: none;
  }
  header .menuIcon {
    display: block;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu.showMenu {
    left: 0;
  }
  #content-entete p {
    width: 100%;
  }
  .mediatheque .media-photo .grid-item {
    max-width: 150px;
  }
  #content-page #content-entete h1 {
    font-size: 2.75rem;
  }
}/*# sourceMappingURL=style.css.map */