@charset "utf-8";

.wp-site-blocks {
    overflow-x: hidden;
}

a{
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.sticky-header {
    visibility: hidden !important;
    display: block;
    width: 100%;
	height: 0 !important;
    transition: all .35s ease-in-out .15s;
    position: absolute;
    z-index: -1;
	top: -50px;
}
.sticky-header.sticky{
	box-shadow: 0 2px 5px #00000040;
    z-index: 1000;
    position: fixed;
	top: 0;
	visibility: visible !important;
	height:44px !important;
	background-color: #d4af37 !important;
}
.sticky-header.sticky .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    /*align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: auto;
    left: -1px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: visible;
    width: 200px;
    z-index: 2;*/
	
	width: max-content !important;
    border: none !important;
    box-shadow: 0px 14px 9px #00000021;
    padding-top: 13px !important;
}
.sticky-header.sticky .wp-block-navigation__container > .wp-block-navigation-item:first-child {
    position: absolute;
    left: 0;
    font-size: 24px !important;
    height: 44px;
}
.sticky-header.sticky .affix-m-s{
	height: 100%;
}
.sticky-header.sticky .wp-block-social-links .wp-social-link svg {
    height: 24px;
    width: 24px;
}
/*.dt-kdo-imgs */
.slick-initialized .slick-slide {
    object-fit: contain;
}
@media (min-width: 600px) and (max-width: 1146px) {
	.sticky-header.sticky {
		padding-left: 150px;
		height: auto !important;
		transition: none;
	}
	.sticky-header.sticky .wp-block-navigation__container > .wp-block-navigation-item:first-child {
		left: -114px;
	}
}
@media (max-width: 600px) {
	.sticky-header {		
		z-index: 1000;
		position: absolute;
		visibility: visible !important;
		right: 4px;
		top: 5px;
		width: auto;
		height:44px;
		background: none;
		background: none !important;
	}
	.sticky-header.sticky{
		width: 100%;
		top:0;
		right:0;
	}

	.sticky-header.sticky .wp-block-navigation__container > .wp-block-navigation-item:first-child {
		position: inherit;
		font-size: 24px !important;
		height: 44px;
		padding:0;
	}
	.sticky-header.sticky .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		box-shadow: none;
	}
	.sticky-header.sticky .wp-block-navigation.items-justified-right {
		--navigation-layout-justification-setting: flex-start;
		--navigation-layout-justify: flex-start;
	}
	.pre-header-norm .wp-block-navigation ul{
		margin: 0 auto;
    	flex-grow: inherit;
	}
	.sticky-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
	.sticky-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.sticky-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: var(--navigation-layout-justification-setting,initial);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	
	.sticky-header .wp-social-link .wp-block-social-link-anchor{
		font-size: 24px !important;
	}
}
.mph-gift{
	position: relative;
	padding-left: 20px !important;
}
.mph-gift:before{
	content:'';
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	top:2px;
	left:0;
	background:url(/wp-content/uploads/2025/05/icon-giftbox-blanc.png) no-repeat;
}
.logo-header img{
	transition: all .2s ease-in-out;
}
.logo-header:hover img{
	transform: scale(1.1);
}
.header-bg-fix .wp-block-cover__image-background{
	background-attachment: fixed !important;
	
	-moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.pre-header-1 .wp-block-social-links .wp-social-link svg {
    height: 24px !important;
    width: 24px !important;
}

.menu-scroll-fix-right{
	position:fixed;
	bottom: 15%;
	right: 25px;
	min-width: 63px;
	z-index: 99;
}
.menu-scroll-fix-right .wp-block-image{
	position: relative;
}
.menu-scroll-fix-right .wp-block-image:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: solid 1px #fff;
    width: calc(100% + 30px);
    left: -15px;
    bottom: -17px;
}
.menu-scroll-fix-right .wp-block-image:last-child::after{
	display: none;
}
.menu-scroll-fix-right .wp-block-image img{
	transition: all .15s ease-in-out;
}
.menu-scroll-fix-right .wp-block-image:hover img{
	transform: scale(1.2);
}
footer{
	margin-block-start: 0;
}
footer .adresse a{
	color: #151414 !important;
	font-size: 12px !important;
}
footer .wp-block-navigation a{
	font-size: 12px !important;
}
footer .wp-block-social-links .wp-social-link svg {
    height: 24px !important;
    width: 24px !important;
}
footer .group-cp-y a{
	font-size: 12px !important;
}
footer.footer-interne > .wp-block-group:first-child{
	border-top-color: #D3AF37 !important;
}
/*.has-erazure-font-family {
    font-family: var(--wp--preset--font-family--erazure) !important;
}*/
.normal-case{
	text-transform:none !important;
}
.size47{
	font-size: clamp(27.42px, 1.714rem + ((1vw - 3.2px) * 2.388), 47px);
}
.ttr-s{
	font-size: 22px;
	position:relative;
}
.ttr-s:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #D3AF37;
    width: 41px;
    bottom: -5px;
}
.ttr-s-il .k-acf-field-wrapper{
	position:relative;
	display: inline-block;
}
.ttr-s-il .k-acf-field-wrapper:after {
	content: '';
    position: absolute;
    display: block;
    border-top: 1px solid #D3AF37;
	width: 100%;
	bottom: 3px;
}
.t-dor{
	color:#D3AF37 !important;
}
.t-dor-in-ttr {
    margin-top: -22px;
    display: block;
}
.btn-scale{
	transition: all .15s ease-in-out;
}
.btn-scale:hover{
	transform: scale(1.1);
}
.btn-scale a:hover{
	text-decoration: none !important;
}
.blk-a-ct{
	position:relative;
}
.blk-a-ct .blk-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.block-full-width{
	max-width: 100% !important;
	width: 100% !important;
}
.d-actus-list figure{
	position:relative;
	z-index: 2;
}
.d-actus-list figure + div.wp-block-group{
	margin-top:-30px !important;
}
.d-actus-list figure + div.wp-block-group>.wp-block-group{
	padding-top: 50px !important;
}
.d-actus-list .d-actus-list-txt{
	position: relative;
} 
.d-actus-list .d-actus-list-txt .wp-block-read-more {
	position:absolute;
	bottom: -17px;
    left: calc(50% - 59px);
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__link a{
	color: var(--wp--preset--color--white) !important;
    font-family: var(--wp--preset--font-family--poppins);
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.122), 15px);
    font-style: normal;
    font-weight: 400;
    text-decoration: none !important;
	text-transform: uppercase;
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__link a:hover{
	text-decoration: underline !important;
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__dropdown-wrapper{
	transition: all .3s ease-in-out;
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown{
	box-shadow: 0px 0px 12px 0px #0000002E !important;
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown img{
	transition: transform .2s ease-in-out;
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
.header-mega-menu .wp-block-getwid-megamenu-item .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown a{
	color: #151414 !important;
	text-transform: uppercase;
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.122), 14px) !important;
	font-weight: 400;
}
.header-mega-menu.left > .gw-mm__wrapper > .gw-mm__content-wrapper{
	justify-content: flex-end;
    display: flex;
}
.header-mega-menu.right > .gw-mm__wrapper > .gw-mm__content-wrapper{
	justify-content: flex-start;
    display: flex;
}
.header-mega-menu > .gw-mm__wrapper > .gw-mm__content-wrappe > .gw-mm__content{
	gap: 1.2rem;
}
.header-mega-menu .gw-mm-item__toggle{
	display: none;
}
.gl-slick .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 1.2rem;
}
.gl-slick figure.wp-block-image {
    height: 330px;
}
.k-acf-no-ch .k-acf-field-wrapper{
	display: inline-block;
	position:relative;
}
.k-acf-no-ch .k-acf-field-wrapper:after{
	display:block;
	content:'';
	position:absolute;
	width:100%;
	border-top: solid 1px #D3AF37;
	bottom:5px;
	left:0;
}
.lst-ch-img {
	z-index: 999;
	position:relative;
}
.dt-ch-imgs .acf-gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-height: 450px;
	outline: none;
	object-fit: cover;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:before {
    width: 13px;
    height: 13px;
    content: '';
    opacity: 1;
    color: #fff;
	border: solid 1px #D3AF37;
	padding: 0;
	border-radius: 7px;
	line-height: 13px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
	background: #D3AF37;
}
.lst-kdo-txt .lst-kdo-txt-blc{
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 17px 0px #00000026;
	background: #fff;
}
.lst-kdo-txt figure.wp-block-post-featured-image + .lst-kdo-txt-blc {
    margin-top: -16%; 
}

.custom-lang-switcher {
    position: fixed;
    right: 37px;
    bottom: calc(15% + 280px);
    background: #d3af37;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    text-align: center;
    line-height: 45px;
    z-index: 999;
    margin: 0;
    padding: 0;
}
.lang-switcher-item{
	position:relative;
	display: block;
    width: 100%;
    height: 100%;
}
.lang-switcher-item img{
	opacity: 0;
}
.lang-switcher-item::before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    top: 13px;
    left: 7.5px;
    z-index: 999;
    background-size: 30px !important;
    border-radius: 3px;
}
.lang-switcher-item.fr::before{
	background:url(/wp-content/themes/golf-lasorelle/Flag_of_France.svg) no-repeat;
}
.lang-switcher-item.en::before{
	background:url(/wp-content/themes/golf-lasorelle/Flag_of_the_United_Kingdom.svg) no-repeat;
	top: 15px;
}
.sbi_header_text {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto;
}
.sbi_feedtheme_title_wrapper *, .sbi_bio{
	color: #151414;
}
.tbl-slope-sss{
	display: none;
}
.actus-link-rs h3 a{
    color: #151414;
    font-size: clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 1.062), 25px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
	font-family: var(--wp--preset--font-family--vaughan) !important;
}
.actus-link-rs h3 a .has-erazure-font-family,
.actus-newsletter h3 .has-erazure-font-family{
	font-size: 35px;
}
.actus-link-rs h3 a:hover{
	text-decoration: none !important;
}
.actus-link-rs .wp-block-social-links .wp-social-link a{
	font-size:45px;
}
/*******Formulaire contact*******/
.form-row{
	width: 100%;
}
.column-half, .column-full {
    float: left;
    position: relative;
    padding: 6px 0;
    width: 100%;
    margin: 0;
}
.column-full{}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .custom-in-file, .wpcf7-select,
form.post-password-form input[type="password"]{
	width: calc(100% - 16px);
	padding: 8px;
	border: solid 1px #D3AF37;
	background: #fff;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	color:#A2A2A2;
	font-family: var(--wp--preset--font-family--poppins) !important;
	outline: none !important;
	font-weight:400;
	font-size: 12px;
}
.wpcf7-select{
	width: 100%;
}
.wpcf7 textarea{
	height: 90px;
}
.custom-in-file{
	display: block;
	white-space: nowrap;
}
.custom-in-file .wpcf7-form-control-wrap{
    display: inline-block;
    /*max-width: 50%;*/
    margin-left: 5px;
    color: #67D1C5;
    overflow: hidden;
    vertical-align: middle;
	position:relative;
}
.custom-in-file .wpcf7-form-control-wrap .wpcf7-file{
	font-size: 12px;
}
.custom-in-file:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	top:14px;
	right:14px;
	background:url(/wp-content/uploads/2025/05/i-download.png) center center no-repeat;
}
.custom-in-file input[type="file"]{
	border: none !important;
	outline: none !important;
}
.custom-in-file input[type="file"]::file-selector-button{
	display: none;
}
.wpcf7-not-valid{
	border: 1px solid #ef5555;
}
.wpcf7-not-valid-tip,
.wpcf7-list-item .wpcf7-list-item-label{
	font-family: var(--wp--preset--font-family--poppins) !important;
	font-weight:400;
	font-size: 12px;
	color: #A2A2A2;
}
.wpcf7-not-valid-tip{
	color: #dc3232;
}
.custom-in-file .wpcf7-not-valid-tip{
	color: #dc3232;
}
.wpcf7 input[type="text"]::placeholder, 
.wpcf7 input[type="email"]::placeholder, 
.wpcf7 input[type="tel"]::placeholder, 
.wpcf7 textarea::placeholder{
	color: #A2A2A2;
}
.wpcf7 input[type="checkbox"]{
	border: 1px solid #fff;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	outline: none !important;
}
.wpcf7 .wpcf7-submit,
form.post-password-form input[type="submit"]{
    border: solid 1px #D3AF37;
    background: #D3AF37;
    font-family: var(--wp--preset--font-family--poppins) !important;
    font-size: 15px;
	text-transform:uppercase;
    color: #fff;
    border-radius: 0px;
    padding: 4px 35px;
    outline: none !important;
    font-weight: 500;
}
.wpcf7 .wpcf7-submit:hover,
form.post-password-form input[type="submit"]:hover{
	background:#ffffff2e;
}
.wpcf7 .wpcf7-submit:disabled{
	opacity: .5;
}
.wpcf7-list-item {
    margin: 0 0 0 0;
}
.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    margin-left: 5px;
}
.wpcf7 .wpcf7-submit:hover,
form.post-password-form input[type="submit"]:hover{
	color:#d3af37;
}
@media (min-width: 660px) {
	.column-half{
		width: calc(50% - 6px);
	}
	.column-half:first-child{
		padding-right: 6px;
	}
	.column-half:last-child{
		padding-left: 6px;
	}
}
/********************************/

/******Formulaire Newsletter***********/
.actus-newsletter span[data-name="cleint-email"]{
	display: inline-block;
    width: calc(100% - 150px);
}
.actus-newsletter span[data-name="cleint-email"] input{
	width: 100%
}
.actus-newsletter .wpcf7-submit{
	vertical-align: top;
	padding: 5px 35px 6px;
}
/**************************************/

/**********Buzzz********/
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(-1.73deg);
    transform: translateX(-1px) rotate(-1.73deg);
  }
}
.buzz-active img,
.buzz-ov:hover{
	-webkit-animation-name: buzz-out-on-hover;
	animation-name: buzz-out-on-hover;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/***********************/

@media (max-width: 768px) {
	.wp-block-getwid-megamenu{
		display: none !important;
	}
	main > .entry-content{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

form.post-password-form{
    max-width: 500px;
    padding-bottom: 3.5em;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
form.post-password-form label{
	font-weight:600;
}
form.post-password-form input[type="password"]{
	width: inherit;
}
form.post-password-form input[type="submit"] {
    padding: 5px 35px 6px;
}
form.post-password-form .post-password-form-invalid-password p{
    color: #d23939;
    font-weight: 500;
}