/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body,html{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}svg path{transition:fill .3s ease-in-out}svg line{transition:stroke .3s ease-in-out}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}a{text-decoration:none;color:inherit}ul{padding:unset;margin:unset}li{list-style:none}hr{border:none}img{object-fit:cover;width:100%}button{border:inherit solid;border-color:inherit;border-image:initial}.animate{animation-duration:1.4s;animation-delay:.3s;animation-timing-function:cubic-bezier(.26,.53,.74,1.48);animation-fill-mode:backwards}.animate,.animate.speed{animation-name:animate-fade}.animate.speed{animation-duration:.8s;animation-timing-function:cubic-bezier(.26,.53,.74,1.48);animation-fill-mode:backwards}.animate.fade{animation-name:animate-fade;animation-timing-function:ease}@keyframes animate-fade{0%{opacity:0}to{opacity:1}}.animate.pop{animation-name:animate-pop}@keyframes animate-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.animate.blur{animation-name:animate-blur;animation-timing-function:ease}@keyframes animate-blur{0%{opacity:0;filter:blur(15px)}to{opacity:1;filter:blur(0)}}.animate.glow{animation-name:animate-glow;animation-timing-function:ease}@keyframes animate-glow{0%{opacity:0;filter:brightness(3) saturate(3);transform:scale(.8)}to{opacity:1;filter:brightness(1) saturate(1);transform:scale(1)}}.animate.grow{animation-name:animate-grow}@keyframes animate-grow{0%{opacity:0;transform:scaleY(0);visibility:hidden}to{opacity:1;transform:scale(1)}}.animate.splat{animation-name:animate-splat}@keyframes animate-splat{0%{opacity:0;transform:scale(0) rotate(20deg) translateY(-30px)}70%{opacity:1;transform:scale(1.1) rotate(15deg)}85%{opacity:1;transform:scale(1.1) rotate(15deg) translateY(-10px)}to{opacity:1;transform:scale(1) rotate(0) translate(0)}}.animate.roll{animation-name:animate-roll}@keyframes animate-roll{0%{opacity:0;transform:scale(0) rotate(1turn)}to{opacity:1;transform:scale(1) rotate(0deg)}}.animate.flip{animation-name:animate-flip;transform-style:preserve-3d;perspective:1000px}@keyframes animate-flip{0%{opacity:0;transform:rotateX(-120deg) scale(.9)}to{opacity:1;transform:rotateX(0deg) scale(1)}}.animate.spin{animation-name:animate-spin;transform-style:preserve-3d;perspective:1000px}@keyframes animate-spin{0%{opacity:0;transform:rotateY(-120deg) scale(.9)}to{opacity:1;transform:rotateY(0deg) scale(1)}}.animate.slide{animation-name:animate-slide}@keyframes animate-slide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}.animate.drop{animation-name:animate-drop;animation-timing-function:cubic-bezier(.77,.14,.91,1.25)}@keyframes animate-drop{0%{opacity:0;transform:translateY(-300px) scale(.9,1.1)}95%{opacity:1;transform:translate(0) scale(.9,1.1)}96%{opacity:1;transform:translate(10px) scale(1.2,.9)}97%{opacity:1;transform:translate(-10px) scale(1.2,.9)}98%{opacity:1;transform:translate(5px) scale(1.1,.9)}99%{opacity:1;transform:translate(-5px) scale(1.1,.9)}to{opacity:1;transform:translate(0) scale(1)}}.delay-1{animation-delay:.6s}.delay-2{animation-delay:.7s}.delay-3{animation-delay:.8s}.delay-4{animation-delay:.9s}.delay-5{animation-delay:1s}.delay-6{animation-delay:1.1s}.delay-7{animation-delay:1.2s}.delay-8{animation-delay:1.3s}.delay-9{animation-delay:1.4s}.delay-10{animation-delay:1.5s}.delay-11{animation-delay:1.6s}.delay-12{animation-delay:1.7s}.delay-13{animation-delay:1.8s}.delay-14{animation-delay:1.9s}.delay-15{animation-delay:2s}.delay-16{animation-delay:2.1s}.delay-18{animation-delay:2.3s}.delay-20{animation-delay:2.5s}.delay-22{animation-delay:2.7s}@media screen and (prefers-reduced-motion:reduce){.animate{animation:none!important}}@media screen and (min-width:780px){::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#fbfbfb}::-webkit-scrollbar-thumb{background-color:#295c88}}:root{font-size:16px}body{background-color:#fdf4e7;font-family:Inter,sans-serif;color:#295c88;width:100%;height:100%;font-style:normal;font-weight:400;font-size:1rem;line-height:25px}.LMContainer{overflow-x:hidden;position:relative}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1140px;width:90%;position:relative}@media screen and (max-width:768px){.container{max-width:728px}}@media screen and (max-width:576px){.container{max-width:536px}}footer,section{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.first--section{margin-top:200px}.title1,.title2,.title4,h1,h2,h4{font-family:IBM Plex Sans,sans-serif;font-style:normal}.title1,h1{font-size:2.8rem;font-weight:600;line-height:50px;letter-spacing:.01rem}.title2,h2{font-size:36px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.72px}.title3,h3{font-family:IBM Plex Sans,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:30px}.title4,h4{font-size:20px;font-style:normal;font-weight:600;line-height:26px}.title5,h5{font-weight:400;font-size:1.25rem;line-height:23px;letter-spacing:.01em}nav li a{font-size:1rem;line-height:19px}nav .secondary a,nav li a{font-family:Inter,sans-serif;font-weight:600;letter-spacing:1px}nav .secondary a{font-size:.8rem;line-height:17px}.caption{font-family:Inter,sans-serif;font-weight:800;font-size:1rem;line-height:30px;text-transform:uppercase}.hideDeskt{display:none;visibility:hidden}.cta{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;line-height:0;letter-spacing:.01em;display:flex;align-items:center;padding:20px 30px;gap:10px;border-radius:2px;width:fit-content;box-shadow:0 5px 20px 0 rgba(0,0,0,.2)}.cta .cta--sep path{fill:#0092d1}.cta.cta1{color:#fff;background-color:#295c88;transition:background-color .3s,color .3s,box-shadow .3s}.cta.cta1 svg path{fill:#fff}.cta.cta1 .cta--sep line{stroke:#fff;transition:stroke .3s ease-in-out}.cta.cta1:hover{background-color:#4579a7;color:#fff;box-shadow:0 5px 15px rgba(180,122,86,.2);transition:background-color .3s,color .3s,box-shadow .3s}.cta.cta1:hover svg path{fill:#fff;transition:fill .3s ease-in-out}.cta.cta1:hover .cta--sep line{stroke:#fff;transition:stroke .3s ease-in-out}.cta.gold{color:#fff;background-color:#295c88;transition:background-color .3s,color .3s,box-shadow .3s}.cta.gold svg path{fill:#fff}.cta.gold .cta--sep line{stroke:#fff;transition:stroke .3s ease-in-out}.cta.gold:hover{background-color:#4579a7;color:#fff;box-shadow:0 5px 15px rgba(180,122,86,.2)}.cta.cta2,.cta.gold:hover{transition:background-color .3s,color .3s,box-shadow .3s}.cta.cta2{color:#fbfbfb;background-color:#00b1c6}.cta.cta2 svg path{fill:#fbfbfb}.cta.cta2 .cta--sep line{stroke:#fbfbfb}.cta.cta2:hover{background-color:#fcfbf8;color:#0092d1}.cta.cta2:hover svg path{fill:#0092d1;transition:fill .3s ease-in-out}.cta.cta2:hover .cta--sep line{stroke:#0092d1;transition:stroke .3s ease-in-out}.cta.cta3{color:#fbfbfb;background-color:#00b1c6;transition:background-color .3s,color .3s,box-shadow .3s}.cta.cta3 svg path{fill:#fbfbfb}.cta.cta3 .cta--sep line{stroke:#fbfbfb}.cta.cta3:hover{background-color:#ba972c}.cta.cta4{line-height:19px;color:#fbfbfb;background-color:#00b1c6;transition:background-color .3s,color .3s,box-shadow .3s}.cta.cta4:hover{background-color:#ba972c}.cta.cta5{line-height:19px;color:#111f21;background-color:transparent;border:1px solid #111f21;transition:background-color .3s,color .3s,box-shadow .3s}.cta.cta5:hover{background-color:#111f21;color:#fff}.tag{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem;line-height:30px;height:35px;display:flex;align-items:center;padding:13px 15px;background:transparent;border-radius:2px;padding-block-start:14px;width:fit-content;color:#fff}.tag.newsOn{background-color:#8b5925;color:#fff}.tag.newsOff,.tag.newsOn{font-weight:600;font-size:16px;line-height:19px;letter-spacing:1px}.tag.newsOff{background-color:#0092d1;color:#fcfbf8;border:0}.tag.newsOff.dossier{background-color:#282457}.tag.newsOff.clinic{background-color:#ba972c}.tag.newsOff.patient{background-color:#4c88bf}.tag.newsOff.urgences{background-color:#8b5925}.newsOn__card__container{display:flex;flex-direction:column;width:100%;max-width:364px;border-radius:2px;overflow:hidden;transition:box-shadow .3s ease-in-out}.newsOn__card--thumb{width:100%;height:183px;z-index:50}.newsOn__card--thumb img{transition:transform .3s ease-in-out;height:183px}.newsOn__card__content__wrapper{background-color:#fff;padding:30px 28px;height:100%;gap:15px;z-index:100}.newsOn__card__content--txt,.newsOn__card__content__wrapper{width:100%;display:flex;flex-direction:column}.newsOn__card__content--txt .title4,.newsOn__card__content--txt h4{color:#295c88;transition:color .3s ease-in-out}.newsOn__card__content--txt p{color:#4579a7}.card--cta{display:flex;gap:11px;align-items:center;color:#295c88;margin-top:auto}.card--cta span{transition:color .3s ease-in-out}.card--cta svg path{fill:#295c88}.newsOn__card__container:hover{box-shadow:0 4px 30px rgba(234,91,12,.1);transition:box-shadow .3s ease-in-out}.newsOn__card__container:hover .newsOn__card--thumb img{transform:scale(1.05);transition:transform .3s ease-in-out}.newsOn__card__container:hover .title4{transition:color .3s ease-in-out}.newsOn__card__container:hover .card--cta svg path{fill:#4579a7;transition:fill .3s ease-in-out}.newsOn__card__container:hover .card--cta span{color:#4579a7;transition:color .3s ease-in-out}.newsOff__card__container{width:83%;display:flex;flex-direction:column;align-self:flex-end;height:fit-content;background-color:#fff;position:relative;border-radius:10px;padding:30px 30px 30px 135px;gap:15px;z-index:100;cursor:pointer;transition:height .3s}.newsOff__card__container .title4{color:#295c88}.newsOff__card__container:hover .newsOff__card--more{color:#8b5925;transition:color .3s ease-in-out}.newsOff__card__container:hover .newsOff__card--more svg path{fill:#8b5925}.newsOff__card--thumb{position:absolute;z-index:150;top:30px;left:-190px;width:270px;height:230px;border-radius:10px;overflow:hidden}.newsOff__card--more{display:flex;align-items:center;gap:11px;color:#cc5c42;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;font-size:1rem;line-height:0;letter-spacing:.01em;margin-top:10px;transition:color .3s ease-in-out}.newsOff__card--more svg{transition:rotate .3s ease-in-out}.newsOff__card--more svg path{fill:#cc5c42}.card--off{opacity:1}.card--off.js--off{height:0;opacity:0;display:none}.card--open{opacity:0;height:0;overflow:hidden}.card--open iframe{width:100%;height:auto;min-height:370px}.card--open span{font-size:20px;font-weight:700;margin:15px 0;display:block}.card--open.js--open{opacity:1;height:100%}.newsOff__card__container.newsOff--open{height:fit-content}svg.ctaDown{rotate:180deg;transition:rotate .3s ease-in-out}span.offNone{display:none}.team__card__container{cursor:pointer;display:none;flex-direction:column;gap:10px;width:100%;max-width:230px;height:300px}.team__card__container:hover .team__card--thumb{box-shadow:0 4px 30px rgba(234,91,12,.1);transition:box-shadow .3s}.team__card__container:hover .team__card--thumb img{transform:scale(1.07);transition:transform .3s ease-in-out}.team__card__container:not(.team--doc){cursor:auto;pointer-events:none}.team__card__container:not(.team--asv):hover .team__card--thumb .team__card--thumbLayer{opacity:.9;transition:opacity .3s}.team__card--thumbLayer{height:100%;width:100%;position:absolute;top:0;left:0;background-color:#a8733c;opacity:0;display:flex;gap:5px;align-items:center;justify-content:center;flex-direction:column;padding:20px;transition:opacity .3s}.team__card--thumbLayer p{font-weight:400;font-size:16px;line-height:25px;text-align:center;color:#fcfbf8}.team__card--thumb{position:relative;border-radius:2px;width:100%;height:230px;overflow:hidden;box-shadow:0 4px 30px rgba(234,91,12,.1);transition:box-shadow .3s}.team__card--thumb img{height:100%;transition:transform .3s ease-in-out}.team__card--text{display:flex;width:100%;flex-direction:column;gap:3px}.team__card--text p:first-of-type{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:17px;letter-spacing:.92px;color:#a8733c}.team__card--text p:last-of-type{font-weight:700;font-size:20px;line-height:23px;color:#295c88;letter-spacing:.01em}.services__card__container{position:relative;display:flex;flex-direction:column;justify-content:center;padding:30px 25px;border-radius:10px;gap:6px;background-color:#fff;width:100%;max-width:366px;min-height:143px;transition:box-shadow .3s ease-in-out;cursor:pointer}.services__card__container .title4{font-family:paralucent,sans-serif;color:#4579a7;font-weight:700;transition:color .3s ease-in-out;z-index:10}.services__card__container p{display:flex;align-items:center;gap:11px;color:#8b5925;transition:color .3s ease-in-out}.services__card__container p svg path{fill:#8b5925}.serv--svg{position:absolute;bottom:2px;z-index:0;right:4px}.services__card__container:hover{box-shadow:0 4px 30px rgba(234,91,12,.1);transition:box-shadow .3s ease-in-out}.services__card__container:hover .title4{color:#295c88;transition:color .3s ease-in-out}.services__card__container:hover p{color:#8b5925;transition:color .3s ease-in-out}.services__card__container:hover p svg path{fill:#8b5925}.bg--head{width:100%;height:297px;z-index:50}.bg--head.bg--head--blue{background-color:#e5bbc5}.pages__hero__container{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:transparent;z-index:100;margin-top:-48px}#urgences .pages__hero__container{align-items:stretch}.pages__hero__left{display:flex;flex-direction:column;gap:15px;width:100%;max-width:540px}.pages__hero__left .title1,.pages__hero__left h1{color:#111f21}.pages__hero__left p{color:#495d5f}.pages__hero__right{display:flex;border-radius:10px;overflow:hidden;max-width:559px;width:100%}.pages__hero__right img{height:450px}@media screen and (max-width:1140px){.title1,h1{font-size:2.1rem}.title1,.title2,h1,h2{font-weight:600;line-height:40px;letter-spacing:.01rem}.title2,.title3,h2,h3{font-size:1.8rem}.title3,h3{font-weight:400;line-height:35px}.title4,h4{font-weight:600;line-height:25px}.title4,.title5,h4,h5{font-size:1.125rem;letter-spacing:.01em}.title5,h5{font-weight:400;line-height:18px}nav li a{font-size:1rem;line-height:19px}nav .secondary li a,nav li a{font-family:Inter,sans-serif;font-weight:600;letter-spacing:1px}nav .secondary li a{font-size:.75rem;line-height:14px}.tag{font-weight:700;font-size:1.125rem}.caption,.tag{line-height:30px;text-transform:uppercase}.caption{font-weight:800}.caption,.cta{font-size:1rem}.cta{font-weight:500;line-height:19px;letter-spacing:.01em}}#cookie-notice,body #cookie-notice{border-radius:3px;overflow:hidden}#cookie-notice{bottom:25px;width:auto;min-width:unset!important;right:unset!important;left:6%;height:43px}body #cookie-notice .cookie-notice-container{display:flex;padding:10px 15px;justify-content:center;align-items:center;height:100%;width:100%;overflow:hidden}body #cookie-notice .cookie-notice-container .cn-text-container{font-family:sofia-pro,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:18px;margin-bottom:0;display:flex;justify-content:center;align-items:center;gap:3px}body #cookie-notice .cookie-notice-container .cn-text-container a{color:#fff!important;text-decoration:underline}body #cookie-notice .cn-buttons-container a{color:#fff!important;font-weight:800!important;text-decoration:none!important;height:100%!important;width:100%!important;border-radius:0!important;overflow:hidden!important;display:flex!important;justify-content:center!important;align-items:center!important}body #cookie-notice .cn-close-icon{display:none}.p404{min-height:35vh}.p404 p{font-size:28px}.p404 p a{text-decoration:underline;font-weight:600}.p404 p a,.p404 p a:hover{transition:color .4s ease-in-out}.p404 p a:hover{color:#00b1c6}.leaflet-bottom,.leaflet-top{z-index:980!important}.Accueil nav{top:0;animation-duration:.45s;animation-name:nav-down;animation-timing-function:ease-in;animation-fill-mode:backwards}@keyframes nav-down{0%{top:-90px}to{top:0}}.nav__container{display:flex;width:100%;flex-direction:column;height:120px}.nav__container .secondary,.nav__container ul{height:50%}.secondary{justify-content:flex-end;position:relative}.secondary,.secondary a{display:flex;align-items:center}.secondary a{margin:0 30px;transition:color .2s ease-in-out;gap:10px;color:#8b5925}.secondary a svg path{transition:fill .2s ease-in-out;fill:#8b5925}.secondary a:hover{color:#a8733c;transition:color .2s ease-in-out}.secondary a:hover svg path{fill:#a8733c;transition:fill .2s ease-in-out}.secondary a span{padding-top:5px}.secondary:after{content:"";height:1px;width:70%;position:absolute;background-color:#dddcd5;margin-right:30px;bottom:0}.shop{flex-shrink:0;height:100%;width:120px;background-color:#e5bbc5;transition:background-color .2s ease-in-out;position:relative}.shop,.shop:before{display:flex;justify-content:center;align-items:center}.shop:before{opacity:0;transition:opacity .1s ease-in-out,transform .2s;content:"La boutique";font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;line-height:17px;letter-spacing:1px;color:#e5bbc5;width:145px;height:57px;background-color:#fcfbf8;background:#fcfbf8;border:1px solid #e5bbc5;box-shadow:0 5px 15px rgba(180,122,86,.1);border-radius:50px 0 50px 50px;position:absolute;bottom:-35px;right:50px;transform:translateX(80px)}.shop:hover{transition:background-color .2s ease-in-out;background-color:#d19ca9}.shop:hover:before{opacity:1;transform:translateX(0);transition:opacity .2s ease-in-out,transform .4s}nav{height:120px;background-color:#fff;justify-content:space-between;z-index:1000;position:fixed;transition:transform .2s ease-in-out}nav,nav ul{width:100%;display:flex;align-items:center}nav ul{justify-content:flex-end}nav ul li{padding:0 20px;list-style:none;position:relative;height:100%;display:flex;align-items:center}nav ul li a{color:#295c88;text-decoration:none;position:relative}nav ul li a,nav ul li a:hover{transition:color .2s ease-in-out}nav ul li a:hover{color:#4579a7}nav ul li:last-child{padding:0 30px 0 20px}.logo{margin-left:2.5%;display:flex;flex-shrink:0}.logo,.logo a{width:fit-content}.logo img,.logo svg{width:214px}.logo div{display:flex;flex-direction:column;width:192px;margin-left:12px;font-family:Inter,sans-serif;color:#00587d;justify-content:center}.logo span:first-of-type{font-size:12px;line-height:14px;text-transform:uppercase}.logo span:first-of-type,.logo span:last-of-type{font-style:normal;font-weight:600;letter-spacing:1px}.logo span:last-of-type{font-size:35px;line-height:42px}.mob--nav--foot,.mob--nav--foot--open,.mobile-nav-btn,.nav-mobil-on{display:none}.desktNav .current-menu-item a{color:#111f21}nav.onTop{transform:translateY(47px);transition:transform .2s ease-in-out}.urgences__header{height:47px;width:100%;display:flex;justify-content:center;align-items:center;gap:10px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:17px;letter-spacing:1px;color:#fff;background:#295c88;box-shadow:0 5px 15px rgba(180,122,86,.1);z-index:1000;opacity:1;top:0;position:fixed}.urgences__header a{color:#295c88;background-color:#fff;padding:5px 15px;border-radius:2px}.mobHead-urgences{display:none;background-color:#ba972c;padding:0;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50px}.mobHead-urgences svg path{fill:#00587d}.ctaNavMob,.navShop_mob{display:none}.navShop_mob{width:100%;background-color:#fbfbfb;padding:20px;justify-content:space-between}.navShop_mob--txt{display:flex;flex-direction:column;width:fit-content;font-family:Inter,sans-serif}.navShop_mob--txt p{color:#295c88;font-weight:600;font-size:30px;line-height:40px}.navShop_mob--txt span{font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em}.navShop_mob--cta{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:#295c88;border-radius:100px}.cta.cta2.xs--mob{display:none}.hp__hero__wrapper{display:flex;flex-direction:column;width:100%;height:calc(100vh - 200px);gap:50px;padding-bottom:10px}.hp__hero__first{display:flex;align-items:center;width:100%;min-height:450px;justify-content:space-between;min-height:72%}.hp__hero__first__left{display:flex;flex-direction:column;width:100%;max-width:540px}.hp__hero__first__left .caption{color:#a8733c;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:.7px;text-transform:uppercase}.hp__hero__first__left .title1{color:#295c88;margin-top:15px}.hp__hero__first__left p{margin-top:20px;color:#4579a7}.hp__hero__first__left .cta{width:fit-content;margin-top:40px}.hp__hero__first__right{display:flex;overflow:hidden;width:95%;max-width:549px}.hp__hero__rdv{width:100%;height:28%;max-height:140px;min-height:120px;background-color:#e5bbc5;display:flex;justify-content:flex-end;align-items:center;gap:170px;padding-right:110px;border-radius:2px;overflow:hidden;position:relative}.hp__hero__rdv .cta.cta1{background-color:#fff;color:#295c88}.hp__hero__rdv .cta.cta1 svg path{fill:#295c88}.hp__hero__rdv .cta.cta1 .cta--sep line{stroke:#295c88;transition:stroke .3s ease-in-out}.hp__hero__rdv .cta.cta1:hover{background-color:#295c88;color:#fff;box-shadow:0 5px 15px rgba(180,122,86,.2);transition:background-color .3s,color .3s,box-shadow .3s}.hp__hero__rdv .cta.cta1:hover svg path{fill:#fff;transition:fill .3s ease-in-out}.hp__hero__rdv .cta.cta1:hover .cta--sep line{stroke:#fff;transition:stroke .3s ease-in-out}.hp__hero__rdv .title5{color:#295c88}.hp__rdv--bg{position:absolute;bottom:-45px;left:-25px}.hp__hero__rdv--txt{display:flex;flex-direction:column;gap:8px;max-width:430px;width:100%;color:#295c88}.services__page__card{margin-top:90px;background-color:#fff;display:flex;border-radius:10px;justify-content:center;width:100%;padding-bottom:56px;padding-top:71px;overflow:hidden;position:relative;gap:60px}.services__page__card--bg{position:absolute;bottom:0;left:0;z-index:50}.services__page__card__left{z-index:100;display:flex;flex-direction:column;max-width:565px;width:100%}.services__page__card__left h2{margin-bottom:10px;color:#111f21}.services__page__card__left .cta{margin-top:40px}.services__page__card__left p{color:#495d5f}.services__page__card__left .cta.cta1{color:#fff;background-color:#ff7352}.services__page__card__left .cta.cta1:hover{background-color:#cc5c42}.services__page__card__right{display:flex;width:100%;max-width:366px;overflow:hidden;border-radius:10px}.services__page__card__right img{height:294px}#hpActus .cta{display:none}.hp__actus__container{display:flex;flex-direction:column;width:100%;gap:50px;align-items:center;margin-top:100px;margin-bottom:115px}.hp__actus__container h2{color:#295c88}.hp__actus__cards__wrapper{display:none;gap:24px;width:100%;justify-content:center}.hp__actusOff__cards__wrapper{display:none;flex-direction:column;gap:50px;width:100%}#hpActus .cta.newsOn--toggle,.newsOff--toggle,.newsOn--toggle{display:flex}.modalbox{opacity:0;position:absolute;inset:0;z-index:999999;pointer-events:none;background:rgba(0,0,0,.65);transition-property:opacity;transition-duration:.4s;transition-timing-function:ease-in-out}.modalbox.openBox{pointer-events:unset;opacity:1}.modalbox svg{position:fixed;top:25px;right:25px;cursor:pointer}.modal__container{overflow:hidden;border-radius:25px 25px 0 0;max-width:650px;width:100%;height:auto;max-height:575px;background-color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.modal__container img{height:220px;object-fit:cover}.modal__container .cta{margin-bottom:10px;margin-top:10px}.modalText{display:flex;flex-direction:column;gap:15px;padding:15px 25px}.modalTitle{font-size:36px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.72px;color:#295c88}@media screen and (max-width:580px){.modal__container{transform:none;top:unset;bottom:0;left:0}.modalTitle{font-size:20px;line-height:25px}}#cliniqueValeurs{flex-direction:row;white-space:nowrap;display:flex;align-items:center;justify-content:flex-start;overflow-x:hidden;margin-top:80px;background-color:#e5bbc5;height:90px;width:1000%}#cliniqueValeurs span{min-width:310px;width:fit-content;font-family:paralucent,sans-serif;font-weight:600;font-size:25px;line-height:30px;letter-spacing:.01em;color:#fff;display:flex;justify-content:center}#cliniqueValeurs span:after{content:"-";display:flex;margin-left:50px}#cliniqueRtl{padding-bottom:96px}.clinique__rtl{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:145px}.clinique__rtl__left{display:flex;border-radius:10px;overflow:hidden;width:100%;max-width:558px}.clinique__rtl__left img{height:451px}.clinique__rtl__right{display:flex;flex-direction:column;gap:15px;max-width:520px;width:100%}.clinique__rtl__right p{color:red}.clinique__team__wrapper{margin-top:100px;gap:68px}.clinique__team__head,.clinique__team__wrapper{display:flex;flex-direction:column;width:100%;justify-content:center}.clinique__team__head{align-items:center;gap:30px;text-align:center}.clinique__team__head h2{color:#295c88}.clinique__team__head p{color:#4579a7}.clinique__team--btn{width:100%;display:flex;gap:20px;justify-content:center}.clinique__team--btn .cta{height:41px;cursor:pointer}.clinique__team__list{display:flex;justify-content:center;flex-wrap:wrap;gap:50px 60px;width:100%;margin-bottom:124px}.team__card__container.onView{display:flex}.cta.cta5.activBtn{background-color:#295c88;color:#fff;transition:color .3s,background-color .3s}.clinique__temoin__head{margin-top:121px;display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.clinique__temoin__head h2{color:#295c88}.clinique__temoin__head p{max-width:758px;width:100%}.clinique__temoin__card{position:relative;display:flex;flex-direction:column;margin-top:60px;margin-bottom:40px;width:100%;border-radius:10px;background-color:#fff;padding:50px 100px;height:fit-content;box-shadow:0 5px 15px rgba(180,122,86,.1)}.clinique__temoin__card--svg{position:absolute;top:60px;left:27px;z-index:50}.clinique__temoin__card--svg svg path{fill:#f6f6f6}.clinique__temoin__card__container{z-index:100;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.clinique__temoin__card__right{display:flex;overflow:hidden;width:100%;max-width:366px;height:294px;border-radius:10px}.clinique__temoin__card__right img{height:294px}.clinique__temoin__card__left{width:100%;max-width:508px;display:flex;flex-direction:column;gap:40px;padding-right:25px}.clinique__temoin__card__left p{color:#295c88}.clinique__temoin__card--info{display:flex;gap:3px;flex-direction:column;color:#8b5925}.clinique__temoin__card--info span{font-family:paralucent,sans-serif;font-weight:600;font-size:14px;line-height:17px;letter-spacing:1px;color:red}.clinique__temoin__card--info h5{font-size:20px;font-style:normal;font-weight:600;line-height:26px;font-family:IBM Plex Sans,sans-serif}.Services .bg--head{background-color:#1c3437}.services__pannel__cards__wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;gap:20px;margin-top:80px;margin-bottom:235px}.services__pannel{margin-top:97px}.services__pannel--open{position:relative;padding:40px 97px;background-color:#fff;height:fit-content;margin-top:97px;border-radius:10px;height:auto}.services__pannel--content,.services__pannel--open{display:none;flex-direction:column;overflow:hidden;width:100%}.services__pannel--content{height:0;gap:40px;z-index:150;opacity:0;transition:opacity .3s;color:#4579a7}.services__pannel--content h2{color:#295c88}.services__pannel--content p{position:relative}.services__pannel--content p:first-of-type:after{content:"";display:block;position:absolute;top:-22px;width:100%;height:1px;background-color:rgba(21,77,95,.3)}.pannel--open--bg{position:absolute;bottom:20px;z-index:50;right:30px;display:none}.pannel--open--bg svg{width:310px;height:270px}.pannel--open--bg.openPannel,.services__pannel--content.openPannel,.services__pannel--open.openPannel{display:flex}.closePannelBtn{position:absolute;top:44px;right:100px;cursor:pointer;z-index:500}.closePannelBtn svg path{fill:#8b5925}#servPartners{background-color:#d2d6d7;padding-top:55px}#servPartners h2.servPartners__head,#servPartners p.servPartners__head{color:#111f21;text-align:center}#servPartners p.servPartners__head{color:#495d5f;width:100%;max-width:746px}.services__partners__wrapper{display:flex;margin-top:60px;margin-bottom:150px;width:100%;gap:20px;justify-content:center}.services__partners__wrapper--card{display:flex;flex-direction:column;padding:30px;background-color:#fff;border-radius:10px;width:100%;max-width:754px}.services__partners__wrapper--card--thumb{display:flex;justify-content:center;align-items:center;height:130px;width:100%}.services__partners__wrapper--card--thumb img{object-fit:contain;width:256px}.services__partners__wrapper--card--txt{display:flex;flex-direction:column;gap:15px;justify-content:center;margin-top:30px}.services__partners__wrapper--card--txt h4{color:#111f21}.services__partners__wrapper--card--txt p{color:#505258}.services__partners__wrapper--card--txt a{color:#cc5c42;display:flex;gap:11px;align-items:center;transition:color .3s ease-in-out}.services__partners__wrapper--card--txt a svg path{fill:#cc5c42}.services__partners__wrapper--card--txt a:hover{color:#ff7352;transition:color .3s ease-in-out}.services__partners__wrapper--card--txt a:hover svg path{fill:#ff7352}.actus__head{margin-top:50px}.actus__head h1{color:#295c88;text-align:center}.actus__content__wrapper{min-height:550px;display:flex;width:100%;height:auto;margin-top:90px;margin-bottom:300px}.actus__content__wrapper .newsOn__card__container{margin-bottom:50px}.actus__cat__track{display:flex;width:100%;gap:25px;margin-top:30px}.actus__cat__track a{border-radius:100px;cursor:pointer;border:1px solid #295c88;color:#295c88;background-color:#fff;transition:background-color .3s ease-in-out,color .3s ease-in-out}.actus__cat__track a:hover{transition:background-color .3s ease-in-out,color .3s ease-in-out}.actus__cat__track a.active-filter,.actus__cat__track a:hover{background-color:#295c88;color:#fff}#urgences .pages__hero__right{gap:30px;flex-direction:column;background-color:#fff;box-shadow:0 4px 30px rgba(234,91,12,.1);padding:30px;width:100%;min-height:491px}#urgences .pages__hero__right .title2,#urgences .pages__hero__right h2{color:#295c88}.cta__urgence{width:100%;justify-content:center;text-align:center;border-radius:10px;box-shadow:0 4px 30px rgba(234,91,12,.1);padding:20px;background-color:#8b5925;color:#fff;font-family:paralucent,sans-serif;font-weight:600;font-size:25px;line-height:30px;display:flex;align-items:center;letter-spacing:.01em;position:relative;overflow:hidden}.cta__urgence span{position:absolute;left:-4px;bottom:-2px}.cta__urgence svg path{fill:#a8733c}.urgences__more__cards{margin-top:141px;display:flex;flex-direction:column;width:100%;padding-bottom:220px}.urgences__map__container{border-radius:10px;width:100%;height:289px;overflow:hidden}.urgences__map__container .leaflet-map{width:100%;height:289px}.urgences__adress{display:flex;gap:10px;align-items:center;width:100%;color:#295c88}#urgencesCards .newsOff__card--thumb{box-shadow:0 4px 30px rgba(234,91,12,.1)}.contact__main__container{display:flex;width:100%;gap:20px;justify-content:space-between;background-color:transparent;z-index:100;margin-top:-48px;margin-bottom:240px}.contact__main__left{display:flex;flex-direction:column;width:60%;padding:50px;background-color:#fff;border-radius:10px;box-shadow:0 4px 30px rgba(234,91,12,.1)}.contact__main__right{display:flex;flex-direction:column;width:40%;gap:20px}.contact__main__right--info{width:100%;display:flex;flex-direction:column;padding:50px 30px;background-color:#295c88;border-radius:10px;color:#fff;gap:20px;box-shadow:0 4px 30px rgba(234,91,12,.1)}.contact__main__right--info p:last-of-type{display:flex;flex-wrap:wrap;width:100%}.contact__main__right--maps{width:100%;display:flex;flex-direction:column;padding:30px;background-color:#fff;gap:30px;box-shadow:0 4px 30px rgba(234,91,12,.1);border-radius:10px;color:#295c88}.contact__maps__container{border-radius:10px;height:289px;width:100%;overflow:hidden}.contact__maps__container .leaflet-map{width:100%;height:289px}.contact__main__right--refferal{position:relative;background-color:red;width:100%;display:flex;flex-direction:column;padding:30px;box-shadow:0 4px 30px rgba(234,91,12,.1);border-radius:10px;color:#fff}.contact__main__right--refferal .card--cta{color:#fff}.contact__main__right--refferal .card--cta svg path{fill:#fff}.contact__main__right--refferal p:not(.title2){margin-bottom:30px;font-style:normal;font-weight:400;font-size:16px;line-height:25px}.bg--refferal{position:absolute;right:0;bottom:0}.bg--refferal svg path{fill:red}.contact__form__container{display:flex;width:100%;margin-top:30px}.contact__main__left .title2{color:#295c88}.contact__main__left .title2:after{margin-top:30px}.contact__main__left .title2:after,.form--sep:before{content:"";display:flex;width:100%;height:1px;background-color:#dddcd5}.form--sep:before{margin-bottom:30px}.form--end--sep{margin-top:30px;position:relative}.form--end--sep:before{content:"";display:flex;width:100%;height:1px;background-color:#dddcd5;position:absolute;top:-30px}.contact__form__container form{display:flex;flex-wrap:wrap;gap:30px 20px;position:relative}.contact__form__container form br{display:none}.contact__form__container form label{color:#4579a7;font-style:normal;font-weight:700;font-size:16px;line-height:19px;width:100%}.contact__form__container form input,.contact__form__container form select{height:46px;font-size:14px;line-height:25px;color:#4579a7;padding-left:15px;font-weight:400;margin-top:5px;border:1px solid #4579a7;border-radius:5px}.contact__form__container form select{width:100%}.contact__form__container form input::placeholder{font-weight:400;font-size:14px;line-height:25px;color:#4579a7}.contact__form__container form p{width:48%;display:flex}.contact__form__container form p input{width:100%}.contact__form__container form .wpcf7-spinner{position:absolute;margin-top:60px;right:25px}.contact__form__container .form-inset-w100{width:98.5%;display:flex;flex-direction:column}.contact__form__container .form-inset-end{display:flex}.contact__form__container textarea{height:110px;font-size:14px;line-height:25px;color:#4579a7;padding-left:15px;font-weight:400;margin-top:5px;border:1px solid #4579a7;width:100%;padding-top:8px;border-radius:10px}.contact__form__container textarea::placeholder{font-weight:400;font-size:14px;line-height:25px;color:#4579a7}.contact__form__container input[type=submit]{font-style:normal;text-transform:none;font-weight:500;font-size:16px;line-height:12px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#fff;border:0;background-color:#295c88;display:flex;align-items:center;justify-content:center;position:relative;border-radius:50px;padding:0 12px;overflow:hidden;transition:padding .3s ease;max-height:60px;transition:background-color .3s,box-shadow .3s;cursor:pointer;width:148px}.contact__form__container input[type=submit]:hover{background-color:#4579a7;color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}.contact__form__container input[type=submit]:disabled{opacity:.5;pointer-events:none}.title-form-inset{font-style:normal;font-weight:800;font-size:18px;line-height:30px;color:#4579a7;margin-top:20px}.select-inset-form1 select{height:46px;font-size:14px;line-height:25px;color:#343d42;padding-left:15px;font-weight:400;margin-top:5px;border:2px solid #e0e0e0;width:100%}.form-inset-end{width:100%;justify-content:space-between}.form-inset-end label{display:flex;align-items:flex-start;gap:20px}.form-inset-end .wpcf7-list-item{margin:0}.form-inset-end .wpcf7-list-item .wpcf7-list-item-label{max-width:330px;text-transform:none;font-style:normal;font-weight:400;font-size:16px;line-height:25px;color:#111f21}.form-inset-end .wpcf7-list-item-label{font-size:14px;line-height:25px;color:#111f21;font-weight:400}.form-inset-end input[type=checkbox]{height:fit-content;width:fit-content}.contact__form__container form .form-inset-end p{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:870px){.formulaire__wrapper form p{width:100%}}.Contact .bg--head{background-color:#e5bbc5}.container.single__container{max-width:946px;height:100%}#singleSection .bg--head{height:345px;display:flex;justify-content:center;background:#e5bbc5}.bread__wrapper{position:absolute;bottom:120px;left:0;color:#295c88;display:flex;align-items:center;font-weight:400;font-size:16px;line-height:25px;gap:10px}.bread__wrapper a,.bread__wrapper span{color:#295c88}.bread__wrapper svg path{fill:#295c88}.single__2col__wrapper{display:flex;gap:20px;width:100%;margin-top:-83px;z-index:150;margin-bottom:20px;height:395px}.single__2col__content{display:flex;flex-direction:column;width:50%;height:100%;background-color:#295c88;border-radius:10px}.single__2col__left{display:flex;padding:0 30px;justify-content:center;background-color:#295c88}.single__2col__left__intro{display:flex;flex-direction:column;gap:20px}.single__2col__left__intro h1{font-weight:600;font-size:30px;line-height:35px;display:flex;align-items:center;color:#fff;text-shadow:0 5px 15px rgba(180,122,86,.1);font-family:sofia-pro,sans-serif}.single__2col__left__intro p{font-weight:400;font-size:16px;line-height:25px;color:#fff}.single__2col__left__intro .tag{color:#fff;background-color:#8b5925}.single__2col__right{overflow:hidden}.single__2col__right img{height:100%;object-fit:cover}.publish--date{color:#8b5925;font-weight:400;font-size:16px;line-height:25px}.single__the__content{min-height:250px;display:flex;flex-direction:column;width:100%;margin-bottom:172px;border-radius:10px;padding:50px 30px}.single__the__content h1,.single__the__content h2,.single__the__content h3{font-weight:700;font-size:30px;line-height:35px;color:#295c88;margin-top:40px;font-family:sofia-pro,sans-serif}.single__the__content figure,.single__the__content p{color:#4579a7;margin-top:12px}.single__the__content figure.size-full{width:100%;overflow:hidden;margin:20px auto}.single__the__content figure.size-full img{border-radius:10px}.single__the__content figure.wp-block-gallery{display:flex;margin-bottom:25px;gap:40px;flex-wrap:nowrap;height:272px;align-items:flex-start}.single__the__content figure.wp-block-gallery .wp-block-image{width:50%}.single__the__content figure.wp-block-gallery .wp-block-image img{border-radius:10px;height:272px}.single__the__content figure img{object-fit:contain;max-height:450px}.single__the__content h2{color:#295c88;margin-bottom:15px}.single__the__content ul li{list-style:disc;list-style-position:inside}.single__the__content ol{padding-left:0}.single__the__content ol li{list-style-type:decimal;list-style-position:inside;margin-left:0}.single__the__content a{text-decoration:underline}#moreNews{background-color:#4579a7;padding-bottom:80px}#moreNews h2{color:#fff;margin-top:80px;margin-bottom:50px}#moreNews .cta.cta1{margin-top:50px;color:#295c88;background-color:#fff;transition:background-color .3s,color .3s,box-shadow .3s;cursor:pointer}#moreNews .cta.cta1 svg path{fill:#fff}#moreNews .cta.cta1 .cta--sep line{stroke:#fff;transition:stroke .3s ease-in-out}#moreNews .cta.cta1:hover{background-color:#295c88;color:#fff;box-shadow:0 5px 15px rgba(180,122,86,.2);transition:background-color .3s,color .3s,box-shadow .3s}.refferal__page .contact__main__left{max-width:657px}.refferal__page .contact__main__left h2{color:#295c88}.refferal__form__container .stepForm p{width:100%;justify-content:space-between}.refferal__form__container{display:flex;flex-direction:column;position:relative;width:100%;height:fit-content}.refferal__form__container .cta{cursor:pointer}.refferal__form__container .contact__form__container{margin-top:0}.refferal__intro{display:flex;flex-direction:column;margin-top:30px;gap:30px;color:#295c88;height:fit-content}.refferal__intro p:after{content:"";display:flex;width:100%;height:1px;background-color:#dddcd5;margin-top:30px}.refferal__form__display{display:flex;flex-direction:column;overflow:hidden;opacity:0;height:0}.refferal__form__display form{gap:0}.refferal__form__display.enterForm{animation-duration:.9s;animation-delay:.2s;animation-name:formDisplayFirst;animation-timing-function:cubic-bezier(.26,.53,.74,1.48);animation-fill-mode:forwards}.introLeave{animation-duration:.5s;animation-delay:.1s;animation-name:introLeave;animation-timing-function:cubic-bezier(.26,.53,.74,1.48);animation-fill-mode:forwards}@keyframes introLeave{0%{opacity:1}to{opacity:0;display:none;visibility:hidden;height:0}}@keyframes formDisplayFirst{0%{height:0}80%{opacity:0;height:500px}to{opacity:1;height:100%}}.refferal__nav__container{display:flex;justify-content:space-between;width:100%;height:0;overflow:hidden;transition:height .3s ease-in-out,opacity .4s ease-in-out;opacity:0}.refferal__nav__container #nextBtn{margin-left:auto}.refferal__nav__container button{border:1px solid #00b1c6;cursor:pointer}.refferal__nav__container.navOpen{height:59px;opacity:1;transition:height .3s ease-in-out,opacity .4s ease-in-out}.tab{display:none;flex-wrap:wrap;position:relative;gap:15px;padding-bottom:30px}.tab .form-inset-w100.form--sep:before{margin-bottom:15px;margin-top:30px}.stepForm{display:flex;justify-content:space-between;color:#295c88;width:100%}.stepForm span:first-of-type{font-family:paralucent,sans-serif;font-weight:600;font-size:25px;line-height:29px;letter-spacing:.01em}.stepForm span:last-of-type{font-weight:400;font-size:20px;line-height:23px;letter-spacing:.01em}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]{width:20px}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label{display:flex;gap:15px;align-items:center}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{font-style:normal;font-weight:400;font-size:16px;line-height:25px}.wpcf7-list-item.first .wpcf7-list-item-label{margin-top:10px}.wpcf7-list-item.last .wpcf7-list-item-label{margin-top:20px}.radio--all .wpcf7-list-item.first .wpcf7-list-item-label{margin-top:5px}.radio--all .wpcf7-list-item.last .wpcf7-list-item-label,.radio--all .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label{margin-top:10px}.uploadTitle{font-weight:700;font-size:18px;line-height:30px;color:#0092d1}.form-inset-end.finalSend .wpcf7-list-item label{align-items:flex-start}#contact{min-height:1250px}.contact__main__right--info.refferal__right__bloc h2{font-weight:600;font-size:25px;line-height:30px;letter-spacing:.01em}.contact__main__right--info.refferal__right__bloc ul{margin-left:25px}.contact__main__right--info.refferal__right__bloc li{list-style:disc;list-style-position:initial;font-weight:300;font-size:16px;line-height:25px}.contact__form__container form .all--check{display:flex;width:100%;flex-wrap:wrap}.contact__form__container form .all--check .wpcf7-list-item.first .wpcf7-list-item-label{margin-top:unset}.contact__form__container form .all--check .wpcf7-list-item.first .wpcf7-list-item-label:before{content:"";font-weight:400}.contact__form__container form .all--check .wpcf7-list-item.last .wpcf7-list-item-label{margin-top:unset}.contact__form__container form .all--check .wpcf7-list-item.last .wpcf7-list-item-label:before{content:"";font-weight:400}.contact__form__container form .all--check label{font-weight:400;font-size:14px;line-height:1;display:flex;width:fit-content;gap:8px;align-items:center}.contact__form__container form .all--check label input{width:fit-content}.ml_wrapper{display:flex;width:100%;max-width:794px;flex-direction:column;margin-top:225px;margin-bottom:180px;gap:15px}.ml_wrapper ol li,.ml_wrapper ul li{list-style-type:disc;list-style-position:inside}.ml_wrapper ol{padding-left:0}footer{background-color:#a8733c;color:#fff}.footer__wrapper{display:flex;flex-direction:column;width:100%;min-height:250px;padding:70px 0}.footer__head__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.footer__head__left{display:flex;gap:30px;align-items:center;width:100%;max-width:840px}.footer__head__left svg{flex-shrink:0}.footer__head__left--text{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap}.footer__head__left--text h4,.footer__head__left--text h5{display:flex;flex-wrap:wrap;width:100%;align-items:center}.footer__map__container{margin-top:70px;width:100%;height:300px;display:flex;border-radius:10px;overflow:hidden;box-shadow:0 4px 30px rgba(234,91,12,.1)}.footer__map__container .leaflet-map{width:100%}.footer__head__right .cta.cta1{background-color:#fff;color:#295c88}.footer__head__right .cta.cta1 svg path{fill:#295c88}.footer__head__right .cta.cta1 .cta--sep line{stroke:#295c88;transition:stroke .3s ease-in-out}.footer__head__right .cta.cta1:hover{background-color:#295c88;color:#fff;box-shadow:0 5px 15px rgba(180,122,86,.2);transition:background-color .3s,color .3s,box-shadow .3s}.footer__head__right .cta.cta1:hover svg path{fill:#fff;transition:fill .3s ease-in-out}.footer__head__right .cta.cta1:hover .cta--sep line{stroke:#fff;transition:stroke .3s ease-in-out}.footer__subfoot__col{gap:5px;width:max-content}.footer__subfoot__col h4{margin-bottom:10px}.footer__subfoot__col:first-of-type{width:30%}.footer__subfoot__wrapper{margin-top:70px;display:flex}.footer__subfoot__wrapper a,.footer__subfoot__wrapper a:hover{transition:box-shadow .25s ease-in-out}.footer__subfoot__wrapper a:hover{box-shadow:inset 0 0 0 #fff,inset 0 -1px 0 #fff}.footer__subfoot__col{position:relative;display:flex;flex-direction:column;align-items:flex-start}.footer__subfoot__col:first-of-type{min-width:345px;padding-right:40px}.footer__subfoot__col:nth-of-type(2){min-width:345px;margin-left:40px}.footer__subfoot__col:nth-of-type(3){min-width:190px;margin-left:40px}.footer__subfoot__col:last-of-type h4{margin-bottom:5px}.footer__subfoot__col:last-of-type{display:flex;align-items:flex-end;margin-left:auto}.subfoot__access{display:flex;width:320px;justify-content:space-between}.footer__subfoot__col:not(.footer__subfoot__col:last-of-type):after{content:"";height:100px;width:1px;background-color:rgba(248,246,239,.8);position:absolute;right:0;display:block;opacity:.1}#foot__end__container{background-color:#8b5925;color:#fff}.foot__end__wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;padding:18px 0}.foot__end__wrapper div{display:flex;gap:30px;align-items:center}.foot__end__wrapper div a,.foot__end__wrapper div a:hover{transition:box-shadow .25s ease-in-out}.foot__end__wrapper div a:hover{box-shadow:inset 0 0 0 #fcfbf8,inset 0 -1px 0 #fcfbf8}.footer__subfoot__rs__wrapper{display:flex;width:100%;margin-top:30px;justify-content:flex-end}.footer__subfoot__rs__wrapper ul{display:flex;gap:15px;justify-content:flex-end}.footer__subfoot__rs__wrapper ul li svg{width:30px;height:30px}.footer__subfoot__rs__wrapper ul li svg path{fill:#fff}@media screen and (min-width:1600px){#hpHero.first--section .container{max-width:1500px}#hpHero.first--section .container .hp__hero__first__left{max-width:820px}#hpHero.first--section .container .title1{font-size:4rem;line-height:4.2rem;margin-top:15px}#hpHero.first--section .container .caption{font-size:1.4rem}#hpHero.first--section .container p:not(.title4,.title5){font-size:1.2rem;line-height:1.55rem;padding-right:10%}#hpHero.first--section .container .cta{font-size:1.3rem}#hpHero.first--section .container .hp__hero__first__right{max-width:unset;justify-content:flex-end}#hpHero.first--section .container .hp__hero__first__right img{height:550px}.hp__hero__rdv{max-width:1140px;align-self:center}}@media screen and (min-width:2380px){#hpHero.first--section .container .hp__hero__first__right img{height:640px}}@media screen and (max-height:890px){.hp__hero__first{justify-content:center}.hp__hero__first__right{max-width:420px}.hp__hero__first__right img{max-width:unset}}@media screen and (max-width:1500px){nav ul li{padding:0 12px}nav ul li a{font-size:13px}}@media screen and (max-width:1280px){nav ul li{padding:0 8px}nav ul li a{font-size:11px}nav .secondary a{margin:0 15px;font-size:12px}}@media screen and (max-width:1266px){.newsOn__card__container{max-width:48%}}@media screen and (max-width:1140px){.urgences__header{z-index:1300}nav{height:61px;z-index:1500}.logo{height:auto}.logo span:first-of-type{font-size:10px;line-height:12px;text-transform:uppercase}.logo span:first-of-type,.logo span:last-of-type{font-style:normal;font-weight:600;letter-spacing:1px}.logo span:last-of-type{font-size:24px;line-height:29px}.logo svg{margin-left:5%;width:126px;height:35px}.logo img{margin-left:5%;width:45px;margin-top:5px}.desktNav,.hideMob{display:none}.nav__container .secondary{height:100%}.shop{display:none}.nav__container{height:60px}.nav-mobil-on{z-index:1200;display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#a8733c;align-items:center;justify-content:center;width:100%;transform:translateX(1200px);transition:transform .4s ease-in-out;gap:50px;padding-top:160px}.nav-mobil-on .mobHome{color:#fbfbfb;font-size:25px;line-height:30px;letter-spacing:.01em;text-decoration:none;position:relative;width:100%}.nav-mobil-on .mobHome,.nav-mobil-on .mobHome:before{font-family:paralucent,sans-serif;font-style:normal;font-weight:600;text-align:center}.nav-mobil-on .mobHome:before{content:"Menu";display:block;position:absolute;top:-70px;left:50%;transform:translateX(-50%);color:#33a8da;font-size:14px;line-height:17px;letter-spacing:1px}.nav-mobil-on .mobHome:after{content:"";position:absolute;top:-29px;left:50%;transform:translateX(-50%);width:155px;height:1px;background-color:#33a8da}.nav-mobil-on ul{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;padding:0}.nav-mobil-on li{width:90%;text-align:center}.nav-mobil-on ul li a{font-family:paralucent,sans-serif;color:#fbfbfb;font-style:normal;font-weight:600;font-size:25px;line-height:30px;letter-spacing:.01em;text-decoration:none;text-align:center}.nav-mobil-on.active-nav-mob{transform:translateY(0);transition:transform .4s ease-in-out}.mobile-nav-btn{display:flex;border:none;cursor:pointer;position:relative;width:60px;height:100%;background-color:#00587d;padding-right:20px;flex-shrink:0}.mobile-nav-btn:current{background:#33a8da}.secondary_nav .secondary_nav_logo{padding-left:15px}.container-lignes{height:16px;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.container-lignes,.ligne{width:26px;position:absolute}.ligne{border-radius:50px;height:3px;background-color:#fcfbf8}.mobile-nav-btn .ligne:first-child{top:0}.mobile-nav-btn .ligne:nth-child(2){opacity:1;transition:opacity .4s ease-in-out;top:8px}.mobile-nav-btn .ligne:nth-child(3){top:16px}.mobile-nav-btn .container-lignes{transition:transform .4s ease-in-out}.mobile-nav-btn.active .container-lignes{transition:transform .4s ease-in-out .4s;transform:translate(-50%,-50%) rotate(180deg)}.ligne:nth-child(3),.mobile-nav-btn .ligne:first-child{transform:rotate(0deg);transition:transform .4s ease-in-out,top .4s ease-in-out .4s}.mobile-nav-btn.active .ligne:first-child{top:8px;transform:rotate(45deg);transition:top .4s ease-in-out,transform .4s ease-in-out .4s}.mobile-nav-btn.active .ligne:nth-child(2){opacity:0;transition:opacity .4s ease-in-out}.mobile-nav-btn.active .ligne:nth-child(3){top:8px;transform:rotate(-45deg);transition:top .4s ease-in-out,transform .4s ease-in-out .4s}.hp__hero__wrapper{height:auto}.hp__hero__first__left .caption,.hp__hero__first__left .title1{display:none;visibility:hidden}.hp__hero__first__left p{padding-right:25px}.hp__hero__first__right{width:90%}.hideDeskt{display:flex;visibility:visible}.hpMob_hero{flex-direction:column}.hpMob_hero .caption{color:#8b5925}.hp__hero__rdv{gap:0;justify-content:space-evenly;padding-right:0}.hp__rdv--bg{display:none}.hp__hero__rdv--txt{width:50%}.services__page__card{flex-direction:column-reverse;align-items:center;padding-top:30px}.services__page__card--bg{display:none}.services__page__card__right{max-width:unset;width:90%}.services__page__card__right img{width:100%;max-width:unset;height:auto}.services__page__card{gap:30px}.services__page__card__left{text-align:center}.services__page__card__left .cta{align-self:center}.footer__wrapper svg{flex-shrink:0}.footer__head__wrapper{justify-content:center;flex-direction:column;gap:30px}.footer__head__left{max-width:100%;justify-content:center}.footer__subfoot__wrapper{display:none}.footer__subfoot__wrapper__mob{display:flex;justify-content:space-between;position:relative;width:100%;margin-top:40px;margin-bottom:60px}.footer__subfoot__wrapper__mob:after{content:"";background:rgba(248,246,239,.8);opacity:.1;display:block;position:absolute;height:1px;width:100%;bottom:-30px}.subfoot1__left{width:65%}.subfoot1__left,.subfoot1__right{display:flex;flex-direction:column;gap:15px}.subfoot1__right{width:25%}.subfoot1__right .title4,.subfoot1__right p{align-self:flex-end}.footer__subfoot__wrapper__mob2{display:flex;justify-content:space-between;width:100%}.subfoot2__left{display:flex;flex-direction:column;width:50%;gap:15px}.foot__end__wrapper{justify-content:space-evenly}.newsOff__card__container{padding-left:100px}.newsOff__card--thumb{left:-160px}.newsOff__card--thumb img{max-width:220px;border-radius:10px}.footer__subfoot__col:first-of-type{padding-right:0}.bg--head{height:210px}.pages__hero__container{flex-direction:column-reverse;justify-content:center;align-items:center;gap:30px}.pages__hero__right{max-width:unset;width:fit-content;justify-content:center}.pages__hero__right img{width:100%;max-width:unset;height:auto}.pages__hero__left{width:100%;max-width:unset;text-align:center}.clinique__rtl{margin-top:80px;flex-direction:column;gap:30px}.clinique__rtl__left{max-width:unset}.clinique__rtl__left img{height:auto}.clinique__rtl__right{max-width:unset;text-align:center}#cliniqueRtl{padding-bottom:50px}.clinique__team__wrapper{margin-top:50px}.team__card__container{max-width:230px;height:auto}.clinique__team__list{justify-content:center}.team__grade--mob{font-style:normal;font-weight:400;font-size:16px;line-height:25px;color:#33a8da}.clinique__temoin__head{margin-top:50px}.clinique__temoin__card--svg{top:unset;bottom:70px}.clinique__temoin__card__container{flex-direction:column-reverse;justify-content:center;align-items:center;gap:40px}.clinique__temoin__card__right{width:100%;max-width:unset}.clinique__temoin__card{padding:30px}.clinique__temoin__card__left{max-width:unset}.services__card__container{max-width:250px}.services__pannel__cards__wrapper{margin-bottom:76px;gap:13px}.servPartners__head{text-align:center}#servPartners p.servPartners__head{margin-top:20px}.services__partners__wrapper{margin-bottom:60px}#urgences .pages__hero__container{flex-direction:column}#urgencesCards .newsOff__card--thumb{box-shadow:none}.contact__main__container{flex-direction:column-reverse}.contact__main__left,.contact__main__right{max-width:unset;width:100%}.contact__form__container form p{width:47%}.secondary a{margin:0 20px 0 0}nav.onTop{transform:translateY(40px)}.urgences__header{height:40px}.urgences__header .urgences--svg,.urgences__header a:first-of-type{display:none}.urgences__header a{padding:0;border-radius:50px}.mobHead-urgences{display:flex}.urgences__more__cards{margin-top:80px}.services__pannel--open{padding:40px 20px}.closePannelBtn{top:40px;right:20px}.pannel--open--bg{right:20px;bottom:20px}#singleSection .bg--head{height:280px}.navShop_mob{display:flex;width:65%;border-radius:10px}}@media screen and (max-width:920px){.newsOn__card__content__wrapper{padding:25px 22px}.newsOff__card__container{padding-left:75px;padding-right:20px}.newsOff__card--thumb{left:-110px}.newsOff__card--thumb img{max-width:160px;border-radius:10px}}@media screen and (max-width:780px){.hp__actus__cards__wrapper.lame{overflow-x:auto;justify-content:flex-start;width:90%}.hp__actus__cards__wrapper.lame .newsOn__card__container{width:285px;flex-shrink:0}.newsOff__card--more{margin-top:0}}@media screen and (max-width:760px){.contact__form__container form .form-inset-end p{flex-direction:column;gap:20px}.logo span{display:none}.logo div{width:0}}@media screen and (max-width:600px){::-webkit-scrollbar{appearance:none}#cookie-notice{bottom:0;left:0;width:100%;height:fit-content}body #cookie-notice .cookie-notice-container{justify-content:center;flex-direction:column;height:110px!important;bottom:0;min-width:unset!important;width:100%;left:0!important;gap:5px}body #cookie-notice .cookie-notice-container #cn-notice-text{flex-direction:column}#cookie-notice .cn-set-cookie.cn-button{margin:0!important;border:1px solid #fff!important}.hp__hero__rdv,.secondary a:first-of-type{display:none}.hp__hero__first{flex-direction:column-reverse}.services__page__card{margin-top:40px}.hp__actus__container{margin-top:70px;margin-bottom:70px}#hpActus .container{width:100%}.footer__head__left svg{display:none}.footer__head__left--text{text-align:center}.footer__head__left--text .title5{justify-content:center}.footer__wrapper{padding-top:40px;padding-bottom:20px}.footer__map__container{margin-top:30px}.footer__subfoot__wrapper__mob,.footer__subfoot__wrapper__mob2{display:none}.footer__subfoot__wrapper{display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;margin-top:30px;text-align:center}.footer__subfoot__wrapper .title4{font-size:25px;align-self:center}.footer__subfoot__wrapper .footer__subfoot__col:after,.footer__subfoot__wrapper .footer__subfoot__col:not(.footer__subfoot__col:last-of-type):after{display:none}.footer__subfoot__wrapper .footer__subfoot__col:last-of-type{align-items:center}.footer__subfoot__col:first-of-type{min-width:unset;padding-right:0}.footer__subfoot__col:nth-of-type(2),.footer__subfoot__col:nth-of-type(3){min-width:unset;margin-left:0}.footer__subfoot__col:last-of-type{display:flex;align-items:flex-end;margin-left:unset}.foot__end__wrapper,.foot__end__wrapper div:first-of-type{flex-direction:column;width:100%;gap:10px;justify-content:center;align-content:center}.footer__subfoot__col:first-of-type{width:100%;align-items:center}.footer__subfoot__col{align-items:center}.first--section{margin-top:130px}.newsOff__card__container{padding:0;width:95%;align-self:center;overflow:visible}.newsOff__card__container .card--off,.newsOff__card__container .card--open,.newsOff__card__container .newsOff__card--more,.newsOff__card__container .tag,.newsOff__card__container .title4{margin:0 0 20px 20px}.newsOff__card__container .card--off,.newsOff__card__container .card--open{padding-right:15px}.newsOff__card--thumb{position:relative;left:unset;top:unset;overflow:visible;width:100%;max-width:unset}.newsOff__card--thumb img{height:195px;width:100%;max-width:unset;border-radius:10px 10px 0 0}.nav-mobil-on{justify-content:flex-end;gap:12px}.nav-mobil-on .mobHome{font-size:18px;line-height:25px}.nav-mobil-on .mobHome:before{content:"Menu";display:block;position:absolute;top:-70px;left:50%;transform:translateX(-50%);text-align:center;color:#fff;font-style:normal;font-weight:600;font-size:14px;line-height:17px;letter-spacing:1px;font-family:paralucent,sans-serif}.nav-mobil-on .mobHome:after{content:"";position:absolute;top:-29px;left:50%;transform:translateX(-50%);width:155px;height:1px;background-color:#fff}.nav-mobil-on ul{gap:20px;padding:0}.nav-mobil-on li{width:90%;text-align:center}.nav-mobil-on ul li a,.proMob{font-size:15px;line-height:25px}.proMob{color:#fff;font-weight:700}.cta2.ctaNavMob{max-width:250px;margin-top:5px;margin-bottom:10px}.logo{margin-left:2%;display:flex}.logo,.logo a{width:fit-content}.logo svg{width:100px}.pages__hero__right img{height:250px}.clinique__team--btn{flex-direction:column;justify-content:center;align-items:center}.clinique__temoin__card--svg{display:none}.clinique__temoin__card__left{padding-right:0}.services__pannel--open{padding:50px 20px}.closePannelBtn{top:45px;right:20px}.pannel--open--bg{visibility:hidden}.services__card__container{width:100%;max-width:unset}.services__partners__wrapper{flex-direction:column-reverse;justify-content:center;align-items:center}.services__partners__wrapper--card{padding:20px}.newsOn__card__container{max-width:100%}.actus__cat__track,.actus__head{overflow-x:auto;justify-content:flex-start;width:100%}.contact__form__container form p{width:100%}.form-inset-end.form--end--sep{flex-direction:column}.contact__form__container input[type=submit]{align-self:center}.contact__main__left{padding:50px 20px}.single__2col__wrapper{flex-direction:column}.single__2col__content{width:100%}.single__2col__left{padding-top:40px;padding-bottom:50px}.single__2col__right img{height:250px}.bread__wrapper{display:none}#singleSection .bg--head{height:230px}.single__the__content figure.wp-block-gallery{flex-direction:column;flex-wrap:wrap;height:auto}.single__the__content figure.size-full,.single__the__content figure.wp-block-gallery .wp-block-image{width:100%}.nav-mobil-on ul{margin-bottom:2%}.actus__cat__track{gap:15px}.services__page__card__left{padding:0 20px}.services__pannel--open .openPannel h2{width:75%}.single__2col__wrapper{height:fit-content}.single__2col__right{max-height:300px}.navShop_mob{width:100%;border-radius:0}.cta.cta2.xs--mob{display:flex;margin-bottom:4%}nav .secondary a{font-size:10px}}#hpBanner{width:100%}.hp__banner__container{position:relative;height:750px;display:flex;width:100%;margin-top:50px}.hp__banner__container picture{width:100%}.hp__banner__container img{object-fit:cover;width:100%;height:750px;object-position:bottom}.hp__banner__filter{z-index:50;position:absolute;width:100%;height:100%;background-color:#a9753d;mix-blend-mode:color;filter:saturate(65%)}@media screen and (min-width:2100px){.hp__banner__container{position:relative;height:1180px}.hp__banner__container img{height:1180px}}#hpAccess{padding-top:80px;padding-bottom:120px}.hp__acess__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.hp__acess__wrapper h2{margin-bottom:5px}.hp__access__card__wrapper{margin-top:75px;display:flex;flex-wrap:wrap;gap:23px 20px;justify-content:center}.hp__access__card{display:flex;flex-direction:column;width:calc(50% - 24px);min-height:650px;height:100%;border-radius:2px;box-shadow:0 10px 15px 0 rgba(0,0,0,.05);background-color:#fff;transition:color .25s ease-in-out,background-color .25s ease-in-out}.hp__access__card__thumb{display:flex;width:100%;height:280px;overflow:hidden}.hp__access__card__thumb picture{width:100%}.hp__access__card__thumb img{object-fit:cover;height:280px;width:100%;transition:transform .25s ease-in-out}.hp__access__card__text{display:flex;flex-direction:column;min-height:210px;padding:40px 20px;gap:30px}.access--cta{padding:10px 16px;display:flex;justify-content:center;align-items:center;gap:10px;border:1px solid #295c88;width:fit-content;background-color:#fff;color:#295c88}.hp__access__card:hover{background-color:#295c88;color:#fff;transition:color .25s ease-in-out,background-color .25s ease-in-out}.hp__access__card:hover img{transform:scale(1.06);transition:transform .25s ease-in-out}@media screen and (max-width:760px){.hp__access__card{width:75%}}@media screen and (max-width:620px){.hp__access__card{width:90%}}@media screen and (max-width:480px){.hp__access__card{width:100%}}.bio__wrapper{margin-top:0}.team__pannel--open{position:relative;padding:40px 97px;background-color:#fff;height:fit-content;margin-top:0;border-radius:10px;height:auto}.team__pannel--content,.team__pannel--open{display:none;flex-direction:column;overflow:hidden;width:100%}.team__pannel--content{text-align:left;height:0;gap:40px;z-index:150;opacity:0;transition:opacity .3s;color:#295c88}.team__pannel--content h2{color:#295c88;position:relative}.team__pannel--content h2:after{content:"";display:block;position:absolute;bottom:-30px;top:unset;width:100%;height:1px;background-color:rgba(21,77,95,.3)}.team__pannel--content p{position:relative;color:#295c88}.team__pannel--content.openPannel,.team__pannel--open.openPannel{display:flex}.closePannelTeamBtn{position:absolute;top:44px;right:100px;cursor:pointer;z-index:500}.closePannelTeamBtn svg path{fill:#8b5925}.team__pannel__fields{margin-top:20px;width:100%;display:flex;gap:30px;align-items:stretch}.team__pannel__fields--pic{display:flex;flex-shrink:0;width:30%;height:300px}.team__pannel__fields--pic img{width:100%;height:300px;object-fit:cover}.team__pannel__fields--text p:first-of-type{color:#8b5925;font-family:IBM Plex Sans,sans-serif}.team__pannel__fields--text a{background-color:#295c88}@media screen and (max-width:820px){.team__pannel__fields{flex-direction:column}.team__pannel__fields--pic{width:100%}.team__pannel__fields--pic img{object-position:top}.team__pannel--open{padding:25px}}.team__pannel__fields--text{width:100%;display:flex;flex-direction:column}.team__pannel__fields--text p:first-of-type{font-size:20px;font-style:normal;font-weight:600;line-height:26px;margin-bottom:40px}.team__pannel__fields--text a{padding:20px 30px;display:flex;width:fit-content;color:#fff;border-radius:2px;box-shadow:0 4px 30px 0 rgba(234,91,12,.1);line-height:1;margin-top:auto}.pageMedGen .services__pannel__cards__wrapper{margin-bottom:50px}.teamGrid .cta{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;line-height:0;letter-spacing:.01em;display:flex;align-items:center;padding:20px 30px;gap:10px;border-radius:50px;width:fit-content}.teamGrid .cta.cta5{line-height:19px;color:#295c88;background-color:#fff;border:1px solid #295c88;transition:background-color .3s,color .3s,box-shadow .3s}.teamGrid .cta.cta5.activBtn,.teamGrid .cta.cta5:hover{background-color:#295c88;color:#fff}.teamGrid .cta.cta5.activBtn{transition:color .3s,background-color .3s}.pages__hero__container.all__hero__container h1.caption{font-family:Inter,sans-serif;color:#a8733c;font-size:14px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:.7px;text-transform:uppercase}.pages__hero__container.all__hero__container .pages__hero__left .title1{color:#295c88;font-size:40px;font-style:normal;font-weight:600;line-height:42px;letter-spacing:-.4px}.pages__hero__container.all__hero__container .pages__hero__left p{color:#4579a7}.medspe__form__wrapper{display:flex;width:100%;padding:80px 50px;background-color:#e5bbc5;color:#fff;text-align:center;flex-direction:column;gap:50px}.medspe__form__cta__container{display:flex;gap:20px;width:100%}.medspe__form__cta{border-radius:10px;background-color:#fff;display:flex;overflow:hidden;width:50%;height:100px}.medspe__form__cta--thumb{display:flex;width:200px}.medspe__form__cta--thumb img{object-fit:cover;height:100px}.medspe__form__cta--text{display:flex;flex-direction:column;justify-content:center;text-align:left;padding-left:20px;color:#295c88}.medspe__form__cta--text div{display:flex;gap:11px;align-items:center;color:#8b5925;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.16px}@media screen and (max-width:1080px){.medspe__form__cta{flex-direction:column;height:auto}.medspe__form__cta--text{padding:15px}.medspe__form__cta--thumb{width:100%}.medspe__form__cta--thumb img{height:80px}}@media screen and (max-width:820px){.medspe__form__wrapper{padding:30px 15px}}@media screen and (max-width:580px){.medspe__form__cta__container{flex-direction:column}.medspe__form__cta{width:100%}}.urgences__infos__wrapper{width:100%;display:flex;padding:30px;background-color:#295c88;border-radius:2px;gap:30px;align-items:center;color:#fff;margin-top:70px}.urgences__infos__wrapper svg{flex-shrink:0}#urgences .pages__hero__right{justify-content:center}.all__urgences__infos{display:flex;flex-direction:column;gap:15px}.all__urgences__infos p{font-weight:700;color:#4579a7}.urgences__more__cards{padding-bottom:70px}@media screen and (max-width:580px){.urgences__infos__wrapper{flex-direction:column}}.boldy{font-weight:700}#allHosp .bg--head{background-color:#e5bbc5}#allSticky{overflow:initial}.hosp__sticky__container{display:flex;width:100%;gap:20px;justify-content:center;margin-top:0;padding-top:100px;height:auto;min-height:860px;overflow:initial}.hosp__sticky__left,.hosp__sticky__right{display:flex;flex-direction:column;width:50%;gap:35px}.hosp__sticky__right{position:sticky;top:160px;align-self:flex-start}.sticky--content{width:100%;justify-content:center;display:flex}.sticky--content img{border-radius:2px}.Hospitalisation .LMContainer{overflow:initial}.actus__cat__track{flex-wrap:wrap;justify-content:center;gap:15px 25px}.tagspacer{flex-basis:100%;flex-grow:1}.single__the__content{background-color:#fff}@media screen and (max-width:960px){.hosp__sticky__container{flex-direction:column-reverse;margin-top:40px}.hosp__sticky__left,.hosp__sticky__right{width:100%;position:relative;top:unset}.hosp__sticky__container{padding:0;min-height:unset}.hosp__sticky__container img{height:400px;width:100%}.actus__cat__track{overflow-x:auto;justify-content:flex-start;width:100%;gap:15px;flex-wrap:nowrap}.actus__cat__track .tag{width:max-content;text-transform:none}}.all__infos .pages__hero__container{align-items:flex-start}.all__infos .pages__hero__left{margin-top:150px}.all__infos__wrapper{display:flex;width:100%;gap:25px;margin-top:120px;margin-bottom:150px}.all__infos__left,.all__infos__right{width:50%;display:flex;flex-direction:column;gap:30px}.all__infos__left p,.all__infos__right p{color:#4579a7}.all__infos__left .title1,.all__infos__left .title2,.all__infos__right .title1,.all__infos__right .title2{color:#295c88}.all__infos__right{background-color:#fff;padding:30px;border-radius:5px;box-shadow:0 4px 15px 0 rgba(0,0,0,.06)}.all__infos__right .contact__maps__container{height:333px}.all__infos__right .leaflet-container{height:333px!important}@media screen and (max-width:890px){.all__infos__wrapper{flex-direction:column}.all__infos__left,.all__infos__right{width:100%;gap:70px}.all__infos .pages__hero__left{margin-top:20px}.all__infos__left{text-align:center}}.all_rdv__wrapper{display:flex;width:100%;gap:24px;margin-top:100px;margin-bottom:195px}.all_rdv__card{padding:20px 20px 40px;width:33%;display:flex;flex-direction:column;min-height:386px;background-color:#fff;border-radius:2px;gap:30px;box-shadow:0 10px 15px 0 rgba(0,0,0,.05)}.all_rdv__card__head{display:flex;gap:20px;align-items:center;margin-bottom:20px}.all_rdv__card__head svg{flex-shrink:0}.all_rdv__card__cta{padding:10px 16px;display:flex;gap:10px;align-items:center;border-radius:2px;background-color:#295c88;margin-top:auto;color:#fff;width:fit-content;line-height:1}.all__admiss__pic{border-radius:10px;display:flex;margin-top:30px;margin-bottom:0;width:100%;height:280px;overflow:hidden}.all__admiss__pic picture{width:100%}.all__admiss__pic img{border-radius:10px;width:100%;object-fit:cover;object-position:center;height:280px}.formTitle{display:flex;width:100%;flex-wrap:wrap}.formTitle p{width:100%!important}.codedropz-upload-inner div:last-of-type{text-decoration:underline}.dnd-upload-status .dnd-upload-details .name span{white-space:wrap!important}#contact .bg--head{background-color:#e5bbc5}@media screen and (max-width:980px){.all_rdv__wrapper{flex-direction:column;align-items:center}.all_rdv__card{width:75%}}@media screen and (max-width:620px){.all_rdv__card{width:100%}}@media screen and (max-width:920px){.secondary a.all__mob__nav{display:none}}@media screen and (max-width:580px){.secondary a.all__mob__nav__xs{display:none}}.all__urgences__infos .caption{color:#a8733c}.actus__content__wrapper .newsOn__card__container .newsOn__card__content__wrapper{min-height:280px}.rejoindre .LMContainer{overflow:initial}.rejoindre .LMContainer .bg--head{z-index:0}#joinUs .hosp__sticky__right .access--cta{padding:10px 22px;text-decoration:none;border:0;font-weight:700;transition:color .3s ease-in-out,background-color .3s ease-in-out}#joinUs .hosp__sticky__right .access--cta:hover{background-color:#295c88;color:#fff;transition:color .3s ease-in-out,background-color .3s ease-in-out}#joinUs .hosp__sticky__right .access--cta:hover svg path{fill:#fff}#joinUs .hosp__sticky__container{padding-top:0;margin-top:-65px;margin-bottom:150px}#joinUs .hosp__sticky__left{width:60%;padding:50px;background-color:#fff;border-radius:10px}#joinUs .hosp__sticky__left h1{margin-bottom:30px;position:relative}#joinUs .hosp__sticky__left h1:after{content:"";position:absolute;left:0;width:100%;height:1px;background-color:#dddcd5;bottom:-30px}#joinUs .hosp__sticky__right{width:40%;border-radius:10px;padding:50px 30px;background-color:#8b5925}#joinUs .hosp__sticky__right .sticky--content{display:flex;flex-direction:column;color:#fff;gap:25px}#joinUs .joinus__pic{height:250px;width:100%}#joinUs .joinus__pic img{object-fit:cover;width:100%;height:250px;border-radius:10px}#joinUs ul{margin-left:25px}#joinUs ul li{list-style-type:disc;list-style-position:outside}#joinUs a{text-decoration:underline}@media screen and (max-width:960px){#joinUs .hosp__sticky__container{flex-direction:column-reverse;margin-top:40px}#joinUs .hosp__sticky__left,#joinUs .hosp__sticky__right{width:100%;position:relative;top:unset}#joinUs .hosp__sticky__container{padding:0;min-height:unset}#joinUs .hosp__sticky__container img{height:400px;width:100%}#joinUs .joinus__pic{overflow:hidden;border-radius:10px}#joinUs .joinus__pic img{height:280px}}
/*# sourceMappingURL=script.css.map */