/*
Theme Name: CRIC NORD
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.4.1704366422
Updated: 2024-01-04 12:07:02

*/
/* =====================
 * global sur le site */

/* gestion d'un sticky perso */
.custom-sticky-top{
	position: sticky!important;
	top: 110px;
}


/* Mettre les images tâches de peinture sur les H2 */
.h2-splash h2::before{
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2024/01/splash-cric.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 2.5rem;
	aspect-ratio: 1/1;
	margin-right: 0.5rem;
}

/* ===============
 * Fil d'Ariane */

/* mettre les liens en souligné et changer la couleur du soulignement au hover */
.elementor-widget-breadcrumbs a{
	text-decoration: underline!important;
	text-underline-offset: 0.2em;
}
.elementor-widget-breadcrumbs a:hover{
	text-decoration-color: var(--e-global-color-primary)!important;
	transition: text-decoration-color: 200ms;
}

/* ===========================
 * NAV de la page d'accueil */
/* uniquement quand le menu n'est pas sticky */

/* modifier les variables et enlever l'ombre boîte */
.nav-accueil:not(.elementor-sticky--active){
	--e-global-color-text: #fff;
	--e-global-color-secondary: transparent;
	box-shadow: none!important;
}
/* ajouter une ombre de texte */
.nav-accueil:not(.elementor-sticky--active) .elementor-nav-menu a{
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
/* enlever l'ombre des dropdown */
.nav-accueil:not(.elementor-sticky--active) .elementor-nav-menu--dropdown{
	box-shadow: none!important;
}

/* ajout d'effets hover des textes dropdown */
.nav-accueil:not(.elementor-sticky--active) .elementor-nav-menu--dropdown a{
	text-underline-offset: 0.4em;
	text-decoration-color: transparent;
}
.nav-accueil:not(.elementor-sticky--active) .elementor-nav-menu--dropdown a:hover{
	color: var(--e-global-color-text)!important;
	text-decoration: underline;
	text-decoration-color: var(--e-global-color-primary);
}





/* ========================
 * Formulaire de contact */

/* espacements des éléments dans le formulaire */
.elementor-form-fields-wrapper{
	gap: 1.8rem;
}


/* textes sous les labels*/
.infos-label{
	display: block;
	font-size: 1.6rem;
	font-weight: var(--e-global-typography-text-font-weight);
}


/* case à cocher checkbox */
input[type="checkbox"]{
	display: inline-block!important;
	padding: unset!important;
	border-radius: 5px!important;
	min-width: unset!important;
	width: 1.8rem!important;
	height: 1.8rem!important;
}






/* ==========================
 * template article unique */

/* bouton Suivant et précedent */
.elementor-508 .elementor-element.elementor-element-6811efb span.post-navigation__prev--label {
	border: 2px solid;
	padding: 10px 25px;
}
	