@-webkit-keyframes jump{0%,60%,to{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes jump{0%,60%,to{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}:root{--fond:#F7F2E7;--noir:#3E3628;--cta:#B55A38;--bleu:#8CB3C3;--vert:#0C5752;--rose:#FFC4C0}::-moz-selection{color:var(--fond);background-color:var(--vert)}::selection{color:var(--fond);background-color:var(--vert)}*{scrollbar-width:thin;scrollbar-color:var(--noir) #fff0;color:var(--noir)}::-webkit-scrollbar{width:.75rem;border-radius:.9375rem}::-webkit-scrollbar-track{background:var(--fond)}::-webkit-scrollbar-thumb{background-color:var(--noir);border-radius:20px;border:3px solid var(--fond)}article,footer,header,iframe,section{display:block}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;background-color:var(--fond)}h1,h2,h3,p{margin-top:0}h1,h2,h3{margin-bottom:.5rem;font-weight:500;line-height:1.2;font-family:"Gelica"}p{margin-bottom:1rem}a{color:inherit;background-color:#fff0;font-weight:inherit;outline:0}a:hover,strong{color:inherit;text-decoration:underline}iframe{vertical-align:middle;max-width:100%;height:1000px!important}img,svg{display:block;vertical-align:middle;max-width:100%;height:auto}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,strong{font-style:inherit;text-decoration:inherit;font-size:inherit}strong{font-weight:700}section{width:100%}@media screen and (max-width:767px){section{overflow:hidden}}section div:not(.bloc-article) a:not(.cta,.next,.prev,.bouton){color:var(--cta)!important;text-decoration:underline}header{position:fixed;top:65px;left:-60px;z-index:10}@media screen and (max-width:767px){header{top:-20px;left:-110px}}header .menu-plie,header .menu-plie .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header .menu-plie{z-index:2}@media screen and (max-width:767px){header .menu-plie{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}}header .menu-plie .logo{height:174px;width:174px;background-color:var(--bleu);border-radius:174px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:50px;margin-right:-11px}header .menu-plie .logo .logo-sec{opacity:0;position:absolute;z-index:2}header .menu-plie .burger-menu,header .menu-plie .logo,header .menu-plie .logo .logo-sec,header .menu-plie .separateur-menu svg path{-webkit-transition:all .3s ease;transition:all .3s ease}header .menu-plie .burger-menu{background-color:var(--bleu);height:107.867px;width:107.867px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:107.867px;margin-left:-22px;cursor:pointer;position:relative;z-index:2}header .menu-plie .burger-menu svg{overflow:visible}header .menu-plie .burger-menu path{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .4s cubic-bezier(.25,1.5,.5,1);transition:transform .4s cubic-bezier(.25,1.5,.5,1);transition:transform .4s cubic-bezier(.25,1.5,.5,1),-webkit-transform .4s cubic-bezier(.25,1.5,.5,1);fill:var(--fond)}header .menu-plie .burger-menu:hover path:nth-child(3){-webkit-animation:jump .6s ease-out 0s;animation:jump .6s ease-out 0s}header .menu-plie .burger-menu:hover path:nth-child(2){-webkit-animation:jump .6s ease-out .1s;animation:jump .6s ease-out .1s}header .menu-plie .burger-menu:hover path:first-child{-webkit-animation:jump .6s ease-out .2s;animation:jump .6s ease-out .2s}header .menu{height:100vh;width:100vw;position:fixed;top:0;left:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:21px;pointer-events:none;opacity:0}header .menu a,header .menu:before{-webkit-transition:all .3s ease;transition:all .3s ease}header .menu:before{content:"";background-color:var(--bleu);height:100px;width:100px;border-radius:100px;position:absolute;top:100px;left:146px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}header .menu a{color:var(--fond);font-family:"Gelica";font-size:40px;font-weight:400;line-height:142.644%;position:relative;z-index:2;text-decoration:none}@media screen and (max-width:767px){header .menu a{font-size:25px}}header .menu a:hover{color:var(--noir)}.header-contact{max-width:1000px;margin:150px 0;text-align:center}@media screen and (max-width:767px){.header-contact{padding:0 30px;margin:50px 0}}.header-contact h3{font-size:35px;font-weight:400;color:var(--bleu)}@media screen and (max-width:767px){.header-contact h3{font-size:25px}}.header-contact h1{font-size:50px;font-weight:700}.header-contact h1 strong{color:var(--bleu)}@media screen and (max-width:767px){.header-contact h1{font-size:40px}}.article-contact,footer .footer-top{display:-webkit-box;display:-ms-flexbox;display:flex}.article-contact,footer{background-color:#fff;width:100%}.article-contact{max-width:1200px;border-radius:30px;gap:60px;padding:50px}@media screen and (max-width:1249px){.article-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:50px 30px}}.article-contact .bloc-iframe{background-color:var(--fond);-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:20px}@media screen and (max-width:1249px){.article-contact .bloc-iframe{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;width:100%}}.article-contact .bloc-iframe iframe{height:770px!important}.article-contact .bloc-gauche{-webkit-box-flex:1;-ms-flex:1;flex:1}.article-contact .bloc-gauche h3{font-size:35px;font-style:normal;font-weight:400}@media screen and (max-width:1249px){.article-contact .bloc-gauche h3{text-align:center}}.article-contact .bloc-gauche .bloc-contact{margin-top:40px;padding:40px 0;border-top:1px solid var(--noir);border-bottom:1px solid var(--noir)}@media screen and (max-width:1249px){.article-contact .bloc-gauche .bloc-contact{border-bottom:0;padding-bottom:0;text-align:center}.article-contact .bloc-gauche .bloc-contact img{display:inline-block}}.article-contact .bloc-gauche .bloc-contact h2{font-size:35px;font-style:normal;font-weight:700;margin:20px 0}.article-contact .bloc-gauche .bloc-contact a{font-family:"Gelica";font-size:20px;font-style:normal;font-weight:400}.article-contact .bloc-gauche .bloc-contact a:hover{color:var(--cta);text-decoration:none}footer{margin-top:150px}footer .footer-top{position:relative;gap:70px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:120px 0 80px}@media screen and (max-width:767px){footer .footer-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}}footer .footer-top .separateur{position:absolute;top:-5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}footer .footer-top .bloc-contact,footer .footer-top .menu-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .footer-top .menu-footer{gap:20px}footer .footer-top .menu-footer a{font-size:20px;font-style:normal;font-weight:700;-webkit-transition:all .3s ease;transition:all .3s ease}footer .footer-top .bloc-contact a:hover,footer .footer-top .menu-footer a:hover{color:var(--rose);text-decoration:none}footer .footer-top .bloc-contact{background-color:var(--bleu);padding:50px;max-width:450px;border-radius:50px}@media screen and (max-width:767px){footer .footer-top .bloc-contact{max-width:100%;border-radius:0;padding:50px 15px;text-align:center;width:100%}}footer .footer-top .bloc-contact *{color:var(--fond)}footer .footer-top .bloc-contact h3{font-size:45px;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){footer .footer-top .bloc-contact h3{font-size:30px}}footer .footer-top .bloc-contact a{font-size:20px;font-style:normal;font-weight:400}@media screen and (max-width:767px){footer .footer-top .bloc-contact a{font-size:18px}}footer .footer-bottom{width:100%;background-color:var(--fond);padding:15px;text-align:center}footer .footer-bottom p{margin:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}