/*
Theme Name: Twenty Twenty Five Child
Author: nicolas raymond
Description: Twenty Twenty-Five Child Theme
template: twentytwentyfive
Version: 1.3
Text Domain: twentytwentyfive child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body {
	background: #f9f9f9;
	font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
	color: #0073e6;
	font-weight: 700;
}

a {
	color: #0073e6;
	text-decoration: none;
	transition: color 0.2s;
}
a:hover {
	color: #00b4d8;
}

button, .wp-block-button__link {
	background: linear-gradient(90deg, #0073e6 0%, #00b4d8 100%);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 14px 32px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,115,230,0.08);
	transition: background 0.2s;
}
button:hover, .wp-block-button__link:hover {
	background: linear-gradient(90deg, #005bb5 0%, #0096c7 100%);
}

input, textarea, select {
	font-family: inherit;
	font-size: 1rem;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
	padding: 12px 14px;
	margin-bottom: 18px;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	transition: border-color 0.2s;
}
input:focus, textarea:focus, select:focus {
	border-color: #0073e6;
	background: #fff;
	outline: none;
}
#wp--skip-link--target > div > ul > li:nth-of-type(even) > div{
	display:flex;
	flex-direction:row-reverse !important;
}

#wp--skip-link--target > div > ul > li > div {
	margin-bottom:5em;
}