@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } body { font-family: 'Poppins', sans-serif; font-weight: 900; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .animate-fadeInUp { animation: fadeInUp 1s ease-out; } /* Section des montres */ .block-montre { border: 7px outset #3c3c3c; } .block-montre img { border: 1px inset #06060a; box-shadow: 0px 0px 10px 6px #262626; background: #1a202c; } /* Section detail_montre */ .img-details { border: 1px inset #06060a; box-shadow: 0px 0px 10px 6px #262626; background: #57637a; }