@font-face {
    font-family: 'os-roman';
    src: url('../fonts/os-roman.otf');
}
@font-face {
    font-family: 'os-bold';
    src: url('../fonts/os-bold.otf');
}
@font-face {
    font-family: 'os-light';
    src: url('../fonts/os-light.otf');
}
@font-face {
    font-family: 'os-med';
    src: url('../fonts/os-med.otf');
}

/* akzi */

@font-face {
    font-family: 'ak-reg';
    src: url('../fonts/ak-reg.otf');
}
@font-face {
    font-family: 'ak-med';
    src: url('../fonts/ak-med.otf');
}

/* baskerville font */

@font-face {
    font-family: 'fos';
    src: url('../fonts/fos.otf');
}
@font-face {
    font-family: 'fos-bold';
    src: url('../fonts/fos-b.otf');
}
@font-face {
    font-family: 'fos-italic';
    src: url('../fonts/fos-i.otf');
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: rgba(210, 177, 148, 0.53);
}

::selection {
    color: #fff;
    background: rgba(210, 177, 148, 0.53);
}


body{
  color: var(--black);
	font-family: 'ak-reg',"fos";
  background-color: var(--beige2);
	letter-spacing: var(--lp);
	-webkit-font-smoothing: antialiased;
  font-size: var(--font-size);
  line-height: calc(var(--font-size) * var(--lh));
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;

}

:root {
  --font-size: 19px;
  --ratio: 1.6;
  --lp: -0.03em;
  --green: #464C49;
  --green2: #65a631;
  --blue: #0e7acf;
  --coral:#ff5e43;
  --color_passive: #666;
  --black: #191919;
  --beige: #F1E5DC;
  --beige2: #ffffff;
  --red: #F26D63;
  --media-max: 768px;
  --media-min: 769px;
  --nav: 50px;
  --padcont: 25px;
  --padcont-m: 12px;
  --height: calc(100vh - 0px);
  --lh: 1.2;
  --h3: calc(var(--font-size) * var(--ratio));
  --h2: calc(var(--h3) * var(--ratio));
  --h1: calc(var(--h2) * var(--ratio));


}

h1,h2,h3,h4 {
  font-weight: normal;
  margin: 0px;
}
h1 {
  font-size: var(--h1);
  line-height: calc(var(--h1) * var(--lh) * 0.85);
  letter-spacing: calc(var(--lp) * 1.15);
}

h2 {
  font-size: var(--h2);
  line-height: calc(var(--h2) * var(--lh));
  letter-spacing: calc(var(--lp) * 1.1);
}
h3 {
  font-size: var(--h3);
  line-height: calc(var(--h3) * var(--lh));
  letter-spacing: calc(var(--lp) * 1.05);
}

.container {
  width: 95%;
  min-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 749px) {

  .container {
    width: 90%;

  }}


/*#nav-sousmenu2 li:not([style*="display:none"]):not([style*="display: none"]):last-child{

opacity: 0.2;

}*/

html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

input, textarea {
	background-color: #ececec;
    padding: 11px 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;

}


* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	outline:0;
	vertical-align:baseline;
	/* background:transparent; */
	font-weight: normal;
	list-style: none;

}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block; zoom:1;
}

a {
	font-size:100%;
	vertical-align:baseline;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

a:hover {
opacity: 0.82;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}

img {
	width: 100%;
	height: auto;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}


#about img {

    min-width: 100%;
}

#contact-txt-w {

	 width: 100%;
    font-size: 18px;
    color: #848484;

}


#contact-txt-w h1{

    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #000;

}




#art-2-img-w {

	width: 100%;
	margin-top: 30px;

}


.img100 {

	width: 100%;
	margin-bottom: 12px;

}

#vid-txt h1 {

	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 1px;

}

#vid-txt h2 {
	color: #f18181;
	font-size: 12px;
}

.art-1 {

	display: flex;
}

.art {

      display: flex;
      flex-wrap: wrap;
      /* justify-content: space-between; */
      margin-bottom: 50px;
}

#art-1-img{

	width: 65%;
}

#art-1-img img{

	width: 100%;
}


.art-2-txt-class{

	width: 32%;
    margin-left: 3%;
}


#art-2-txt h1 {
    font-size: 40px;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 4px solid black;
    line-height: 44px;

}

#art-2-txt h2 {
	line-height: 24px;
	display: inline;
	font-size: 16px;
    letter-spacing: 2px;
	font-family: "a_condensed";
	color: #4a7aa7;
	margin-left: 2px;
	margin-top: 3px;
}

#art-2-txt h3 {
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #0e0e0e;
    display: inline-block;
    margin-top: 16px;
    padding: 5px 7px 5px 9px;
    border-radius: 1px;
    text-transform: uppercase;
}

#art-2-txt p {
	font-family: "a_italic";
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #808080;
}

@media (min-width: 901px) {
  .w33 {

      width: 32%;
      margin-bottom: 2%;
  }

  .art .w33{
    margin-right: 1.999%;
  }
  .art .w33:nth-child(3n+3){
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .w33 {

      width: 49%;
      margin-bottom: 2%;
  }
  .art .w33{
    margin-right: 1.999%;
  }
  .art .w33:nth-child(2n+2){
    margin-right: 0px;
  }
}

@media (max-width: 600px) {
  .w33 {

      width: 100%;
      margin-bottom: 2%;
  }
  .art .w33{
    margin-right: 0%;
  }
}


.material {
  margin-bottom: 60px;
}

.art-image-w {
opacity: 1;
cursor: pointer;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}

.art-image-w:hover {

opacity: 0.89;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;

}




.art-link p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.art-image {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-bottom: 10px; */
}



#w25 {
	width: 21.5%;
    margin-bottom: 45px;
    margin-right: 4.6666%;
    opacity: 1;
    /* -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; */
    cursor: pointer;
}



#w25:hover {
	opacity: 0.7;

}


#w25:nth-child(4n+4) {
    margin-right: 0;
}

#vid-img {
	width: 100%;
	background-size: cover;
    justify-content: center;
    align-items: center;
    background-position: center;
}
/*#vid-img img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
*/

#about-txt{

	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 50px;

}

#about-txt h1{

    margin-bottom: 29px;
    margin-top: 16px;
    font-size: 42px;

}

#about-txt p{

	font-size: 19px;
    line-height: 25px;
    color: #999;

}

#nav-menu{

      /* color:var(--color_passive); */

}
#logo-w{
	position: absolute;
	width: 180px;
	height: 40px;
}
#logo{
	background-image:url(../images/logo.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size:contain;
	width: 150px;
	height: 60px;
	cursor: pointer;
}
#logo:hover{
	opacity: 0.8;
}
#nav-txt li.active{
opacity: 1;
}

/* #nav-txt li.active:hover{
	opacity: 0.8;
} */

.tiret {

opacity: 0.5;
}

#nav-sousmenu {


}




#nav-sousmenu li a{
	opacity: 0.52;
  border-bottom: 1px solid transparent;

}


#nav-sousmenu li a.active{
	opacity: 1;
  border-bottom: 1px solid;

}


#nav-sousmenu2-w {
	margin-top: 65px;
    margin-bottom: 25px;

}
#nav-sousmenu2 li{

    display: inline;
    text-align: center;
    margin-right: 16px;
    margin-left: 2px;
    letter-spacing: 0.8px;
    font-size: 15px;
}

#nav-sousmenu2 ul li:last-child{
	display: none;
}



#contact-txt-w div{

	width: 100%;
	margin-bottom: 40px;

}


#txt-intro {
    font-size: 40px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 135px;
}


.spanclass {

  cursor: pointer;
margin-right: 3%;
top: 10px;
position: relative;

}

#close-w {

  width: 100%;

}

#spanmob {

    width: 100%;
    text-align: right;
    padding-top: 12px;
    font-size: 35px;
    transition: 0.2s;
    opacity: 1;


}

#spanmob:hover {

  opacity: 0.6;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
    display: block;
}

/* The navigation menu links */


.sidenav a.active {
opacity: 1;
}


.sidenav a {

    padding: 0px 0px 12px 0px;
    margin-left: 2%;
    text-decoration: none;
    font-size: 45px;
    line-height: 45px;
    opacity: 0.52;
    display: block;
    transition: 0.2s;
    letter-spacing: normal;

}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    opacity: 1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    /* color: #000; */
    padding-top: 4px;
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 49px;
    margin-left: 50px;
    font-family: "os-light";
/*    width: 100%;*/
    opacity: 1;
    transition: 0.2s;
}

.sidenav .closebtn:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
/* #logo{
	float: left;
} */
#nav-txt {

	float:right;

}

#contact-txt-w div{

	width: 50%;
	margin-bottom: 40px;

}


#nav-txt li{
  opacity: 0.52;
	display: inline;
	margin-left: 30px;



    padding: 5px 2px 6px 7px;

    /* -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; */
}

#nav-txt li:last-child{
	margin-right: 0px;
}

#nav-txt li:hover{



}

#art-2-img {

	width: 70%;
	margin-left: auto;
	margin-right: auto;

}

#contact-txt-w {

	  display: inline-flex;


}






#nav-menu{
    margin-top: 0px;
    margin-bottom: 0px;
}


}

@media (max-width: 769px) {





#w25 {

	min-width: 100%;
	margin-right: 0px;
}



#art-1-img, #art-2-txt, .art-2-txt-class {
	width: 100%;
	margin-left: 0;
}

.art-1 {
display: block;
}

#art-2-img {

	width: 100%;

}

#contact-txt-w {

      display: block;
}



}

.pop-art-image {

overflow: hidden;
display: none;
z-index: 10;
position: fixed;
height: 100vh;
width: 100vw;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;



-webkit-transition: background-position .2s ease-out;
-moz-transition: background-position .3s ease-out;
-o-transition: background-position .3s ease-out;
-ms-transition: background-position .3s ease-out;
transition: background-position .3s ease-out;

}

.pop-art-image,.inner-pop {

  cursor: url(../images/icons/1b.svg), auto;

}

.inner-pop {

overflow: hidden;
display: none;
z-index: 10;
position: fixed;
height: 100vh;
width: 100vw;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-color: var(--black);



/* -webkit-transition: background-position .2s ease-out;
-moz-transition: background-position .3s ease-out;
-o-transition: background-position .3s ease-out;
-ms-transition: background-position .3s ease-out;
transition: background-position .3s ease-out; */

}



.hider-w {
  color: var(--beige);
}

.hider-w header {
  position: absolute;
  top: var(--padcont);
}

.hider-w footer {
  position: fixed;
  bottom: var(--padcont);
}


.hider,.hider2 {


  font-size: 50px;
  font-family: "os-light";
  /* float: right;
  margin-top: var(--padcont);
  padding-top: 5px; */
  width: 100%;
  height:100vh;
  opacity: O;
}

@media (max-width: 900px) {

.download {
  display: none;
}
}

.download {

  font-size: 45px;

  float: right;
  margin-top: var(--padcont);
  padding-top: 10px;


}

.download a {

  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-top: 13px;
    margin-right: 38px;
}

.magnifier,.magnifier-off {
  position: absolute;
  font-size: 50px;
  font-family: "os-light";
  top: var(--padcont);
  text-align: right;
  right: 20px;
  padding-bottom: 10px;
  color: var(--beige);
  padding: 10px;

}
/*
.magnifier-off {

  display: none;

} */

.art-image-mob-w {

  position: relative;
  top: 50%;
  transform: translateY(-50%);


}
.art-image-mob-w-w {
  display: none;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--beige);
  }



#image-mob {

  padding-left: 4vw;
    padding-right: 4vw;
    top: 0px;
    position: relative;
        margin-bottom: 3%;
}

#image-mob img {

  max-height: 65vh;
left: 50%;
display: block;
margin-left: auto;
margin-right: auto;

}

.titre-mob {
  padding-top: 10px;
  width: 100%;
text-align: center;

}

.titre-mob p, .titre-mob h3 {

  padding-left: 10px;
    padding-right: 10px;

}
.titre-mob h3 {
hyphens: auto;
}

#slideshow-w {

    display: none;
    width: 100%;
    position: fixed;
    height: 100vh;

}

.slideshow,.fade,.slick-list {


    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slick-list, .centering {
    height: 100vh;
}


    #myVideo {

  position: fixed;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);

}


 @media (min-width: 921px) {

   .sidenav {
     display: none;

   }

    #nav-menu {
      height: 40px;
    }

    categories {

      position: absolute;
      left: 185px;

    }

    #nav-sousmenu li{
        display: inline;
    }

    #nav-sousmenu ul li{
        margin-left: 30px;
        padding: 5px 2px 6px 7px;
    }
    #nav-sousmenu ul li:first-child{
    	margin-left: 0px
    }

    #spanmob {
      display: none;
    }
 }

 @media (max-width: 920px) {
    #logo-w {
     position: relative;
    }

    #nav-sousmenu ul li {

         margin-left: 0px;
        margin-bottom: 10px;


    }

    #nav-menu{
        margin-top: -12px;
        margin-bottom: 40px;
    }

    categories {

      position: relative;
      left: 0px;

    }

    #nav-sousmenu li a {


         display: inline-block;

    }


        #nav-txt {

            display: none;
        }

 }




 #nav-menu, #mySidenav {

   background-color: var(--beige2);

   /* font-family: 'Akzidenz-Grotesk Pro'; */
    font-size: 17.2px;
    letter-spacing: normal;
 }

 @media (max-width: 920px) {
   #nav-menu, #mySidenav {

      font-size: 21px;
   }
    }


.closebtn {

  margin-right:2%;
  margin-top:1px;
}

#close-w a{

  padding: 3px;
}


.logo-mob {


  top:12px;
  margin-bottom: 23px;
  left: 2%;

}

mobile-nav {
  width: 100%;
  border-top: 1px solid grey;
  display: block;
  padding-top: 18px;
}

info-sculpture {

  font-size:var(--font-size);
  margin-top: 7px;
  margin-bottom: 30px;
  display: block;


}

@media (max-width: 920px) {
  info-sculpture {


    padding: 4px;

  }
   }


info-sculpture header{
  float: left;
  left:10px;
}

  info-sculpture date{
    float: right;
    right:10px;
  }

.container_full {
  width: 100%;
}

bold {

  font-family: 'ak-med';
}

dates {


  display: block;
  margin-top:30px;
  margin-bottom: 45px;
}
dates p {

  margin-bottom: 25px;
}


#biographie, #archives {

margin-top: 30px;
margin-bottom: 25px;
}

@media (min-width: 749px) {


#biographie {



   column-count: 2;
   column-gap: 7%;
}}

.font_size4 {

font-size:26px;
line-height: 35px;

}


legend-image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;


}

legend-image-text {
  width: 33%;

}

legend-image-text p {
  top: 97%;
      transform: perspective(1px) translateY(-97%);
      position: relative;

      width: 100%;
}

legend-image-text p inside {

  padding: 10%;
  display: block;
}

/* legend-image-image {

  width: 67%
} */

@media (min-width: 749px) {


#archives {


/*
   column-count: 2;
   column-gap: 7%; */
}}

.font-green {

  color: var(--green2);

}

.font-coral {

  color: var(--coral);

}

.font-beige3 {

  color: var(--beige);
  background-color: #000;

}


complet {

  width: 100%;
  display: inline-flex;
  margin-bottom: 60px;
  margin-top: 100px;
}


legend-image complet:nth-child(2n+0) div:nth-child(1) {
  /* float: left; */

  width: 33.3%;
  position: relative;
}

legend-image complet:nth-child(2n+0) div:nth-child(2) {
  /* float: right; */

    width: 66.7%;


}

legend-image complet:nth-child(2n+2){
  flex-direction: row-reverse;

}




legend-image complet:nth-child(2n+1) div:nth-child(1) {


  width: 33.3%;
  position: relative;

}

legend-image complet:nth-child(2n+1) div:nth-child(2) {


    width: 66.7%;


}

/*
legend-image div {
  height: 50px;
} */

inside-text {

  bottom: 0px;
    position: absolute;
    padding: 1px 30px;
    overflow: hidden;


}

legend-image complet:nth-child(2n+1) inside-text{

  text-align: right;
  right: 0px;

}

div.inside-text-mobile {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    }

inside-text,div.inside-text-mobile {

  font-size: 23px;
}

@media (max-width: 749px) {

div.inside-text-compute {

  display: none;


}

complet {


  display: block;
    margin-bottom: 20px;
    margin-top: 70px;
}

legend-image complet:nth-child(2n+0) div:nth-child(2),legend-image complet:nth-child(2n+1) div:nth-child(2) {

  width: 100%;
}

}

@media (min-width: 750px) {

div.inside-text-mobile {

  display: none;
}}

@media (min-width: 921px) {


#nav-menu{

position: sticky;
top:0px;
z-index: 9;
padding-top: 16px;
}

img.imagesmalladmin
{

  width: 88px;
  margin-bottom: 33px;
}
}

francoise {

  font-size: 17px;
    float: right;
    padding-right: 6px;
}

.margin-bot-80 {
  margin-bottom:80px;
}

.margin-bot-40 {
  margin-bottom:40px;
}


.margin-top-60 {
  margin-top:60px;
}


.fullscreen-bg-w {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    animation-name: fade;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fade;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-fill-mode: forwards;

  }

  .fullscreen-bg-ww {
    position: absolute;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;

    opacity: 0.65;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;

    /* min-width: 80%; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 921px) {

  .fullscreen-bg__video {

      width: auto;


  }

  .justi {

    text-align: justify;
  }

}

@media (max-width: 920px) {

  .fullscreen-bg__video {

      width: auto;
      height: 100vh;

  }
}

#nav-menu.background-trans

{
  background-color: transparent;
}





#mySidenav.contact {

  color: var(--black);
}

sup2 {

  bottom: 8px;
    position: relative;
    font-size:smaller;

}

back-image {

    opacity: 0.6;
    background-image: url(../images/contact.jpg);
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 100vh;
    z-index: -100;
    background-size: cover;

    }

.menu-marg {
        padding-left: 2.5%;
        padding-right: 2.5%;

        }

        #vid-1-w {
          display: block;
          margin-bottom: 40px;
          margin-top: 60px;
    width: 100%;
        }

        #vid-1 {
          display: block;
          margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.259%;

}

.videofull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sidenav categories  {

  display: block;
  margin-top:25px;
  margin-bottom: 25px;
}

.sidenav categories a {

  font-size: 22px;
  line-height: 4px;
  margin-bottom: 5px;
}

@media (max-width: 920px) {


top-left categories {

  display: none;
}}
