/*
 Theme Name:   Village de François
 Theme URI:    https://abbayedesert.villagefrancois.fr/
 Description:  Bricks child theme made with love by Bikloz
 Author:       Bikloz
 Author URI:   https://bikloz.com
 Template:     bricks
 Version:      1.1.8
 Text Domain:  bricks
*/

/*Sart Misc*/
body {
    overflow-x: hidden;
}
.brxe-text ul {
  list-style: none;
  padding: 0;
}
.brxe-text ul li {
  display: flex;
  flex-flow:row nowrap;
  gap:2px;
  margin-bottom:5px;
  line-height: 1.5em;
}
.brxe-text ul li:before {
content: "";
    background: url(img/bullet-point.svg) no-repeat 0 center;
    background-size: 15px;
    position: relative;
    width: 20px;
    height: 1.6em;
    display: block;
    flex: none;
}
.accordion-title {
  gap:20px;
}
.af-card-collecte h3,
.af-loop-list-articles h5 {
    font-weight: 600;
}
/*End Misc*/
/*Start temp LP*/
.brxe-section#contact .gform_wrapper input,
.brxe-section#contact .gform_wrapper textarea {
    border-radius:6px;
    height:50px;
    box-shadow:0;
    border:0;
}
.brxe-section#contact .gform_fields {
    grid-row-gap:20px;
}
.brxe-section#contact .gform_wrapper label {
    font-size:18px;
}
.brxe-section#contact .gform_wrapper input[type=submit] {
    font-size:20px;
    background:var(--bricks-color-aetlte);
    border-radius:6px;
    padding:15px 25px;
}

/*End temp LP*/

.display-none {
  display: none;
}
header.scrolling > .brxe-section {
padding:20px 0!important;	
}
header.scrolling {
	z-index:99
}
header.scrolling::after {
    content: "";
    position: absolute;
    left: -3vw;
    right: -3vw;
    bottom: 0px;
    height: 100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    pointer-events: none;
    z-index: 9;
}
.brxe-text a,
label.gform-field-label a {
    border-bottom:1px dotted;
}
.brxe-text a:hover,
a.brxe-text-basic:hover,
label.gform-field-label a:hover {
    color: var(--bricks-color-sbgwkk);
    border:0;
}
/*Start Gravity Forms*/
h3.gsection_title {
    margin-bottom: 5px;
    font-size: 1.4em;
}
.brxe-shortcode .gform_wrapper .gfield select,
.brxe-shortcode .gform_wrapper .gfield input,
.brxe-shortcode .gform_wrapper .gfield textarea {
	box-shadow:none;
	border-radius:10px;
	border-color:#c9c9c9;
}
.brxe-shortcode .gform_wrapper .gfield select,
.brxe-shortcode .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]) {
	height:50px;
	line-height:50px;
}
.brxe-shortcode .gform_wrapper .ginput_container_date input {
	width:100%;
}
.brxe-shortcode .gform_wrapper input[type=button],
.brxe-shortcode .gform_wrapper input[type=submit] {
	background:var(--bricks-color-sbgwkk)!important;
    border-radius:0!important;
	font-weight:bold!important;
	/*letter-spacing:2px!important;
    text-transform:uppercase!important;*/
    padding: 1.6rem 2rem 1.5rem !important;
    font-size: var(--text-m)!important;
}
.brxe-shortcode .gform_wrapper input[type=button]:hover,
.brxe-shortcode .gform_wrapper input[type=submit]:hover {
    background:var(--bricks-color-pzcenw)!important;
}
.brxe-shortcode .gform_wrapper input[type=button].gform_previous_button {
    border:0!important;
    color: white!important;
    background:var(--bricks-color-nwdmsd)!important;	
    box-shadow: none !important;
}
.brxe-shortcode .gform_wrapper input[type=button]:hover {
    background:var(--bricks-color-pzcenw)!important;
}
.gform_required_legend {
    display:none;
}
/*End Gravity Forms*/

/* Start Misc */
li.nolink > div > a {
  cursor:default;
}
.accordion-title i {
  font-size:20px;
  color:var(--bricks-color-sbgwkk)
}
.accordion-title h3 {
  margin:0;
}
.accordion-title  {
  margin-bottom:10px;
}
/* End Misc */
/* Start Form Page Collecte */
.gform-theme--foundation .gform_fields {
  grid-row-gap: 15px !important;
}

.single-af_collecte #soutenir .gform-footer input[type="submit"] {
    background: white!important;
    border-radius: 0!important;
    color: var(--bricks-color-sbgwkk)!important;
    font-weight: bold!important;
    font-size: 1.8rem!important;
    padding: 1.5rem 2rem!important;
}
.single-af_collecte #soutenir .gform-footer input[type="submit"]:hover {
    background:rgba(255,255,255,0.9)!important;
}
.single-af_collecte #soutenir .gform-body .gsection {
    border-bottom: 0;
    margin-bottom: 10px;
    padding: 0 0 0 0;
    text-align: center;
}
.single-af_collecte #soutenir .gform-body .gsection h3.gsection_title {
    font-size: 30px;;
    padding: 0;
}
.single-af_collecte .gform-body legend,.single-af_collecte .gform-body .af_gfield_propositionsdons>label {
    display: none!important;
}
.single-af_collecte #soutenir .gppa-explode-commas-into-choices .gfield_radio {
    flex-flow: row-reverse nowrap !important;
    gap: 0 !important;
}

.gppa-explode-commas-into-choices .gchoice {
	display: flex!important;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.gppa-explode-commas-into-choices .gchoice:first-of-type {
    text-align: right;
}
.gppa-explode-commas-into-choices .gchoice:last-of-type {
    text-align: left;
}
.gppa-explode-commas-into-choices .gchoice:only-of-type {
    text-align: center;
}
.gppa-explode-commas-into-choices .gchoice input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.gppa-explode-commas-into-choices .gchoice label {
    background-color: transparent;
    color: #fff!important;
    text-align: center;
    padding: 10px 2px;
    margin-right: -1px;
    border: 1px solid #fff;
    transition: all 0.1s ease-in-out;
    width: 100%;
}
.gppa-explode-commas-into-choices .gchoice label:hover {
    cursor: pointer;
}
.gppa-explode-commas-into-choices .gchoice input:checked + label,
.gppa-explode-commas-into-choices .gchoice label:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    color: var(--bricks-color-sbgwkk)!important;
}
.gppa-explode-commas-into-choices .gchoice label {
    text-transform: capitalize;
    border-radius: 0;
}
.gppa-explode-commas-into-choices .gchoice:only-of-type label,
.gppa-explode-commas-into-choices .gchoice:only-child label {
    border-radius: 50px!important;
}
.single-af_collecte #soutenir .gform_wrapper select {
    background-color: rgba(255,255,255,0.1)!important;
    border: 1px solid rgba(255,255,255,0.2);
    color: #FFF;
}
.single-af_collecte #soutenir .gform_wrapper input[type="text"],.single-af_collecte #soutenir .gform_wrapper input[type="email"] {
    background-color: rgba(255,255,255,0.1)!important;
    border: 1px solid rgba(255,255,255,0.2);
    color: #FFF;
    font-size: 0.9em;
  	border-radius:0;
}
.single-af_collecte #soutenir .gform_wrapper label {
    font-size: 1em;
    font-weight: 600;
}

.single-af_collecte .af_gfield_propositionsdons .gfield_radio {
    padding: 0;
}
.single-af_collecte .af_gfield_propositionsdons .gfield_radio .gchoice {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding : 17px 0!important;
    position: relative;
    list-style: none;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
.single-af_collecte .af_gfield_propositionsdons.gfield_radio .gchoice,.single-af_collecte .af_gfield_propositionsdons .gfield_radio .gchoice>label {
    width: 100%;
    cursor: pointer;
    align-items: center;
    padding: 0 0 0 10px;
    margin: 0!important;
    display: flex;
    flex-flow: nowrap row;
    position: relative;
    max-width: 100%;
}
.single-af_collecte .af_gfield_propositionsdons .gchoice label em {
    margin: 0 0 0 30px !important;
    font-size: 2.2rem;
    font-style: normal;
    position: relative;
    flex: 1 1 auto;
    font-weight: bold;
    width: auto;
}
.single-af_collecte .af_gfield_propositionsdons .gfield_radio .gchoice.other>label {
    width: 62%;
}
.single-af_collecte .af_gfield_propositionsdons .gchoice.other label em {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.single-af_collecte .af_gfield_propositionsdons .gchoice input[type="radio"] {
    display: none;
}
.single-af_collecte .af_gfield_propositionsdons input.montant_libre {
    background: rgb(255 255 255 / 0%)!important;
    border: 1px solid #fff !important;
    font-style: normal;
    width: 90px!important;
    position: relative;
    color: #fff !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 22px !important;
    flex: 1 1 auto;
    margin: 0 4% 0 0!important;
}
.single-af_collecte .af_gfield_propositionsdons input.montant_libre:disabled {
    opacity: 0.5;
}
.single-af_collecte .af_gfield_propositionsdons input[type="radio"] + label em:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    left: -1.8em;
}
.single-af_collecte .af_gfield_propositionsdons input[type="radio"]:checked + label em:before,
.single-af_collecte .af_gfield_propositionsdons input[type="radio"] + label:hover em:before {
    content: '\f192';
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    left: -1.8em;
}
.single-af_collecte .af_gfield_propositionsdons .gchoice label span,.single-af_collecte .af_gfield_propositionsdons .gchoice .span_input_other label {
    font-size: 13px;
    font-weight: normal;
    position: relative;
    line-height: 1.35em;
    flex: 1 0 auto;
    padding: 0;
    width: 55%;
}

.single-af_collecte .gfield:not(.af_gfield_propositionsdons) .gfield_radio .gchoice input {
    width: 16px;
    height: 16px;
    border-color: #FFFF;
    margin-right: 5px;
}

.af_gfield_propositionsdons input[type="text"]::placeholder,.af_gfield_propositionsdons input[type="text"]::-webkit-input-placeholder {
    color: #fff!important;
}

.single-af_collecte .gfield:not(.af_gfield_propositionsdons) .gfield_radio .gchoice label {
    line-height: 1.7em;
    margin: 0;
}

.single-af_collecte .gfield_html {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
/* End Form Page Collecte */
/* Start Form Tunnel Step 2 */

.Step2 .gform_fields input[readonly="readonly"],
.Step2 .gform_fields select[disabled="disabled"] {
    background: #F4F4F4!important;
    opacity: 1!important;
    color: #a2a2a2!important;
}

.Step2 .gform_fields .gfield_label,
.Step2 .gform_fields .gfield--width-third .gfield_description,
.Step2 .gform_fields legend,
.gform_wrapper.gravity-theme .ginput_complex label {
    color: #3E4143;
    display: block;
    font-size: 16px;
    font-weight: bold!important;
    padding: 10px 0px 5px!important;
    border: none;
    margin: 0;
}
.Step2 .gform_fields {
    padding-bottom:15px!important;
}

/* Step2 ligne 1*/

.Step2 .gfield--width-third.hidden_label {
    margin-top: 37px;
}

/* Step2 radio buttons */
.Step2 .gfield_radio {
    margin: 0;
}
.Step2 .gfield_radio .gchoice {
    display:inline-block;
    margin-right:30px;
}

.Step2 .gfield_radio .gchoice label,
.Step2 .gfield_checkbox label {
    font-weight:normal!important;
    font-size:16px!important;
    max-width: 100%;
}
.Step2 .gfield_radio .gchoice input[type="radio"],
.Step2 .gfield_radio .gchoice input:focus {
    width:20px!important;
    height:20px!important;
}

/* Step2 checkbox */

.Step2 .gfield_checkbox input[type="checkbox"],
.Step2 .gfield_checkbox input[type="checkbox"]:checked,
.Step2 .gfield_checkbox input:focus {
    width: 17px!important;
    height: 17px!important;
    display: inherit;
    flex: 0 0 auto;
    margin-top: 5px;
    position: relative;
}
.Step2 .gfield_checkbox .gchoice {
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    align-content: flex-start;
    margin: 10px 0;
}
.Step2 .gform_wrapper .gfield-choice-input+label {
    max-width: 90%!important;
    flex: 0 0 auto;
    display: inherit;
}
/* TunnelForm Step 2 - Paiement */

.af_modepaiement_triggerpayment .gfield_radio .gchoice input, 
.af_modepaiement_triggerpayment .gfield_radio .gchoice input:checked,
.af_modepaiement_triggerpayment .gfield_radio .gchoice input:focus {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    display: none;
}
.af_modepaiement_triggerpayment .gfield_radio {
    display: flex !important;
    flex-flow: row nowrap !important;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice {
    margin-right: 10px;
    transition: all 200ms linear;
    flex-shrink: 1;
    width: 49%;
  display:flex!important;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice label {
    background: #ffffff;
    font-size: 1.1em!important;
    font-weight: bold!important;
    color: #3e4143;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    position: relative;
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 13%);
    cursor: pointer;
    width: 98%;
    text-align: center;
    margin: 20px 0;
    transition: all 200ms linear;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice:hover label {
    top: -5px;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice input:focus + label,
.af_modepaiement_triggerpayment .gfield_radio .gchoice input:checked + label {
    color: #fff!important;
    background: #0065d0;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice input:checked + label:before {
    color: #fff!important;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice input[value="stripe"] + label:before {
    content: "\f09d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline-flex;
    left: 18px;
    margin-top: 2px;
    margin-right: 15px;
    color: #067fff;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice input[value="paypal"] + label:before {
    content: "\f1ed";
    font-family: "Font Awesome 5 Brands";
    font-size: 18px;
    display: inline-flex;
    left: 18px;
    margin-top: 2px;
    margin-right: 15px;
    color: #067fff;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice input[value="sepa_manuel"] + label:before {
    content: "\f573";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline-flex;
    left: 18px;
    margin-top: 2px;
    margin-right: 15px;
    color: #067fff;
}
.af_modepaiement_triggerpayment .gfield_radio .gchoice input[value="esepa"] + label:before {
    content: "\f573";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline-flex;
    left: 18px;
    margin-top: 2px;
    margin-right: 15px;
    color: #067fff;
}

/*End Step2 Don*/

a.gravitypdf-download-link {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    color: #fff;
    background-color: #dd0b50;
    padding: 18px 50px;
    white-space: normal;
    border: none;
    margin: 10px auto!important;
    border-radius: 50px;
    display: table;
}
a.gravitypdf-download-link:hover {
    background: #172f48;
}

/* Start GForm Validation Errors*/

.gform_validation_errors {
    /*display: none;*/
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    font-size: 0.9em;
}
.gform_wrapper .validation_error {
    /*display: none;*/
    border: none;
    background: #f1f1f1;
}
.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
    border: none!important;
    background: transparent!important;
    font-size: 0.8em!important;
    padding: 2px 0 0!important;
 }
 .gfield_description.validation_message:before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-flex;
    margin-right: 8px;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a!important;
}

/* End GForm Validation Errors*/

/* End Form Tunnel Step 2 */

/* Start mec-event-list */
.brxe-shortcode .mec-event-list-classic .mec-event-image img {
    object-fit: cover;
    min-height: 100px;
}
.brxe-shortcode .mec-event-list-classic .mec-event-article {
  display: grid !important;
  grid-template-columns: 100px 1fr !important;
	row-gap:10px;
  grid-auto-rows: min-content;   
  column-gap: 20px;
  height: 100px;
  align-content: center;           
  padding: 0;
  margin-bottom: 15px;
	position:relative;
}
.brxe-shortcode .mec-event-list-classic .mec-event-article a {
  text-transform:initial;
  font-size:clamp(0.96rem, calc(0.016104868913857675 * (100vw - 47.8rem) + 0.96rem), 1.9rem);
}
.brxe-shortcode .mec-event-list-classic .mec-event-image {
  float: none !important;
  clear: none !important;
  width: 100px;
  height: 100px;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.brxe-shortcode .mec-event-list-classic .mec-event-date,
.brxe-shortcode .mec-event-list-classic .mec-event-time,
.brxe-shortcode .mec-event-list-classic .mec-event-title {
  grid-column: 2;
  align-self: center;
}
.brxe-shortcode .mec-event-list-classic .mec-event-time:empty,
.brxe-shortcode .mec-event-article.mec-clear:before {
  display: none !important;
}
.brxe-shortcode .mec-event-list-classic .mec-event-title {
  margin: 0 !important;
}
/* End mec-event-list */

@media screen and (min-width:992px){
	.home .af_content.ratio-vertical h3 {
	margin:0;
	max-width:60%;
	font-size:28px;
}
    #menu-menu-principal .mobile.menu-item {
        display:none;
    }
}
@media screen and (max-width:768px) {
  .af-card-action .brxe-container {
    aspect-ratio: 6/3!important;	
  }
  .af-card-action .af_content {
    background:linear-gradient(rgb(0 0 0 / 20%) 50%, rgb(0 0 0) 100%);
  }
}