/*
Theme Name: Alukas
Theme URI: https://alukas.presslayouts.com
Author: PressLayouts team
Author URI: https://presslayouts.com
Description: Alukas is ThemeForest WordPress Premium Theme.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 7.2
Version: 2.0.16
License: Themeforest Commercial Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: pls-theme
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
Alukas WordPress Theme, (C) 2023 PressLayouts.com
Alukas is distributed under the terms of the Envato.

 DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 To add your own CSS, use a child theme alukas-child
 
 CSS file is in "assets/css"
*/

/* Desktop : réseaux sociaux avec plus d'espace */
.pls-header-social {
	display: flex;
	align-items: center;
	gap: 18px;
}
.pls-header-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 17px;
	color: #333;
	transition: color 0.3s ease;
}
.pls-header-social a:hover {
	color: #c2a74e;
}

/* Mobile : réseaux sociaux dans le menu */
.pls-header-social-mobile {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 20px 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
}
.pls-header-social-mobile a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #333;
	background: #f5f5f5;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.pls-header-social-mobile a:hover {
	color: #fff;
	background: #c2a74e;
}

.pls-header-social a {
  margin-right: 10px;
}



