/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2025 | 19:52:36 */
:root {  
	
	
	/* formidable */
	
	--text-color: #000;
    --bg-color: #ffffff;
    --border-color: #000;
    --field-border-width: 1px;
    --field-border-style: solid;
    --border-radius: 7.5px;
    --field-width: 100%;
	--field-height: 44px;
    --field-font-size: 14px;
    --field-pad: 0.75em 1em;
    --field-weight: normal;
	--box-shadow: none;
	
	--placeholder-ft-fml: "articulat-cf", sans-serif;
	--placeholder-ft-sze: 1rem;
	--placeholder-clr: #404040;
	--placeholder-fntw: 300;
	--placeholder-lnh: 1;
	
	
}

/* Placeholder */

input::-webkit-input-placeholder,
.cntr-form .with_frm_style input::-webkit-input-placeholder,
.cntr-form .with_frm_style textarea::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
	font-family: var(--placeholder-ft-fml);
	font-size: var(--placeholder-ft-sze);
	color: var(--placeholder-clr);
	font-weight: var(--placeholder-fntw);
	line-height: var(--placeholder-lnh);
}

input::-ms-input-placeholder,
.cntr-form .with_frm_style input::-ms-input-placeholder,
.cntr-form .with_frm_style textarea::-ms-input-placeholder { /* Microsoft Edge */
   font-family: var(--placeholder-ft-fml);
	font-size: var(--placeholder-ft-sze);
	color: var(--placeholder-clr);
	font-weight: var(--placeholder-fntw);
	line-height: var(--placeholder-lnh);
}

input:-ms-input-placeholder,
.cntr-form .with_frm_style input:-ms-input-placeholder,
.cntr-form .with_frm_style textarea:-ms-input-placeholder {/* IE 10+ */
	font-family: var(--placeholder-ft-fml);
	font-size: var(--placeholder-ft-sze);
	color: var(--placeholder-clr);
	font-weight: var(--placeholder-fntw);
	line-height: var(--placeholder-lnh);
}

input::-moz-placeholder,
.cntr-form .with_frm_style input::-moz-placeholder,
.cntr-form .with_frm_style textarea::-moz-placeholder {/* Firefox 19+ */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	font-family: var(--placeholder-ft-fml);
	font-size: var(--placeholder-ft-sze);
	color: var(--placeholder-clr);
	font-weight: var(--placeholder-fntw);
	line-height: var(--placeholder-lnh);
}

input:-moz-placeholder,
.cntr-form .with_frm_style input:-moz-placeholder,
.cntr-form .with_frm_style textarea:-moz-placeholder {/* Firefox 18- */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	font-family: var(--placeholder-ft-fml);
	font-size: var(--placeholder-ft-sze);
	color: var(--placeholder-clr);
	font-weight: var(--placeholder-fntw);
	line-height: var(--placeholder-lnh);
}

input::placeholder,
.cntr-form .with_frm_style input::placeholder,
.cntr-form .with_frm_style textarea::placeholder {
	font-family: var(--placeholder-ft-fml);
	font-size: var(--placeholder-ft-sze);
	color: var(--placeholder-clr);
	font-weight: var(--placeholder-fntw);
	line-height: var(--placeholder-lnh);
}

.cntr-form .with_frm_style {
    --form-width: 100%;
    --form-align: left;
    --direction: ltr;
	
    --fieldset: 0px;
    --fieldset-color: #000000;
    --fieldset-padding: 0 0 15px 0;
    --fieldset-bg-color: transparent;
	
    --title-size: 20px;
    --title-color: #444444;
    --title-margin-top: 10px;
    --title-margin-bottom: 60px;
	
    --form-desc-size: 14px;
    --form-desc-color: #666666;
    --form-desc-margin-top: 10px;
    --form-desc-margin-bottom: 25px;
    --form-desc-padding: 0;
	
    --font: "articulat-cf", sans-serif;
    --font-size: 14px;
    --label-color: #444444;
    --weight: bold;
	
    --position: none;
    --align: left;
    --width: 150px;
	
    --required-color: #B94A48;
    --required-weight: bold;
	
    --label-padding: 0 0 3px 0;
	
    --description-font-size: 12px;
    --description-color: #666666;
    --description-weight: normal;
    --description-style: normal;
    --description-align: left;
    --description-margin: 0;
	
    --field-font-size: 14px;
    --field-height: 44px;
    --line-height: 44px;
    --field-width: 100%;
    --auto-width: 100%;
    --field-pad:  0.75em 1em;
    --field-margin: 20px;
    --field-weight: 300;
    --text-color: #000;
    --border-color: #000;
    --field-border-width: 1px;
    --field-border-style: solid;
    --bg-color: transparent;
	
    --bg-color-active: #ffffff;
    --border-color-active: #66afe9;
	
    --text-color-error: #444444;
    --bg-color-error: #ffffff;
    --border-color-error: #B94A48;
    --border-width-error: 1px;
    --border-style-error: solid;
	
    --bg-color-disabled: #ffffff;
    --border-color-disabled: #E5E5E5;
    --text-color-disabled: #A1A1A1;
	
    --radio-align: block;
    --check-align: block;
    --check-font-size: 13px;
    --check-label-color: #444444;
    --check-weight: normal;
	
    --section-font-size: 18px;
    --section-color: #444444;
    --section-weight: bold;
    --section-pad: 15px 0 3px 0;
    --section-mar-top: 15px;
    --section-mar-bottom: 12px;
    --section-bg-color: transparent;
    --section-border-color: #e8e8e8;
    --section-border-width: 2px;
    --section-border-style: solid;
    --section-border-loc: -top;
	
    --collapse-pos: after;
    --repeat-icon-color: #ffffff;
	
    --submit-font-size: 14px;
    --submit-width: auto;
    --submit-height: auto;
    --submit-bg-color: #ffffff;
    --submit-border-color: #cccccc;
    --submit-border-width: 1px;
    --submit-text-color: #444444;
    --submit-weight: normal;
    --submit-border-radius: 4px;
    --submit-margin: 10px;
    --submit-padding: 6px 11px;
    --submit-shadow-color: #eeeeee;
    --submit-hover-bg-color: #efefef;
    --submit-hover-color: #444444;
    --submit-hover-border-color: #cccccc;
    --submit-active-bg-color: #efefef;
    --submit-active-color: #444444;
    --submit-active-border-color: #cccccc;
	
    --border-radius: 1.5em;
	
    --error-bg: #F2DEDE;
    --error-border: #EBCCD1;
    --error-text: #B94A48;
    --error-font-size: 14px;
	
    --success-bg-color: #DFF0D8;
    --success-border-color: #D6E9C6;
    --success-text-color: #468847;
    --success-font-size: 14px;
	
    --progress-bg-color: #eaeaea;
    --progress-active-color: #ffffff;
    --progress-active-bg-color: #579AF6;
    --progress-color: #3f4b5b;
    --progress-border-color: #E5E5E5;
    --progress-border-size: 2px;
    --progress-size: 24px;
	
    --toggle-font-size: 15px;
    --toggle-on-color: #579AF6;
    --toggle-off-color: #eaeaea;
	
    --slider-font-size: 24px;
    --slider-track-size: 5px;
    --slider-circle-size: 24px;
    --slider-color: #579AF6;
    --slider-bar-color: #579AF6;
	
    --date-head-bg-color: #579AF6;
    --date-head-color: #ffffff;
    --date-band-color: #2568c4;
	
    --bg-image-opacity: 100%;
    --box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}







/* Formulaire */  /* ------------------------- variables à créer */



.cntr-form .with_frm_style input[type=text], 
.cntr-form .with_frm_style input[type=password], 
.cntr-form .with_frm_style input[type=email], 
.cntr-form .with_frm_style input[type=number], 
.cntr-form .with_frm_style input[type=url], 
.cntr-form .with_frm_style input[type=tel], 
.cntr-form .with_frm_style input[type=phone], 
.cntr-form .with_frm_style input[type=search], 
.cntr-form .with_frm_style select, 
.cntr-form .with_frm_style textarea, 
.cntr-form .frm_form_fields_style, 
.cntr-form .with_frm_style .frm_scroll_box .frm_opt_container, 
.cntr-form .frm_form_fields_active_style, 
.cntr-form .frm_form_fields_error_style, 
.cntr-form .with_frm_style .frm-card-element.StripeElement, 
.cntr-form .with_frm_style .chosen-container-multi .chosen-choices, 
.cntr-form .with_frm_style .chosen-container-single .chosen-single, 
.cntr-form .with_frm_style .frm_slimselect.ss-main {
    color: #555555;
    color: var(--text-color);
    background-color: #ffffff;
    background-color: var(--bg-color);
    border-color: #cccccc;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style);
    border-radius: 0;
    border-radius: var(--border-radius);
    width: 100%;
    width: var(--field-width);
    max-width: 100%;
    font-size: 14px;
    font-size: var(--field-font-size);
    padding: 0.75em 1em;
    padding: var(--field-pad);
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    font-weight: var(--field-weight);
    -webkit-box-shadow: var(--box-shadow);
			box-shadow: var(--box-shadow);
}


.cntr-form .with_frm_style input[type=text], 
.cntr-form .with_frm_style input[type=password], 
.cntr-form .with_frm_style input[type=email], 
.cntr-form .with_frm_style input[type=number], 
.cntr-form .with_frm_style input[type=url], 
.cntr-form .with_frm_style input[type=tel], 
.cntr-form .with_frm_style input[type=file], 
.cntr-form .with_frm_style input[type=search], 
.cntr-form .with_frm_style select, 
.cntr-form .with_frm_style select option,
.cntr-form .with_frm_style .frm-card-element.StripeElement {
    min-height: 44px;
    min-height: var(--field-height);
    line-height: 1;
	/*
	letter-spacing: 0.25px;
	*/
}


.cntr-form .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, 
.cntr-form .frm_style_formidable-style.with_frm_style select:focus, 
.cntr-form .frm_style_formidable-style.with_frm_style textarea:focus, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], 
.cntr-form .frm_form_fields_active_style, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, 
.cntr-form .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, 
.cntr-form .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
	/*
    background-color: #ffffff;*/
    border-color: rgba(0, 0, 0, 0.6);
    color: var(--text-color);
    -webkit-box-shadow: 0 1px 1px rgba(255, 247, 243, 1) inset, 0 0 8px rgba(255, 247, 243, 1);
		    box-shadow: 0 1px 1px rgba(255, 247, 243, 1) inset, 0 0 8px rgba(255, 247, 243, 1);
}

.cntr-form .with_frm_style select option {
	color: #555555;
    color: var(--text-color);
    background-color: #ffffff;
    background-color: var(--bg-color);
    padding: 6px 10px;
    padding: var(--field-pad);
	font-weight: normal;
    font-weight: var(--field-weight);
}


.cntr-form .with_frm_style, 
.cntr-form .with_frm_style form, 
.cntr-form .with_frm_style .frm-show-form div.frm_description p {
    text-align: left;
    text-align: var(--form-align);
}

.cntr-form .with_frm_style .frm_form_fields > fieldset {
    border-width: 0px;
    border-width: var(--fieldset);
    border-style: solid;
    border-color: #000000;
    border-color: var(--fieldset-color);
    margin: 0;
    padding: 0 0 15px 0;
    padding: var(--fieldset-padding);
    background-color: transparent;
    background-color: var(--fieldset-bg-color);
    font-family: var(--font);
}



/* Select */

.cntr-form .with_frm_style select {
	background: url(/wp-content/uploads/2024/06/chevron_icon_bas-noir_vecto.svg) no-repeat calc(100% - 1em) 50%;
	background-size: 1em;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.cntr-form .with_frm_style select:focus {
	background: url(/wp-content/uploads/2024/06/chevron_icon_haut-noir_vecto.svg) no-repeat calc(100% - 1em) 50%;
}


/* Checkbox/Radio */

.cntr-form .with_frm_style .frm_radio input[type=radio], 
.cntr-form .with_frm_style .frm_scale input[type=radio], 
.cntr-form .with_frm_style .frm_checkbox input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bg-color);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block !important;
    margin: 0 5px 0 0;
    color: var(--border-color);
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid currentColor;
    border-color: var(--border-color);
    vertical-align: middle;
    position: initial;
    padding: 0;
}

.cntr-form .with_frm_style .frm_radio label, 
.cntr-form .with_frm_style .frm_checkbox label {
    font-family: "articulat-cf", sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}

.cntr-form .elementor-widget-formidable:not(.event-form) .frm_form_field.vertical_radio .frm_opt_container {
	width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}

.cntr-form .elementor-widget-formidable.event-form .frm_form_field.vertical_radio .frm_opt_container {
	width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}

.cntr-form .with_frm_style .frm_radio input[type=radio], 
.cntr-form .with_frm_style .frm_checkbox input[type=checkbox] {
    margin: 0;
}

.cntr-form .elementor-widget-formidable:not(.event-form)  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox label, 
.cntr-form .elementor-widget-formidable:not(.event-form)  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio label {
    display: -ms-grid;
	display: grid;
    -ms-grid-columns: 2em 1fr;
    grid-template-columns: 2em 1fr;
	padding-left: 0;
    text-indent: 0;
}

.cntr-form .elementor-widget-formidable:not(.event-form)  .frm_style_formidable-style.with_frm_style .form-field.vertical_radio {
	display: grid;
    grid-template-columns: 2em 1fr;
	padding-left: 0;
    text-indent: 0;
}


.cntr-form .elementor-widget-formidable:not(.event-form) .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_primary_label {
	width: 100%;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "articulat-cf", sans-serif;
    font-size: 1.5rem;
    color: #1c3042bd;
    font-weight: 400;
}

.cntr-form .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_checkbox {
	width: 100%;
}

.cntr-form .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_checkbox:not(:last-of-type),
.cntr-form .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_radio:not(:last-of-type) {
    margin-bottom: 1em;
}

.cntr-form .frm_style_formidable-style.with_frm_style .form-field.vertical_radio {
    margin-bottom: 1em;
}

.cntr-form .with_frm_style .frm_checkbox input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	width: 18px;
    height: 18px;
    background-color: transparent;
    padding: 0;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.cntr-form .with_frm_style .frm_radio input[type=radio]:checked, 
.cntr-form .with_frm_style .frm_checkbox input[type=checkbox]:checked {
    background-color: rgba(0,0,0,0.25);
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.cntr-form .with_frm_style .frm_checkbox input[type=checkbox]:checked {
    background-image: url(/wp-content/uploads/2024/06/check-icn-black.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*
.cntr-form .with_frm_style .frm_checkbox input[type=checkbox]:before {
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: none;
    border-radius: 0;
}
*/

.cntr-form .with_frm_style .frm_radio input[type=radio] {
	position: relative;
}

.cntr-form .with_frm_style .frm_radio input[type=radio]:checked:before {
	content: '';
    background-color: #000;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    margin: 0;
}

.cntr-form .with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
    -webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}



/* Dropzone */


.cntr-form .frm_dropzone.frm_single_upload {
    max-width: 300px;
}

.cntr-form .frm_dropzone.frm_single_upload, 
.cntr-form .frm_dropzone.dz-clickable {
    min-height: 60px;
    margin-top: 0;
    line-height: 1.42857143;
}

.cntr-form .with_frm_style .frm_dropzone {
    border-color: #cccccc;
    border-color: var(--form-border-color);
    border-radius: 4px;
    border-radius: var(--form-border-radius);
    color: #555555;
    color: var(--form-text-color);
    background-color: #ffffff;
    background-color: var(--form-bg-color);
}

.cntr-form .frm_dropzone .dz-message {
    border: 2px dashed #dfdfdf;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.cntr-form .with_frm_style .frm_dropzone .frmsvg {
    width: 40px;
    height: 40px;
    margin-bottom: 1em;
}

.cntr-form .frm_dropzone .frm_small_text {
    font-size: 14px;
    margin-top: 1em;
}


/* Textarea */

/*
.cntr-form .with_frm_style textarea {
	padding: 26px 26px;
}
*/

/* Submit */

.cntr-form .frm_style_formidable-style.with_frm_style .frm_submit button {
	font-family: "Readex Pro", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: var(--thm-1-clr-btn-txt);
    background-color: var(--thm-1-bkg-clr-btn);
    border: var(--thm-1-btn-bdr);
    border-radius: var(--thm-1-btn-bdr-radius);
    padding: 0.9em 2.35em;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
}

.cntr-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	color: #404040;
	background-color: var(--thm-1-bkg-clr-btn-hover);
    border: var(--thm-1-btn-bdr-hover);
}

/* Infolettre */

.cntr-infolettre .frm_form_fields .frm_fields_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 0;
}

.cntr-infolettre .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}

.cntr-infolettre .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
	display: none;
}

.cntr-infolettre .frm_style_formidable-style.with_frm_style .form-field input[type=email] {
    width: 100%;
    max-width: 100%;
	
	background-color: #fff;
    border-width: 1px;/*
    border-width: var(--fieldset);*/
    border-style: solid;
    border-color: #000000;
    border-color: var(--fieldset-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    font-family: "articulat-cf", sans-serif;
    font-size: 1.1875rem;
	font-weight: 400;
    line-height: 1.3;
	letter-spacing: .065em;
    padding: 12px 18px;
    color: #63666A;
}

.cntr-infolettre .frm_style_formidable-style.with_frm_style .form-field,
.cntr-infolettre .frm_style_formidable-style.with_frm_style .form-field input[type=email],
.cntr-infolettre .frm_style_formidable-style.with_frm_style .frm_submit {	
	height: auto;
    max-height: 52px;
	min-height: 52px;
}

.cntr-infolettre .with_frm_style .frm_form_fields > fieldset {
    border-width: 0px;
    border-width: var(--fieldset);
    border-style: solid;
    border-color: #000000;
    border-color: var(--fieldset-color);
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-color: var(--fieldset-bg-color);
    font-family: var(--font);
}

.cntr-infolettre .frm_style_formidable-style.with_frm_style .frm_submit button {
    margin: 0;
}

/* Erreur */

.cntr-form .frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, 
.cntr-form .frm_style_formidable-style.with_frm_style div.frm_description, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
	margin-top: 0.75em;
    padding: 0;
	color: #e42129;
    font-family: "articulat-cf", sans-serif;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    font-style: normal;
    max-width: 100%;
}

.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), 
.cntr-form .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, 
.cntr-form .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
	font-family: "articulat-cf", sans-serif;
	font-weight: 200;
    color: #e42129;
    background-color: #ffffff;
    border-color: #e42129;
    border-width: 1px;
    border-style: solid;
}

.cntr-form .frm_style_formidable-style.with_frm_style .frm_error_style {
	font-family: "articulat-cf", sans-serif;
    font-weight: 200;
    background-color: rgba(228, 33, 41, 0.375);
    border: none;
    border-radius: 7.5px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
	padding: 1.15em 1.25em;
}

@media (max-width:768px) {	
	
	/* Formulaire */
	
	.cntr-form .frm_dropzone.frm_single_upload {
		margin: 0 auto;
	}
	
}

@media (max-width:550px) {
	
	
	/* Formulaire */
	
	.elementor-kit-11 .wrapper-formulaire .frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_checkbox {
		width: 100%;
	}
	
	.cntr-form .elementor-widget-formidable.event-form .frm_form_field.vertical_radio .frm_opt_container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	/* Infolettre */
	
	.cntr-infolettre .frm_form_fields .frm_fields_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
		gap: 1em;
	}
	.cntr-infolettre .frm_style_formidable-style.with_frm_style .form-field input[type=email] {
		text-align: center;
	}
	
}








