.btn{background-color:white;border:1px solid #ccc;color:#696969;padding:.5rem;text-transform:lowercase}.btn_block{display:block;width:100%}.cartes{width:100%;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.cartes_item{display:flex;padding:1rem}.carte{background-color:white;border-radius:.25rem;box-shadow:0 20px 40px -14px rgba(0,0,0,0.25);display:flex;flex-direction:column;overflow:hidden}.carte:hover .carte_image{filter:contrast(100%)}.carte_content{display:flex;flex:1 1 auto;flex-direction:column;padding:1rem;height:125px}.carte_image{background-position:center center;background-repeat:no-repeat;background-size:cover;border-top-left-radius:.25rem;border-top-right-radius:.25rem;filter:contrast(80%);overflow:hidden;position:relative;transition:filter .5s cubic-bezier(0.43,0.41,0.22,0.91);height:170px}.carte_image::before{display:block;padding-top:56.25%}.carte_image img{border:medium none;height:auto;line-height:normal;margin:0;max-width:100%;vertical-align:middle;width:auto}.carte_title{color:#696969;font-size:1.25rem;font-weight:300;letter-spacing:2px;text-transform:uppercase}.carte_text{flex:1 1 auto;font-size:.875rem;line-height:1.5;margin-bottom:1.25rem}@media(min-width:40rem){.cartes_item{width:50%}.carte_image::before{padding-top:66.6%}}@media(min-width:56rem){.cartes_item{width:33.3333%}}@media screen and (min-width:180px) and (max-width:750px){.carte_image,.carte_content{height:auto}}