#bloc_implantation,
#bloc_implantation .info_bloc {
    text-align: center;
}
#bloc_implantation .pied_article{
    text-align: left;    
}
#bloc_implantation .info_bloc h3 {
    font-size: 2.2em;
    color: #D80022;
    margin: 0 0 1em 0;
}
#bloc_implantation .info_bloc p {
    font-size: 1.2em;
    color: #002537;
    font-style: italic;
}
#bloc_implantation .table.TWOE .aspect_ratio {
    padding-bottom: 100%;
}
#bloc_implantation .table.TWOE .item {
    text-align: center;
}
#bloc_implantation .table.TWOE .table .item:nth-child(1n) .item_info_supp {
    background-color: inherit;
}
#bloc_implantation .table.TWOE .item .item_info {
    min-height: 18%;
}
#bloc_implantation .table.TWOE .item .item_content .item_info_supp {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
#bloc_implantation .table.TWOE .item .item_info,
#bloc_implantation .table.TWOE .item .item_info_supp {
    background-color: #0e79bd;
    transition: all .3s ease;
    font-size: inherit;
}
#bloc_implantation .table.TWOE .item .item_info h3.item_info_titre {
}
#bloc_implantation .table.TWOE .item .item_info_supp h3.item_info_titre {
    font-size: 1.2em;
}
#bloc_implantation .table.TWOE .item .item_info h3.item_info_titre a{
    color: white;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2em;
}
#bloc_implantation .table.TWOE .item .item_info_supp h3.item_info_titre a {
    color: white;
    font-weight: 500;
    line-height: 1.2em;
}
#bloc_implantation .table.TWOE .item:hover .item_info {
    height: 0;
    z-index: 10;
    opacity: 0;
}
#bloc_implantation .table.TWOE .item .item_info_supp {
    width: calc(90% - 10px);
    padding: 0 5%;
    border-color: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    background-color: white;
}
#bloc_implantation .table.TWOE .item:hover .item_info_supp {
    height: calc(90% - 10px);
    width: calc(90% - 10px);
    padding: 5%;
    z-index: 11;
    opacity: 1;
    border: 5px solid #fede59;
    background-color: #0e79bd;
}
#bloc_implantation .table.TWOE .item .item_info_supp h3.item_info_titre {
    color: white;
}
#bloc_implantation .table.TWOE .item .item_info_supp h3.item_info_titre:after {
    display: none;
    content: ' ';
    height: 3px;
    width: 20px;
    background-color: white;
    margin: 20px auto;
}
#bloc_implantation .table.TWOE .item .item_info_supp a {
    display: none;
    width: 70%;
    padding: 15px 5%;
    margin: 15px auto;
    border: 2px solid white;
    color: white;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
    height: auto;
}
#bloc_implantation .table.TWOE .item .item_info_supp a:hover {
    background-color: #00afd5;
    color: white;
}
@media only screen and (min-width:1025px) {
    #bloc_implantation {
        text-align: center;
        display: block;
    }
    #bloc_implantation .table.TWOE .item .item_content .item_info_supp {
            display: block;
    }
  #bloc_implantation .table.TWOE .item .item_info_supp h3.item_info_titre:after {
    display: block;
}
#bloc_implantation .table.TWOE .item .item_info_supp a {
    display: block;
}