/* Imports */
.footer-big {
  padding: 50px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-big a {
  color: white;
  text-decoration: none;
  margin-right: 50px;
}
.footer-big nav {
  margin-top: 50px;
}
.footer-big p {
  color: white;
}

@media screen and (max-width: 768px) {
  .footer-big {
    flex-direction: column;
  }
  .footer-big nav {
    display: flex;
    flex-direction: column;
  }
  .footer-big nav a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-big .img {
    margin-top: 100px;
  }
}
.footer-small {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-small img {
  height: 2.5em;
  margin: 1em 2em;
}
.footer-small a {
  text-decoration: none;
  margin: 30px;
  font-size: 0.7em;
  color: white;
}

@media (max-width: 900px) {
  .footer-small a {
    font-size: 0.5em;
    margin-left: 10px;
  }
}
@media (max-width: 539px) {
  .footer-small nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
  }
  .footer-small a {
    margin: 2px;
    margin-right: 20px;
  }
}
.page {
  padding: 30px 40px;
}
.align-center {
  text-align: center;
}

main.page-info {
  padding: 40px 70px;
  font-family: "Unirennes-Regular", sans-serif;
  min-height: calc(100vh - 150px);
}
main.page-info a {
  transition: 0.2s all ease;
  color: var(--page-color);
  text-decoration: none;
}
main.page-info a:hover {
  color: black;
  transition: 0.2s all ease;
  text-decoration: underline;
}
main.page-info section {
  padding: 20px 0;
}
main.page-info h1, main.page-info h2 {
  color: var(--page-color);
  margin: 0;
}
main.page-info h1 {
  font-size: 3rem;
}
main.page-info h2 {
  font-size: 2rem;
  font-family: "Unirennes-Regular" !important;
}
main.page-info h3 {
  font-family: "Unirennes-Regular" !important;
  font-size: 1.5rem;
  margin: 40px 0 10px 0;
}
main.page-info h4 {
  margin: 40px 0 10px 0;
}
main.page-info video, main.page-info iframe {
  width: 500px;
  height: auto;
  aspect-ratio: 16/9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
}
main.page-info .infographie {
  margin: 40px 0;
  width: 100%;
  height: 65vh;
}
main.page-info .presentation {
  display: flex;
  gap: 40px;
}
main.page-info .menu-list li {
  list-style-type: none;
  margin: 10px 0;
  position: relative;
}
main.page-info .menu-list li a {
  text-decoration: none;
  color: black;
}
main.page-info .menu-list li:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  background-color: var(--page-color);
  position: absolute;
  left: -40px;
  -webkit-clip-path: path("M28.9167 1.35796L36.6443 9.1358C37.1186 9.61308 37.1186 10.3869 36.6443 10.8642L28.9167 18.642C28.4425 19.1193 27.6736 19.1193 27.1994 18.642C26.7252 18.1647 26.7252 17.3909 27.1994 16.9136L32.8542 11.2222H4.22217C3.54718 11.2222 3 10.675 3 10V10C3 9.32502 3.54718 8.77783 4.22217 8.77783H32.8542L27.1994 3.08637C26.7252 2.60909 26.7252 1.83525 27.1994 1.35796C27.6736 0.880678 28.4425 0.880678 28.9167 1.35796Z");
          clip-path: path("M28.9167 1.35796L36.6443 9.1358C37.1186 9.61308 37.1186 10.3869 36.6443 10.8642L28.9167 18.642C28.4425 19.1193 27.6736 19.1193 27.1994 18.642C26.7252 18.1647 26.7252 17.3909 27.1994 16.9136L32.8542 11.2222H4.22217C3.54718 11.2222 3 10.675 3 10V10C3 9.32502 3.54718 8.77783 4.22217 8.77783H32.8542L27.1994 3.08637C26.7252 2.60909 26.7252 1.83525 27.1994 1.35796C27.6736 0.880678 28.4425 0.880678 28.9167 1.35796Z");
}
@media (max-width: 600px) {
  main.page-info {
    padding: 20px;
  }
  main.page-info .presentation {
    flex-direction: column;
  }
  main.page-info video, main.page-info iframe {
    width: 100%;
  }
}
main.page-info form.contact > div {
  display: flex;
  align-items: center;
  padding: 10px;
}
main.page-info form.contact > div label {
  width: 250px;
}
main.page-info form.contact > div input, main.page-info form.contact > div textarea, main.page-info form.contact > div button {
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid black;
  resize: none;
}
main.page-info form.contact > div textarea {
  height: 100px;
}
main.page-info form.contact > div button {
  color: white;
  background-color: black;
  font-family: "Unirennes-Regular" !important;
  width: 672px;
}
main.page-info .realisations-grid {
  display: flex;
  justify-content: center;
}
main.page-info .realisations-grid > div {
  display: grid;
  grid-template-columns: 250px 250px;
  grid-template-rows: 250px 250px;
  gap: 20px;
}
main.page-info .realisations-grid > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--page-color);
  color: white !important;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}

.domain-real {
  scroll-snap-type: y mandatory;
  margin-bottom: 30px;
}
.domain-real .video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.domain-real .video-container video {
  height: calc(100vh - 73px);
}
.domain-real h1 {
  color: var(--page-color);
  font-size: 3rem;
  margin: 30px 0;
}
.domain-real .next {
  text-decoration: none;
  color: white;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.2s all ease;
}
.domain-real .next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(10px) rotate(45deg);
  position: absolute;
  transition: 0.2s all ease;
}
.domain-real .next:hover {
  transform: translateY(-3px);
  transition: 0.2s all ease;
}
.domain-real .next:after:hover {
  transform: translateY(-3px);
  transition: 0.2s all ease;
}
.domain-real .realisations-grid {
  display: flex;
  justify-content: center;
}
.domain-real .realisations-grid > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.domain-real .realisations-grid > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--page-color);
  color: white !important;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}

.projet_nat * {
  transition: 0.5s all ease;
}
.projet_nat.petit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border: 5px solid var(--page-color);
  border-radius: 15px;
  overflow: hidden;
  font-family: "Unirennes-Regular";
  cursor: pointer;
}
.projet_nat.petit .action {
  height: 0;
  overflow: hidden;
  z-index: 10;
  color: white;
  transition: 0.2s all ease;
}
.projet_nat.petit:hover .action {
  height: 34px;
  transition: 0.2s all ease;
  transform: rotate(45deg);
}
.projet_nat.petit .apercu video, .projet_nat.petit .apercu iframe {
  display: none;
}
.projet_nat.petit .apercu .miniature {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.projet_nat.petit .title-projet {
  text-align: center;
  color: white;
  z-index: 10;
}
.projet_nat.petit .description {
  display: none;
}
.projet_nat.fullsize {
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.projet_nat.fullsize .apercu {
  width: 800px;
  height: 600px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
}
.projet_nat.fullsize .data-projet .title-projet {
  display: none;
}
.projet_nat.fullsize .data-projet .description {
  text-align: left;
  color: white;
  z-index: 10;
  font-family: "Unirennes-Regular";
  margin-top: 20px;
}
.projet_nat.fullsize .action {
  color: white;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 50px;
}
.projet_nat.fullsize video, .projet_nat.fullsize iframe {
  width: 100%;
  height: 100%;
  z-index: 100;
  border: none;
}

.fixe-path {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  font-family: "Unirennes-Regular";
  padding: 10px 10px 7px 10px;
  border-radius: 5px;
}

.path-link {
  color: var(--page-color);
}

.menuBurger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: black;
}
.menuBurger p {
  font-weight: 200;
  color: white;
}

#clear-background {
  height: 130%;
  width: 130%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}
#clear-background.active {
  overflow: visible;
  opacity: 1;
  display: block;
}

.menu {
  height: 100%;
  width: 35%;
  min-width: 550px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: right 0.5s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.menu.active {
  right: 0;
}
.menu .fermer {
  position: absolute;
  top: 10px;
  right: 20px;
}
.menu .fermer img {
  height: 48px;
  width: 48px;
}

#ouvrirBtn img {
  height: 48px;
  width: 48px;
}

#logo-mmi-header img {
  height: 50px;
}

#logo-retour-header img {
  height: 42px;
}

.ul-menu {
  display: none;
  list-style: none;
  padding: 0;
}
.ul-menu a {
  color: black;
}
.ul-menu.active {
  display: block;
}
.ul-menu li {
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ul-menu li a {
  text-decoration: none;
  transition: 0.15s;
}
.ul-menu li a:hover {
  color: gray;
}

.menu-arrow {
  cursor: pointer;
  text-decoration: underline;
}

.menu-title {
  color: black;
  font-size: 2em;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.menu-title:hover {
  color: grey;
}

#menu-arrow-etudiants,
#menu-arrow-parents,
#menu-arrow-entreprise {
  transition: 0.15s ease-in-out;
  height: 20px;
  cursor: pointer;
}
#menu-arrow-etudiants.select,
#menu-arrow-parents.select,
#menu-arrow-entreprise.select {
  transform: rotate(180deg);
}

#logo-menu {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
#logo-menu a {
  color: black;
}

.menu-texte-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btns-menu {
  margin-top: 200px;
}

.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.icon {
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
}

.icon.back.white {
  background-image: url("../images/back-white.svg");
}

.icon.back.black {
  background-image: url("../images/back-black.svg");
}

.icon.nav.white {
  background-image: url("../images/nav-white.svg");
}

.icon.nav.black {
  background-image: url("../images/nav-black.svg");
}

.icon.mmi.white {
  background-image: url("../images/mmi-white.svg");
  transition: 0.2s all ease;
}

.icon.mmi.black {
  background-image: url("../images/mmi-black.svg");
}

.icon.mmi.white:hover {
  background-image: url("../images/mmi-violet.svg");
  transition: 0.2s all ease;
  transform: scale(0.9);
}

@media screen and (max-width: 600px) {
  .menu {
    height: 100%;
    width: 70%;
    min-width: 320px;
    padding-right: 0px;
  }
  .menu-texte-arrow {
    width: 200px;
  }
  .menu-title {
    font-size: 1.5em;
  }
  #logo-menu {
    justify-content: center;
  }
}
/* Unirennes-Bold */
@font-face {
  font-family: "Unirennes-Bold";
  src: url("/includes/fonts/Unirennes-Bold.otf") format("opentype");
}
/* Unirennes-Inline */
@font-face {
  font-family: "Unirennes-Inline";
  src: url("/includes/fonts/Unirennes-Inline.otf") format("opentype");
}
/* Unirennes-Light */
@font-face {
  font-family: "Unirennes-Light";
  src: url("/includes/fonts/Unirennes-Light.otf") format("opentype");
}
/* Unirennes-Regular */
@font-face {
  font-family: "Unirennes-Regular";
  src: url("/includes/fonts/Unirennes-Regular.otf") format("opentype");
}
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Unirennes-Inline", sans-serif;
  font-size: clamp(3em, 7vw, 4em);
  color: white;
  margin: 0 50px 0 50px;
}

h2 {
  font-family: "Unirennes-Bold", sans-serif;
  font-weight: bold;
  font-size: 3.125em;
  color: white;
  margin: 0 25px 0 25px;
}

h3 {
  font-family: "Unirennes";
  font-size: 0.938em;
  color: #000000;
}

a {
  color: white;
  font-family: "Unirennes-Regular", sans-serif !important;
}

p {
  font-size: 0.938rem;
  font-family: "Unirennes-Regular", sans-serif;
}

.fixe-top {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.controls {
  position: absolute;
  inset: auto 0 0 0;
}

.buttons {
  display: flex;
}

.volume {
  opacity: 0;
  overflow: hidden;
  background-color: #99118C;
}

.son {
  display: flex;
  align-items: center;
}

.son:hover .volume {
  opacity: 1;
  overflow: visible;
}

input[type=range] {
  -webkit-appearance: none;
  height: 15px;
  background: transparent;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

.title {
  position: absolute;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title a:hover {
  transform: scale(0.95);
  transition: 0.3s all ease;
}

.elements {
  display: grid;
  grid-template-columns: repeat(3, 180px);
  grid-template-rows: repeat(3, 180px);
  gap: 20px;
  margin-top: 20px;
  font-family: "UniRennes Text";
}

.elements a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.elements a a:hover {
  transform: scale(0.95);
  transition: 0.3s all ease;
}

.buttons button {
  background: transparent;
  border: none;
  color: white;
  padding: 10px;
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

::-webkit-scrollbar-track {
  background-color: #000;
  padding: 2px;
}

.btn-violet {
  color: white;
  background-color: #99118C;
  text-decoration: none;
  padding: 15px 30px;
  font-family: "Unirennes";
  font-size: 1rem;
  border-radius: 7px;
  border: none;
}

#entreprise .realisations {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}
#entreprise .entreprendre {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
#entreprise .lescompetencesdesetudiantsmmi {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
#entreprise .motchefdepartement {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
#entreprise .contactiut {
  grid-column-start: 1;
  grid-row-start: 3;
  grid-row-end: 3;
}
#entreprise .alternancesetstages {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 3;
}

#lyceen .parcoursup {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}
#lyceen .realisations {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
#lyceen .lesdebouchesapresmmi {
  grid-column-start: 2;
  grid-row-start: 1;
}

#parents .debouches {
  grid-row: 1/3;
}
#parents .parcoursup {
  grid-row: 1/2;
}
#parents .pedagogie {
  grid-row: 2/3;
}
#parents .vivre {
  grid-row: 1/3;
}
#parents .entreprendre {
  grid-column: 1/4;
  grid-row: 3/3;
}

#credits h1, #credits h2 {
  color: black !important;
}
#credits h1 {
  text-align: center;
  margin: 20px;
}
#credits h2 {
  font-size: 2em;
  text-align: center;
}
#credits li {
  font-size: 0.938rem;
  font-family: "Unirennes-Regular", sans-serif;
  list-style: none;
  padding: 5px;
}
#credits #equipe_site, #credits #autres {
  display: flex;
  justify-content: center;
}
#credits #autres {
  flex-direction: column;
  align-items: center;
}
#credits .liste-projet {
  display: flex;
  justify-content: center;
}
#credits .professeurs {
  margin-bottom: 20px;
}
#credits main {
  min-height: calc(100vh - 170px);
  padding-bottom: 20px;
}
#credits .liste-projet > div {
  margin: 0 20px;
}

@media screen and (max-width: 425px) {
  .elements {
    grid-template-columns: repeat(2, 120px);
    grid-template-rows: repeat(4, 120px);
  }
}
@media screen and (max-width: 768px) {
  .realisations-grid > div {
    display: flex;
    flex-direction: column;
    grid-template-columns: 300px !important;
    grid-template-rows: 160px 160px 160px 160px !important;
    gap: 20px;
  }
  .realisations-grid .elements {
    grid-template-columns: repeat(2, 120px);
    grid-template-rows: repeat(4, 120px);
  }
  .realisations-grid #entreprise .realisations {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .realisations-grid #entreprise .entreprendre {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .realisations-grid #entreprise .lescompetencesdesetudiantsmmi {
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .realisations-grid #entreprise .motchefdepartement {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .realisations-grid #entreprise .contactiut {
    grid-column-start: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .realisations-grid #entreprise .alternancesetstages {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .realisations-grid #lyceen .parcoursup {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .realisations-grid #lyceen .realisations {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .realisations-grid #lyceen .entreprendre {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .realisations-grid #lyceen .lesconditionsmaterielles {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .realisations-grid #lyceen .lavieetudiante {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .realisations-grid #lyceen .pedagogieenmmi {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .realisations-grid #lyceen .lesdebouchesapresmmi {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .realisations-grid #parents .pedagogie {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .realisations-grid #parents .debouches {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .realisations-grid #parents .parcoursup {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .realisations-grid #parents .vivre {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .realisations-grid #parents .entreprendre {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}/*# sourceMappingURL=main.css.map */