* {
  margin: 0px;
  padding: 5px;
}

@font-face {
  font-family: "cac_champagneregular";
  src: url("cac_champagne-webfont.eot");
  src: url("cac_champagne-webfont.eot?#iefix") format("embedded-opentype"),
    url("cac_champagne-webfont.woff2") format("woff2"),
    url("cac_champagne-webfont.woff") format("woff"),
    url("cac_champagne-webfont.ttf") format("truetype"),
    url("cac_champagne-webfont.svg#cac_champagneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: @screen-phones) {
  .container {
    grid-template-columns: 1fr;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-tablet) {
  .container {
    grid-template-columns: auto;
  }
}

/* Medium devices (tablets, 992px and up) */
@media (min-width: @screen-desktop) {
  .container {
    grid-template-columns: auto;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-large-desktop) {
  .container {
    grid-template-columns: auto;
  }
}

/* Sur tous types d'écrans orientés verticalement */
@media all and (orientation: portrait) {
  .container {
    max-width: auto;
  }
}

.container {
  display: grid;
  margin: 1rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  border: 0.1rem solid transparent;
  margin-bottom: -60px;
}
.grid-container {
  display: grid;
  margin: 1rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border: 0.1rem solid transparent;
  margin-bottom: -1px;
  background-color: #424242;
}

a:link,
a:visited {
  color: #88888;
  text-decoration: none;
}

a:active /* Quand le visiteur clique sur le lien */ {
  background-color: blink;
}

a:hover {
  color: #888888;
  text-decoration: underline;
  transform: scale(1.5);
  transition: transform 400ms;
}

#menu {
  display: flex-inline-table;
  width: auto;
  height: auto;
  margin: auto;
  text-align: left;
}
#sousmenu1 {
  display: flex-inline-table;
  width: auto;
  height: auto;
  margin: auto;
  text-align: left;
}

div {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@1,200&display=swap");
html {
  background: #888888; /*#FFFF;*/
  overflow: auto;
  margin: auto;
  padding: auto;
  width: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: auto;
}

body {
  display: inline-block;
  width: 100%;
  color: #888888;
  font-family: "cac_champagneregular", Helvetica, Arial, sans-serif;
  padding-bottom: 55px;
 
  text-align: center;
}

#content {
  display: flex-inline;

  width: auto;
  margin: auto;
  text-align: left;
  min-height: auto;
  list-style: none;
}
@media all and (max-width: 1024px) {
  #container,
  #content {
    width: auto;
    font-size: 1.1em;
  }
}

@media all and (max-device-width: 480px) {
  #container,
  #content {
    width: auto;
    font-size: 1.1em;
  }
}

.element {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  list-style-position: outside;
  font-size: 15px;
  align-items: left;
  font-weight: none;
  font-style: normal;
  color: #888888;
  font: normal;
}

.element:hover {
  transform: scale(1.07);
  margin-left: auto;
}
.element:hover > .infoBulle {
  transform: scale(1) rotateX(360deg);
  margin-left: auto;
  padding: 10px;
  margin: auto;
}

.element {
  border: 5px solid #424242;
  background-color: #888888;
}

.element:nth-child(3) {
  border: 5px solid #424242;
}

.element:nth-child(2) /* On prend le deuxième bloc élément */ {
  margin-top: auto;
  background-color: blue;
  align-self: flex-end; /* Seul ce bloc sera aligné à la fin */
  background-color: #888888;
  border: 5px solid #424242;
}

header { */
    text-align:center;
	font-family: Helvetica, Arial, sans-serif ;
	font-size:12px  ;  
	padding-bottom:auto;

}

h1 {
  font-family: "cac_champagneregular", Helvetica, Arial, sans-serif;
  color: #424242;
  clear: both;
  text-decoration: blink;
  text-align: center;
}

h2 {
  font-family: "cac_champagneregular", Helvetica, Arial, sans-serif;
  color: #424242;
  font-size: 30px;
  margin: auto;
  clear: both;
  text-align: center;
}

h3 {
  font-family: "cac_champagneregular", Helvetica, Arial, sans-serif;
  color: #424242;
  clear: both;
  text-decoration: blink;
  text-align: left;
}
h4 {
  font-family: "cac_champagneregular", Helvetica, Arial, sans-serif;
  color: #424242;
  clear: both;
  text-decoration: blink;
  text-align: center;
}

#p1 {
  font-family: Helvetica, Arial, sans-serif;
  margin: auto;
  font-size: 15px;
  color: #424242;
  letter-spacing: normal;
  padding: auto;
  text-align: left;
}

img {
  border: none;
  float: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.infoBulle {
  transform: scale(0) rotateX(-180deg);
  position: absolute;
  background-color: #2e3048;
  color: white;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  box-shadow: 1px 1px 0 0.5px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: 1s;
}

.infoBulle::before {
  content: "";
  position: absolute;
  border-bottom: 8px solid #2e3048;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-top: -16px;
  margin-left: 10px;
}

ul li a:hover {
  color: #0033FF;
  background: transparent url("image/hmenu-sel.jpg") repeat-x top right;
}

li {
  list-style-type: square;
}

nav {
	display: flex-inline-table;
	flex-direction: column;
	padding:15px;
	height:auto;
	width:100%;	
	text-align:center;
	font-size: 15px;
	font-family: Helvetica, 'Play', sans-serif;

}
ul {
  display: inline-table;
  min-width: auto;
  margin: auto;
  padding: auto;
  list-style-type: none;
  position: left;
  height: auto;
  text-transform: uppercase;
  font-size: 11px;
  width: auto;
}

.grid-container1 {
  display: grid;
  text-align: center;

  padding-bottom: auto;

  margin: 1rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border: 0.1rem solid transparent;
  margin-bottom: auto;
  background-color: #424242;
}

.main_footer {
  background-color: #242424;
  display: grid;
  font-family: Helvetica, Arial, "Play", sans-serif;
  text-align: center;
  background: transparent;
  color: #888888;
  margin-bottom: auto;
  padding-bottom: auto;
  
}

#grid {

	background:transparent ;
 	display:grid;	
	font-family: Helvetica, Arial,'Play', sans-serif;
    text-align:center;
    color:#888888;
    width:100%;
	font-size:12px  ;
	
	margin-left:auto;
	padding-left:auto;
	
	padding-top:100px;
	font-family: 'IBM Plex Serif', serif;
	padding-bottom: auto;
	
	

}