.home-cat{display:flex;justify-content:space-around;align-items:center;text-align:center;margin:30px 0;width:100%}@media screen and (min-width:560px){.home-cat{flex-wrap:wrap;flex-direction:row !important}}@media screen and (max-width:560px){.home-cat{flex-direction:column;align-items:baseline;margin:15px 0;height:auto}}@media screen and (min-width:1200px){.home-cat{justify-content:space-between}}.home-cat a{aspect-ratio:1;margin-bottom:15px;width:calc(50% - 15px)}@media screen and (max-width:560px){.home-cat a{width:100vw;height:150px}}@media screen and (min-width:992px){.home-cat a{width:calc(25% - 30px)}}@media screen and (min-width:768px){.home-cat a .categorie-card{min-height:260px}}.home-cat .container{flex-direction:column;align-items:center;justify-content:flex-start;background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;position:relative;transition:all 0.3s ease-in-out}@media screen and (max-width:560px){.home-cat .container:first-child{margin-top:15px}.home-cat .container:last-child{margin-bottom:0}}.home-cat .container:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:#D5D5D5;opacity:0;transition:opacity 0.2s ease-in-out}.home-cat .container:hover:before{opacity:0.3}.home-cat .container:hover{box-shadow:0 28px 40px -12px rgba(0, 0, 0, 0.24);transform:scale(1.05)}.home-cat .container:nth-child(2){margin:0 8px}.home-cat .container:nth-child(3){margin-right:8px}.home-cat .title-container{display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;margin-top:30px;letter-spacing:2px}.home-cat .title-container .surtitle{font-size:20px}.home-cat .title-container .h1{font-size:30px}.home-cat .separator-cont{width:80%;display:flex;justify-content:center}.home-cat .separator{height:30px;overflow:hidden;font-size:14px}.home-cat .separator:after{content:"....................";letter-spacing:8px;color:white}