/* media queries beginning */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 810px) {
  #statements {
    text-align: center;
  }
}





/* content */

body {
  margin:0;
  font-family:'Nunito', sans-serif;
  background: black;
  color: #d7d7d7;
}


.footer {
  text-align: center;
  font-size: 11px;
  color:  rgba(122,122,122,0.9);
  position: static;
  /* bottom:0; */
  padding-top: 250px;
  width:100%;
  height:60px;
}

#name {
color:  black;
background: #ffffff;
font-family: 'Shippori Antique B1', sans-serif;
font-size: 19px;
line-height: 60px;
text-align: left;
padding-top: 20px;
padding-top: 10px;
padding-left: 15px;
}

/* topnav menu begins */

.topnav {
  overflow: hidden;

  /* background-color: #3333; */
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.home {
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  /* position: relative;
  display: inline-block; */
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 14px;
  border: none;
  outline: none;
  color: #ffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3333;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1000000;
  /* overflow: auto; */
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(122,122,122,0.9);
  color:  #ececec;
}

.dropdown-content a:hover {
  background-color: rgba(236,236,236,0.9);
  color: #000000;
}

/* dropdown content bg */
/* .dropdown:hover .dropdown-content {
  display: block;
  background-color: rgba(122,122,122,0.9);
} */
.dropdown .dropdown-content.show {
  display: block;
  background-color: rgba(122,122,122,0.9);
}

/* topnav menu ends */

/* image slider*/
.container input[type="radio"] { display: none;}

.container{
		margin: 0 auto;
		margin-top: 88px;
		position: relative;
		width: 100%;
		height: px;
		padding-bottom: 35%;
	  user-select: none;
	  background-color: #000;
	}

/*input {
background: yellow;
width:32; height:32;
}*/



	.container .slide_img{
		position: absolute;
		width: 100%;
		height: 100%;
    /* background: red; */
	}

	.container .slide_img img{
		display: block;
		max-height: 95%; /* change pas...?? */
		margin: auto;
	}

	.prev, .next{
		height: inherit;
		position: absolute;
		width: 15%;
		top: 0;
		/* background-color: rgba(88, 88, 88,.2); */

		/* arrows */
		color:     #85929e  ;
		z-index: 99;
		transition: .10s;
		cursor: pointer;
		text-align: center;
		/* background: #00ffff80; */
    /* max-height: 100%; */
		/* background: black; */
	}

  .prev {
		left:8.333%;
    height: 80%;
    /* background: #00ffff80; */
    /* text-align: left; */
	}

	.next {
		right:8.333%;
    height: 80%;
    /* text-align: inherit; */
	}


	/*advance button size*/
	.material-icons {
			position: absolute;
			font-size: 30pt;
			top: 50%;
		  left: 50%;
			transform: translateX(-50%) translateY(-50%);
			/* background: orange; */
		}

	.prev:hover, .next:hover{
		transition: .3s;
		/* background-color: rgba(88, 88, 89,.5); */
		color: white;

	}


.slide_img{z-index: -1;}

	#i1:checked ~ #one  ,
	#i2:checked ~ #two  ,
	#i3:checked ~ #three,
	#i4:checked ~ #four ,
	#i5:checked ~ #five,
	#i6:checked ~ #six,
	#i7:checked ~ #seven,
	#i8:checked ~ #eight,
  #i9:checked ~ #nine,
  #i10:checked ~ #ten,
  #i11:checked ~ #eleven,
  #i12:checked ~ #twelve
	{z-index: 9; animation: scroll 0s ease-in-out;}

	#i1:checked  ~  #nav_slide #dot1,
	#i2:checked  ~  #nav_slide #dot2,
	#i3:checked  ~  #nav_slide #dot3,
	#i4:checked  ~  #nav_slide #dot4,
	#i5:checked  ~  #nav_slide #dot5,
	#i6:checked  ~  #nav_slide #dot6,
	#i7:checked  ~  #nav_slide #dot7,
	#i8:checked  ~  #nav_slide #dot8,
  #i9:checked  ~  #nav_slide #dot9,
  #i10:checked  ~  #nav_slide #dot10,
  #i11:checked  ~  #nav_slide #dot11,
  #i12:checked  ~  #nav_slide #dot12
	{ background-color: rgba(255,255,255,.9);}

@keyframes scroll{
	0%{	opacity:.4;}
	100%{opacity:1;}
}

/* .external_link {
  color:   #b3b6b7;
  font-size: 12px;
}*/

/* Remove outline of all elements on focus */
/* *:focus {
	outline: 0;
} */
/* image slider ends here */


/* statement page begins */

/* .grid-container {
    display: grid;
    grid-gap: 60px;
    text-align: justify;
    padding-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
    grid-template-areas: "a1 a2";
} */

/* .grid-child_fr { grid-area: a1; }

.grid-child_en { grid-area: a2; } */


#statements {
  font-size: 16px;
  margin: auto;
  width: 50%;
  padding: 60px;
}

/* statement page ends */


/* contact page begins */

#contact {
  color: #d7d7d7;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 120px;
  }

.material-symbols-sharp {
  color: #d7d7d7;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}

#click{
  color: #d7d7d7;
  text-align: center;
  font-size: 14px;
  line-height: 0px;
}

/* contact ends here */

/* index page begins */

#index-page-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 60%;
}

/* index page ends */

/* project pages begins here */

/* La nouvelle lune */

#lune {
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 45%;
  max-width: 1920px;
}

.flex-container {
  text-align: center;
}


@media screen and (max-width: 810px) {
  #lune {
    width: 80%;
  }
}

/* Lazy Susan */

#lazy_s {
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 45%;
  max-width: 1920px;
}

.flex-container {
  text-align: center;
}


@media screen and (max-width: 810px) {
  #lazy_s {
    width: 80%;
  }
}

/* Voir la vie */
.external_link {
 text-align: center;
 font-size: 16px;
 line-height: 1;
 padding-top: 0px;
}

h5 {
color:   #d7d7d7;
text-align: center;
padding-top: 0px;
}

.Daz_link {
  text-align: center;
  color:   #d7d7d7;
  /* font-weight: bold; */
  font-size: 12px;
  /* line-height: 1; */
  padding-top: 0px;
}

/* fmty */
#fmty {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 35%;
  padding-bottom: 50px;
}


/* dans lombre */
#lombre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 45%;
}

/* saveur */
#saveur {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 25%;
}

/* pause t */
#thé {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 30%;
}

/* comment */
#comment_sso {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 30%;
}

/* 12123 */
#callisthénie {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 30%;
}


/* youtube links begins */

.youtube {
  text-align: center;
  color:  #d7d7d7;
  /* font-weight: bold; */
  font-size: 12px;
  line-height: 1;
  padding-top: 60px;
}

/* youtube links ends */


/* hyper links begins */

#hplink:link {
  color:  #76d7c4;
  background-color: transparent;
  text-decoration: none;
}

#hplink:visited {
  color:     #c39bd3;
  background-color: transparent;
  text-decoration: none;
}

#hplink:hover {
  color:  #C70039;
  background-color: transparent;
  text-decoration: underline;
}

/* hyper links ends */
