/*
Theme Name: Osty
Theme URI: https://themeforest.net/user/madsparrow/portfolio
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Osty Creative Agency and Portfolio Theme – It is a modern, stylish and versatile WordPress theme, ideal for creative agencies, portfolio designers, photographers, freelancers and startups. The theme offers unique animations, responsive design, SEO optimization, and powerful settings to create impressive websites without programming skills.
Version: 1.3
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osty
Tags: portfolio, one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Requires PHP: 7.4
Tested up to: 8.2
child
*/


.bientot-menu {
  display: inline-block;
  font-size: 0.6em;
  color: #DDBD36 !important;
  transform: translateY(-0.4em);
  margin-left: 4px;
  font-style: italic;
  opacity: 0.9;
  line-height: 1;
}

.ms-404-page {
  background-color: #111;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.portfolio-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.portfolio-nav a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #fff;              /* fond blanc */
  color: #000;                   /* texte noir */
  border: 1px solid #ccc;
  border-radius: 999px;          /* arrondi pilule */
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.portfolio-nav a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
