body:not(.logged-in) * {
	cursor: url('/wp-content/uploads/2025/10/cursor.svg'), auto !important;
}

/* header */
.header-section {
	box-shadow:0 0 25px #eee;
}
.header-section > .et_pb_row {
	display:flex;
	justify-content:center;
}
.header-section > .et_pb_row > .et_pb_column {
	width:90% !important;
	max-width:1180px;
}
.header-section .contact-col {
	display:flex;
	justify-content:right;
	gap:20px;
}
@media screen and (max-width: 767px) {
	.header-section .contact-col .et_pb_blurb_container {
		display:none;
	}	
}


/* menu */
.header-section .et_pb_menu__logo img {
	/*filter:brightness(0) invert(30%) sepia(41%) saturate(359%) hue-rotate(59deg) brightness(100%) contrast(89%);*/
}
.header-section .et-menu > li > a {
	font-size:16px;
}
.header-section .et-menu > li:hover > a {
	color:#47603e;
}
.header-section .et-menu > li.current-menu-item > a {
	color:#47603e;
}
.header-section .et-menu > li > .sub-menu > li {
	padding-left:0;
	padding-right:0;
	width:100%;
}
.header-section .et-menu > li > .sub-menu > li > a {
	width:100%;
}
.header-section .et-menu > li > .sub-menu > li:hover > a {
	background-color:#d7243a;
	color:#fff;
	opacity:1;
}

.header-section .et_mobile_menu {
	height:-webkit-fit-content !important;
	height:-moz-fit-content !important;
	height:fit-content !important;
	padding:15px 0 !important;
}
.header-section .et_mobile_menu .menu-item a {
	font-size:16px;
}
.header-section .et_mobile_menu .menu-item.current-menu-item a {
	background-color:#47603E;
	color:#fff;
}

/* footer */
.footer-section .module-logo img {
	/*filter:brightness(0) invert(30%) sepia(41%) saturate(359%) hue-rotate(59deg) brightness(100%) contrast(89%);*/
}
.footer-section .col-contact .et_pb_main_blurb_image img {
	filter:brightness(0) invert(30%) sepia(41%) saturate(359%) hue-rotate(59deg) brightness(100%) contrast(89%);
}
.footer-section .et_pb_menu__menu {
  display:flex !important;
}
.footer-section .et_mobile_nav_menu {
  display:none !important;
}
.footer-section .et-menu {
	flex-direction:column;
	margin-left:0;
	margin-right:0;
}
.footer-section .et_pb_menu__wrap {
	justify-content:flex-start !important;
}
.footer-section .menu-item {
	padding-left:35px !important;
}
.footer-section .menu-item:before {
	content:'';
	position:absolute;
	left:0;
	top:-4px;
	width:20px;
	height:20px;
	/*background-color:#47603E;*/
	background-image:url('/wp-content/uploads/2025/10/elevage-du-sauzet-favico.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:5px;
}
.footer-section .menu-item a {
	font-size:16px;
}

/* ligne */
@media screen and (max-width: 980px) {
  .reverse-row {
    display:flex;
    flex-direction:column-reverse;
  }  
  .reverse-row > .et_pb_column:first-child {
    margin-bottom:0 !important;
  }
  .reverse-row > .et_pb_column:last-child {
    margin-bottom:30px !important;
  }
}
.col-min-height {
	display:block !important;
	min-height:300px !important;
}

/* bouton */
.bouton-style-icon:before {
	content:'' !important;
	width:25px;
	height:25px;
	left:10px;
	top:9px;
	margin-left:0 !important;
	filter:brightness(0) invert(1);
	background-image:url('/wp-content/uploads/2025/10/elevage-du-sauzet-favico.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
.bouton-style-icon.blanc:hover:before  {
	filter:brightness(0) invert(33%) sepia(38%) saturate(401%) hue-rotate(59deg) brightness(92%) contrast(88%);
}

/* Image */
.module-img-cover img, .module-img-cover span {
	width:100% !important;
	object-fit:cover;
}
.style-background-img {
	position:relative;
}
.style-background-img:before {
	content:'';
	position:absolute;
	width:450px;
	height:450px;
	background-color:#47603E;
	border-radius:50% 50% 0 50%;
}

/* Accueil */
.module-banner-slider {
	height:calc(100vh - 120px) !important;
}
.module-banner-text strong {
	font-family: 'Fredoka', Helvetica, Arial, Lucida, sans-serif;
	font-size:52px;
	line-height:1em;
	font-weight:600;
}
.col-service-home {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	align-items:stretch;
}
.col-service-home .et_pb_blurb {
	width:calc(50% - 10px);
	height:auto;
	aspect-ratio:1/1;
	overflow:visible !important;
	transition:all 0.5s;
	z-index:2;
}
/*.col-service-home .et_pb_blurb_content {
	padding:20px;
	border-radius: 20px;
	aspect-ratio:1/1;
	background-color:#47603E;
	z-index:3;
}*/
@media screen and (min-width: 768px) and (max-width: 980px) {
	.col-service-home .et_pb_blurb {
		aspect-ratio:initial;
		min-height:250px;
	}
}
@media screen and (max-width: 767px) {
	.col-service-home .et_pb_blurb {
		width:calc(100%);
		min-height:250px;
		aspect-ratio:initial;
	}
}
@media screen and (min-width: 1024px) {
	.col-service-home:hover .et_pb_blurb {
		transform:translate(20px, 0);
	}
}
.col-service-home .et_pb_main_blurb_image {
	margin-bottom:10px;
}

.col-service-home .et_pb_blurb:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:20px;
	background-color:#f5e8b7;
	z-index:1;
	transform:translate(-30px, 30px);
	opacity:0.1;
	transition:all 0.5s;
}
.col-service-home .et_pb_blurb:first-child:before {
	border-radius: 100px 100px 20px 20px;
}
.col-service-home .et_pb_blurb:last-child:before {
	border-radius: 20px 20px 100px 100px;
}
@media screen and (max-width: 767px) {
	.col-service-home .et_pb_blurb:before {
		background-color:transparent;
	}
	.col-service-home .et_pb_blurb:first-child:before {
		border-radius: 20px 20px 20px 20px;
	}
	.col-service-home .et_pb_blurb:last-child:before {
		border-radius: 20px 20px 20px 20px;
	}
}
@media screen and (min-width: 1024px) {
	.col-service-home:hover .et_pb_blurb:before {
		transform:translate(-70px, 30px);
	}
}



.row-races-home {
	overflow:hidden;
}
.row-races-home .et_pb_column {
	display:flex;
	gap:20px;
	min-width:fit-content;
	transition:all 1s;
}
@media screen and (max-width: 1339px) {
	.row-races-home .et_pb_column {
		flex-wrap:wrap;
		justify-content:center;
		width:100%;
	}
	.row-races-home .et_pb_image_wrap {
		width:100% !important;
	}
}
.row-races-home .et_pb_blurb {
	width:200px;
	margin-bottom:0 !important;
}
@media screen and (max-width: 479px) {
	.row-races-home .et_pb_blurb {
		width:calc(50% - 10px);
	}
}
.row-races-home .et_pb_main_blurb_image {
	margin-bottom:0!important;
}
.row-races-home .et_pb_main_blurb_image img {
	object-fit:cover;
	aspect-ratio:1/0.7;
	opacity:1;
	transition:all 0.5s;
}
.row-races-home .et_pb_blurb:hover img {
	opacity:0.7;
}

.module-fb .et_pb_widget {
	width:100% !important;
	margin-right:0 !important;
	margin-bottom:0 !important;
}
.module-fb .fb_iframe_widget {
	width:100% !important;
}











/* fin */
