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

@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(0,107,255,1);
  --blue-theme: rgb"(225,65,144,1)";
  --grey-theme: rgb(253,235,25,1);
  --grey-dark-theme: rgb(215, 215, 215);
  --text-theme: rgb(0,107,255,1);
  --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:rgba(253,235,25,1) ;
  border-color: var(--primary-theme);
  background: linear-gradient(30deg, rgba(255,36,167,1) 0%, rgba(253,235,25,1) 70%);
/*  background: linear-gradient(45deg, rgba(236,83,111,0.7) 0%, rgba(253,235,25,1) 70%);
*/
}

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: 1em;
  margin-bottom: 0px;
  font-style: italic;
}

#ancre-header{
  
 
  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: #FFF145;
  
}

/* 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: 1px solid;
/*  background-color: red;*/
  /* background: linear-gradient(135deg, rgba(255, 36, 167, 1) 0%, rgba(255, 175, 0, 1) 50%, rgba(253, 235, 25, 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: 70vw;
  height: 39.7vw;
/*position: relative;*/
  z-index: 5;
  margin-top: 3vh;
  margin-left: 15vw;
/*  margin: 10vh auto 0;*/
}

.video-present iframe {
  width: 90%;
/*  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;

}

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

#boite-nav-pages {
  -ms-display: grid;
  display: grid;
  grid-template-columns: 50% 50%;
  border-top: solid 1px var(--primary-theme)  ;
}




#boite-nav-pages-column {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
 
}


#lien-dnmade1, #lien-dnmade2, #lien-dnmade3 {
  text-decoration: none;
  position: relative;
  /* border-right: solid 2px var(--primary-theme); */
  width: 100%;
}

.lien-navgauche{
  border-right: solid 2px var(--primary-theme);
}
.section-projet {
  display: flex;
  align-items: center;
}

.fleche-text {
  width: 1.5vw;

}

.textes-menu {
  margin: 0;
}


.dropdown {
  display: none;
  width: 100%;
  list-style: none;
  margin-top: 10px;
  padding: 0;
  margin-left: 2vw;
  
}

.menu-toggle.active .dropdown {
  display: block;
}

.dropdown li {
  padding: 10px;
}

.dropdown li a {
  color: #006BFF;
  text-decoration: none;
  display: block;
  font-size: large;
}

.dropdown li a:hover {
 
  color: #FF24A7;
}

#boite-nav-pages-column a {
  margin-bottom: 10px;
}

#projetbas{
  margin-bottom: 1px; 

}

.section-dnmade {
  
  height: 4vw;
  padding: 1vw 2.2vw;
  display: flex;
  align-items: center;
  cursor: pointer;
 
}

.section-dnmade:hover .fleche-text {
  opacity: 1;
  margin-top: 0vw;
  animation: rotate 2s linear;
  transform-origin: center;
  display: block;

}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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



.section-dnmade:hover .textes-menu {
  margin-left: 30px; 
}

.section-dnmade:hover .textes-menu-projets {
  margin-left: 30px; 
}



.textes-menu-projets{
  margin-left: -40px;
  transition: margin-left 0.5s ease;

}

.textes-menu {
  margin-left: Opx;
  transition: margin-left 0.5s ease;

}

.section-projet:hover .textes-menu {
  margin-left: 10px; 
}

.section-projet:hover .textes-menu-projets {
  margin-left: 10px; 
}


.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;
  padding-left: 0vw;
  margin-top: 2vw;
  margin-left: 0;

}

.section-projet:hover .fleche-text {
  opacity: 1;
  margin-top: 0vw;
  animation: rotate 2s linear;
  transform-origin: center;
  display: block;

}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



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

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

.text-lien-site {
  transition: transform 0.3s ease; 

}

.boite-lien:hover .text-lien-site {
  
  transform: translateX(10px); 
}

.boite-lien img {
  width: 1.25vw;
  rotate: -90deg;
  transition: all 0.3s ease;
}


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

.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 {

  
  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: transparent;
  
}

.accordion-uneligne{
  height: 5vh;
}

.conteneur-bas-page{
  margin-bottom: 10vh;
}
.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;

  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;

}

.title-projets{
  margin-left: 1vw;
  margin-top: 1vw;
}


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


.sticky-sidebar {
  width:50vw;
}

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

.sections {
  width: 49vw;
  padding-top: 11vh;
  padding-bottom: 2vh;
  /* margin-left: 2vw; */
  /* border-left: 2px solid blue ; */

  padding-right: 1vw;
  
}

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

.projet25{
  margin-bottom: 1px;
}



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;
  /* margin-left: 3vw; */
/*  margin-top: 8vw ;*/
/*  transition: transform 0.3s ease;*/
 transition: opacity 0.3s ease;
}

.image:hover{
/*  transform: scale(0.98);*/
  opacity: 0.8;
}

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

.description-projets{
  margin-left: 3vw;

  
}

article{/*
  border: 1px solid red;*/
  margin-bottom: 50px;
  width: 100%;
/*  height: 30vh;*/
}


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