@charset "utf-8";:root{--bleu:#16838d;--bleuC:#39cecc;--bleuT:rgba(22, 131, 141, .1);--gris:#777;--grisC:#F0F0F0;--comf:"Comfortaa", sans-serif;--LH:23pt}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:auto;margin-top:0;margin-bottom:0;width:100%;font-family:var(--comf);font-weight:300;font-size:11pt;line-height:var(--LH)}h1,h2,h3,h4,h5,h6{font-weight:500;color:var(--bleu);margin:0;padding:0;margin-bottom:40px}h1,h2.h1{font-size:22pt;line-height:34pt}.content{width:100%;max-width:1250px;padding:40px 25px 40px 25px;margin:auto;position:relative}.center{text-align:center}.cta.center{margin:auto}.cta{outline:0;border:0;width:auto;min-height:50px;padding-left:20px;padding-right:20px;border-radius:25px;display:flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-family:var(--comf);font-size:11pt;cursor:pointer;background:var(--bleu);color:#FFF;transition:all .4s ease}.cta:hover,.cta:focus{background:var(--bleuC)}.cta.little{max-width:180px}p{margin:0}h1+p,h2+p,h3+p,p+h2,p+h3,ul+h2,ul+h3,main ul+p,p+ul,p+.cta,.cta+p,ul+.cta,.cta+ul,.wrapper+.wrapper,.wrapper+p,p+.wrapper,h2+.wrapper,.wrapper+h2,ul+.wrapper,.wrapper+ul,.wrapper+.infobulle,.infobulle+.wrapper,ul+.infobulle,.cta+.infobulle,h2+.infobulle,h3+.infobulle,p+.infobulle,.infobulle+p,p+button{margin-top:40px!important}.wrapper.illustration+.wrapper.illustration{margin-top:60px!important}p strong,main ul li strong,footer ul li strong,.strong{font-weight:700}main p a,main ul li a,label a{color:var(--bleu)}main p a:hover,main ul li a:hover,main p a:focus,main ul li a:focus,label a:hover,label a:focus{color:var(--bleuC)}.infobulle{background:var(--bleuT);border-radius:25px;padding:25px;display:block}.infobulle .cta{margin-top:40px}.infobulle .material-icons{width:50px;height:50px;border-radius:50%;background:var(--bleuC);color:#FFF;display:flex;align-items:center;justify-content:center;margin:auto;margin-top:-50px;margin-bottom:15px;box-shadow:0 7px 15px 0 rgb(0 0 0 / .1)}.wrapper+.infobulle{margin-top:60px}.wrapper{display:flex;gap:50px;justify-content:center;align-items:flex-start;flex-wrap:wrap}.wrapper.illustration{align-items:center}.wrapper.illustration img{width:100%;height:auto;max-width:600px;display:block;margin:auto;border-radius:25px;position:relative}.img{position:relative}.wrapper.illustration .img::before,.wrapper.illustration .img::after{content:'';width:150px;height:150px;border-radius:50%;position:absolute;bottom:-30px;left:-15px;border:1px solid var(--bleuC);display:block;z-index:0}.wrapper.illustration .img::after{width:240px;height:240px;top:-40px;right:-25px;left:auto;bottom:auto;z-index:-1}.wrapper.illustration.reverse .img::after{top:-33px;right:-15px}.wrapper.illustration.reverse .text{order:2}.wrapper.illustration.reverse img{order:1}.wrapper.illustration:not(.reverse){margin-bottom:20px}.bleuTBG{background:var(--bleuT)}.bleuBG{background:var(--bleu)}.grisBG{background:var(--grisC)}header{width:calc(100% - 100px);height:100px;margin:auto;max-width:1250px;background:#FFF;position:fixed;top:0;left:50%;z-index:500;transform:translateX(-50%);filter:drop-shadow(0 10px 20px rgb(0 0 0 / .075))}header .content::before,header .content::after{content:'';position:absolute;top:0;width:50px;height:100px;background:#FFF;-webkit-mask-image:url(images/mask_mobile.svg);mask-image:url(images/mask_mobile.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;z-index:50;pointer-events:none}header .content::before{left:-49px}header .content::after{right:-49px;transform:scaleX(-1)}header .content{padding:0 0 0 10px;display:flex;align-items:center;justify-content:space-between}header .logo{width:325px;height:90px;padding-left:90px;padding-top:10px;display:flex;align-items:flex-start;gap:7px;justify-content:center;flex-direction:column;background:url(images/logo_header.webp) left no-repeat;background-size:90px 90px;text-decoration:none;text-align:center;margin-left:-40px;border-radius:0 0 0 45px;position:static;z-index:100}header .logo span:first-of-type{color:var(--bleu);font-weight:400;font-size:16pt}header .logo span:last-of-type{color:var(--gris);font-size:8pt;line-height:14pt;font-weight:300}#boutonMenu,#close{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:flex-end;cursor:pointer;margin-right:-20px;font-size:14pt;color:var(--bleu);z-index:100;position:relative}#close{width:50px;height:50px;position:absolute;z-index:1100;top:10px;right:50px;font-size:24pt}#globalMenu{position:relative;z-index:200;width:40px;height:100%}nav{display:none;width:100%;max-width:400px;background:#FFF;height:100vh;position:fixed;top:0;right:-50px;z-index:1000;overflow-y:auto;padding-bottom:40px;box-shadow:-5px 0 15px 0 rgb(0 0 0 / .1)}nav ul{list-style:none;display:flex;flex-direction:column;gap:15px;padding-left:30px;margin:0;margin-top:75px}nav ul li{width:100%;min-height:50px}nav ul li ul{display:none;margin-top:15px;margin-left:25px;padding-left:25px;border-left:1px solid var(--bleuT)}nav ul li a{width:auto;height:50px;padding-left:20px;padding-right:20px;border-radius:25px;text-decoration:none;color:var(--bleu);display:inline-flex;align-items:center;transition:all .4s ease}nav ul li a:hover,nav ul li a:focus,nav ul li a.actif{background:var(--bleuT)}nav ul li a.actif{color:#FFF;background:var(--bleuC)}nav ul li ul li a{padding-left:25px}#bg{width:100%;height:100vh;position:relative}#bg::before{content:'';width:100%;height:100%;background:rgb(0 0 0 / .3);position:absolute;top:0;left:0;z-index:0}#bg .content{height:100%;z-index:400;padding-top:100px;display:flex;align-items:center;justify-content:center;flex-direction:column}#bg h1{text-align:center;color:#FFF;max-width:800px;text-shadow:0 3px 7px rgb(0 0 0 / .5)}#bg p{margin-top:-15px!important;color:#FFF}#bg .cta{box-shadow:0 7px 15px 0 rgb(0 0 0 / .2)}#bg.accueil{background:url(images/bg_accueil_640.webp) center no-repeat;background-size:cover}#bg.a-propos{background:url(images/bg_a_propos_640.webp) center no-repeat;background-size:cover}#bg.psycho{background:url(images/bg_psycho_640.webp) center no-repeat;background-size:cover}#bg.hypnose{background:url(images/bg_hypnose_640.webp) center no-repeat;background-size:cover}#bg.mosaic{background:url(images/bg_mosaic_640.webp) center no-repeat;background-size:cover}#bg.ateliers{background:url(images/bg_ateliers_640.webp) center no-repeat;background-size:cover}#bg.faq{background:url(images/bg_faq_640.webp) center no-repeat;background-size:cover}#bg.tarifs{background:url(images/bg_tarifs_640.webp) center no-repeat;background-size:cover}#bg.blog{background:url(images/bg_blog_640.webp) center no-repeat;background-size:cover}#bg.contact{background:url(images/bg_contact_640.webp) center no-repeat;background-size:cover}main ul,ul.classic{list-style:none;margin:0;padding:0}.classic li::before{content:'chevron_right';font-family:'Material Icons';color:var(--bleuC);vertical-align:middle;margin-right:5px}ul.pictos{width:100%}ul.pictos li{width:100%;max-width:300px;border-radius:25px;padding:15px;background:#FFF;box-shadow:0 7px 15px 0 rgb(0 0 0 / .05);text-align:center;transition:all .4s ease}ul.pictos li>span:first-child{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto;margin-bottom:10px;color:var(--bleuC);transition:all .4s ease}ul.pictos li:hover>span:first-child,ul.pictos li:focus>span:first-child{color:#FFF;background:var(--bleuC)}ul.pictos li:hover,ul.pictos li:focus{transform:translateY(-10px)}.wrapper.tools{margin-top:105px!important;gap:125px}.tool{width:100%;max-width:610px;border-radius:25px;background:var(--grisC);padding:25px;display:flex;flex-direction:column;gap:20px}.tool .thumb{width:100%;max-width:150px;height:150px;border:8px solid #FFF;border-radius:50%;display:block;overflow:hidden;margin:auto;margin-top:-100px;box-shadow:0 7px 15px 0 rgb(0 0 0 / .1)}.thumb img{object-fit:cover;object-position:center;width:100%;height:100%;border-radius:25px 25px 0 0;transition:all .4s ease}.tool .cta{max-width:160px;margin:auto;margin-top:25px}.tool h3{text-align:center;margin-bottom:20px}.tool p{margin-top:0;text-align:center}.tool:hover img,.tool:focus img,.article:hover img,.article:focus img{transform:scale(1.1)}.tool:hover .thumb,.tool:focus .thumb{border-color:var(--bleuC)}.citation{color:#FFF;text-align:center;font-size:18pt;line-height:30pt;font-style:italic}.citation .material-icons{display:flex;align-items:center;justify-content:center;margin:auto;width:50px;height:50px;border-radius:50%;margin-bottom:10px;background:var(--bleuC);color:#FFF}.citation .auteur{font-size:11pt;display:block;margin-top:10px;font-style:normal}.profil,.blocTarif,.review,.article{width:100%;max-width:400px;border-radius:25px;padding:25px;background:#FFF;box-shadow:0 7px 15px 0 rgb(0 0 0 / .05);transition:all .4s ease}.blocTarif{max-width:300px}.profil .material-icons{width:50px;height:50px;border-radius:50%;background:var(--bleu);color:#FFF;display:flex;align-items:center;justify-content:center;margin-bottom:10px;transition:all .4s ease}.profil h3,.blocTarif h3{margin-bottom:15px}.profil h3+p,.blocTarif h3+p{margin-top:0!important}.profil:hover,.profil:focus,.blocTarif:hover,.blocTarif:focus,.review:hover,.review:focus{transform:translateY(-10px)}.profil:hover .material-icons,.profil:focus .material-icons,.blocTarif:hover .prix,.blocTarif:focus .prix{background:var(--bleuC)}.prix{width:70px;height:70px;border-radius:50%;background:var(--bleu);color:#FFF;display:flex;align-items:center;justify-content:center;margin:auto;margin-top:15px;font-size:14pt;font-weight:500}.blocTarif h3,.blocTarif p{text-align:center}.blocTarif .cta{background:var(--bleuT);color:var(--bleu)}.blocTarif .cta:hover,.blocTarif .cta:focus{background:var(--bleuC);color:#FFF}.question{width:100%;max-width:625px;border-radius:25px;background:var(--grisC);padding:25px;transition:all .4s ease}.question .titre{cursor:pointer;display:flex;align-items:center;justify-content:space-between;margin-bottom:0!important}.question .reponse{margin-top:25px;display:none}.question:hover,.question:focus{background:var(--bleuT)}.question:hover .titre,.question:focus .titre{color:var(--bleuC)}.article{display:flex;flex-direction:column;justify-content:center;padding:0;padding-bottom:25px}.article .thumb{border-radius:25px 25px 0 0;margin-bottom:20px;height:180px;display:block;overflow:hidden}.article h3{margin-bottom:25px}.article h3,.article p{text-align:center;margin-top:0!important;padding-left:25px;padding-right:25px}.back{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;border:0;outline:0;margin-top:-130px;background:#FFF;color:var(--bleu);box-shadow:0 7px 15px 0 rgb(0 0 0 / .4);position:relative;z-index:450;transition:all .4s ease}.back:hover,.back:focus{background:var(--bleuC);color:#FFF}#article .wrapper.illustration{align-items:flex-start}#article{margin-top:80px}#article .img{order:1}#article .img::after{top:-35px}#article img{margin:0}#article .text{order:2}#article h2{font-size:20pt;line-height:32pt}#article h3{font-size:14pt;line-height:26pt}.link{padding-top:40px;border-top:1px solid var(--bleuT);margin-top:40px}.wrapper.illustration.contact{align-items:flex-start}.wrapper.illustration.contact .text{border-radius:15px;padding:25px}.form{width:100%;max-width:640px}form *{outline:0}form{width:100%;max-width:625px;margin:auto;display:flex;gap:25px;flex-wrap:wrap}input[type="text"],input[type="email"],textarea{width:100%;height:50px;padding-left:15px;padding-right:15px;border:1px solid var(--bleuT);border-radius:25px;color:#000;font-family:var(--comf);font-weight:300;font-size:11pt;transition:all .4s ease}textarea{max-width:100%;height:150px;padding:15px}input:not([type="checkbox"]):hover,input:not([type="checkbox"]):focus,textarea:hover,textarea:focus{border-color:var(--bleuC)}label{width:100%}input[type="submit"]{width:160px;height:50px;font-family:var(--comf);font-size:11pt;font-weight:300;background:var(--bleu);color:#FFF;border:0;border-radius:25px;cursor:pointer;transition:all .4s ease}input[type="submit"]:hover,input[type="submit"]:focus{background:var(--bleuC)}.boutonForm{width:100%;text-align:center}.boutonForm img{margin:auto;display:block;width:50px;height:50px;max-width:50px!important}.boutonForm strong{color:var(--bleu);font-weight:600}.encartContact{width:100%;max-width:560px;background:var(--grisC);padding:40px}.contacts{display:flex;margin-top:40px;gap:20px;width:100%;justify-content:center;flex-wrap:wrap}.contacts a{border:1px solid var(--bleu);color:var(--bleu)}.contacts a:hover,.contacts a:focus{background:var(--bleu);color:#FFF}.contacts a.cta{border-color:var(--bleu);color:var(--bleu);background:#FFF}.contacts a.cta:hover,.contacts a.cta:focus{background:var(--bleu);color:#FFF}iframe{border-radius:25px;margin-top:40px}#reviews{width:100%}.auteur img{display:block;margin-bottom:5px}.auteur strong{display:block;font-weight:600;color:var(--bleu)}.auteur p{color:#999}.stars{margin-top:5px;color:#F0A518}.comment{margin-top:5px}.legals .text:first-of-type{border-radius:25px;padding:25px;width:100%;max-width:600px}footer{background:linear-gradient(45deg,var(--bleu),var(--bleuC));color:#FFF}footer .wrapper+p{text-align:center}footer a{color:#FFF;text-decoration:none;line-height:24pt}footer a:hover{text-decoration:underline;color:#FFF}footer .wrapper+p a:last-child span{font-weight:600}footer .logo{width:300px;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;gap:10px;background:#fff0 url(images/logo_footer.webp) center top no-repeat;background-size:90px 90px;margin:auto;margin-bottom:20px;padding-top:90px;text-align:center}footer .logo span:first-of-type{font-weight:600;font-size:16pt}footer .logo span:last-of-type{font-size:10pt;line-height:12pt}footer .logo:hover,footer .logo:focus{text-decoration:none}footer .wrapper{flex-wrap:wrap;margin-top:40px;margin-bottom:40px;padding-top:40px;padding-bottom:40px;border-top:1px solid rgb(255 255 255 / .15);border-bottom:1px solid rgb(255 255 255 / .15)}footer .bloc{width:100%;max-width:360px;text-align:left}footer h3{font-size:16pt;line-height:28pt;color:#FFF}footer .wrapper+p{font-size:12pt;line-height:24pt}@media only screen and (max-width:480px){#bg.accueil{background:url(images/bg_accueil_480.webp) center no-repeat;background-size:cover}#bg.a-propos{background:url(images/bg_a_propos_480.webp) center no-repeat;background-size:cover}#bg.hypnose{background:url(images/bg_hypnose_480.webp) center no-repeat;background-size:cover}#bg.psycho{background:url(images/bg_psycho_480.webp) center no-repeat;background-size:cover}#bg.mosaic{background:url(images/bg_mosaic_480.webp) center no-repeat;background-size:cover}#bg.ateliers{background:url(images/bg_ateliers_480.webp) center no-repeat;background-size:cover}#bg.faq{background:url(images/bg_faq_480.webp) center no-repeat;background-size:cover}#bg.tarifs{background:url(images/bg_tarifs_480.webp) center no-repeat;background-size:cover}#bg.blog{background:url(images/bg_blog_480.webp) center no-repeat;background-size:cover}#bg.contact{background:url(images/bg_contact_480.webp) center no-repeat;background-size:cover}}@media only screen and (min-width:641px) and (max-width:768px){#bg.accueil{background:url(images/bg_accueil_768.webp) center no-repeat;background-size:cover}#bg.a-propos{background:url(images/bg_a_propos_768.webp) center no-repeat;background-size:cover}#bg.hypnose{background:url(images/bg_hypnose_768.webp) center no-repeat;background-size:cover}#bg.psycho{background:url(images/bg_psycho_768.webp) center no-repeat;background-size:cover}#bg.mosaic{background:url(images/bg_mosaic_768.webp) center no-repeat;background-size:cover}#bg.ateliers{background:url(images/bg_ateliers_768.webp) center no-repeat;background-size:cover}#bg.faq{background:url(images/bg_faq_768.webp) center no-repeat;background-size:cover}#bg.tarifs{background:url(images/bg_tarifs_768.webp) center no-repeat;background-size:cover}#bg.blog{background:url(images/bg_blog_768.webp) center no-repeat;background-size:cover}#bg.contact{background:url(images/bg_contact_768.webp) center no-repeat;background-size:cover}}@media only screen and (min-width:769px) and (max-width:1024px){#bg.accueil{background:url(images/bg_accueil_1024.webp) center no-repeat;background-size:cover}#bg.a-propos{background:url(images/bg_a_propos_1024.webp) center no-repeat;background-size:cover}#bg.hypnose{background:url(images/bg_hypnose_1024.webp) center no-repeat;background-size:cover}#bg.psycho{background:url(images/bg_psycho_1024.webp) center no-repeat;background-size:cover}#bg.mosaic{background:url(images/bg_mosaic_1024.webp) center no-repeat;background-size:cover}#bg.ateliers{background:url(images/bg_ateliers_1024.webp) center no-repeat;background-size:cover}#bg.faq{background:url(images/bg_faq_1024.webp) center no-repeat;background-size:cover}#bg.tarifs{background:url(images/bg_tarifs_1024.webp) center no-repeat;background-size:cover}#bg.blog{background:url(images/bg_blog_1024.webp) center no-repeat;background-size:cover}#bg.contact{background:url(images/bg_contact_1024.webp) center no-repeat;background-size:cover}}@media only screen and (min-width:1025px) and (max-width:1366px){#bg.accueil{background:url(images/bg_accueil_1366.webp) center no-repeat;background-size:cover}#bg.a-propos{background:url(images/bg_a_propos_1366.webp) center no-repeat;background-size:cover}#bg.hypnose{background:url(images/bg_hypnose_1366.webp) center no-repeat;background-size:cover}#bg.psycho{background:url(images/bg_psycho_1366.webp) center no-repeat;background-size:cover}#bg.mosaic{background:url(images/bg_mosaic_1366.webp) center no-repeat;background-size:cover}#bg.ateliers{background:url(images/bg_ateliers_1366.webp) center no-repeat;background-size:cover}#bg.faq{background:url(images/bg_faq_1366.webp) center no-repeat;background-size:cover}#bg.tarifs{background:url(images/bg_tarifs_1366.webp) center no-repeat;background-size:cover}#bg.blog{background:url(images/bg_blog_1366.webp) center no-repeat;background-size:cover}#bg.contact{background:url(images/bg_contact_1366.webp) center no-repeat;background-size:cover}}@media screen and (min-width:1367px){#bg.accueil{background:url(images/bg_accueil.webp) center no-repeat;background-size:cover}#bg.a-propos{background:url(images/bg_a_propos.webp) center no-repeat;background-size:cover}#bg.hypnose{background:url(images/bg_hypnose.webp) center no-repeat;background-size:cover}#bg.psycho{background:url(images/bg_psycho.webp) center no-repeat;background-size:cover}#bg.mosaic{background:url(images/bg_mosaic.webp) center no-repeat;background-size:cover}#bg.ateliers{background:url(images/bg_ateliers.webp) center no-repeat;background-size:cover}#bg.faq{background:url(images/bg_faq.webp) center no-repeat;background-size:cover}#bg.tarifs{background:url(images/bg_tarifs.webp) center no-repeat;background-size:cover}#bg.blog{background:url(images/bg_blog.webp) center no-repeat;background-size:cover}#bg.contact{background:url(images/bg_contact.webp) center no-repeat;background-size:cover}}@media screen and (min-width:1550px){header{max-width:1250px;margin-left:-625px;transform:none}header .content::before,header .content::after{width:100px;-webkit-mask-image:url(images/mask.svg);mask-image:url(images/mask.svg)}header .content::before{left:-100px}header .content::after{right:-100px}header .content{padding:0}header .logo{margin-left:-25px;padding-left:95px}h1,h2.h1{font-size:26pt;line-height:38pt}main .content,footer.content{padding-left:0;padding-right:0;max-width:1350px}#globalMenu{width:auto}#boutonMenu,#close{display:none}nav{width:100%;max-width:none;height:100%;display:flex;padding-bottom:0;background:none;box-shadow:none;overflow-y:inherit;position:static;right:auto;top:auto}nav ul{flex-direction:row;margin-top:0;padding-left:0;height:100%;align-items:center}nav ul li{width:auto;position:relative;height:100px;display:flex;align-items:center}nav ul li ul{width:300px;height:auto;display:none;flex-direction:column;gap:0;padding-left:0;margin-top:0;margin-left:0;border-radius:25px;background:rgb(255 255 255 / .95);position:absolute;left:0;top:100px;z-index:250}nav ul li ul li{width:100%;height:50px}nav ul li:hover ul,nav ul li:focus ul{display:flex}nav ul li ul li a{width:100%;border-radius:0}nav ul li ul li:first-of-type a{border-radius:25px 25px 0 0}nav ul li ul li:last-of-type a{border-radius:0 0 25px 25px}.wrapper .text{max-width:calc(100% - 650px)}.wrapper.illustration .img::before{bottom:-25px;left:-35px}.wrapper.illustration .img::after{top:-25px;right:-65px;width:280px;height:280px}.wrapper.illustration+.wrapper.illustration .text{order:2}.wrapper.illustration+.wrapper.illustration img{order:1}.wrapper.illustration.reverse{margin-bottom:20px}.wrapper.illustration+.wrapper.illustration{margin-top:100px!important}.wrapper.illustration+.wrapper.illustration .img::after,.wrapper.illustration.reverse .img::after{right:-25px;top:-65px}.wrapper.illustration.reverse .img::after{top:-35px}.wrapper.tools{margin-top:0!important}.tool{flex-direction:row;align-items:center}.tool .thumb{margin-top:auto;margin-left:-100px}.tool h3,.tool p{text-align:left}.tool .cta{margin-left:0}.tool:nth-of-type(3),.tool:nth-of-type(4){margin-top:-75px}.infobulle{padding:40px}.infobulle .material-icons{margin-top:-65px}#article .img{position:sticky;top:150px;order:2}#article .text{order:1}.wrapper.illustration.contact>div:first-child,.wrapper.illustration.contact .text{width:625px;max-width:none}input[type="text"],input[type="email"]{max-width:300px}footer .wrapper+p{font-size:10pt;line-height:22pt}}@media only screen and (-webkit-min-device-pixel-ratio :1.5),only screen and (min-device-pixel-ratio :1.5){header .logo{background-image:url(images/logo_header_2x.webp)}footer .logo{background-image:url(images/logo_footer_2x.webp)}}