/*
Theme Name: WP Starter Theme Lorweb
Description: Thème Wordpress développé sur-mesure par Lorweb pour Euraudit Consult S.A.
Author URI: https://www.lorweb.com/
Author: Lorweb Group
Version: 1.0
*/

@import url("https://use.typekit.net/rdb6gkm.css");

/* Pour surcharger le CSS du thème sans compiler, c'est ci-dessous : */

/* General */
:root {
	--color-primary: #1d1d1d;
	--color-secondary: #606060;
	--font-family-primary: "neue-haas-grotesk-display", sans-serif;
}

html[lang="fr-FR"] {
	margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
	html #wpadminbar {
		height: 0;
		min-width: 240px;
	}
}

a:not([class]) {
	color: var(--color-primary);
}

body {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	font-family: "neue-haas-grotesk-display", sans-serif;
}

p {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
}

h2 i,
h3 i {
	font-family: "antonia-variable", sans-serif !important;
	font-style: normal;
}

ul {
	list-style-image: none;
}

p,
.p {
	line-height: 160%;
}

h3,
.title-h3,
.elementor .title-h3 .elementor-size-default {
	margin: inherit;
}

.page__main {
	background: #f0f0f0;
	padding-top: 0;
}

.m-0 > div {
	margin: 0 !important;
}

.fs-var {
	font-size: 35px;
}

@media screen and (max-width: 1023px) {
	.fs-var {
		font-size: 20px;
	}
}

/* Wrap */
.page__article,
.page__footer {
	padding-left: 120px;
}

/* Listing */
#the-content li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}

#the-content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
}

.elementor-widget-icon-list li::before {
	display: none;
}

/* Titres */
.title-h1 {
	font-size: 65px;
	text-transform: none;
	font-weight: 400;
	color: var(--color-primary);
	font-family: "antonia-variable", sans-serif !important;
}

.title-number {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 10px;
	position: relative;
}

span.tk-antonia-variable,
.tk-antonia-variable h1,
.tk-antonia-variable h2,
.tk-antonia-variable h3,
.tk-antonia-variable p {
	font-family: "antonia-variable", sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.title-h1 {
		font-size: 50px;
		line-height: 1.2em;
	}

	.title-number {
		position: relative !important;
		left: 0;
	}

	.page__article,
	.page__footer {
		padding-left: 60px;
	}
}

/* Header */
.page__header .header__navbar {
	margin-left: 120px;
	padding-left: 90px;
	padding-right: 90px;
	background: transparent;
}

.page__header img {
	max-width: 125px;
}

.page__header .header__navbar__menu .menu__link {
	text-transform: none;
	font-weight: 300;
	font-size: 15px;
}

.page__header .header__navbar__menu .menu__link[aria-current] {
	color: #000;
	border-bottom: 1px solid;
}

.home .header__navbar {
	background: transparent !important;
}

.header__navbar .header__navbar__button {
	padding: 0 50px !important;
}

body.page-scrolled .page__header .header__navbar {
	box-shadow: none;
}

@media screen and (max-width: 1440px) {
	.page__header .header__navbar__wrapper {
		justify-content: space-around;
	}

	.page__header .header__navbar {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page__header .header__navbar__menu .menu__link {
		padding: 0;
	}
}

@media screen and (max-width: 1023px) {
	.page__header .header__navbar__wrapper {
		justify-content: space-between;
	}

	.page__header .header__navbar {
		margin-left: 60px;
		padding-left: 20px;
		padding-right: 0px;
	}

	.header__navbar__button {
		display: none;
	}

	.page__header .header__mobile {
		padding-left: 60px;
	}

	.page__header .header__mobile__menu .menu__link {
		text-transform: none;
		font-weight: 400;
	}
}

/* Boutons */
.button {
	text-transform: none;
	border: 0;
	font-weight: 400;
	padding: 10px 30px;
	background: none;
}

.button svg {
	max-width: 3em;
	margin-right: 10px;
}

.button-primary {
	border-radius: 40px;

	color: #fff !important;
	font-weight: 400 !important;
	border: 0;
	font-size: 14px;
	padding: 10px 30px;
	min-height: 48px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b281", endColorstr="#876744", GradientType=1);
	background: rgb(208, 178, 129);
	background: -moz-linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	top: -2px;
	position: relative;
}

.elementor-button-content-wrapper {
	align-items: center;
}

.btn.type-2 svg {
	width: 3em;
}

a.hover-line,
.hover-line .elementor-button-link,
.elementor-post__read-more {
	display: inline-block;
}

a.hover-line::after,
.hover-line .elementor-button-link::after,
.elementor-post__read-more::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #000 !important;
	position: relative;
	bottom: -5px;
	left: 0;
	transition: 0.2s all;
}

.elementor-post__read-more::after {
	bottom: 5px;
}

a.hover-line:hover::after,
.hover-line .elementor-button-link:hover::after,
.elementor-post__read-more:hover::after {
	width: 100%;
}
a.hover-line,
.hover-line .elementor-button-link {
	display: inline-block;
}

.hover-arrow svg {
	transform: translate(-5px, 0);
}
.hover-arrow svg path {
	transition: 0.2s all;
}
.hover-arrow svg path:last-child {
	fill: #fff;
}
.hover-arrow .elementor-button-link:hover svg path:last-child,
.hover-arrow:hover svg path:last-child {
	transform: translate(5px, -5px);
}

.hover-gradient a,
a.hover-gradient {
	background-image: linear-gradient(90deg, #d3b786 0%, #a07f58 100%);
	transition: background-position 0.3s ease; /* Ajoute une transition douce */
	background-size: 200% 100%; /* Définir la taille du dégradé initial */
	background-position: 50% 0%; /* Déplacer le dégradé à droite au début */
}

.hover-gradient a:hover,
a.hover-gradient:hover {
	background-position: 0% 0%; /* Déplacer le dégradé à gauche au survol */
}

/* Sidebar */
div[data-elementor-id="560"] {
	position: fixed;
	z-index: 10000;
	height: 100vh;
	top: 0;
	background: #fff;
	width: 100%;
	max-width: 120px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

div[data-elementor-id="560"] > div {
	display: flex;
	height: calc(100% - 60px);
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 10px;
}

div[data-elementor-id="560"] img {
	max-width: 65px;
	margin-top: 10px;
	width: 100%;
}

div[data-elementor-id="560"] .text-rotate {
	transform: rotate(-90deg);
	line-height: 1;
	color: #999;
	font-size: 15px;
}

.polylang_langswitcher {
	padding: 0;
}

.polylang_langswitcher li {
	list-style-type: none;
	margin-bottom: 0;
}

.polylang_langswitcher li a {
	font-size: 13px;
	color: #909090;
	letter-spacing: 2px;
}

.polylang_langswitcher li.current-lang a {
	color: var(--color-primary);
}

.text-rotate {
	font-size: 14px !important;
}

@media screen and (max-width: 1023px) {
	div[data-elementor-id="560"] {
		max-width: 60px;
	}

	div[data-elementor-id="560"] > div {
		padding: 5px;
	}

	div[data-elementor-id="560"] img {
		max-width: 40px;
	}

	.text-rotate {
		font-size: 11px !important;
	}
}

/* Accueil */
.hero {
	height: 100vh;
	scroll-snap-align: start;
}

.wp-caption figcaption {
	text-align: left;
	position: relative;
	margin-top: -40px;
	margin-left: 20px;
}

.scroll-down .elementor-button {
	padding: 0 !important;
	transform: translateY(0);
}

.scroll-down .elementor-button:hover svg {
	transform: translateY(5px);
}

.scroll-down .elementor-button svg {
	width: 80px;
	transition: 0.15s all;
}

.scroll-down .elementor-button-text {
	font-size: 0;
}

.txt-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 140px;
}

.txt {
	white-space: nowrap;
	display: flex;
	animation: Scroll 10s linear infinite;
	font-size: 170px;
}

.txt i {
	font-style: normal;
	color: #f0f0f0;
	background-color: #f0f0f0;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
		1px 1px 0 #000;
}

.txt.trust {
	animation: Scroll2 5s linear infinite;
}

.elementor-post .elementor-post__title::before {
	content: "Euraudit";
	display: block;
	color: var(--color-secondary) !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 5px !important;
	line-height: 1;
	margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
	.txt {
		opacity: 0.1;
	}
}

@media screen and (max-width: 767px) {
	.wp-caption figcaption {
		margin-top: -30px;
		margin-left: 10px;
	}
}

@keyframes Scroll {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes Scroll2 {
	0% {
		transform: translateX(-200%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.hero {
	overflow: hidden !important;
}

/* Archive Actualités */
#the-content,
.section-archive-news {
	background: #f0f0f0;
}

.section-archive-news {
	padding-top: 100px;
	padding: 80px;
}

.archive .section__header {
	padding-bottom: 60px;
}

.archive .section__header p {
	max-width: 420px;
	line-height: 1.6em;
}

.elementor-post img {
	transition: 5s height !important;
}

.elementor-post:hover img {
	height: 120% !important;
}

.excerpt__title {
	color: var(--color-secondary) !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 5px !important;
	line-height: 1;
	margin-bottom: 5px;
}

.excerpt__number {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.excerpt_link {
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-primary);
	background-color: transparent;
	padding: 0 !important;
	border: 0;
	margin-top: 30px;
	border-radius: 0;
	min-height: auto;
}

.excerpt_link:hover {
	background-color: transparent !important;
	color: #000;
	border-bottom: 1px #000 solid;
	padding: 0;
}

.section-archive-related-news .section__link {
	text-transform: none;
}

.pagination .page-numbers.current {
	border-radius: 0;
	background: rgb(208, 178, 129);
	background: -moz-linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b281", endColorstr="#876744", GradientType=1);
}

.pagination .page-numbers:not(.current):hover {
	background: #896845;
	color: #fff;
	border-radius: 0;
}

@media screen and (max-width: 1023px) {
	#the-content,
	.section-archive-news {
		padding: 20px;
	}

	.section-archive-news {
		padding-top: 80px;
	}

	.section-archive-news {
		padding-top: 0;
	}

	.section-archive-news h1 {
		padding-top: 20px;
	}

	.section-archive .section__wrapper,
	.section-archive-page .section__wrapper,
	.section-archive-news .section__wrapper {
		padding-top: 0;
	}

	.excerpt__header {
		padding-left: 0;
		padding-right: 0;
	}

	.excerpt-related-news {
		width: 250px !important;
	}
}

@media screen and (max-width: 767px) {
	#the-content,
	.section-archive-news {
		padding: 0 15px;
	}

	.section-archive-news {
		padding-top: 100px;
	}
}

/* Single Actualités */
.single .section__wrapper {
	padding-left: 80px;
	padding-right: 80px;
}

.section-hero-single .section__overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
}


/* Yoast Breadcrumb */
#breadcrumbs {
	display: block;
	font-size: 14px;
}

/* Classic Breadcrumb */
.breadcrumb .breadcrumb__link,
.breadcrumb .breadcrumb__label {
	text-transform: none;
}

.section-hero-page,
.section-hero-single,
.section-hero-archive {
	overflow: hidden;
	margin-top: 90px;
}

.section-content-single #the-content {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-right: 80px;
}

.section-archive-related-news .section__background {
	background-color: var(--color-secondary);
}

.section-hero-page .section__background img,
.section-hero-single .section__background img,
.section-hero-archive .section__background img {
	width: 100%;
	position: absolute;
}

@media screen and (max-width: 1023px) {
	.single .section__wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-hero-page .section__wrapper,
	.section-hero-single .section__wrapper,
	.section-hero-archive .section__wrapper {
		padding: 30px 20px;
	}

	.section-hero-page,
	.section-hero-single,
	.section-hero-archive {
		margin-top: 20px;
	}

	.section-content-single #the-content {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.single .title-h1 {
		font-size: 25px;
		line-height: 1.2em;
	}
}

.data-figure-animate {
	border-radius: 100 !important;
	height: 400px !important;
	width: 400px !important;
}

.elementor-counter .elementor-counter-title {
	line-height: 1 !important;
}

@media screen and (max-width: 1023px) {
	.data-figure-animate {
		border-radius: 100 !important;
		height: 300px !important;
		width: 300px !important;
	}
}

/* Contact */
.form__legend {
	font-style: normal !important;
	color: #666;
	font-size: 14px;
}

.wpcf7 .wpcf7-form .wpcf7-radio [type="radio"]:checked + span {
	font-weight: 400;
}

.field-civilite .form__label {
	font-weight: 300;
	width: 100px;
}

.form__label {
	color: #333;
	font-size: 16px;
}

.form__control {
	border-radius: 8px;
	border: 1px #8c919a solid !important;
}

.form__control::placeholder {
	color: #333 !important;
	font-size: 16px;
}

form .form__label b,
.form .form__label b {
	color: #333 !important;
}

.wpcf7-list-item-label {
	font-weight: 500;
}

.field-civilite > p {
	display: flex !important;
}

.field-civilite .wpcf7-form-control {
	display: flex !important;
}

.field-civilite .form__control {
	border: 0 !important;
}

.field-civilite .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: 300;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-acceptance input {
	margin-top: 8px;
}

.wpcf7 .wpcf7-form .wpcf7-radio [type="radio"] + span::before {
	margin-top: 6px;
	border-radius: 1px;
	outline: 1px #999 solid;
	border: 2px #fff solid;
	height: 16px;
	width: 16px;
}

.wpcf7 .wpcf7-form .wpcf7-radio [type="radio"]:checked + span::before {
	background-color: #cbac7e;
}

.wpcf7 .wpcf7-submit {
	border-radius: 40px;
	text-transform: none;
	color: #fff !important;
	font-weight: 700 !important;
	border: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b281", endColorstr="#876744", GradientType=1);
	background: rgb(208, 178, 129);
	background: -moz-linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(208, 178, 129, 1) 0%,
		rgba(135, 103, 68, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b281", endColorstr="#876744", GradientType=1);
}

@media screen and (max-width: 1023px) {
	.field-civilite > p {
		flex-direction: column;
	}

	.field-civilite .wpcf7-radio label {
		padding-right: 0 !important;
	}

	.form__item br {
		display: none;
	}
}

/* Footer */
.page__footer {
	background-color: #f0f0f0;
}

.page__footer .footer__navbar__group {
	flex-direction: column;
	align-items: flex-start;
}

.page__footer .footer__wrapper {
	padding-top: 0;
}

.footer__wrapper {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.footer__title {
	font-size: 70px;
	color: var(--color-primary);
	line-height: 1.2;
}

.footer__navbar__ctaction .button {
	padding: 0;
	margin-top: 20px;
}

.footer__navbar__ctaction .button:hover {
	background: none !important;
	color: #000;
}

.page__footer .footer__navbar__menu .menu__link {
	text-transform: none;
	color: #606066;
	font-size: 13px;
	font-weight: 300;
}

.page__footer .footer__navbar__brand {
	max-width: 250px;
}

.page__footer .footer__navbar {
	background-color: #fff;
	padding: 80px 80px 0 80px;
	border-radius: 30px 30px 0 0;
}

.page__footer .footer__navbar a {
	color: var(--color-primary);
	line-height: 1.6em;
}

.page__footer .footer__bottombar {
	background-color: #fff;
	padding: 80px 80px 30px 80px;
	border-radius: 0 0 30px 30px;
	border-top: 0;
	align-items: center;
	margin-bottom: 50px;
}

.page__footer .footer__bottombar__copyright {
	color: #606060;
	text-align: left;
	line-height: 1.6em;
}

@media screen and (max-width: 1023px) {
	.page__footer .footer__navbar {
		padding: 40px 20px 20px 20px;
	}

	.page__footer .footer__navbar__group {
		width: 100%;
	}

	.page__footer .footer__contact {
		font-size: 14px;
	}

	.footer__bottombar__copyright {
		text-align: left;
	}

	.footer__navbar__nav {
		width: 100%;
	}

	.page__footer .footer__bottombar {
		padding: 0 20px 40px 20px;
		align-items: flex-start;
	}

	.page__footer .footer__navbar__menu {
		align-items: flex-start;
	}

	.footer__title {
		font-size: 35px;
	}

	.page__footer .footer__navbar__brand {
		margin-top: 25px;
		max-width: 170px;
	}
}

/* Footer > Socials */
.page__footer .footer__navbar__social {
	padding: 0;
	margin-top: 20px;
}

.social {
	width: 100%;
	justify-content: left;
	flex-flow: nowrap;
}

.social .social__item {
	width: 140px;
	margin: 0;
	line-height: 1;
}

.social a {
	text-decoration: none;
}

.social .social__link {
	background: transparent;
	color: var(--color-primary);
	text-decoration: none;
	height: auto;
	aspect-ratio: 0;
	display: inline-block;
}

.social .social__link:hover {
	background: none;
}

.social .social__link .social__icon {
	top: -2px;
	position: relative;
}

.social .social__link .social__title {
	margin-left: 15px;
}

.footer__bottombar a:hover {
	color: var(--color-primary) !important;
	text-decoration: underline !important;
}

@media screen and (max-width: 1023px) {
	.social .social__item {
		margin-right: 20px;
	}
}

/* Cookies */
#tarteaucitronRoot
	#tarteaucitronAlertBig.tarteaucitronAlertBigTop
	#tarteaucitronDisclaimerAlert::before {
	background-image: url("https://dev.euraudit.demo-lorweb.com/wp-content/uploads/2022/09/logo-euraudit-consult.png") !important;
	margin-left: 20px;
}
