/*
____ ____ _  _ ___ 
|___ |  | |\ |  |  
|    |__| | \|  |*/

@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
____ _    ____ ___  ____ _    
| __ |    |  | |__] |__| |    
|__] |___ |__| |__] |  | |___*/

:root {
  --primary-theme: rgb(66, 39, 122);
  --blue-theme: rgb(110, 194, 185);
  --grey-theme: rgb(255, 255, 255);
  --grey-dark-theme: rgb(215, 215, 215);
  --text-theme: rgb(0,0,0);
  --title-font: "Krona One", sans-serif;
  --secondary-font: "Work Sans";
}

* {
  scrollbar-color: var(--primary-theme) var(--grey-dark-theme);
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 0.4vw;
}
::-webkit-scrollbar-track {
  background: var(--grey-dark-theme);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-theme);
}

html,
body,
.fancybox-spaceball,
.theme-switch,
#theme-switch {
  font-family: var(--title-font);
}

body {
  overflow-x: hidden;
  color: var(--primary-theme);
  background-color: var(--grey-theme);
  border-color: var(--primary-theme);
}

h1 {
  font-family: var(--title-font);
  font-size: 4vw;
  margin-top: 2px;
}

h2 {
  font-family: var(--title-font);
  font-size: 1.2em;
}

h3 {
  font-family: var(--title-font);
  font-size: 1.2em;
  line-height: 1.4em;
}

h4, .typo-contacttitle {
  font-family: var(--secondary-font);
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

h5{
  font-family: var(--secondary-font);
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.5vw;
  font-style: italic;
}

#ancre-header{
  font-style: normal;
  font-size: 2vw;
  margin-left: 12vw;
  margin-top: 0vw;
}

#boite-contact{
  display: flex;
}

#boite-contact ul{
  width: 50%;
  height: 10vh;
}

li {
  font-family: var(--title-font);
}

p,
.typo-contact,
small a {
  font-family: var(--secondary-font);
  font-size: 0.8em;
  line-height: 1.2em;
  color: var(--text-theme);
}

a,
a:hover, footer a p:hover {
  text-decoration: none;
  color: var(--primary-theme);
}

a,
.section-projet,
.section-faq,
.section-infos-pratiques,
.conteneur-faq {
  cursor: pointer;
}

.section-infos-pratiques{
  margin-bottom: -3vh;
}

img {
  object-fit: fill;
}

em {
  font-weight: 600;
}

header {
  width: 100vw;
}

.italique{
  font-style: italic;
}


/*
_  _ ____ ____ ___  ____ ____ 
|__| |___ |__| |  \ |___ |__/ 
|  | |___ |  | |__/ |___ |  \*/

header {
  position: fixed;
  z-index: 20;
  top: 0px;
  background-color: var(--grey-theme);
}

/* NAVIGATION */

#border{
  border: 2px solid;
}

.boite-nav {
  display: flex;
  width: 100vw;
  justify-content: normal;
  align-items: center;
  padding: 1.4vw 2.2vw;
  border-bottom: 2px solid;
  height: 5vh;
}

.boite-logo {
  display: flex;
  align-items: center;
}

.boite-reseaux {
  position: fixed;
  display: flex;
  width: 20vw;
  right: 5vw;
  justify-content: space-between;
  align-items: center;
}

.boite-reseaux a{
  margin-right: 2vw;
}

.logo-face,
.logo-yout {
  margin-left: 0.2vw;
}

.logo-insta {
  height: 4vw;
}

.logo-face {
  height: 4vw;
}

.logo-yout {
  height: 4vw;
}

.logo-vimeo {
  height: 4vw;
}

/* REUNION */

.boite-globale-reunion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

[class*="boite-reunion-"] {
  display: flex;
  align-items: center;
  padding: 1vw 0vw 1vw 0vw;
  height: 4vw;
  border-bottom: 2px solid;
}

[class*="boite-reunion-"]:hover {
  background-color: var(--primary-theme);
}

[class*="boite-reunion-"]:hover h2,
[class*="boite-reunion-"]:hover p {
  color: var(--grey-theme);
}

[class*="boite-reunion-"]:hover svg {
  fill: var(--grey-theme);
  stroke: var(--grey-theme);
}

[class*="boite-reunion-"] h2,
.boite-reunion-05 img {
  margin: 0vw 1vw;
}

.boite-reunion-05 svg {
  width: 4vw;
  margin: 1vw;
  fill: var(--primary-theme);
  stroke: var(--primary-theme);
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.boite-reunion-01,
.boite-reunion-02,
.boite-reunion-03,
.boite-reunion-04 {
  border-right: 2px solid;
}

/*
_ _  _ ___  ____ _  _ 
| |\ | |  \ |___  \/  
| | \| |__/ |___ _/\_*/

.boite-video-present {
  height: 40vh;
  z-index: 1;
  border-bottom: 2px solid;
  background-color: #42277A;
  margin-top: 1vh;
  overflow: hidden;
}

.boite-video-present h3 {
  text-align: center;
  margin-top: 5vw;
  color: white;
}

.video-present iframe {
  width: 150%;
  height: 150%;
  margin: 5vw;
  margin-top: -2vh;
}

.video-present p {
  padding: 1.5vw 0;
}

.section-projet,
.section-faq {
  width: 100vw;
  height: 11vw;
  padding: 1vw ;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--primary-theme);
}

.fleche-text{
  width: 5vw;
  opacity: 1;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-top: 0vw;
}

.fleche-menu {
  display: none;
}

#boite-nav-pages {
  display: block;
  overflow: hidden;
}

#lien-recrutement,
#lien-projets,
#lien-faq,
#lien-visite360 {
  display: flex;
  border: none;
  width: 100vw;
}

.conteneur-infos-pratiques {
  width: 100vw;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  padding: 1.5vw 2.2vw;
  height: min-content;
  padding-bottom: 5vh;
}

.conteneur-conference {
  width: 100vw;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  border-bottom: 2px solid;
}

.infos-pratiques,
.conference {
  display: flex;
  align-items: center;
}

.infos-pratiques {
  margin-top: 1vh;
  margin-bottom: 1vh;
  display: flex;
}

.infos-pratiques h3{
  width: 100vw;
  display: flex;
}

.conference h2 {
  width: 100%;
  padding: 1.5vw 5.5vw;
  border-bottom: 2px solid;
}

.lien-conference-01,
.lien-conference-02,
.lien-conference-03 {
  border-right: 2px solid;
}

.boite-infos-pratiques p {
  margin: 2vw 4.6vw;
}

/*Integration carte Open Street Map: */
#carte-osm {
  outline: 2px solid;
  margin: 2vw 0 1.4vw -2.2vw;
  width: 99.8%;
  height: 30vw;
  filter: brightness(75%) sepia(100%) hue-rotate(200deg) saturate(200%) contrast(100%);
}

small a {
  font-size: 0.7em;
  position: absolute;
  left: 7%;
  margin-top: 1vh;
}

.boite-conference p {
  margin: 2vw 3.5vw;
}

.identifiants-conference {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#boite-contact {
  margin: 2vw 0vw 1vw 4.6vw;
  align-items: center;
}

.boite-lien .fleche-text-lien{
  width: 3vw;
}

/* MENU DEROULANT */

.conteneur-intro-recrutement {
  height: 75vw;
  margin-top: 30px;
  padding-top: 4vw;
}

.conteneur-intro-recrutement p {
  width: 45vw;
  margin: 3vw auto 0;
}

.photo-present{
  width: 100%;
  display: flex;
  align-items: center;
}

.photo-present img{
  width: 70vw;
  margin: auto;
}

.conteneur-faq {
  width: 97vw;
  overflow: hidden;
  transition: height 0.8s ease-in-out;
  padding: 1vw;
  padding-left: 2vw;
  border-top: solid var(--primary-theme);
  cursor: default;
}

.titre-faq {
  border-top: solid var(--primary-theme);
  height: 2.8vw;
}

.conteneur-faq:hover {
  transition: height 0.6s ease-in-out;
}

[class*="fleche-question-faq-"] {
  width: 1.8vw;
  transform: rotate(90deg);
  transition: transform 0.6s ease-in-out;
}

.fleche-text-recru {
  width: 1.8vw;
  margin-left: 0vw;
  margin-right: 1vw;
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out;
}

.boite-question-reponse {
  width: 100vw;
}

.boite-question-reponse p {
  width: 50vw;
  margin-left: 4.6vw;
  margin-right: 1vw;
}

.boite-question {
  display: flex;
  align-items: center;
  margin-bottom: 1.4vw;
}

.boite-question h3 {
  margin-left: 1vw;
}

.boite-reponse {
  width: 100vw;
  display: flex;
}

.partie-interviews,
.question-10,
.question-11,
.question-12 {
  color: var(--primary-theme);
  border-color: var(--primary-theme);
  background-color: var(--grey-theme);
}

[class*="svg-play-"] {
  width: 2vw;
  fill: none;
  stroke: var(--grey-theme);
  stroke-width: 66px;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.boite-parcoursup {
  cursor: default;
}

.vers-parcoursup {
  height: 2.8vw;
}

.vers-parcoursup a {
  font-family: var(--title-font);
  font-size: 2vw;
  line-height: 1.4em;
}

.boite-parcoursup img {
  transform: rotate(50deg);
}

.vers-parcoursup {
  height: 2.8vw;
}

.boite-parcoursup {
  cursor: default;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 73vw;
}

.vers-parcoursup a {
  font-family: var(--title-font);
  font-size: 2vw;
  line-height: 1.4em;
  margin-left: 0.4vw;
  transition: all 0.3s ease;
}

.boite-parcoursup img {
  transform: rotate(-45deg);
  width: 1.8vw;
  margin-right: 0.4vw;
  margin-left: 0vw;
  transition: all 0.3s ease;
}

.boite-parcoursup:hover img {
  margin-right: 0.2vw;
  margin-left: 0.2vw;
}

.boite-parcoursup:hover a {
  margin-left: 0.2vw;
}

/* IMAGES QUESTIONS */

.video-question {
  width: 100vw;
  height: 30vw;
  display: flex;
  justify-content: center;
}

.video-question iframe {
  width: 60vw;
  height: 30vw;
}

/* INTERVIEW QUESTIONS */

.video-interview {
  width: 40vw;
  height: 33.5vw;
  margin: 0vw 28vw;
}

/* REGLAGES DES QUESTIONS */

.question-00,
.question-01,
.question-02,
.question-03,
.question-04,
.question-05,
.question-06,
.question-07,
.question-08,
.question-09,
.question-10,
.question-11,
.question-12,
.question-13,
.question-14,
.question-15,
.partie-interviews,
.partie-faq {
  height: 2.8vw;
}

.partie-interviews,
.partie-faq {
  margin-left: -1vw;
}

/* PROJET */

/*---- STOP IMPORTANT !!! ----*/
/*---- STOP IMPORTANT !!! ----*/
/*---- STOP IMPORTANT !!! ----*/


#boite-projet-pc{
  display: none;
}

/*#boite-projet-mobile{
  display: none;
}*/

/*#boite-projet-pc{
  display: block;
}*/

#boite-projet-mobile{
  display: block;
}


.boite-projet {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0vh 0vw 0vh 0vw;
  border-bottom: 0px;
  padding: 0vw;
  margin-top: 8vh;
}

[class*="frame-"] img {
  width: 96vw;
  margin: 0vh 2vw;
  height: fit-content;
}

.frame-1{
  height: 31vh;
}

/*fond transparent popup fancybox: */
.fancybox-slide--iframe .fancybox-content {
  background: transparent;
}

.projet {
  overflow: hidden;
  height: 43vh;
  width: 100vw;
  border: 0px;
  position: relative;
  border-bottom: 2px solid #42277A;
  padding: 0vh 0vw 1vh 0vw;
}

.projet{
  height: fit-content;
}

.gallery-frame{
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.projet iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.boite-description {
  width: 95vw;
  transition: top 0.6s ease-in-out;
  height: auto;
  margin-bottom: 2vh;
  z-index: 0;
  position: initial;
  bottom: -9vh;
  padding: 2vh 0vw 0vh 2vw;
  background-color: rgba(255, 255, 255, 0.5);
}

.boite-description{
  height: fit-content;
}

.projet:hover .boite-description{
  margin-top: 0vw;
  transition: margin-top 1s;
  display: block;
}

.boite-description h3{
    font-family: var(--title-font);
    font-size: 1em;
    line-height: 1.4em;
    height: fit-content;
}

.boite-description h5{
    font-family: var(--secondary-font);
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 0.5vw;
    font-style: italic;
    height: fit-content;
}

.boite-description p{
    font-family: var(--secondary-font);
    font-size: 0.8em;
    line-height: 1.2em;
    color: var(--text-theme);
    height: fit-content;
}


/*PORTFOLIOS*/

.boite-portfolios {
  width: 100%;
  overflow: visible;
  height: auto;
  margin-bottom: 3vw;
}

.titre-portfolio {
  margin-top: 1vw;
  padding: 1.4vw 2vw;
  display: flex;
}

.fleche-text-portfolio {
  width: 4vw;
  margin-left: 0vw;
  margin-right: 2vw;
}

.folios {
  width: 100vw;
  display: block;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.annee {
  font-size: 2em;
}

.promo {
  padding: 4vh 5vw 4vh 5vw;
}

.promo a {
  display: inline;
}

#liendnmadepageproj{
  margin-bottom: 2vh;
}

/* FOOTER */

footer {
  margin: auto;
  width: 80vw;
  height: 10vw;
  padding: 1vw;
  font-size: 0.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer a{
  color: var(--blue-theme);
  font-size: 1.8vw;
}

footer p{
  color: var(--text-theme);
  font-size: 1.8vw;
}

.boite-lien{
  cursor: default;
  width: 30vw;
  margin-bottom: 1vh;
  margin-left: 65vw;
  margin-top: 1vh;
}

.boite-lien a{
  margin-left: 1vw;
  transition: margin-left ease-in-out 0.3s;
  font-size: 3vw;
  margin-bottom: 3vw;
}

.boite-lien img{
  width: 5vw;
  margin-left: -15vw;
  margin-bottom: 3vw;
}

.lien-site-dnmade{
  font-size: 1vw;
  text-align: right;
}

/* VIDEO 360*/

.boite-360 {
  height: 40vw;
}

.text-360 {
  margin: 2vw auto;
  width: 30vw;
}

/* FORMATION */

.conteneur-intro-formation p {
  width: 38vw;
  margin: 0 auto 5vw;
}

.fleche-text-parcoursup {
  width: 2.6vw;
  margin-left: 0vw;
  margin-right: 0.5vw;
  transform: rotate(45deg);
  transition: transform 0.4s ease-in-out;
}

.faq {
  height: 3vw;
  border-top: 2px solid var(--primary-theme);
  border-bottom: 2px solid var(--primary-theme);
  margin-bottom: 3vw;
  padding-left: 2.2vw;
}

.questions {
  border: none;
  padding-left: 2.2vw;
}

.questions h3 {
  font-size: 1.7vw;
}

.parcoursup-faq {
  margin-top: 3vw;
  padding-left: 2.2vw;
  position: absolute;
}

.accordion4, .accordion12{
  height: 2.5vh;
}

.accordion1, .accordion2, .accordion3, .accordion5, .accordion6, .accordion7, .accordion8, .accordion9, .accordion10, .accordion11{
  height: 5vh;
}

.accordion4 h3, .accordion12 h3{
  margin-top: 1.5vh;
}

.accordion4 img, .accordion12 img{
  margin-top: 1.9vh;
}

.fleche-question{
  width: 4vw;
}

.conteneur-intro-formation{
  height: auto;
  width: 100vw;
  margin-top: 10vh;
}

.conteneur-bas-page{
  margin-top: 2vh;
}

.boite-lien{
  margin-bottom: -1vh;
}

.lien-site-dnmade{
  font-size: 10em;
}

.conteneur-intro-formation p, .conteneur-intro-recrutement p{
  margin-left: 12.5vw;
  width: 75vw;
  margin-top: 2vh;
}

.conteneur-intro-formation div, .conteneur-intro-recrutement div{
  width: 87vw;
  height: auto;
  margin-left: 6.5vw;
}

.panel1, .panel2, .panel3, .panel4, .panel5, .panel6, .panel7, .panel8, .panel9, .panel10, .panel11, .panel12{
  margin-top: 0vh;
  margin-left: 5vw;
  width: 85vw;
}

p{
  font-size: 0.8em;
}

.accordion h3{
  margin-top: 1.7vh;
}
.boite-logo img {
  width: 18vw;
  margin-top: 0.2vh;
  margin-right: 2vw;
  margin-left: 1vw;
}

.conteneur-global {
  margin-top: 6.3vh;
  display: block;
}

.text-question-ordi{
  display: none;
}

.text-question-telephone{
  display: block;
}

.frame-ordinateur{
  display: none;
}

.frame-telephone{
  display: block;
}