#fmmPorfolio ol { list-style: none}

#fmmPorfolio ol li { display: block; clear: both; padding: 20px 0; border-bottom: 3px solid #ccc; }

#fmmPorfolio ol li:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden;}

#fmmPorfolio ol li .fmm_left_cube { float: left; width: 25%;}

#fmmPorfolio ol li .fmm_right_cube { float: right; width: 70%;}

#fmmPorfolio ol li .fmm_right_cube img { max-width: 100%; border: 2px solid #F6F6F6}

#fmmPorfolio ol li .fmm_left_cube h5 { font-size: 22px; color: #000; clear: both;}

#fmmPorfolio ol li .fmm_left_cube h6 { font-size: 12px; color: #707271; clear: both; line-height: 25px;}

#fmmPorfolio ol li .fmm_left_cube a { padding: 5px 15px; background: #666666; font-weight: bold; text-transform: uppercase; clear: both; color: #fff;}

#fmmPorfolio ol li .fmm_left_cube a:hover { background: #000}

#fmmPorfolio ol li .fmm_left_cube p { display: block}

#fmmPorfolio .features { clear: both; padding: 5px 0 20px}

#fmmPorfolio .features ul { list-style: disc; padding-left: 10px}

#fmmPorfolio .features ul li { padding:0px; border: 0px; list-style: disc; display:list-item}

.afiche-tile h6,.afiche-tile  .h6 {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	color: #374250;
	font-family: inherit;
	font-style: normal;
	font-weight: 500;
	text-transform: none;
}
.p-2{
	padding: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}	

.navi-link:hover, 
.navi-link-light:hover {
    color: #0da9ef;
}

.afiche-tile{
	border: 1px solid #dbe2e8;
	border-radius: 5px;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.afiche-tile .text-uppercase {
    letter-spacing: .04em;
}
.afiche-tile .btn {
    display: inline-block;
    position: relative;
    height: 44px;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0 22px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 22px;
    background-color: transparent;
    background-image: none;
    color: #606975;
    font-family: "Maven Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
}
.afiche-tile .btn-sm {
    height: 36px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 34px;
}
.afiche-tile .btn-primary{
	background-color: #0da9ef;
}

.afiche-tile img {
    min-height: 200px;
    height: 200px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;

}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.afiche-tile .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}