html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}
body {
  line-height:1;
}
ol, ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
@font-face {
  font-family:fontello;
  src:url(fontello.ttf);
}
@font-face {
  font-family:OnceUponATime;
  src:url('./../font/OnceUponATime.ttf');
}
@font-face {
  font-family:'Dyslexic';
  src:url('./../font/OpenDyslexicAlta-Bold.otf')
}
html {
  height:100%;
  width:100%;
  margin:0px;
  font-family:OnceUponATime;
}
body {
  height:100%;
  width:100%;
  margin:0px;
}
#panorama {
  width:100%;
  height:100%;
}
.custom-hotspot
{
  font-family:OnceUponATime;

}
.custom-hotspott
{
  font-family:OnceUponATime;
  display:none;
}
div.custom-tooltip p {
  display:none;
}
.titre {
  font-size:3rem;
  color:white;
}
.custom-hotsp ot{
}
.custom-hotspot a {
  margin:0;
  padding: 0;
    width: 93px;
}
.custom-hotspot span {
  height:100%;
  background-color:rgba(255, 255, 255, 0.2);
  padding:10px;
  max-width:600px;
  padding:2vh;
  border-radius:10%;
}
.ACTU span {

  height: 60vh;
  width : 50vw;
  background-color: none;
  padding:10px;
  padding:2vh;
  border-radius:10%;
}
.ACTU span iframe{

  width:450px;
  max-width :90vw;
  height:60vh;
}

@media all and (min-width:600px) {
.ACTU span {
  height:58vh;
  width:26vw !important;
   background-color:rgba(255, 255, 255, 0.6);
}
.ACTU span iframe{
  width:26vw;
  height:58vh;
}
}
div.custom-tooltip p {
  color:black;
  text-align:center;
  cursor:default;
}
.menu {
  background-color:white;
  width:100%;
  height:100%;
  position:fixed;
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  top:0px;
  left:0px;
  z-index:800;
}
.menu__options, #contact {
  text-decoration:none;
  color:black;
  display:flex;
  font-family:OnceUponATime;
  font-size:2.5rem;
  width: 100%;
}
#contact {
margin-top:10%;
}

.menuPaint__options {
  text-decoration:none;
  color:black;
  display:flex;
  font-family:OnceUponATime;
  font-size:2rem;
}
.arrow {
  margin-right:2vw;
}
@keyframes menuColor {
    from {color:green; background-color:white;}
    to {color: white;background-color:black;}
}
.menu__options:hover {
  background-color: black;
  color:white;
   border:5px solid white;
   animation-name: menuColor;
   animation-duration: 1.25s;
}
#logo {
  position:fixed;
  top:10px;
  left:10px;
  height:20vh;
  width:20vh;
  z-index:999;
}
#menu__mail{
  justify-content:flex-end;
}
@media all and (min-width:600px) {
  .menu {
    width:20%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  div.custom-tooltip p {
    display:none;
  }
  .custom-hotspot {
    display:flex;
  }
  .custom-hotspott {
    font-family:fontello;
    display:flex;
  }


  .svg {
    font-size:7rem;
    height:18vh;
    width:18vh;
  }




  div.custom-tooltip {
    display:flex;
    font-size:1.5rem;
  }
  #logo {
    position:fixed;
    top:10px;
    left:10px;
    height:30vh;
    width:15%;
    z-index:999;
  }

  .menu__options {
    font-size:1.5rem;
    font-family:OnceUponATime;
  }
    #contact {
    font-size:1.5rem;
    font-family:OnceUponATime;
  }

  .titre {
    font-size:4rem;
  }
}
.svg {
  font-size:5rem;
  }

.fullsrn {
  position:fixed;
  width:auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  max-height:100vh;
  top:0;
}
@media all and (min-width:600px) {
  .fullsrn {
    max-width:100%;
    z-index: 785;
  }
  }

.back_fullscreen {
  background-color:black;
  position:fixed;
  top:0;
  right:0;
  width:100%;
  height:100%;
  z-index: 784;
}
.paint {
  position:relative;
  background-color:black;
  color:white;
  display:flex;
  flex-direction:column;
}
.category {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  align-items:center;
  height:100%;
  width : 90vw;
}
.round {
  border-radius:5%;
}
.square {
  border-radius:0;
}
.close {
  position:fixed;
  top:5px;
  right:5px;
  font-size:2rem;
  color:white;
  cursor:pointer;
  z-index:799;
}
.close__Paint {
  visibility:hidden;
}
.show {
  padding:1vw;
  cursor:pointer;
  z-index:690;
  max-width:100%;
}
@media all and (min-width:600px) {
  .show {
  max-width: 20%;
}}
@media all and (min-width:600px) {
  .category {
    padding-left:20%;
    width: 80vw;
  }
}
#video {
  height:100%;
}
.video_background {
  height:100%;
  width:100%;
  background-color:black;
  justify-content:center;
  align-items:center;
}
#menu_title{
  display: flex;
  position :fixed;
  top:6%;
  left: 17%;
  width : ;
  z-index : 999;
}

@media all and (min-width:600px) {
  #menu_title{
    display: none;
  }
}
#dys {
  font-weight:bold;
  font-family:Dyslexic;
  position:fixed;
  top:0;
  left:19%;
  padding:5px;
  background-color:white;
  z-index:999;
  border-radius:5px;
  display: none ;
}
@media all and (min-width:600px) {
  #dys {
    display:flex ;
  }
}
.menu__footer {
  width:100%;
  height:20%;
  position:fixed;
  display:none;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  bottom:0px;
  left:0px;
  z-index:800;
  color:black;
}
@media all and (min-width:600px) {
  .menu__footer {
    display:flex;
    width:22%;
    height:10%;
    background-color: white;
    border-radius:10px;
    position:fixed;
    justify-content:center;
    align-items:flex-end;
    bottom:0px;
    left:0px;
    padding:7px;
    z-index:800;
  }
}
.dys {
  font-family:Dyslexic !important}
  .lang {
    font-family:OnceUponATime;
    color:grey;
    text-decoration:none;
  }
  .ba ck{
   color:black;
 }
.link {
  color:#ddc2be;
}
#CV {
  height:100%;
}
.page__CV {
  display:flex;
  justify-content: center;
  background-color: black ;

}

.ClickLogo {
  height:40px;
}


.description {
  visibility: hidden !important;
}

@media all and (min-width:600px) {
  .description {
  visibility: visible!important ;
}
}


#suj{
  display:flex;
  height: 10%;
  flex-direction: column;
  color: black;
  font-size: 20px;
}

.menu_checkbox  {
    display:flex;
  height: 10%;
  flex-direction: column;
  color: black;
  font-size: 20px;
  border-size: 2px;
}


