/* Home hook CSS */
#htmlcontent_home ul {
  margin: 0 -5px; }
  #htmlcontent_home ul li {
    padding: 0 5px 10px; }
    @media (max-width: 479px) {
      #htmlcontent_home ul li {
        width: 100%; } }
	#htmlcontent_BottomLarge ul li img,
    #htmlcontent_home ul li img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 479px) {
		  #htmlcontent_BottomLarge ul li img ,
        #htmlcontent_home ul li img {
          min-width: 100%; } }
    #htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 100%; } }

/* Top hook CSS */
  #htmlcontent_top {
    /* float: right; */
    /* width: 33%; */
    /* max-width: 391px; */
    padding-left: 5px;
	margin: 60px 0 0 0;
} 

@media (min-width: 715px) {
	.htmlcontent-home {
		justify-content: center;
		display: flex;
	}
}
@media (max-width: 715px) {
	.htmlcontent-home {
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
}
  #htmlcontent_top li: {
    display:inline-block;
}
#htmlcontent_top li:first-child { 
    float:left;
	position: relative;
}
  #htmlcontent_top li:last-child { 
    float:right
} 


  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0px; } }
  @media (max-width: 767px) {
    #htmlcontent_top ul {
      margin: 0 -5px; } }
  #htmlcontent_top ul li {
    /* width: 100%; */
    margin-bottom: 10px; }

	
    #htmlcontent_top ul li:last-child {
      margin-bottom: 0; }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto; }

.htmlcontentaffiche {
	position:relative;
}	
  
.item-link {
	/* position: relative;  */
}

.item-title-affiche {
	position:absolute;
	background:#FFF;
	top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	color: #000; 
/* 	padding: 20px;  */
/* 	width: 240px;  */
	padding: 20px 0;
	width: 300px;
	line-height: 1.3;
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.07CM; 
	font-size: 20px; 
	font-weight: 400;
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */