/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

body {
  background-color: black;
  color: white;
  font-family: : Tahoma, sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto !important;
}

.tab{
  margin-left: 15px;
}

#navbar_complete{
  margin-bottom: 100px;
}

nav{
  margin-bottom: 100px;
}

.row{
  margin-bottom: 30px;
}

h1{
  margin-left: 15px;
}

/* video{
  margin-top: 20px;
} */

fleche{
  font-size: 2.5em !important;
}

.logo_dl{
   top: -40px;
   left: -15px;
}

#video_player{
  height: 96vh;
  position: absolute;
  top: 0px;
  left: 0px;
}

#adjust{
  height: 100%;
  margin-top: -5px;
}

/* CSS SOPHIE CALLE */

#div_sophie {
  position: fixed;
  top:125px;
  left:20px
  margin: 0 ;
  padding: 0 ;
  border:0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.img_sophie{
  display: flex;
  position: absolute;
}

/*#################################*/

/* /!\ - CSS DES SLIDERS - PAS TOUCHE - /!\ */

#container_thumbs {
  /*width: 720px;*/
  overflow: hidden;
  display:flex;
  flex-direction: column;
  /*margin: 40px auto;*/
}

#thumbs_zone{
  display: flex;
  flex-direction: column;
}


h1 {
  color:white;
  text-align: center;
  margin-bottom: 20px;
}

.thumbs {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.thumbs li,
.thumbs li a {
  width: 100%;
  height: 100%;
}

.thumbs a {
  display: block;
  position: relative;
}

.thumbs li a img {
  /*width: 90px;*/
  height: 45px;
  display: inline;
  border: 2px solid #222222;
}

.thumbs li a:hover span {
  position: absolute;
  z-index: 101;
  /*bottom: -30px;
  display: block;
  width: 98px;
  height: 25px;*/
  text-align: center;
  border-radius: 3px;
}

.thumbs li a:hover span::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: -5px;
  left: 44px;
}

.slide {
  overflow: hidden;
  border: 2px solid #222222;
}

.slide,
.slide li,
.slide img {
  /*Zone d'affichage des images en grand*/
  position: relative;
  width : 100%;
  height: 100%;
  /*height : 750px !important;*/
}

.slide li {
  position: absolute;
  z-index: 50;
}

/*Animation For Slider*/
@-webkit-keyframes slider {
  0% {left: -500px;}
  100% {left: 0;}
}

.slide li:target {
  z-index: 100;
  -webkit-animation: slider 1s 1;
}

/*Not Target*/
@-webkit-keyframes noTarget {
  0% {z-index: 75;}
  100% {z-index: 75;}
}

.slide li:not(:target) {
  -webkit-animation: noTarget 1s 1;
}

#slide_resizable {
  width: auto;
  height: 500px;
}

/*Css Voyages a paris*/
#texte {
  padding: 10px;
  position: absolute;
  z-index:9;
}
.texte
{
  display: none;
  /*position: absolute;
  font-size: 0.75em;
  text-align: justify;*/
  background-color: grey;
  color : white;
  /*width: 30%;
  height: 20px;
  margin-left: 35%;
  margin-top: 53%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;*/
}

.zone
{
  /*position: absolute;
  margin-left:35%;
  margin-top: 86.5%;*/
  top: -15px;
  background-color: grey;
  color: grey;
  width: 18px;
  height:18px;
  opacity: 1;

}

/*.video
{
  position: absolute;
  opacity: 1;
  width: 80%;
  height: 700px;
}*/
