@import 'custom'; //appele du fichier custom.scss @import url("/node_modules/bootstrap-icons/font/bootstrap-icons.css"); //appele de bootstrap icons // IMPORT DES FONTS @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap'); //font montserrat @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); //font roboto // STYLE MOBILE FIRST // STYLES DU FOOTER // @media (max-width: 768px) { // section.footer{ // display: flex; // flex-direction: column; // } // }