/* ------- RESET ------- */
:root {
	--wp--style--global--content-size: 100%;
	--wp--style--global--wide-size: 100%x;
	--wp--preset--spacing--50: clamp(28px, 5vw, 28px);
}

:root :where(.wp-block-separator) {
	margin: 3.5rem 0;
}

:root :where(.wp-block-list li) {
	margin-top: 0;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body {
	font-weight: 500;
	color: #0a2650;
}

/*article .wp-block-post-content p,
article .wp-block-post-content ul,
article .wp-block-post-content ol {
	max-width: 756px;
}*/

section {
    margin:0;
}

/*-----------------------------------

    Titres, listes et paragraphes
    
-------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
	margin: 0;
	padding: 0;
	line-height: 1.25 !important;
	font-family: "Taviraj", serif;
	font-style: normal;
	color: #124899;
}

h1.wp-block-post-title {
	font-weight: 500;
	font-size: 3.2rem;
}


h2.wp-block-heading {
	margin-bottom: 1.75rem;
	margin-top: 3.5rem;
	font-size: 2.25rem;
}

h2.titre-actus {
	color: #fff;
	text-shadow: #0a2650 2px 2px;
	font-size:2rem;
}

h3.wp-block-heading {
	font-size: 1.6rem;
	margin-top: 1.75rem;
	margin-bottom: 0rem;
}

h4.wp-block-heading {
	font-weight: 600;
	margin-top: 1.75rem !important;
	font-size:1.2rem;
}


ul {
	padding-inline-start: 1rem;
	margin-block-start: 1.75rem;
}
ol ul, ul ul {
    margin-block-start: 0 !important;
}

p,
li {
	font-size: 1.1rem;
	line-height: 1.75;
}
li::marker {
    color:#FE4606;
}
.wp-block-separator {
     color:#FE4606;
    
}
/*-----------------------------------

    Liens et boutons

-------------------------------------*/

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
	text-decoration: none;
}

a {
	border-bottom: solid 5px transparent;
	color: #124899;
}

a:not(.wp-block-latest-posts__post-title, .custom-logo-link):hover {
	color: #FE4606;
	border-bottom: solid 5px #FE4606;
}

a.anniversaire:hover {
	border-bottom: solid 5px transparent !important;
	
}
.wp-block-buttons {
	margin: 1.75rem 0 !important;
	justify-content: center;
}

.wp-block-buttons a {
	padding: 0.75rem;
	font-size: 1rem;
	border-radius: 8px;
	background-color: #124899;
	border: solid 3px #124899;
	color: #ffffff;
	font-weight: 700;
}

.wp-block-buttons a:hover {
	background-color: transparent;
	border: solid 3px #FE4606;
	color: #FE4606;
}

.wp-block-latest-posts__list li,
li.wp-block-post {
	position: relative;
}

.wp-block-latest-posts__list li a:before,
li.wp-block-post a:before,
.toutes-nos-formations a:before
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
}


/*-----------------------------------

    Autres styles

-------------------------------------*/

figure {
	margin:0;
}

figure img {
	border-radius: 6px;
}

blockquote {
	text-align: center;
	border-left: none !important;
	padding: 0 1.75rem !important;
}

blockquote p {
	text-align: center;
	border-left: none !important;
	font-style: italic;
	font-family: "Taviraj", serif;
	font-weight:500;
	color:#124899;
	font-size:1.25rem;
}