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

@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: 3vw;
  margin-top: 2px;
}

h2 {
  font-family: var(--title-font);
  font-size: 3vw;
}

h3, h3 p{
  font-family: var(--title-font);
  font-size: 2vw;
  line-height: 1.4em;
}

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

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

#ancre-header{
  font-family: 'Futura';
  font-style: normal;
  font-size: 1.5vw;
  margin-left: 35vw;
  margin-top: 0.7vw;
  letter-spacing: 0.1em;
}

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

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

img {
  object-fit: fill;
}

em {
  font-weight: 600;
}

.italique{
  font-style: italic;
}


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

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

/* NAVIGATION */

#border{
  border: 2px solid;
}

.boite-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4vw 2.2vw;
  border-bottom: 2px solid;
}

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

.boite-logo img {
  width: 13vw;
  margin-right: 1vw;
}

.boite-reseaux {
  display: flex;
  width: 10vw;
  justify-content: space-between;
  align-items: center;
  margin-right: 1vw;
}

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

.logo-insta {
  height: 1.7vw;
}

.logo-face {
  height: 1.6vw;
}

.logo-yout {
  height: 1.4vw;
}

.logo-vimeo {
  height: 1.4vw;
}

/* CONTENEUR GLOBAL */

.conteneur-global {
  margin-top: 5.8vw;
}

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

.boite-video-present {
  height: 90vh;
  z-index: 1;
  border-bottom: 2px solid;
  background: linear-gradient(0deg, rgba(50,30,92,1) 0%, rgba(66,39,122,1) 50%, rgba(78,43,149,1) 100%);
}

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

/*#noise {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../import/index/noise.gif);
  opacity: 12%;
  mix-blend-mode: overlay;
}*/

.video-present {
  position: absolute;
  width: 60vw;
  height: 34vw;
  z-index: 5;
  margin-top: 10vh;
}

.video-present iframe {
  width: 100%;
  height: 100%;
  margin-top: 1vh;
  margin-left: 20vw;
  object-fit: cover;
  -o-object-fit: cover;
}

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

.fleche-menu {
  position: absolute;
  z-index: 15;
  width: 2.6vw;
  right: 5.5vw;
  margin-top: 75vh;
  transform: rotate(180deg);
}

#ancre-menu{
  height: 6vw;
  position: absolute;
  bottom: 0px;
}

#boite-nav-pages {
  -ms-display: grid;
  display: grid;
  grid-template-columns: 50% 50%;
}

/*Grille nav pages site*/
#lien-recrutement,
#lien-projets {
  border-right: solid 2px var(--primary-theme);
}

.section-projet,
.section-faq {
  width: 100vw;
  height: 4vw;
  padding: 1vw 2.2vw;
  display: flex;
  align-items: center;
  border-bottom: 2px solid;
}

.fleche-text{
  width: 2.6vw;
  transition: opacity 0.3s ease, padding-right 0.3s ease, margin-top 0.3s ease;
  opacity: 0;
  padding-right: 0vw;
  margin-top: 2vw;
}

.section-projet:hover .fleche-text{
  opacity: 1;
  padding-right: 1vw;
  margin-top: 0vw;
}

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

.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;
}

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

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

.infos-pratiques {
  margin-left: 4.55vw;
  margin-top: 1vw;
  display: flex;
}

.infos-pratiques h3{
  width: 50vw;
}

#boite-contact {
  margin: 2vw 4.6vw;
  align-items: center;
  display: flex;
}

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

li {
  font-family: var(--title-font);
  line-height: 1em;
  padding: 0px;
  margin: 0px;
}

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

small a {
  font-size: 1vw;
  position: absolute;
  left: 45%;
}

.boite-baspage {
  display: flex;
  align-items: center;
  margin-bottom: 2vh;
}

.boite-lien{
  width: 100%;
  height: auto;
  cursor: default;
  margin-bottom: 1vh;
  margin-left: 70%;
}

.boite-lien img{
  width: 1.25vw;
  padding-right: 0.5vw;
  transition: all 0.3s ease;
}

.boite-lien:hover img{
  padding-right: 1vw;
}

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

.conteneur-intro-formation {
  height: 52vw;
}

.conteneur-intro-formation div {
  width: 50vw;
  height: 31vw;
  margin: 0 auto 3vw;
}

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

.video-present-formation {
  width: 60vw;
  height: 34vw;
  margin: auto;
}

.video-present-formation iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

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

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  height: 5vh;
  display: flex;
  border-top: 2px solid var(--primary-theme);
  background-color: var(--grey-theme);
}

.accordion-uneligne{
  height: 5vh;
}

.accordion h3{
  text-align: left;
  margin-left: 2vw;
  margin-top: 1.5vh;
  width: 100%;
  color: var(--primary-theme);
}

.fleche-question{
  width: 2vw;
  margin-left: 2vw;
  margin-top: 2.4vh;
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}

.panel1, .panel2, .panel3, .panel4, .panel5, .panel6, .panel7, .panel8, .panel9, .panel10, .panel11, .panel12, .panel13 {
  width: 91.4vw;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 4vh;
  margin-left: 5.6vw;
}

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

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

.vers-parcoursup-dnmade {
  height: 10vh;
}

.conteneur-bas-page {
  width: 100vw;
}

.conteneur-bas-page p {
  width: 50vw;
  margin-left: 4.6vw;
  margin-right: 1vw;
}

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

/* MENU DEROULANT */
.conteneur-intro-recrutement {
  height: 45vw;
  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: 45vw;
  margin: auto;
}

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

/*---- 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: calc(100% - 40px);
  height: auto;
  display: flex;
  margin: auto;
  grid-gap: 20px;
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.sticky-sidebar {
  width:45%;
}

ul a{
    font-size: 0.7em;
}

.boite-titre{
  display: flex;
}

.titres {
  display: flex;
}

li.dnmade1titre{
    color:  var(--blue-theme);
    font-size: 1.2em;
}

li.dnmade2titre{
    color: orange;
    font-size: 1.2em;
}

li.dnmade3titre{
    color: red;
    font-size: 1.2em;
}

li.dnmade1, .dnmade2, .dnmade3{
  font-size: 1.1em;
}

.dnmade1projet, .dnmade2projet{
  margin-right: 3vw;
}

.dnmade1titre, .dnmade2titre, .dnmade3titre{
  font-size: 1em;
  margin-bottom: 0.6em; 
}

.dnmade1dn, .dnmade2dn, .dnmade3dn{
  font-size: 0.8em;
}

.dnmade1 a:hover{
  color:  var(--blue-theme);
}

.dnmade2 a:hover{
  color: orange;
}

.dnmade2 a:hover +.dnmade2dn{
  color: orange;
}

.dnmade3 a:hover{
  color: red;
}

.sticky-sidebar > aside {
  align-items: center;
  position: sticky;
  top: 8vw;
  left: 40px;
}

.sections {
  width: 60%;
  position: relative;
}

.texte1, .texte2, .texte3, .texte4, .texte5, .texte6, .texte7, .texte8, .texte9, .texte10,
.texte11, .texte12, .texte13, .texte14, .texte15, .texte16, .texte17, .texte18{
  margin-top: 10vh;
  width: 65%;
}

aside > div, ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.sticky-sidebar p{
  font-size: 1em;
}

div.title p{
  font-size: 25px;
}

.title {
  margin-top: 10px;
  font-size: 2vw;
  line-height: 0.3vw;
}

.title p{
  font-family: var(--title-font);
  color: var(--primary-theme);
}

.title .italique_text{
  font-family: var(--secondary-font);
  font-style: "Work Sans";
  font-style: italic;
  font-size: 1.2vw;
  line-height: 1.2em;
}

.image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image img{
  width: 100%;
  object-fit: cover;
}

article{
  margin-bottom: -30vh;
  width: 100%;
  height: 100vh;
}


/*PORTFOLIOS*/

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

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

.fleche-text-portfolio {
  width: 2.6vw;
  margin-left: 0vw;
  margin-right: 1vw;
  transition: all 0.3s ease;
}

.titre-portfolio:hover .fleche-text-portfolio{
  margin-right: 2vw;
}

.folios {
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.folios p:hover{
  color: var(--blue-theme)
}

.annee {
  margin-bottom: 1vw;
}

.promo {
  padding: 2vw;
}

.promo a {
  display: inline;
}

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

.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;
}


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

footer {
  height: 2vw;
  padding: 1vw;
  font-size: 0.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

#boris{
  display: none;
}


/*A RANGER*/

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

.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-conference p {
  margin: 2vw 3.5vw;
}

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

/* 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;
}*/

/*[class*="fleche-text-recru-"] {
  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-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;
}

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

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

/* REGLAGES DES QUESTIONS */

/*
.partie-interviews,
.partie-faq {
  height: 2.8vw;
}

.partie-interviews,
.partie-faq {
  margin-left: -1vw;
}
*/
/*fleche ancre menu: */
/*@keyframes flechemvtvertical{
  0%{
    margin-top: 0;
  }
  50%{
    margin-top: 2vw;
  }
  80%{
    margin-top: 0;
  }
}*/

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

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

.frame-ordinateur{
  display: block;
}

.frame-telephone{
  display: none;
}

#bloc_bouboubou{
  background-color: #FFFFFF;
  width: 100vw;
  height: auto;
  display: flex;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: none;
}

#bouboubou{
  width: 20%;
  height: auto;
}