.elementor-kit-9{--e-global-color-primary:#F7E6CA;--e-global-color-secondary:#222222;--e-global-color-text:#222222;--e-global-color-accent:#F3F3F3;--e-global-color-20181b8:#FFFFFF;--e-global-color-9884c0b:#353535;--e-global-typography-primary-font-family:"Sagace";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-family:"Season";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Haffer";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Haffer";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-20181b8 );}.elementor-kit-9 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:36px;--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge {
display: none !important;
}

* {
font-variant-ligatures: none;
}

::-moz-selection { /* Code for Firefox */
  color: #222222;
  background: #f7e6ca;
}

::selection {
  color: #222222;
  background: #f7e6ca;
}


.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 0%) inset;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0%);
    outline: 0;
}



li.menu-item.menu-item-type-post_type.menu-item-object-page :hover {
    transform: translateX(10px);
}


li.menu-item.menu-item-type-post_type.menu-item-object-page {
    transition: .5s;
}

li.menu-item.menu-item-type-post_type_archive :hover {
transform: translateX(10px);}

li.menu-item.menu-item-type-post_type_archive {
transition: .5s;}



html, body {
    max-width: 100%;
    overflow-x: hidden;
}


@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}



.elementor-button-icon svg {
    width: 24px;
    height: auto;
    transition: 0.3s;
}

.btn5:hover .elementor-button-icon svg{
    transform: translateX(10px);
}



input[type="date"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="date"].full:before {
color:black;
content:""!important;
}

input[type="time"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="time"].full:before {
color:black;
content:""!important;
}



.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    margin-top: 20px;
}


/* Cacher la checkbox native */
.elementor-field-type-acceptance input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* Conteneur du label de la checkbox */
.elementor-field-type-acceptance label {
  position: relative;
  padding-left: 30px; /* Espace pour la case personnalisée */
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

/* Case personnalisée (avant le label) */
.elementor-field-type-acceptance label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 0px solid #555;
  background: white;
  border-radius: 0px;
  transition: background 0.2s ease;
}

/* Case cochée : ajout de la coche */
.elementor-field-type-acceptance input[type="checkbox"]:checked + label::after {
    content: "◼";
    position: absolute;
    left: -1px;
    top: -2px;
    font-size: 25.5px;
    color: #5D1D30;
}

/* Modifier l’apparence de la case cochée */
.elementor-field-type-acceptance input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #fff;
}


.e-form__indicators__indicator__progress__meter {
    padding-left: 8px;
}


.cookie-notice-container {
    font-family: 'Haffer';
}

button#cn-accept-cookie {
    font-family: 'Haffer';
    text-transform: uppercase !important;
    font-size:12px;
    border-radius: 0px !important;
}

button#cn-more-info {
    font-family: Haffer;
    text-transform: uppercase !important;
    font-size:12px;
    border-radius: 0px !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sagace';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceRegularRegular.eot');
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceRegularRegular.eot?#iefix') format('embedded-opentype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceRegularRegular.woff2') format('woff2'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceRegularRegular.woff') format('woff'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceRegularRegular.ttf') format('truetype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceRegularRegular.svg#Sagace') format('svg');
}
@font-face {
	font-family: 'Sagace';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceMediumRegular.eot');
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceMediumRegular.eot?#iefix') format('embedded-opentype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceMediumRegular.woff2') format('woff2'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceMediumRegular.woff') format('woff'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceMediumRegular.ttf') format('truetype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SagaceMediumRegular.svg#Sagace') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Season';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SeasonSerifLightItalic.eot');
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SeasonSerifLightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SeasonSerifLightItalic.woff2') format('woff2'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SeasonSerifLightItalic.woff') format('woff'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SeasonSerifLightItalic.ttf') format('truetype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/SeasonSerifLightItalic.svg#Season') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Haffer';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/HafferRegular.eot');
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/HafferRegular.eot?#iefix') format('embedded-opentype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/HafferRegular.woff2') format('woff2'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/HafferRegular.woff') format('woff'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/HafferRegular.ttf') format('truetype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/HafferRegular.svg#Haffer') format('svg');
}
@font-face {
	font-family: 'Haffer';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/Haffer-BoldBold.eot');
	src: url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/Haffer-BoldBold.eot?#iefix') format('embedded-opentype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/Haffer-BoldBold.woff2') format('woff2'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/Haffer-BoldBold.woff') format('woff'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/Haffer-BoldBold.ttf') format('truetype'),
		url('https://rvr-gestionprivee.fr/wp-content/uploads/2025/04/Haffer-BoldBold.svg#Haffer') format('svg');
}
/* End Custom Fonts CSS */