* {
  box-sizing: border-box; /* Emp?e le padding d'?rgir la barre au-del?e 100% */
}
	body { margin: 0; font-family: Arial, sans-serif;padding-top: 100px;  }

    .topnav {
      background: #682219;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100px;
      padding: 0 20px;
      position: fixed;
	  top:0;
	  left:0;
      z-index: 1000;
	  width:100%;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .nav-links { display: flex; height: 100%; }

    .topnav a, .dropbtn {
      color: white;
      padding: 30px 36px;
      text-decoration: none;
      font-size: 17px;
      display: block;
      border: none;
      background: none;
      cursor: pointer;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
      
	  border-bottom:1px solid #ed1c24;
    }

   
    .dropdown { position: relative; display: inline-block; }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
      top: 100%; /* Coll?u parent */
      left: 0;
      z-index: 1001;
    }

    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-align: left;
    }

    .dropdown-content a:hover { background-color: #ddd; }

    /* Affiche le menu au survol du PARENT (le div .dropdown) */
    .dropdown:hover .dropdown-content { display: block; }

    /* 3. MOBILE STYLE */
    .topnav .icon { display: none; color:white;}

    @media screen and (max-width: 768px) {
      .nav-links { display: none; } /* Cache les liens sur mobile */
      
      .topnav .icon {
        display: block; /* Affiche l'ic??bars */
        color: white;
        font-size: 25px;
		 position: absolute;
		 right: 20px;
        top: 0px;
      }

      
      .topnav.responsive { 
	  height: auto; 
	  flex-direction: column; 
	  align-items: flex-start; 
	  }
      .topnav.responsive .nav-links {
        display: flex;
        flex-direction: column;
        width: 80%;
		
		right:20px;
      }
      .topnav.responsive .dropdown-content {
        position: relative;
        background-color: #444;
        width: 100%;
      }
      .topnav.responsive .dropdown-content a { color: white; padding-left: 30px; }
    }
	.fluido {
	
  margin: auto;
  width: 100%;
  padding: 20px;
background:#ed1c24;
}
  
/* The Image Box */
div.img {
  border: 1px solid #dfdfdf;
  border-radius:5%;
}

div.img:hover {
  border: 1px solid #342532;
}

/* The Image */
div.img img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius:5%;
}

/* Description of Image */
div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* Add Responsiveness */
.responsive {
  padding: 10px 15px;
  margin-right:25px;
  float: left;
  width: 30.99999%;
  border : 1px solid #ccc;
  border-radius:5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 800px;
  height: 520px;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
  .responsive {
    width: 50%;
    margin: 6px 0px;
  }
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 100%;
  }
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.footer {
   position: relative;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100px;
   background: #940606;
   color: white;
   text-align: center;
    padding: 20px;
}

  @media(max-width:991px) {
    header .navigation {
        display: none;
    }

    header .hamburger {
        display: block;
    }
}
.col-lg-8 a{
 display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  
}