body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
}
/* HEADER */

header {
  background-color: #fff;
  color: #333;
  
  text-align: center;
}

/* ICONES SOCIAL MEDIA dans Header */

.social-icons {
  position: absolute;
  top: 20px;
  right: 5%;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.social-icons a {
  color: #333;
  font-size: 20px;
  margin-left: 10px;
}

.social-icons a img {
  width: 20px;
}

/* LOGO dans Header */

.logo img {
	margin-top: 20px;
  max-width: 360px;
}


/* NAVIGATION dans Header*/

nav {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 70px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a {
  color: #333;
  text-decoration: none;
}

nav ul li a:hover {
  color: #D3D3D3;
}


.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  display: none;
  z-index: 9999;
}

.fixed-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-nav ul li {
  display: inline;
  margin-right: 20px;
}

.fixed-nav ul li:last-child {
  margin-right: 0;
}

.fixed-nav ul li a {
  color: #333;
  text-decoration: none;
}

.fixed-nav ul li a:hover {
  color: #D3D3D3;
}

nav.fixed-nav {
  font-family: Verdana, sans-serif;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  display: none;
}

nav.fixed-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.fixed-nav ul li {
  display: inline;
  margin-right: 70px;
}

nav.fixed-nav ul li:last-child {
  margin-right: 0;
}

nav.fixed-nav ul li a {
  color: #333;
  text-decoration: none;
}

nav.fixed-nav ul li a:hover {
  color: #D3D3D3;
}

/* HEADER FIN */

/* CSS for the content */


main {
  font-family: Verdana, sans-serif;
  
  padding: 20px;
  margin-top: 0px; /* Adjust this value to match the height of your navigation bar */
  text-align: center;
}

/* test bootstrap debut*/

.photo-gallery {

  margin-top: 0px;
  font-family: Verdana, sans-serif;
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-family: Verdana, sans-serif;
  font-size: 2em;
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
	margin-top: 0;
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}


/* test bootstrap fin*/


/*test fleche*/

.arrow-prev {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #d3d3d3;
  border-left: 2px solid #d3d3d3;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  }

.arrow-prev:hover {
  border-color: d3d3d3;
  border-width: 5px;
}

.arrow-prev {
  transform: rotate(-45deg);
  
}

.arrow-next {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #d3d3d3;
  border-left: 2px solid #d3d3d3;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.arrow-next:hover {
  border-color: d3d3d3;
  border-width: 5px;
}

.arrow-next {
  transform: rotate(135deg);
  
}

.boite {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 80px;
  background: transparent;
  
  text-decoration: none;
  color: transparent;
}

.text-link-prev {
	font-family: Verdana, sans-serif;
font-size: 1.5em;

	color: #d3d3d3;
  text-decoration: none;
  
}

.text-link-prev:hover {
	font-family: Verdana, sans-serif;
	
	color: #d3d3d3;
  text-decoration: none;
  
}

.text-link-next {
	font-family: Verdana, sans-serif;
font-size: 1.5em;

	color: #d3d3d3;
  text-decoration: none;
  
}

.text-link-next:hover {
	font-family: Verdana, sans-serif;
	
	color: #d3d3d3;
  text-decoration: none;
  
}
/*test fleche*/

footer {
	font-family: Verdana, sans-serif;
  background-color: #fff; /* Set background color to white */
  color: #D3D3D3; /* Set text color to black */
  padding: 10px;
  text-align: center;
   position: relative;
  margin-top: 200px;
  margin-bottom: 20px; /* Add this line */
}


/* CSS for responsive design */
@media screen and (max-width: 768px) {
  main {
    padding: 10px;
  }

 

/* CSS for responsive design */
@media screen and (max-width: 1024px) {
  /* Adjust the styles for tablets or smaller screens */
  main {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  /* Adjust the styles for smaller screens, such as tablets or mobile devices */
  main {
    margin-top: 60px;
  }

  








@media (max-width: 1200px) {
   #gallery {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
   }
}

@media (max-width: 1000px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 800px) {
   #gallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 400px) {
   #gallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}






/* TEST HOVER THUMBNAILS */



