/**handles:page-template-child,jquery-lazyloadxt-fadein-css**/
.contact-container{padding:40px 0;overflow:hidden}@media(max-width: 991.98px){.contact-container{padding:0 0 25px}.contact-container .all_infos{background:#000}}.contact-container .theForm{background:#adadad;border-radius:5px;order:2;padding:30px 30px 10px}@media(max-width: 991.98px){.contact-container .theForm{border:none;margin:0 -100vw -25px;padding:20px 100vw 10px}}.contact-container .theForm .column{display:flex;align-items:center;margin:0 0 10px}.contact-container .theForm .column:not(.newsletter){flex-wrap:wrap}.contact-container .theForm .column .newsletter{flex-direction:row-reverse}.contact-container .theForm h1{color:#000;padding:0;text-align:left}@media(max-width: 991.98px){.contact-container .theForm h1{text-align:center;margin-bottom:.4em}}.contact-container .theForm .wpcf7-form-control-wrap:not(.confEmail){flex:0 0 66.6667%;max-width:66.6667%}@media(max-width: 1199.98px){.contact-container .theForm .wpcf7-form-control-wrap:not(.confEmail){flex:0 0 100%;max-width:100%}}@media(max-width: 991.98px){.contact-container .theForm .wpcf7-form-control-wrap:not(.confEmail){flex:0 0 66.6667%;max-width:66.6667%}}@media(max-width: 767.98px){.contact-container .theForm .wpcf7-form-control-wrap:not(.confEmail){flex:0 0 100%;max-width:100%}}.contact-container .theForm input[type=text],.contact-container .theForm input[type=email],.contact-container .theForm input[type=tel],.contact-container .theForm select,.contact-container .theForm textarea{border:1px solid #fff;border-radius:5px;padding:5px;width:100%}.contact-container .theForm input[type=submit]{order:13}@media(max-width: 575.98px){.contact-container .theForm input[type=submit]{margin-bottom:20px}}.contact-container .theForm label{flex:0 0 33.3333%;max-width:33.3333%}@media(max-width: 1199.98px){.contact-container .theForm label{flex:0 0 100%;margin:0 0 10px;max-width:100%}}@media(max-width: 991.98px){.contact-container .theForm label{flex:0 0 33.3333%;margin:0;max-width:33.3333%}}@media(max-width: 767.98px){.contact-container .theForm label{flex:0 0 100%;margin:0 0 10px;max-width:100%}}.contact-container .theForm .ajax-loader{margin:0 10px;order:0}.contact-container .theForm input:not([type=submit]),.contact-container .theForm select,.contact-container .theForm textarea{border:1px solid #646464;border-radius:5px;margin-bottom:10px;padding:5px}.contact-container .theForm input:not([type=submit]):not([type=checkbox]),.contact-container .theForm select:not([type=checkbox]),.contact-container .theForm textarea:not([type=checkbox]){width:100%}.contact-container .theForm input:not([type=submit]),.contact-container .theForm input:not([type=submit]) label,.contact-container .theForm select,.contact-container .theForm select label,.contact-container .theForm textarea,.contact-container .theForm textarea label{color:#000}[lang^=en] .contact-container .theForm input[type=submit].fr,[lang^=en] .contact-container .theForm input[type=submit].fr+.ajax-loader,[lang^=fr] .contact-container .theForm input[type=submit].en,[lang^=fr] .contact-container .theForm input[type=submit].en+.ajax-loader{display:none}.contact-container .theForm span.wpcf7-list-item,.contact-container .theForm input[type=checkbox]{margin:4px 0 0}.wpcf7-form{display:flex;flex-direction:column}.wpcf7-form.sent .wpcf7-response-output{padding:15px;order:1;border-width:4px;background:rgba(57,143,20,.6);font-size:1.25rem;margin:0 0 10px;border-radius:5px}.wpcf7-form.invalid .wpcf7-response-output{display:none !important}
.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
    opacity: 0.2;
    background-color: #ffffff;
}
figure.wp-block-image img.lazy-hidden {
	min-width: 150px;
}
.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1 !important;
}
picture source[type="image/webp"] {
	display: block;
}