/*! File : /skins/agglorouen-intranet/resources/plugins/fancybox/fancybox.css */
:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover: hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, 0.3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throwOutDown-y, 150px), 0);opacity:0}}.f-carousel__slide.has-html{overflow:auto}.f-html{position:relative;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{box-sizing:border-box;min-height:1px;overflow:visible;width:100%;height:100%}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;max-width:100%;max-height:calc(80vh - 100px);overflow:auto;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);min-height:1px;overflow:visible;background:var(--f-video-bg, rgba(0,0,0,0.9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height: 100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-z-index: 1;--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-fit: cover;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-transfors: none;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff}.f-thumbs{--f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap: 0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap) * .5);cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff) * 2);margin-left:calc(var(--width-diff) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height, 3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0 !important;min-height:0 !important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255, .2);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;position:absolute;inset:0;overflow:hidden;outline:none;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116, .2);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0, var(--f-drag-offset, 0), 0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width: var(--f-close-button-width, 34px);--f-button-height: var(--f-close-button-height, 34px);--f-button-border-radius: var(--f-close-border-radius, 4px);--f-button-color: var(--f-close-button-color, #fff);--f-button-hover-color: var(--f-close-button-hover-color, #fff);--f-button-bg: var(--f-close-button-bg, transparent);--f-button-hover-bg: var(--f-close-button-hover-bg, transparent);--f-button-active-bg: var(--f-close-button-active-bg, transparent);--f-button-svg-width: var(--f-close-button-svg-width, 22px);--f-button-svg-height: var(--f-close-button-svg-height, 22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}
/*! File : /skins/agglorouen-intranet/resources/plugins/fancybox/fancybox.compactmode.css */
.fancybox__container.is-compact{--f-arrow-pos: 8px}.fancybox__container.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.fancybox__container.is-compact.is-idle .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__footer .f-caption:empty{display:none}
/*! File : /skins/agglorouen-intranet/resources/templates/common/scss/page_interieur.css */
@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url("/skins/agglorouen-intranet/resources/templates/font/material-icons.woff2") format("woff2")}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}*:focus{outline:none}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}.ui-widget{font-family:"Montserrat Light",sans-serif}.ui-widget button{font-family:"Montserrat",sans-serif;background-color:rgba(17,84,237,0.2);background-color:rgba(17,84,237,0.2);color:#1154ED;min-width:50px;font-size:16px;padding:0.5em 1em;border-radius:5%}.ui-widget button:disabled{color:grey;background-color:rgba(121,118,118,0.2)}.ui-widget button:focus{outline:unset;background-color:#1154ED;border-color:#1154ED;color:#fff}.ui-widget button:hover:not([disabled]){background-color:#1154ED;border-color:#1154ED;color:#fff}.ui-dialog{min-width:350px;max-width:700px}@media screen and (min-width: 1025px) and (max-width: 1480px){.ui-dialog{transform:scale(0.8);transform-origin:0 0}}.ui-dialog .ui-widget-header{background:none;border:none;font-size:18px;font-family:"Montserrat Bold",sans-serif;color:#000}.ui-dialog .ui-dialog-content{font-size:16px;line-height:26px;color:#000;font-family:"Montserrat Light",sans-serif}.ui-dialog .ui-dialog-content .hint{font-size:0.8em;margin:5px 0;color:#6C7381}.ui-dialog .ui-dialog-content form{margin:0px;padding:0px}.ui-dialog .ui-dialog-content .field .label .mandatory{color:#E20703}.ui-dialog .ui-dialog-content .field.error label{color:#E20703}.ui-dialog .ui-dialog-content .field.error input:not([type="checkbox"]):not([type="radio"]),.ui-dialog .ui-dialog-content .field.error textarea,.ui-dialog .ui-dialog-content .field.error select{border:2px solid #E20703}.ui-dialog .ui-dialog-content .field .input{margin-bottom:8px}.ui-dialog .ui-dialog-content .field .input .hint{font-size:12px;font-style:italic;color:#6C7381}.ui-dialog .ui-dialog-content .field .error-msg{display:block;font-size:0.8em;color:#E20703}.ui-dialog .ui-dialog-content textarea,.ui-dialog .ui-dialog-content input:not([type="checkbox"]):not([type="radio"]){font-family:"Montserrat",sans-serif;padding:8px 12px;border:1px solid #797676;width:100%;font-size:14px;box-shadow:none;background-color:#fff;border-radius:20px}.ui-dialog .ui-dialog-content .captcha{display:flex}.ui-dialog .ui-dialog-content .captcha-refresh-btn{background:none;border:none;cursor:pointer}.ui-dialog .ui-dialog-content .captcha-refresh-btn:before{color:#000;font-size:22px;font-family:"Font Awesome 6 Free";font-weight:bold;content:'\f2f1'}.ui-dialog .ui-dialog-content .captcha-refresh-btn span{display:none}.ui-dialog .ui-dialog-buttonpane{border:none}.ui-dialog button.ui-dialog-titlebar-close{display:none}.ui-widget-overlay{opacity:.3}.link-change-password-link{display:block;margin-top:5px;text-decoration:underline}.messaging-change-password-dialog .messaging-change-password-text{font-size:14px}.messaging-change-password-dialog .messaging-change-password-field{font-size:14px;margin-top:10px;display:flex;align-items:center}.messaging-change-password-dialog .messaging-change-password-field .messaging-change-password-label{margin-right:10px}@keyframes shake{0%{transform:translate(1px, 1px) rotate(0deg)}10%{transform:translate(-1px, -2px) rotate(-1deg)}20%{transform:translate(-3px, 0px) rotate(1deg)}30%{transform:translate(3px, 2px) rotate(0deg)}40%{transform:translate(1px, -1px) rotate(1deg)}50%{transform:translate(-1px, 2px) rotate(-1deg)}60%{transform:translate(-3px, 1px) rotate(0deg)}70%{transform:translate(3px, 1px) rotate(-1deg)}80%{transform:translate(-1px, -1px) rotate(1deg)}90%{transform:translate(1px, 2px) rotate(0deg)}100%{transform:translate(1px, -2px) rotate(-1deg)}}@keyframes jiggle{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}@keyframes softjiggle{0%{transform:rotate(-0.2deg)}50%{transform:rotate(0.2deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.mejs__container .mejs__controls:not([style*='display: none']){background:linear-gradient(rgba(0,0,0,0.45) 11.2%, rgba(0,0,0,0.93) 78.9%)}.mejs__container .mejs__captions-text{background:rgba(20,20,20,0.8);box-shadow:5px 0 0 rgba(20,20,20,0.8),-5px 0 0 rgba(20,20,20,0.8);padding:5px}.mejs__container .mejs__volume-button>.mejs__volume-slider{background:rgba(20,20,20,0.8)}.mejs__container.mejs__audio{font-family:"Montserrat Light",sans-serif;border-radius:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.mejs__container.mejs__audio{transform:scale(0.8);transform-origin:0 0}}.mejs__container.mejs__audio.mejs__audio{background:rgba(20,20,20,0.8)}.mejs__container.mejs__audio.mejs__audio .mejs__controls{font-family:"Montserrat Light",sans-serif}.mejs__container.mejs__audio.mejs__audio .mejs__controls:not([style*="display: none"]){background:none}.mejs__container.mejs__audio.mejs__audio .mejs__controls .mejs__time{font-size:14px;font-weight:400}.mejs__container .mejs__captions-selector-list{margin:0 !important;padding:0 !important}.mejs__container .mejs__captions-selector-list-item{margin:0 0 6px;padding:0}.mejs__container .mejs__captions-selector-list-item:before{display:none}.mejs__container .mejs__captions-selector-list-item label{color:#FFF}.mejs__container .mejs__captions-selector-list-item label.mejs__captions-selected{color:#21f8f8}.flashinfo-popup{position:absolute !important;z-index:4000;top:20%;left:50%;background-color:#fff;width:600px;height:50%;overflow:hidden;padding:20px;transform:translate(-50%, 0);display:flex;flex-direction:column}.flashinfo-popup .flashinfo-header{color:#1154ED;font-size:32px;line-height:calc($h2-font-size + 6px);font-family:"Montserrat Bold",sans-serif;margin-top:28px;margin-bottom:16px;display:flex}.flashinfo-popup .flashinfo-header svg{width:32px;height:32px;margin-right:10px}.flashinfo-popup .flashinfo-header svg path{fill:#1154ED}.flashinfo-popup .flashinfo-bottom{margin:30px 0 5px 0;display:flex;justify-content:end}.flashinfo-popup .flashinfo-bottom .btn{margin-left:10px}.flashinfo-popup .flashinfo-content{overflow-y:auto;max-height:100%;flex:1;scrollbar-width:thin;scrollbar-color:#1154ED #797676}.flashinfo-popup .flashinfo-content::-webkit-scrollbar{width:5px;height:5px}.flashinfo-popup .flashinfo-content::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.flashinfo-popup .flashinfo-content::-webkit-scrollbar-thumb{background:#1154ED;border-radius:10px}.flashinfo-popup .flashinfo-content::-webkit-scrollbar-thumb:hover{background:#000}.flashinfo-popup-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);z-index:1000}noscript .flashinfo-popup .btn{display:none}.abo-dropdown>p{color:#3C586B;font-family:"Montserrat",sans-serif;font-size:14px;line-height:17px;margin-bottom:20px;display:block}.link-abo-configure{display:flex;align-items:center;justify-content:center}.link-abo-configure a span{font-size:14px}.link-abo-configure a i{margin-left:10px;color:#fff}.link-abo-list{padding:0px;list-style:none}.link-abo-item{border-bottom:1px solid rgba(0,0,0,0.2);padding-bottom:15px;margin-bottom:15px}.link-abo-item__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.link-abo-item__top .tag{border-radius:15px;background-color:#000;font-size:12px;line-height:15px;padding:6px 15px;font-family:"Montserrat SemiBold",sans-serif;color:#fff;max-width:max-content}.link-abo-item__top .date-bull{display:flex;align-items:center;gap:6px}.link-abo-item__top .date-bull .date,.link-abo-item__top .date-bull .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .link-info-date .link-abo-item__top .date-bull .date{color:#3C586B;font-family:"Montserrat SemiBold",sans-serif;font-size:12px;font-style:italic}.link-abo-item__top .date-bull .bull{height:10px;width:10px;background-color:#1154ED;border-radius:50%;opacity:0;display:block}.link-abo-item__top .date-bull .bull.active{opacity:1}.link-abo-item p{color:#3C586B;font-family:"Montserrat",sans-serif;font-size:14px;line-height:20px;margin-bottom:6px}.link-abo-item button{color:#1154ED;font-family:"Montserrat Bold",sans-serif;font-size:14px;line-height:20px;text-decoration:underline;text-underline-offset:3px;transition:0.3s all ease-in-out;border:none;background:transparent;padding:0px;cursor:pointer}.link-abo-item button:hover{color:#32AC5C}.link-abo-item:last-of-type{border-bottom:none}.ametys-modal .ametys-modal-header .ametys-modal-return{background-color:transparent;border:none;display:flex;align-items:center;gap:10px;color:#000;font-family:"Montserrat Bold",sans-serif;font-size:14px;line-height:28px}.ametys-modal .ametys-modal-header .ametys-modal-return i{color:#000;font-size:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-modal .ametys-modal-header .ametys-modal-return{font-size:12px;line-height:24px}.ametys-modal .ametys-modal-header .ametys-modal-return i{color:#000;font-size:18px}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .tag{border-radius:15px;background-color:#000;font-size:14px;letter-spacing:0.11px;line-height:16px;padding:6px 15px;font-family:"Montserrat Bold",sans-serif;color:#fff;max-width:max-content}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .tag{font-size:12px}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .date,.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .link-info-date .ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .date{color:#3C586B;font-family:"Montserrat Bold",sans-serif;font-size:14px;font-style:italic;line-height:27.81px}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .date,.ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .link-info-date .ametys-modal .ametys-abonnements-modal .ametys-abonnements-modal-header .date{font-size:12px}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list{max-height:calc(100vh - 200px);overflow-y:auto;padding-left:0px;padding-right:20px;padding-bottom:10px;list-style:none}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list::-webkit-scrollbar{width:5px;height:5px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list::-webkit-scrollbar-track{background-color:#fff;border-radius:2px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list::-webkit-scrollbar-thumb{background-color:rgba(127,129,130,0.3);border-radius:10px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list::-webkit-scrollbar-thumb:hover{background:#32AC5C}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item{margin-bottom:25px;display:flex;align-items:flex-start;gap:15px}@media (max-width: 767px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item{flex-direction:column}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .picture{width:226px;height:130px;min-width:226px;min-height:130px}@media (max-width: 767px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .picture{width:100%}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .picture img{width:100%;height:100%;object-fit:cover}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .title{color:#1154ED;font-family:"Montserrat Bold",sans-serif;font-size:16px;line-height:17px;margin-bottom:5px;margin-top:12px}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .title{font-size:14px;line-height:15px}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .description{color:#000;font-family:"Montserrat",sans-serif;font-size:14px;line-height:20px;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .description{font-size:12px;line-height:16px}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions{flex-direction:column;gap:12px;align-items:flex-start}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions a{position:relative;color:#1154ED;font-family:"Montserrat Bold",sans-serif;font-size:14px;line-height:16px;text-decoration:underline;text-underline-offset:3px;transition:0.3s all ease-in-out;padding-left:20px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions a i{position:absolute;left:0px;top:0px;color:#1154ED;font-size:14px;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions a{font-size:12px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions a i{font-size:12px}}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions a:hover{color:#32AC5C}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions a:hover i{color:#32AC5C}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action{display:flex;align-items:center;gap:30px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action span{opacity:0.8;color:#000;font-family:"Montserrat Bold",sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;gap:6px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action span i{font-size:14px;color:#000}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button{background-color:transparent;border:none;opacity:0.8;color:#000;font-family:"Montserrat Bold",sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;gap:6px;transition:0.3s all ease-in-out}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button span{color:#000;font-family:"Montserrat Bold",sans-serif;font-size:14px;line-height:18px}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button i{font-size:14px;color:#000}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button:hover,.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button.active{opacity:1}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button:hover span,.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button.active span{color:#1154ED}.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button:hover i,.ametys-modal .ametys-abonnements-modal .ametys-abonnements-list .ametys-abonnement-list-item .infos .actions .sub-action button.active i{color:#1154ED}.ametys-modal{background-color:#fff;position:fixed;top:50%;left:50%;width:730px;max-width:100%;box-shadow:0 2px 22px 0 rgba(0,0,0,0.1);border-radius:6px;transform:translate(-50%, -50%);z-index:100;padding:33px 40px;display:none}.ametys-modal.ametys-modal-big{width:890px}.ametys-modal.ametys-modal-fullscreen{padding:0;width:90vw;height:95vh}.ametys-modal.ametys-modal-fullscreen .ametys-modal-content{height:100%;max-height:100%}.ametys-modal.ametys-modal-fullscreen .ametys-modal-close{top:-10px;right:-10px;width:32px;height:32px;border-radius:50%;font-size:20px;background-color:#1154ED;box-shadow:0 2px 22px 0 rgba(0,0,0,0.5);color:#fff;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.ametys-modal.ametys-modal-fullscreen .ametys-modal-close:hover{background-color:#32AC5C}@media screen and (max-width: 768px){.ametys-modal{height:100vh;border-radius:0px}}.ametys-modal.active{display:block}.ametys-modal .ametys-modal-content{overflow:auto;max-height:calc(100vh - 150px);-ms-overflow-style:none;scrollbar-width:none;height:100%}.ametys-modal .ametys-modal-content::-webkit-scrollbar{display:none}.ametys-modal .ametys-modal-content form{margin:0;padding:0}.ametys-modal .ametys-modal-header{margin-bottom:30px}@media (max-width: 768px){.ametys-modal .ametys-modal-header{margin-bottom:8px;margin-bottom:12px}}.ametys-modal .ametys-modal-header h1,.ametys-modal .ametys-modal-header h2,.ametys-modal .ametys-modal-header h3{color:#000;font-family:"Montserrat SemiBold",sans-serif;font-size:22px;line-height:27.6px;font-weight:normal}.ametys-modal .ametys-modal-footer{display:flex;justify-content:flex-end;gap:14px;align-items:center;margin-top:20px}.ametys-modal .ametys-modal-footer .btn span{font-size:16px}.ametys-modal .ametys-modal-footer .btn-cancel{background:none;border:none}.ametys-modal .ametys-modal-footer .btn-cancel span{color:#32AC5C}.ametys-modal .ametys-modal-footer .btn-cancel:hover span{color:#1154ED}.ametys-modal .ametys-modal-footer .btn-validate{background-color:#32AC5C;color:#fff}.ametys-modal .ametys-modal-footer .btn-validate:hover{background-color:#1154ED}.ametys-modal .ametys-modal-close{position:absolute;top:20px;right:20px;cursor:pointer;background-color:transparent;border:none}.ametys-overlay-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(49,49,49,0.3);z-index:99;display:none}.ametys-overlay-modal.active{display:block}.date-container,.header .main .icons .icon .link-info-item .link-info-date{display:flex;align-items:center;margin-bottom:16px;margin-top:8px}.date-container .date,.header .main .icons .icon .link-info-item .link-info-date .date{font-family:"Montserrat",sans-serif;color:#000;font-size:14px;line-height:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.date-container .date,.header .main .icons .icon .link-info-item .link-info-date .date{font-size:11px;line-height:17px}}.date-container svg,.header .main .icons .icon .link-info-item .link-info-date svg,.date-container img,.header .main .icons .icon .link-info-item .link-info-date img{width:18px;margin-right:8px}.date-container svg path,.header .main .icons .icon .link-info-item .link-info-date svg path,.date-container img path,.header .main .icons .icon .link-info-item .link-info-date img path{fill:#000}.date-container svg,.header .main .icons .icon .link-info-item .link-info-date svg,.events-calendar .agenda-list-carousel .agenda-list-carousel-el .agenda-list-carousel-el_date svg{width:24px}.date-container svg path,.header .main .icons .icon .link-info-item .link-info-date svg path,.events-calendar .agenda-list-carousel .agenda-list-carousel-el .agenda-list-carousel-el_date svg path{fill:#1154ED}.date-container .date,.header .main .icons .icon .link-info-item .link-info-date .date,.events-calendar .agenda-list-carousel .agenda-list-carousel-el .agenda-list-carousel-el_date .date{font-family:"Montserrat SemiBold",sans-serif}.f-caption{font-family:"Montserrat",sans-serif}.fancybox__container.is-compact .fancybox__footer{background:transparent !important}@media screen and (max-width: 1198px){.desktop-only{display:none !important}}@media screen and (min-width: 1199px){.not-in-desktop{display:none !important}}@media screen and (min-width: 768px){.mobile-only{display:none !important}}@media screen and (max-width: 767px){.not-in-mobile{display:none !important}}@media screen and (max-width: 767px){.tablet-only{display:none !important}}@media screen and (min-width: 1199px){.tablet-only{display:none !important}}@media screen and (min-width: 768px) and (max-width: 1198px){.not-in-tablet{display:none !important}}*{box-sizing:border-box}*:focus-visible{outline:2px solid #000 !important;outline-offset:2px !important;box-shadow:0 0 0 2px #fff}#main-content .with-bg *:focus-visible{outline:2px solid #fff !important;outline-offset:2px !important;box-shadow:0 0 0 2px #000 !important}.focus-reversed:focus-visible{outline:2px solid #fff !important;outline-offset:2px !important;box-shadow:0 0 0 2px #000 !important}.accessibility{position:absolute;width:100%;height:0;text-align:center;z-index:50000}.accessibility a{position:relative;left:-20000px;top:-20000px;text-decoration:underline;background-color:#fff;color:#000;padding:5px}.accessibility a:focus-visible{left:0;top:0}body{padding:0;margin:0;overflow-x:hidden;background-color:#fff;color:#000}body.hasHeaderFixed{padding-top:178px}ul li p{display:inline}ul{list-style:none}ul>li{list-style:none}.ametys-cms-content table caption{margin-bottom:7px}a,a:link,a:visited,a:focus,a:hover,a:active{color:inherit;text-decoration:none;cursor:pointer}[class^="retina-"]{display:none}[class^="standard-"]{display:block}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){[class^="standard-"]{display:none}[class^="retina-"]{display:block}}.sr-only{border:0 !important;background:none !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;width:1px !important;margin:-1px !important;overflow:hidden !important;position:absolute !important;padding:0 !important;white-space:nowrap !important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto !important;-webkit-clip-path:none !important;clip-path:none !important;height:auto !important;margin:auto !important;overflow:visible !important;width:auto !important;white-space:normal !important}[type="search"]{-webkit-appearance:none !important}.tippy-box{background-color:#1154ED !important;color:#fff !important;font-family:"Montserrat",sans-serif !important}.tippy-arrow{color:#1154ED !important}.tippy-arrow[data-theme~="notification"]{color:#fff !important}.tippy-box[data-theme~="notification"]{background-color:#fff !important;box-shadow:0 8px 24px 0 rgba(149,157,165,0.4);border-radius:4px;width:260px}.tippy-box[data-theme~="notification"] .tippy-arrow{color:#fff !important}.btn{border:3px solid #1154ED;background-color:rgba(0,0,0,0);border-radius:50px;padding:8px 16px;display:flex;align-items:center;cursor:pointer;justify-content:center;transition:0.4s ease-in-out all;color:#02369C}@media screen and (min-width: 1025px) and (max-width: 1480px){.btn{padding:6px 13px;border-width:2px}}.btn span{font-family:"Montserrat",sans-serif;color:#02369C;font-size:17px;transition:0.4s ease-in-out all}@media screen and (min-width: 1025px) and (max-width: 1480px){.btn span{font-size:14px}}.btn span.plus{font-size:24px;display:block;margin-right:8px}@media screen and (min-width: 1025px) and (max-width: 1480px){.btn span.plus{font-size:21px}}.btn img{margin-right:8px}.btn:hover{border-color:#1154ED;background-color:#1154ED}.btn:hover span{color:#fff}.btn.white{border-color:#fff;background-color:transparent}.btn.white span{color:#fff}.btn.white:hover{background-color:#fff}.btn.white:hover span{color:#1154ED}.btn.full{background-color:#1154ED;border-color:#1154ED}.btn.full span{color:#fff}.btn.full:hover{background-color:#fff}.btn.full:hover span{color:#1154ED}.no-bg .btn.white{border-color:#1154ED;color:#1154ED}.no-bg .btn.white span{color:#1154ED}.no-bg .btn:hover{background-color:#1154ED}.no-bg .btn:hover span{color:#fff}h1,h2,h3,h4,h5,h6{font-weight:normal}b,strong{font-family:"Montserrat Bold",sans-serif;font-weight:normal}.btn{border-width:2px;padding:11px 20px;border-width:2px}.btn span{font-size:16px;line-height:24px;font-family:"Montserrat SemiBold",sans-serif}.btn span.plus{font-weight:bold;font-size:20px}@media screen and (max-width: 1480px){.btn{padding:8px 17px}.btn span{font-size:14px}}.btn.white{border-color:#000}.btn.white span{color:#000}.btn.white:hover{background-color:#000}.btn.white:hover span{color:#fff}.tippy-box{background-color:#CFDDFB !important;color:#02369C !important;font-family:"Montserrat Bold",sans-serif !important;border-radius:20px;padding:2px 6px}.tippy-arrow{color:#CFDDFB !important}.search-copy{position:relative;width:100%;height:80px;padding:0;margin-top:0;margin-bottom:0;position:fixed;left:0;top:0;transform:translateX(-100%);z-index:99999999999;transition:0.2s all ease-in-out}.search-copy.fixed{transform:initial}@media screen and (max-width: 1024px){.search-copy{display:none}}.search-copy svg,.search-copy img{position:absolute;max-width:22px;top:50%;z-index:2;transform:translateY(-50%);left:35px}.search-copy svg path,.search-copy img path{fill:#000}.search-copy input{height:80px;background-color:#f9f8fa;width:100%;border:0;padding-left:80px;padding-right:20px;font-size:16px;box-shadow:none;line-height:16px;color:#31343b;font-family:"Montserrat",sans-serif;margin-bottom:0}.search-copy input::placeholder{font-size:14px;line-height:14px;color:#000;font-family:"Montserrat",sans-serif}.header{width:100%;background-color:#fff;padding-top:10px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header{padding-top:6px}}@media screen and (max-width: 1024px){.header{padding-bottom:10px}}.header .sticky-copy{display:none}.header .search-fixed{display:none}.header.fixed{position:fixed;top:0;left:0;z-index:4;padding-top:0px !important}.header.fixed.box-shadow{box-shadow:rgba(149,157,165,0.2) 0px 8px 24px}@media screen and (max-width: 1024px){.header.fixed{padding-top:10px !important;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px}}.header.fixed .main .icons{padding-left:10px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.header.fixed .main .icons .icon .badge{height:28px;width:28px;font-size:15px;margin-right:8px}}@media screen and (max-width: 1024px){.header.fixed .main .icons .icon .badge{height:23px;width:23px;font-size:12px;margin-right:8px}}@media screen and (max-width: 1250px){.header.fixed .main .icons .icon svg,.header.fixed .main .icons .icon img{height:19px}}@media screen and (max-width: 1024px){.header.fixed .main .icons .icon svg,.header.fixed .main .icons .icon img{height:26px}}@media screen and (min-width: 1025px){.header.fixed .second-height{display:none}}.header.fixed .main{margin-bottom:0px !important}.header.fixed .search-fixed{margin:0px 10px;height:55px;width:55px;min-width:55px;margin-top:0;display:flex;align-items:center;justify-content:center;background-color:#f9f8fa;border-radius:50px;transition:0.2s all ease-in-out;cursor:pointer;border:none}.header.fixed .search-fixed:hover{background-color:#e3e0e5}.header.fixed .search-fixed svg,.header.fixed .search-fixed img{max-width:22px;min-width:22px}.header.fixed .search-fixed svg path,.header.fixed .search-fixed img path{fill:#000}@media screen and (min-width: 1025px) and (max-width: 1480px){.header.fixed .search-fixed{max-height:45px;height:45px;width:45px;min-width:45px}.header.fixed .search-fixed svg,.header.fixed .search-fixed img{max-width:18px !important;min-width:18px !important}}@media screen and (max-width: 1024px){.header.fixed .search-fixed{display:none !important}}.header.fixed .sticky-copy{display:block;width:720px;margin-left:60px;min-width:500px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header.fixed .sticky-copy{margin-left:35px}}@media screen and (max-width: 1085px){.header.fixed .sticky-copy{margin-left:20px}}@media screen and (max-width: 1024px){.header.fixed .sticky-copy{display:none}}.header.fixed .sticky-copy .second{margin-bottom:0px !important}.header.fixed .sticky-copy .second nav>ul>li{padding-bottom:30px !important;width:25% !important}.header.fixed .sticky-copy .second nav>ul>li a,.header.fixed .sticky-copy .second nav>ul>li button{font-size:16px !important}.header.fixed .sticky-copy .second nav>ul>li a i,.header.fixed .sticky-copy .second nav>ul>li button i{font-size:13px;margin-top:2px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header.fixed .sticky-copy .second nav>ul>li a,.header.fixed .sticky-copy .second nav>ul>li button{font-size:13px !important}}.header.fixed .search-header{display:none}.header.fixed .search-header.fixed{display:block;position:fixed !important;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:9999999999;position:relative}.header .main{max-width:1320px;margin:auto;padding:0 60px 0px 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main{max-width:1140px;padding:0 130px 0px 20px;margin-bottom:0px}}@media screen and (max-width: 1199px){.header .main{padding:0 20px}}@media screen and (max-width: 1024px){.header .main{padding:0 20px;margin-bottom:20px}}.header .main img{max-height:55px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main img{max-height:45px}}@media screen and (max-width: 700px){.header .main img{max-width:120px}}@media screen and (max-width: 450px){.header .main img{max-width:100px}}@media screen and (max-width: 390px){.header .main img{max-width:70px}}@media screen and (max-width: 374px){.header .main img{display:none}}.header .main .search{position:relative;width:515px;margin-left:30px;padding:0;margin-top:0;margin-bottom:0}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .search{width:405px}}@media screen and (max-width: 1024px){.header .main .search{display:none}}.header .main .search svg,.header .main .search img{position:absolute;max-width:22px;top:50%;z-index:2;transform:translateY(-50%);left:35px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .search svg,.header .main .search img{max-width:20px;left:25px}}.header .main .search svg path,.header .main .search img path{fill:#000}.header .main .search input{border-radius:50px;height:55px;background-color:rgba(17,84,237,0.1);width:100%;box-shadow:none !important;border:0;padding-left:80px;padding-right:20px;font-size:16px;line-height:16px;color:#31343b;font-family:"Montserrat",sans-serif;margin-bottom:0}.header .main .search input::placeholder{font-size:14px;line-height:14px;color:#000;font-family:"Montserrat",sans-serif}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .search input::placeholder{font-size:12px}}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .search input{max-height:45px;padding-left:60px}}.header .main .icons{display:flex;align-items:center;position:relative}@media screen and (max-width: 700px){.header .main .icons{padding-left:10px;margin-left:0}}.header .main .icons .icon{cursor:pointer;margin-right:16px;position:relative;display:flex;align-items:center}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .icons .icon{margin-right:10px !important}}@media screen and (max-width: 700px){.header .main .icons .icon{margin-right:8px !important}}.header .main .icons .icon:nth-last-child(2){margin-right:0px}@media screen and (max-width: 700px){.header .main .icons .icon:nth-last-child(2){margin-right:0px !important}}.header .main .icons .icon .flex{display:flex;align-items:center}.header .main .icons .icon.mobile{display:none}.header .main .icons .icon.mobile .open-menu-mobile{background:none;border:none;padding:0}@media screen and (max-width: 1024px){.header .main .icons .icon.mobile{display:block}.header .main .icons .icon.mobile span{color:#797676;font-size:30px;margin-left:12px}}.header .main .icons .icon .link-glyph{color:#797676}.header .main .icons .icon svg,.header .main .icons .icon img{height:26px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .icons .icon svg,.header .main .icons .icon img{height:22px}}@media screen and (max-width: 700px){.header .main .icons .icon svg,.header .main .icons .icon img{height:20px !important}}.header .main .icons .icon svg path,.header .main .icons .icon img path{fill:#797676;transition:0.3s all ease-in-out}.header .main .icons .icon .badge{width:35px;height:35px;background:#1154ED;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-family:"Montserrat Bold",sans-serif;color:#fff;margin-left:6px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .icons .icon .badge{width:28px;height:28px;font-size:15px}}@media screen and (max-width: 700px){.header .main .icons .icon .badge{height:25px !important;font-size:14px !important;width:25px !important}}.header .main .icons .icon .open-notification-sr{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;background-color:transparent !important}.header .main .icons .icon .open-notification-sr i{color:#797676;font-size:14px}@media (max-width: 1400px){.header .main .icons .icon .open-notification-sr i{font-size:12px !important}}.header .main .icons .icon .open-notification-sr:focus{clip:auto !important;-webkit-clip-path:none !important;clip-path:none !important;height:auto !important;margin:0 !important;margin-left:5px !important;overflow:visible !important;position:static !important;width:auto !important;white-space:inherit !important}.header .main .icons .icon .open-notification-sr.expanded i{transform:rotate(180deg)}.header .main .icons .icon .dropdown{display:none;position:absolute;background:#fff;top:40px;padding:32px 16px;width:365px;right:0;box-shadow:rgba(149,157,165,0.4) 0px 8px 24px;border-radius:6px;z-index:50;cursor:default}.header .main .icons .icon .dropdown a{text-decoration:none}.header .main .icons .icon .dropdown.openAccessibility{display:block}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .icons .icon .dropdown{scale:80%;transform-origin:50% 0;top:40px;right:-40px}}@media screen and (max-width: 550px){.header .main .icons .icon .dropdown{max-width:90vw;max-height:calc(90vh - 200px);overflow:auto;position:fixed;top:140px;left:50%;transform:translateX(-50%)}}.header .main .icons .icon .dropdown:before{height:20px;content:"";position:absolute;background:transparent;width:100%;top:-20px;left:0}.header .main .icons .icon .dropdown .link-info-short-value{display:none}.header .main .icons .icon .dropdown .link-info-long-value{font-size:27px;line-height:31px;color:#1154ED;font-family:"Montserrat Bold",sans-serif;margin:0;margin-bottom:32px;display:block}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .icons .icon .dropdown .link-info-long-value{font-size:24px}}.header .main .icons .icon .dropdown .link-info-item{margin-bottom:12px;display:block;padding:8px}.header .main .icons .icon .dropdown .link-info-item.alert{padding:0px}.header .main .icons .icon .dropdown .link-info-item.alert a{display:block;padding:8px;border-radius:12px;transition:0.3s ease-in-out all}.header .main .icons .icon .dropdown .link-info-item.alert a:hover{background:rgba(0,0,0,0.06)}.header .main .icons .icon .dropdown .link-info-item .link-info-footer{color:#000;font-family:"Montserrat SemiBold",sans-serif;font-size:16px;line-height:22px;display:block}.header .main .icons .icon .dropdown .link-info-item .link-info-title{color:#02369C;font-family:"Montserrat SemiBold",sans-serif;font-size:16px;line-height:22px;display:block}.header .main .icons .icon .dropdown .link-info-item .link-info-summary{margin:0;color:#000;font-family:"Montserrat",sans-serif;font-size:14px;line-height:20px;display:block}.header .main .icons .icon:hover svg path,.header .main .icons .icon:hover img path{fill:#1154ED}.header .second-height{height:91px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second-height{height:74px}}@media screen and (max-width: 1024px){.header .second-height{height:0}}.header .second-container{width:100%;background:#fff}.header .second-container.fixed{position:fixed;top:0;left:0;z-index:4}.header .second-container.fixed .second{margin:0 auto}.header .second{max-width:1000px;margin:auto;background-size:cover;margin-top:10px;margin-bottom:10px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second{margin-top:8px}}.header .second .btn{display:none}.header .second.open{transform:initial;visibility:visible}.header .second .close{display:none;border:none;background:none;position:fixed;top:20px;right:20px;width:30px;height:30px;padding:0;z-index:11;cursor:pointer}.header .second .close span,.header .second .close i{color:#000;font-size:30px;margin:0}.header .second .section-title{max-width:1320px;padding:30px 0 0 35px;margin:auto;margin-bottom:5px;font-size:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second .section-title{font-size:16px}}.header .second .section-title a{text-align:left;color:#fff;text-transform:uppercase;position:relative}.header .second .section-title a:after{content:"";position:absolute;right:0;bottom:-4px;width:100%;height:2px;background:#fff}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second .section-title a:after{bottom:-3px;height:1px}}@media screen and (max-width: 1024px){.header .second{margin-top:0;display:block}.header .second .btn{display:block}.header .second .section-title{padding:40px 20px 0 20px}.header .second .close{display:block}}.header .second .search{position:relative;width:calc(100% - 60px);margin:20px auto;margin-top:60px;display:none;padding:0}@media screen and (max-width: 1024px){.header .second .search{display:block}}.header .second .search svg,.header .second .search img{position:absolute;max-width:22px;top:50%;transform:translateY(-50%);left:35px;z-index:2}.header .second .search svg path,.header .second .search img path{fill:#000}.header .second .search input{border-radius:50px;height:55px;background-color:#f9f8fa;width:100%;max-width:100%;border:0;padding-left:80px;padding-right:20px;font-size:12px;line-height:12px;color:#31343b;font-family:"Montserrat",sans-serif;box-shadow:none !important;margin-bottom:0}.header .second .search input::placeholder{font-size:12px;line-height:12px;color:#000;font-family:"Montserrat",sans-serif}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second .search input{max-height:45px}}@media screen and (max-width: 1024px){.header .second{position:fixed;top:0;left:0;height:100vh;width:100vw;overflow-x:auto;max-height:100vh;max-width:100vw;background-color:#fff;z-index:999;padding-bottom:50px;transform:translateY(-200%);transition:0.4s ease-in-out all;visibility:hidden}}.header .second nav>ul{display:flex;align-items:center;justify-content:space-between;padding:0;margin:0;list-style:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul{justify-content:center}}@media screen and (max-width: 1024px){.header .second nav>ul{flex-direction:column;justify-content:space-between;margin-top:100}}.header .second nav>ul>li{padding:25px 0;width:25%;transition:0.2s ease-in-out all;border-radius:10px 10px 0px 0px;cursor:pointer;display:flex;align-items:center}.header .second nav>ul>li .close span,.header .second nav>ul>li .close i{color:#fff}@media screen and (max-width: 800px){.header .second nav>ul>li{width:50%;border-radius:0;padding:16px 0}}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li{width:80%;padding-top:15px;padding-bottom:15px}}.header .second nav>ul>li a,.header .second nav>ul>li button{width:100%;text-align:center;font-size:19px;color:#000;font-family:"Montserrat",sans-serif;background:none;border:none;cursor:pointer}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li a,.header .second nav>ul>li button{font-size:15px}}@media screen and (max-width: 800px){.header .second nav>ul>li a,.header .second nav>ul>li button{font-size:16px}}.header .second nav>ul>li button{display:flex;justify-content:center;align-items:center}.header .second nav>ul>li button i{margin-left:6px;font-size:17px;margin-top:4px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li button i{font-size:13px;margin-top:3px}}@media screen and (max-width: 1024px){.header .second nav>ul>li button:not(.close) i{display:none}}.header .second nav>ul>li button.expanded i{transform:rotate(180deg)}.header .second nav>ul>li .submenu{display:none;position:absolute;top:158px;left:0;width:100%;z-index:9999999;max-height:calc(100vh - 250px);overflow-y:auto;background-color:#CFDDFB;background-repeat:no-repeat;background-position:bottom -150px right -50px;height:0px;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li .submenu{top:142px}}.header .second nav>ul>li .submenu::-webkit-scrollbar{width:5px;height:5px}.header .second nav>ul>li .submenu::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.header .second nav>ul>li .submenu::-webkit-scrollbar-thumb{background:#000;border-radius:10px}.header .second nav>ul>li .submenu::-webkit-scrollbar-thumb:hover{background:#000}.header .second nav>ul>li .submenu .close{display:none}@media screen and (max-width: 1024px){.header .second nav>ul>li .submenu.active{width:100vw;overflow:auto;max-height:initial !important;height:100vh;position:fixed;top:0 !important;right:0;display:block}.header .second nav>ul>li .submenu.active .close{display:block}}.header .second nav>ul>li .submenu .container{max-width:1320px;padding:30px 50px 18px 70px;margin:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li .submenu .container{padding-top:30px}}@media screen and (max-width: 800px){.header .second nav>ul>li .submenu .container{padding:20px;padding-left:60px}}.header .second nav>ul>li .submenu .container>li{width:calc(25% - 30px);margin-bottom:32px;margin-right:30px;padding:0}.header .second nav>ul>li .submenu .container>li ul{display:flex;flex-direction:column;padding:10px 0}.header .second nav>ul>li .submenu .container>li ul li{width:100% !important;padding:10px 0 !important;background:transparent;border-radius:0}.header .second nav>ul>li .submenu .container>li.title svg,.header .second nav>ul>li .submenu .container>li.title img{max-height:20px;min-height:20px;min-width:45.3px}.header .second nav>ul>li .submenu .container>li.title svg path,.header .second nav>ul>li .submenu .container>li.title svg circle,.header .second nav>ul>li .submenu .container>li.title img path,.header .second nav>ul>li .submenu .container>li.title img circle{fill:#fff}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li .submenu .container>li.title svg,.header .second nav>ul>li .submenu .container>li.title img{max-height:16px;min-height:16px;min-width:35px}}.header .second nav>ul>li .submenu .container>li.title>a{font-size:22px;display:flex;align-items:flex-start;margin-left:-45px}.header .second nav>ul>li .submenu .container>li.title span{margin-top:2px;display:block}.header .second nav>ul>li .submenu .container>li a{text-align:left;color:#fff;font-size:16px !important;position:relative;display:inline-block;width:auto;max-width:90%;margin-top:inherit}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li .submenu .container>li a{font-size:13px !important}}.header .second nav>ul>li .submenu .container>li a:after{content:"";bottom:-10px;width:0;right:0;position:absolute;height:2px;background:#fff;transition:0.4s width}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li .submenu .container>li a:after{bottom:-6px;height:1.5px}}.header .second nav>ul>li .submenu .container>li a.external span:after{font-family:"Font Awesome 6 Free";font-weight:bold;content:'\f08e';margin-left:.45rem;font-size:0.9em}.header .second nav>ul>li .submenu .container>li a:hover:after{width:100%;left:0}@media screen and (max-width: 800px){.header .second nav>ul>li .submenu .container>li{width:50%}}@media screen and (max-width: 500px){.header .second nav>ul>li .submenu .container>li{width:100%}}@media screen and (min-width: 1024px){.header .second nav>ul>li.open{background:#CFDDFB}.header .second nav>ul>li.open a,.header .second nav>ul>li.open button{color:#fff}.header .second nav>ul>li.open .submenu{height:auto;display:block}}.header .second .access-copy{display:flex;margin-top:30px;position:relative;align-items:center;display:none}@media screen and (max-width: 1024px){.header .second .access-copy{flex-direction:column;display:block}}.header .second .access-copy h2{color:#1154ED;font-size:24px;line-height:22px;font-family:"Montserrat",sans-serif;margin:0;text-align:center}.header .second .access-copy h2 strong{font-family:"Montserrat Bold",sans-serif}@media screen and (max-width: 1235px){.header .second .access-copy h2{display:none}}@media screen and (max-width: 1024px){.header .second .access-copy h2{display:block;max-width:100%;margin-bottom:30px}}.header .second .access-copy ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;width:calc(100% - 110px);justify-content:space-between}@media screen and (max-width: 1024px){.header .second .access-copy ul{flex-direction:column}}@media screen and (max-width: 1235px){.header .second .access-copy ul{width:100%}}.header .second .access-copy ul li{padding:8px 0;margin-left:20px}@media screen and (max-width: 1300px){.header .second .access-copy ul li{margin-left:12px}}@media screen and (max-width: 1150px){.header .second .access-copy ul li{margin-left:8px}}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second .access-copy ul li{padding:12px 0}}.header .second .access-copy ul li a{display:flex;align-items:center;justify-content:center}.header .second .access-copy ul li a svg,.header .second .access-copy ul li a img{width:28px;height:28px;min-width:28px;max-width:28px;min-height:28px;max-height:28px;margin-right:12px}@media screen and (max-width: 1150px){.header .second .access-copy ul li a svg,.header .second .access-copy ul li a img{margin-right:8px}}.header .second .access-copy ul li a svg path,.header .second .access-copy ul li a img path{fill:#1154ED}.header .second .access-copy ul li a svg.svg-stroke path,.header .second .access-copy ul li a img.svg-stroke path{fill:none;stroke:#1154ED;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.header .second .access-copy ul li a svg.svg-stroke circle,.header .second .access-copy ul li a img.svg-stroke circle{fill:#1154ED}.header .second .access-copy ul li a span.link{color:#000;font-size:18px;font-family:"Montserrat SemiBold",sans-serif;transition:0.3s all ease-in-out}@media screen and (max-width: 1150px){.header .second .access-copy ul li a span.link{font-size:14px}}@media screen and (max-width: 1024px){.header .second .access-copy ul li a span.link{font-size:16px}}.header .second .access-copy ul li a:hover span{color:#1154ED}.menu-fixed{position:fixed;right:0;top:0;display:flex;z-index:9;transform:translateX(calc(100% - 120px));transition:0.3s all ease-in-out;max-height:100vh}.menu-fixed.active .right{display:block}@media screen and (max-width: 1025px){.menu-fixed{transform:translateX(calc(100% - 120px)) translateY(calc(100% - 105px))}.menu-fixed.opened{transform:translateX(calc(100% - 120px))}}@media screen and (min-width: 1026px) and (max-width: 1199px){.menu-fixed{transform:translateX(calc(100% - 95px)) translateY(calc(100% - 90px))}.menu-fixed.opened{transform:translateX(calc(100% - 95px))}}@media screen and (min-width: 1200px) and (max-width: 1480px){.menu-fixed{transform:translateX(calc(100% - 95px))}}@media screen and (max-width: 1199px){.menu-fixed{bottom:0px;right:0px;top:initial}.menu-fixed a,.menu-fixed button:not(.open-menu-mobile){visibility:hidden}.menu-fixed.opened .is-open{display:block !important}.menu-fixed.opened .is-closed{display:none !important}.menu-fixed.opened a,.menu-fixed.opened button:not(.open-menu-mobile){visibility:visible}}.menu-fixed .open-menu-mobile{margin-bottom:20px}.menu-fixed .open-menu-mobile span{margin-top:0 !important}.menu-fixed .open-menu-mobile span.material-icons{font-family:"Material Icons" !important;font-size:30px !important;margin-bottom:10px}@media screen and (min-width: 1200px){.menu-fixed .open-menu-mobile{display:none !important}}.menu-fixed.active{transform:initial}.menu-fixed .left{background-color:#1154ED;width:120px;padding:20px 0;padding-bottom:0;overflow-y:auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#1154ED grey}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left{width:95px}}.menu-fixed .left::-webkit-scrollbar{width:2px;height:2px}.menu-fixed .left::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.menu-fixed .left::-webkit-scrollbar-thumb{background:#1154ED;border-radius:10px}.menu-fixed .left::-webkit-scrollbar-thumb:hover{background:grey}@media screen and (max-width: 1199px){.menu-fixed .left{padding-top:0px}}.menu-fixed .left .picture{margin:auto;width:80%;border-bottom:1px solid #fff;padding-bottom:30px}@media screen and (max-width: 1199px){.menu-fixed .left .picture{padding:20px 0}}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left .picture{padding:10px 0}}.menu-fixed .left .picture img{width:95px;height:95px;object-fit:cover;display:block;margin:auto;border-radius:50%}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left .picture img{width:75px;height:75px}}.menu-fixed .left button,.menu-fixed .left a{display:block;border:none;background:none;padding:0;margin:3px;width:calc(100% - 6px);cursor:pointer}.menu-fixed .left button .icon-block,.menu-fixed .left a .icon-block{display:flex;flex-direction:column;position:relative;justify-content:center;height:100px;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left button .icon-block,.menu-fixed .left a .icon-block{height:80px}}.menu-fixed .left button .icon-block.has-notif:before,.menu-fixed .left a .icon-block.has-notif:before{content:"";position:absolute;top:23px;left:67px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px;height:8px;border:2px solid #fff;background:red;border-radius:50%}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left button .icon-block.has-notif:before,.menu-fixed .left a .icon-block.has-notif:before{top:18px;left:52px}}.menu-fixed .left button .icon-block:after,.menu-fixed .left a .icon-block:after{position:absolute;bottom:0;width:80%;left:10%;content:"";height:1px;background-color:#fff}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left button .icon-block:after,.menu-fixed .left a .icon-block:after{height:.5px}}.menu-fixed .left button .icon-block span,.menu-fixed .left a .icon-block span{font-family:"Montserrat",sans-serif;color:#fff;font-size:12px;display:block;text-align:center;max-width:100px;margin:0 auto;margin-top:6px;transition:0.3s ease-in-out all}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left button .icon-block span,.menu-fixed .left a .icon-block span{font-size:10px;padding-left:5px;padding-right:5px}}.menu-fixed .left button .icon-block svg,.menu-fixed .left button .icon-block img,.menu-fixed .left a .icon-block svg,.menu-fixed .left a .icon-block img{width:30px;height:30px;margin:0 auto}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .left button .icon-block svg,.menu-fixed .left button .icon-block img,.menu-fixed .left a .icon-block svg,.menu-fixed .left a .icon-block img{width:24px;height:24px}}.menu-fixed .left button .icon-block svg path,.menu-fixed .left button .icon-block svg rect,.menu-fixed .left button .icon-block svg circle,.menu-fixed .left button .icon-block img path,.menu-fixed .left button .icon-block img rect,.menu-fixed .left button .icon-block img circle,.menu-fixed .left a .icon-block svg path,.menu-fixed .left a .icon-block svg rect,.menu-fixed .left a .icon-block svg circle,.menu-fixed .left a .icon-block img path,.menu-fixed .left a .icon-block img rect,.menu-fixed .left a .icon-block img circle{transition:0.3s ease-in-out all;fill:#fff;stroke:#1154ED}.menu-fixed .left button .icon-block:hover,.menu-fixed .left button .icon-block.active,.menu-fixed .left a .icon-block:hover,.menu-fixed .left a .icon-block.active{background:#f9f8fa;margin-top:-1px}.menu-fixed .left button .icon-block:hover span,.menu-fixed .left button .icon-block.active span,.menu-fixed .left a .icon-block:hover span,.menu-fixed .left a .icon-block.active span{color:#1154ED}.menu-fixed .left button .icon-block:hover svg path,.menu-fixed .left button .icon-block:hover svg rect,.menu-fixed .left button .icon-block:hover svg circle,.menu-fixed .left button .icon-block:hover img path,.menu-fixed .left button .icon-block:hover img rect,.menu-fixed .left button .icon-block:hover img circle,.menu-fixed .left button .icon-block.active svg path,.menu-fixed .left button .icon-block.active svg rect,.menu-fixed .left button .icon-block.active svg circle,.menu-fixed .left button .icon-block.active img path,.menu-fixed .left button .icon-block.active img rect,.menu-fixed .left button .icon-block.active img circle,.menu-fixed .left a .icon-block:hover svg path,.menu-fixed .left a .icon-block:hover svg rect,.menu-fixed .left a .icon-block:hover svg circle,.menu-fixed .left a .icon-block:hover img path,.menu-fixed .left a .icon-block:hover img rect,.menu-fixed .left a .icon-block:hover img circle,.menu-fixed .left a .icon-block.active svg path,.menu-fixed .left a .icon-block.active svg rect,.menu-fixed .left a .icon-block.active svg circle,.menu-fixed .left a .icon-block.active img path,.menu-fixed .left a .icon-block.active img rect,.menu-fixed .left a .icon-block.active img circle{fill:#1154ED;stroke:#fff}.menu-fixed .left button:last-child .icon-block:after,.menu-fixed .left a:last-child .icon-block:after{display:none}.menu-fixed .right{width:800px;background:#fff;max-height:100vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1154ED rgba(0,0,0,0.1);display:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right{width:640px}}.menu-fixed .right::-webkit-scrollbar{width:5px;height:5px}.menu-fixed .right::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.menu-fixed .right::-webkit-scrollbar-thumb{background:#1154ED;border-radius:10px}.menu-fixed .right::-webkit-scrollbar-thumb:hover{background:#000}@media screen and (max-width: 900px){.menu-fixed .right{width:calc(90vw - 120px)}}@media screen and (max-width: 440px){.menu-fixed .right{width:calc(95vw - 120px)}}.menu-fixed .right .personnalize{background:#dedee5;padding:8px 57px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .personnalize{padding-top:6px;padding-bottom:6px}}@media screen and (max-width: 900px){.menu-fixed .right .personnalize{padding:8px 16px}}.menu-fixed .right .personnalize .colors{display:flex;align-items:center}.menu-fixed .right .personnalize .text{font-family:"Montserrat Bold",sans-serif;font-size:14px;color:#000;margin-right:12px}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .personnalize .text{font-size:11px}}.menu-fixed .right .personnalize .round{height:20px;width:20px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 4px;cursor:pointer}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .personnalize .round{width:16px;height:16px}}.menu-fixed .right .personnalize .round span{font-size:15px;color:transparent}.menu-fixed .right .personnalize .round.active span{color:#fff}.menu-fixed .right .personnalize .round.color1{background-color:#1154ED}.menu-fixed .right .personnalize .round.color2{background-color:#444}.menu-fixed .right .personnalize .round.color3{background-color:#1ABC9C}.menu-fixed .right .top{padding:40px;padding-bottom:36px;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .top{padding:30px;padding-bottom:24px}}@media screen and (max-width: 900px){.menu-fixed .right .top{padding:16px;padding-bottom:10px}}@media screen and (max-width: 500px){.menu-fixed .right .top{flex-direction:column;align-items:flex-start}}.menu-fixed .right .top .name{font-family:"Montserrat",sans-serif;font-size:24px;color:#000;margin-bottom:6px}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .top .name{font-size:19px}}@media screen and (max-width: 900px){.menu-fixed .right .top .name{font-size:12px}}.menu-fixed .right .top .name strong{font-family:"Montserrat Bold",sans-serif}.menu-fixed .right .top a{display:flex;align-items:center;margin-bottom:4px}.menu-fixed .right .top a span{font-family:"Montserrat",sans-serif;font-size:17px;color:#000;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .top a span{font-size:14px}}@media screen and (max-width: 900px){.menu-fixed .right .top a span{font-size:12px}}.menu-fixed .right .top a svg,.menu-fixed .right .top a img{margin-left:12px;height:20px;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .top a svg,.menu-fixed .right .top a img{height:17px}}@media screen and (max-width: 900px){.menu-fixed .right .top a svg,.menu-fixed .right .top a img{height:15px}}.menu-fixed .right .top a svg path,.menu-fixed .right .top a svg polygon,.menu-fixed .right .top a img path,.menu-fixed .right .top a img polygon{fill:#000}.menu-fixed .right .top a:hover span{color:#000}.menu-fixed .right .top a:hover svg path,.menu-fixed .right .top a:hover svg polygon,.menu-fixed .right .top a:hover img path,.menu-fixed .right .top a:hover img polygon{fill:#000}.menu-fixed .right .apps{display:none;padding:24px 32px;background:#f9f8fa;position:relative}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps{padding-left:28px;padding-right:28px}}@media screen and (max-width: 900px){.menu-fixed .right .apps{padding:16px}.menu-fixed .right .apps:after{display:none}}@media screen and (max-width: 600px){.menu-fixed .right .apps{padding:10px}}.menu-fixed .right .apps .flex{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:8px;margin-bottom:20px}.menu-fixed .right .apps .flex h3{font-family:"Montserrat Bold",sans-serif;font-weight:500;font-size:28px;margin-top:0;margin-bottom:0;margin-right:10px;color:#1154ED}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .flex h3{font-size:22px}}@media screen and (max-width: 900px){.menu-fixed .right .apps .flex h3{font-size:18px}}.menu-fixed .right .apps .flex button{display:flex;align-items:center;color:#1154ED;font-family:"Montserrat Bold",sans-serif;letter-spacing:0;font-size:13px;text-transform:uppercase;transition:0.3s all ease-in-out;padding:0;margin-right:10px;border:none;background:none;cursor:pointer}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .flex button{font-size:10px}}@media screen and (max-width: 900px){.menu-fixed .right .apps .flex button{font-size:10px}}.menu-fixed .right .apps .flex button svg,.menu-fixed .right .apps .flex button img{min-width:16px;min-height:16px;width:16px;height:16px;margin-left:8px}.menu-fixed .right .apps .flex button svg path,.menu-fixed .right .apps .flex button img path{fill:#1154ED;transition:0.3s all ease-in-out}.menu-fixed .right .apps .flex button:hover{color:#000}.menu-fixed .right .apps .flex button:hover svg path,.menu-fixed .right .apps .flex button:hover img path{fill:#000}.menu-fixed .right .apps .search{position:relative;width:260px;padding:0;margin-top:0;margin-bottom:16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .search{width:230px}}@media screen and (max-width: 1024px){.menu-fixed .right .apps .search{display:none}}.menu-fixed .right .apps .search svg,.menu-fixed .right .apps .search img{position:absolute;max-width:22px;top:50%;transform:translateY(-50%);left:15px;z-index:2}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .search svg,.menu-fixed .right .apps .search img{max-width:18px}}.menu-fixed .right .apps .search svg path,.menu-fixed .right .apps .search img path{fill:#000}.menu-fixed .right .apps .search input{border-radius:50px;height:45px;background-color:#efedf2;width:100%;border:1px solid #797676;padding-left:50px;padding-right:20px;font-size:14px;line-height:14px;box-shadow:none !important;color:#31343b;font-family:"Montserrat",sans-serif;margin-bottom:0}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .search input{height:35px}}.menu-fixed .right .apps .search input::placeholder{font-size:14px;line-height:14px;color:#000;font-family:"Montserrat",sans-serif}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .search input::placeholder{font-size:12px;line-height:12px}}.menu-fixed .right .apps .links{padding:20px 40px;display:flex;justify-content:space-between;flex-wrap:wrap;z-index:2;position:relative}@media screen and (max-width: 900px){.menu-fixed .right .apps .links{padding:16px;max-height:450px;overflow:auto}}.menu-fixed .right .apps .links a{display:block;width:18%;margin-bottom:50px}@media screen and (max-width: 900px){.menu-fixed .right .apps .links a{width:33%}}@media screen and (max-width: 500px){.menu-fixed .right .apps .links a{width:49%}}.menu-fixed .right .apps .links a span{font-size:12px;display:block;margin-top:6px;color:#000;font-family:"Montserrat",sans-serif;margin:auto;text-align:center;transition:0.3s all ease-in-out}.menu-fixed .right .apps .links a svg,.menu-fixed .right .apps .links a img{height:35px;margin:auto;display:block}@media screen and (min-width: 1025px) and (max-width: 1480px){.menu-fixed .right .apps .links a svg,.menu-fixed .right .apps .links a img{height:26px}}.menu-fixed .right .apps .links a svg path,.menu-fixed .right .apps .links a img path{fill:#000;transition:0.3s all ease-in-out}.menu-fixed .right .apps .links a:hover span{color:#1154ED}.menu-fixed .right .apps .links a:hover svg path,.menu-fixed .right .apps .links a:hover img path{fill:#1154ED}.overlay,.overlay-sticky{z-index:7;width:100vw;height:100vh;background-color:rgba(0,0,0,0.56);display:none;position:fixed;top:0;left:0;cursor:pointer}.overlay.active,.overlay-sticky.active{display:block}.overlay-sticky{z-index:9999999}.menu-fixed.color2 .left{background-color:#444}.menu-fixed.color2 .right .flex{display:flex;align-items:center;justify-content:space-between}.menu-fixed.color2 .right .flex .h3{color:#1154ED}.menu-fixed.color2 .right .flex a{color:#1154ED}.menu-fixed.color2 .right .flex a svg path,.menu-fixed.color2 .right .flex a img path{fill:#1154ED}.menu-fixed.color3 .left{background-color:#1ABC9C}.menu-fixed.color3 .left .picture{border-bottom:1px solid #000}.menu-fixed.color3 .left a .icon-block:after{background-color:#000}.menu-fixed.color3 .left a .icon-block span{color:#000}.menu-fixed.color3 .left a .icon-block svg path,.menu-fixed.color3 .left a .icon-block svg rect,.menu-fixed.color3 .left a .icon-block svg circle,.menu-fixed.color3 .left a .icon-block img path,.menu-fixed.color3 .left a .icon-block img rect,.menu-fixed.color3 .left a .icon-block img circle{transition:0.3s ease-in-out all;fill:#000}.menu-fixed.color3 .right .flex{display:flex;align-items:center;justify-content:space-between}.menu-fixed.color3 .right .flex .h3{color:#000}.menu-fixed.color3 .right .flex a{color:#000}.menu-fixed.color3 .right .flex a svg path,.menu-fixed.color3 .right .flex a img path{fill:#000}.overlay.user-menu{z-index:7;width:100vw;height:100vh;background-color:rgba(0,0,0,0.56);display:none;position:fixed;top:0;left:0;cursor:pointer}.overlay.user-menu.active{display:block}@media screen and (max-width: 1024px){.sticky-container{display:block;position:fixed;bottom:0;left:0;background:#fff;z-index:10000000;height:auto !important;margin-bottom:0 !important;padding:30px 0 !important;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;transform:translateY(100%);transition:0.2s all ease-in-out}}.sticky-container.open{transform:initial}.sticky-menu{width:100vw;background:#fff;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;padding:12px 0}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu{padding:6px 0}}@media screen and (max-width: 1024px){.sticky-menu{box-shadow:initial !important}}.sticky-menu.fixed{position:fixed;top:78px;left:0;z-index:3}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu.fixed{top:72px}}.sticky-menu .access{display:flex;max-width:1320px;padding:0 60px 0px 15px;margin:auto;position:relative;align-items:center}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu .access{max-width:1140px;padding:0 120px 0px 15px}}@media screen and (max-width: 1024px){.sticky-menu .access{flex-direction:column}}.sticky-menu .access h2{color:#1154ED;font-size:24px;line-height:22px;font-family:"Montserrat",sans-serif;margin:0;max-width:110px}.sticky-menu .access h2 strong{font-family:"Montserrat Bold",sans-serif}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu .access h2{font-size:20px;line-height:18px}}@media screen and (max-width: 1235px){.sticky-menu .access h2{display:none}}@media screen and (max-width: 1024px){.sticky-menu .access h2{display:block;max-width:100%;margin-bottom:30px}}.sticky-menu .access ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;width:calc(100% - 110px);justify-content:space-between}@media screen and (max-width: 1024px){.sticky-menu .access ul{flex-direction:column}}@media screen and (max-width: 1235px){.sticky-menu .access ul{width:100%}}.sticky-menu .access ul li{padding:8px 0;margin-left:20px}@media screen and (max-width: 1300px){.sticky-menu .access ul li{margin-left:12px}}@media screen and (max-width: 1150px){.sticky-menu .access ul li{margin-left:8px}}.sticky-menu .access ul li a{display:flex;align-items:center}.sticky-menu .access ul li a svg,.sticky-menu .access ul li a img{width:28px;height:28px;margin-right:12px}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu .access ul li a svg,.sticky-menu .access ul li a img{margin-right:8px;height:22px;width:22px}}.sticky-menu .access ul li a svg path,.sticky-menu .access ul li a img path{fill:#1154ED}.sticky-menu .access ul li a svg.svg-stroke path,.sticky-menu .access ul li a img.svg-stroke path{fill:none;stroke:#1154ED;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.sticky-menu .access ul li a svg.svg-stroke circle,.sticky-menu .access ul li a img.svg-stroke circle{fill:#1154ED}.sticky-menu .access ul li a span.link{color:#000;font-size:18px;font-family:"Montserrat SemiBold",sans-serif;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu .access ul li a span.link{font-size:13px}}@media screen and (max-width: 1150px){.sticky-menu .access ul li a span.link{font-size:13px}}@media screen and (max-width: 1024px){.sticky-menu .access ul li a span.link{font-size:13px}}.sticky-menu .access ul li a:hover span{color:#1154ED}@media print{.header{display:none}.sticky-container{display:none !important}.menu-fixed{display:none}.bandeau-warning{display:none}form{display:none !important}.btn{display:none !important}}.date-container,.header .main .icons .icon .link-info-item .link-info-date{display:flex;align-items:center;margin-bottom:16px;margin-top:8px}.date-container .date,.header .main .icons .icon .link-info-item .link-info-date .date{font-family:"Montserrat",sans-serif;color:#000;font-size:14px;line-height:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.date-container .date,.header .main .icons .icon .link-info-item .link-info-date .date{font-size:11px;line-height:17px}}.date-container svg,.header .main .icons .icon .link-info-item .link-info-date svg,.date-container img,.header .main .icons .icon .link-info-item .link-info-date img{width:18px;margin-right:8px}.date-container svg path,.header .main .icons .icon .link-info-item .link-info-date svg path,.date-container img path,.header .main .icons .icon .link-info-item .link-info-date img path{fill:#000}.date-container svg,.header .main .icons .icon .link-info-item .link-info-date svg,.events-calendar .agenda-list-carousel .agenda-list-carousel-el .agenda-list-carousel-el_date svg{width:24px}.date-container svg path,.header .main .icons .icon .link-info-item .link-info-date svg path,.events-calendar .agenda-list-carousel .agenda-list-carousel-el .agenda-list-carousel-el_date svg path{fill:#1154ED}.date-container .date,.header .main .icons .icon .link-info-item .link-info-date .date,.events-calendar .agenda-list-carousel .agenda-list-carousel-el .agenda-list-carousel-el_date .date{font-family:"Montserrat SemiBold",sans-serif}.header .main .icons .icon .link-info-item .link-info-date{padding:0;margin:0}.header .main .icons .icon .badge.error{background:#E20703}.header .main .icons .icon .dropdown.empty{padding:22px 16px}.header .main .icons .icon .dropdown.empty .link-info-long-value{font-family:"Montserrat",sans-serif;color:#000;font-size:14px;margin-bottom:0px}.header .main .icons .icon .dropdown.link-info-error-message{padding:22px 16px;font-family:"Montserrat",sans-serif;color:#E20703;font-size:14px;margin-bottom:0px}.header .main .icons .icon .dropdown.link-info-error-message .messaging-change-password-link{text-decoration:none;display:inline-block;margin-top:6px;padding:6px 12px;border:1px solid #E20703;border-radius:6px}.header .main .icons .icon .dropdown.link-info-error-message .messaging-change-password-link:hover{background-color:#E20703;color:#fff}.search-copy form{margin:0;padding:0}.search-copy form input{max-width:100%;border-radius:0px;font-weight:normal}.bandeau-warning{display:flex;flex-direction:row;justify-content:center}@media screen and (max-width: 1024px){.bandeau-warning{flex-direction:column}}.bandeau-warning .content-read-more{margin-left:6px !important}.bandeau-warning .content-read-more a{color:#fff !important}.bandeau-warning .content-abstract br{display:contents}.bandeau-warning .bandeau-warning-buttons{display:flex}.bandeau-warning .bandeau-warning-buttons a,.bandeau-warning .bandeau-warning-buttons button{border:1px solid #fff;background:none;padding:2px 6px;font-family:"Montserrat",sans-serif;color:#fff;text-decoration:none;margin-left:10px;font-size:0.85em;display:flex;align-items:center;white-space:nowrap}@media screen and (min-width: 1025px) and (max-width: 1480px){.bandeau-warning .bandeau-warning-buttons a,.bandeau-warning .bandeau-warning-buttons button{font-size:11px}}@media screen and (max-width: 1024px){.bandeau-warning .bandeau-warning-buttons{margin:5px auto}}.top-section .right .access .empty-hint,.sticky-container .access .empty-hint{font-family:"Montserrat",sans-serif;color:#000;font-style:italic;font-size:12px}.top-section .right .access ul li a span.link-glyph,.sticky-container .access ul li a span.link-glyph{color:#1154ED;margin-right:12px;font-size:28px;width:28px}@media screen and (min-width: 1025px) and (max-width: 1480px){.top-section .right .access ul li a span.link-glyph,.sticky-container .access ul li a span.link-glyph{font-size:24px;width:24px}}.access-copy ul li a span.link-glyph{color:#1154ED !important;margin-right:12px;font-size:28px !important}.second-nav ul li a span.link-glyph{color:#1154ED;font-size:50px}ul.icons li.icon span.link-glyph{font-size:28px}@media screen and (min-width: 1025px) and (max-width: 1480px){ul.icons li.icon span.link-glyph{font-size:24px}}ul.icons li.icon span.link-glyph:before{color:#797676}.second-nav .empty-hint{margin-top:20px;padding:10px;display:block;border:1px dashed #000}.ametys-fastsearch-result{border-radius:30px;background-color:#e7eefd;width:100%;margin-top:5px;padding-left:20px;padding-right:20px;z-index:10000}.second-container .ametys-fastsearch-result{background-color:#f9f8fa}.search-copy .ametys-fastsearch-result{background-color:#f9f8fa;border-radius:0;margin-top:1px}.ametys-fastsearch-result ul.ametys-fastsearch-result-ul{padding-left:15px;padding-right:15px}.ametys-fastsearch-result ul li.ametys-fastsearch-result-li{padding:10px 10px 10px 25px;width:100%;border-radius:0}.ametys-fastsearch-result ul li.ametys-fastsearch-result-li+li.ametys-fastsearch-result-li{border-top:1px solid rgba(0,0,0,0.2)}.ametys-fastsearch-result ul li.ametys-fastsearch-result-li a{text-align:left}.ametys-fastsearch-result span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ametys-fastsearch-result span.ametys-fastsearch-result-title{font-family:"Montserrat",sans-serif;color:#565656}.ametys-fastsearch-result span.ametys-fastsearch-result-title strong{color:#1154ED}.second-container .ametys-fastsearch-result span.ametys-fastsearch-result-title{font-size:12px}.ametys-fastsearch-result span.ametys-fastsearch-result-path{font-family:"Montserrat",sans-serif;color:rgba(0,0,0,0.6);font-size:14px;line-height:16px}.second-container .ametys-fastsearch-result span.ametys-fastsearch-result-path{font-size:10px;line-height:11px}.ametys-fastsearch-result.noresult{display:none}.header .second nav>ul>li a,.header .second nav>ul>li button{font-family:"Montserrat Bold",sans-serif;font-size:18px}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li a,.header .second nav>ul>li button{font-size:15px}}.header .second nav>ul>li .submenu .container{padding-left:35px}.header .second nav>ul>li .submenu .container>li a{color:#000}.header .second nav>ul>li .submenu .container>li a:after{background:#000}.header .second nav>ul>li .submenu .container>li a.external span::after{display:none}.header .second nav>ul>li .submenu .container>li.title svg,.header .second nav>ul>li .submenu .container>li.title img{display:none}.header .second nav>ul>li .submenu .container>li.title span{font-family:"Montserrat SemiBold",sans-serif}.header .second nav>ul>li .submenu .container>li.title>a{font-size:18px !important;margin-left:0}.header .second nav>ul>li .submenu .container>li.title>a:after{background:#000}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .second nav>ul>li .submenu .container>li.title>a{font-size:15px !important}}.header .second nav>ul>li.open a,.header .second nav>ul>li.open button{color:#000}.header .second .section-title a::after{background:#000}.header .second .search svg path,.header .second .search img path{fill:#1154ED}.header .second .search input{background-color:rgba(17,84,237,0.08)}.header .main .search input{background-color:rgba(17,84,237,0.08)}.header .main .search svg path,.header .main .search img path{fill:#1154ED}.header .main .icons .icon svg,.header .main .icons .icon img{height:32px;width:32px}.header .main .icons .icon svg path,.header .main .icons .icon img path{fill:#1154ED}@media screen and (min-width: 1025px) and (max-width: 1480px){.header .main .icons .icon svg,.header .main .icons .icon img{height:24px;width:32px}}.header .main .icons .icon .badge{background-color:#FF651F;width:30px;height:30px;font-size:14px}@media screen and (max-width: 1250px){.header .main .icons .icon .link-glyph{font-size:19px}}@media screen and (max-width: 1024px){.header .main .icons .icon .link-glyph{font-size:26px}}@media screen and (max-width: 700px){.header .main .icons .icon .link-glyph{font-size:20px}}ul.icons li.icon span.link-glyph::before{color:#1154ED}.header.fixed .search-fixed{background-color:rgba(17,84,237,0.08)}.header.fixed .search-fixed svg path,.header.fixed .search-fixed img path{fill:#1154ED}.header.fixed .main img{max-height:40px}.menu-fixed .left button .icon-block svg rect,.menu-fixed .left button .icon-block svg path,.menu-fixed .left button .icon-block svg circle,.menu-fixed .left button .icon-block img rect,.menu-fixed .left button .icon-block img path,.menu-fixed .left button .icon-block img circle,.menu-fixed .left button .icon-block.active svg rect,.menu-fixed .left button .icon-block.active svg path,.menu-fixed .left button .icon-block.active svg circle,.menu-fixed .left button .icon-block.active img rect,.menu-fixed .left button .icon-block.active img path,.menu-fixed .left button .icon-block.active img circle,.menu-fixed .left button .icon-block:hover svg rect,.menu-fixed .left button .icon-block:hover svg path,.menu-fixed .left button .icon-block:hover svg circle,.menu-fixed .left button .icon-block:hover img rect,.menu-fixed .left button .icon-block:hover img path,.menu-fixed .left button .icon-block:hover img circle{stroke:unset}.menu-fixed .left button:last-of-type .icon-block::after{display:none}.sticky-menu{max-width:1320px;padding:0 45px 0px 0px;margin:auto;background:none;box-shadow:none}.sticky-menu .access{width:100%;padding:25px 30px 15px;justify-content:space-between;background:rgba(255,255,255,0.8);border-radius:50px}.sticky-menu .access h2{max-width:unset;color:#000;margin-top:10px}.sticky-menu .access ul{width:unset}.sticky-menu .access ul li a span.link{font-size:14px}.sticky-menu .access ul li a:hover span.link{color:#000;text-decoration:underline;text-underline-offset:2px}@media screen and (max-width: 1235px){.sticky-menu .access ul{width:100%}}@media screen and (min-width: 1025px) and (max-width: 1480px){.sticky-menu{max-width:1140px;padding:0 120px 0px 15px}}@media screen and (max-width: 1150px){.sticky-menu{padding:0 15px}}@media screen and (max-width: 1150px){.top.has-img .sticky-menu .access{padding-top:10px;padding-bottom:10px}}.sticky-menu.fixed{left:50%;transform:translateX(-50%);top:85px}.sticky-menu.fixed .access{padding-top:10px;padding-bottom:10px;background-color:#CFDDFB}.sticky-menu.fixed .access h2{margin-top:0}.footer{padding:90px 0;padding-bottom:calc(90px - 32px);background-color:#000}@media screen and (max-width: 1024px){.footer{padding:30px 0}}.footer .columns{max-width:1320px;padding:0 60px 0px 20px;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns{max-width:1140px;padding:0 130px 0px 20px}}@media screen and (max-width: 1200px){.footer .columns{padding:0 20px}}.footer .columns.second{justify-content:initial}.footer .columns.second .column{width:28% !important}.footer .columns .column{width:23%;padding:0 20px;margin-bottom:32px}@media screen and (max-width: 1024px){.footer .columns .column{padding:0 10px;min-width:370px}}@media screen and (max-width: 420px){.footer .columns .column{min-width:280px}}.footer .columns .column:last-of-type{width:19%}.footer .columns .column .title{font-size:22px;color:#fff;line-height:36px;margin:0;margin-bottom:32px;font-family:"Montserrat Bold",sans-serif;font-weight:400;display:block}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column .title{font-size:16px;line-height:26px;margin-bottom:24px}}@media screen and (max-width: 1024px){.footer .columns .column .title{font-size:16px;line-height:24px;margin-bottom:16px}}.footer .columns .column .title.title-tag{color:#fff;display:inline-block;padding:2px 16px;border-radius:30px;border:3px solid #fff;transition:0.3s all ease-in-out}.footer .columns .column .title.title-tag:hover{background:#fff;color:#000}.footer .columns .column .info{color:#fff;font-size:16px;line-height:28px;font-family:"Montserrat",sans-serif;margin-bottom:32px;display:block}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column .info{font-size:13px;line-height:22px}}@media screen and (max-width: 1024px){.footer .columns .column .info{font-size:14px;line-height:20px;margin-bottom:16px}}.footer .columns .column .logo{max-width:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column .logo{width:120px}}.footer .columns .column ul{padding:0;margin:0;list-style:none}.footer .columns .column ul li{padding:8px 0}.footer .columns .column ul li a{display:flex;align-items:center}.footer .columns .column ul li a .picture.link-glyph{display:flex}.footer .columns .column ul li a .picture.link-glyph:before{color:#fff;font-size:16px}.footer .columns .column ul li a svg{margin-right:4px;max-height:16px}.footer .columns .column ul li a svg path,.footer .columns .column ul li a svg circle{fill:#fff}.footer .columns .column ul li a .img-social-container{width:48px}.footer .columns .column ul li a .img-social-container img{margin:0;max-width:34px;max-height:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column ul li a .img-social-container img{max-width:28px}}.footer .columns .column ul li a .img-social-container .link-glyph{color:#fff;font-size:28px}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column ul li a .img-social-container .link-glyph{font-size:24px}}.footer .columns .column ul li a .link{font-family:"Montserrat Bold",sans-serif;color:#fff;transition:0.2s ease-in-out color;flex:1}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column ul li a .link{font-size:13px}}.footer .columns .column ul li a:hover .link{color:#fff}.footer .columns .column ul li a.external .link:after{font-family:"Font Awesome 6 Free";font-weight:bold;content:'\f08e';margin-left:.4rem;font-size:0.9em}.footer .columns .column .partenaires li{margin-top:-4px;padding:0}@media print{.footer{display:none !important}}@media screen and (max-width: 1024px){.footer{padding:50px 0 30px}}.footer .columns .column{width:27%}.footer .columns .column.column-logo{width:15%}.footer .columns .column .logo{max-width:180px;margin-top:-20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column .logo{width:150px}}.footer .columns .column .title{margin-bottom:20px}.footer .columns .column .title.title-tag{font-size:16px;line-height:28px;border-width:2px;margin-left:-16px;padding:9px 16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column .title.title-tag{font-size:13px;line-height:16px}}.footer .columns .column .info{font-weight:400;line-height:22px;font-family:"Montserrat Light",sans-serif}.footer .columns .column ul li{padding:12px 0}.footer .columns .column ul li a{align-items:baseline;gap:8px}.footer .columns .column ul li a svg:has(#FLECHE){display:none}.footer .columns .column ul li a svg{width:auto;max-height:24px;margin-bottom:-4px}.footer .columns .column ul li a .img-social-container{width:35px;align-items:bo}.footer .columns .column ul li a .link{font-family:"Montserrat Light",sans-serif;transition:0.2s all ease-in-out;text-decoration:2px transparent underline;text-underline-offset:1px;font-size:16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column ul li a .link{font-size:13px}}.footer .columns .column ul li a .picture.link-glyph::before{font-size:24px}.footer .columns .column ul li a:hover .link{text-decoration:2px underline;text-underline-offset:3px}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .columns .column ul li{padding:8px 0}}.footer .help{padding:12px 0;background:none;border:none;cursor:pointer;color:#fff;font-family:"Montserrat Light",sans-serif;transition:0.2s all ease-in-out;text-decoration:2px transparent underline;text-underline-offset:1px;font-size:16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.footer .help{font-size:13px}}.footer .help:hover{text-decoration:2px underline;text-underline-offset:3px}.cookiebanner{padding-top:15px;padding-bottom:15px;display:inline-flex;justify-content:center;align-items:center;font-size:14px;position:fixed;top:0px;left:0px;width:100%;height:auto;z-index:99999;background-color:#000;-khtml-opacity:0.9;-moz-opacity:0.9;-ms-filter:"alpha(opacity=90)";filter:alpha(opacity=90);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);opacity:0.9;font-family:"Montserrat",sans-serif;color:#fff}.cookiebanner .cookiebanner-info{margin-right:30px}.cookiebanner .cookiebanner-buttons{display:inline-flex;justify-content:center}.cookiebanner .cookiebanner-buttons a{border:3px solid #fff;color:#fff;background-color:transparent;padding:8px 10px;margin-left:auto;line-height:1;font-family:"Montserrat",sans-serif;text-decoration:none;border-radius:50px;cursor:pointer;margin-right:8px;transition:0.4s ease-in-out all}.cookiebanner .cookiebanner-buttons a:hover{background-color:#fff;color:#000}.cookiebanner{bottom:0;top:unset}.cookiebanner .cookiebanner-buttons{flex-direction:row-reverse}:root{--ametys-rocket-chat-button-slot: calc(var(--ametys-aichatbot-button-slot, 0) + 1) !important}.page-interieur{margin-top:-20px}.page-interieur .title-classic h1{color:#fff;font-family:"Montserrat Bold",sans-serif;font-size:calc($h1-font-size + 10px);line-height:calc($h1-line-height + 14px);margin-top:-50px;margin-bottom:-5px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .title-classic h1{font-size:26px;line-height:49px}}@media screen and (max-width: 768px){.page-interieur .title-classic h1{font-size:32px;line-height:calc($h1-line-height-mobile + 8px);margin-top:-40px;margin-bottom:-15px}}.page-interieur .actions-print{position:absolute;top:0px;right:60px;display:flex;align-items:center}@media screen and (min-width: 1199px) and (max-width: 1480px){.page-interieur .actions-print{right:130px}}@media screen and (max-width: 1199px){.page-interieur .actions-print{right:30px}}@media screen and (max-width: 768px){.page-interieur .actions-print{bottom:-35px;top:initial;right:20px}}.page-interieur .actions-print .delimiter-actions{height:18px;width:1px;background-color:#fff;margin-left:12px;margin-right:12px;opacity:0.5}.page-interieur .actions-print p{margin:0}.page-interieur .actions-print svg{cursor:pointer;fill:#fff;opacity:0.5;transition:0.2s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .actions-print svg{width:14px}}.page-interieur .actions-print svg:hover{opacity:1}.page-interieur .actions-print .nb-visits{font-family:"Montserrat Light",sans-serif;color:#fff;font-size:12px;opacity:0.5}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .actions-print .nb-visits{font-size:12px}}.page-interieur .actions-print .nb-visits .icon{margin-right:7px}.page-interieur .actions-print .page-follow button{cursor:pointer;border:none;background:transparent;padding:0;display:flex;align-items:center;font-family:"Montserrat Light",sans-serif;font-size:12px;font-weight:500;line-height:15px;color:#fff;letter-spacing:0.5px;opacity:0.5}.page-interieur .actions-print .page-follow button svg,.page-interieur .actions-print .page-follow button .number{margin-left:8px}.page-interieur .actions-print .page-follow button:focus{outline:none}.page-interieur .actions-print .page-follow button:focus-visible{outline:2px auto -webkit-focus-ring-color}.page-interieur .actions-print .page-follow button.followed{opacity:0.8}.page-interieur .actions-print .page-follow button.followed svg{opacity:0.8}.page-interieur .actions-print .page-follow button:hover{opacity:1}.page-interieur .actions-print .page-follow button:hover svg{opacity:1}.page-interieur .breadcrumb{padding:0;margin:0;margin-bottom:65px;margin-right:60px}.page-interieur .breadcrumb.with-stats{margin-right:170px}.page-interieur .breadcrumb.with-pagefollow{margin-right:210px}.page-interieur .breadcrumb.with-pagefollow.with-stats{margin-right:300px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .breadcrumb{margin-bottom:50px}}@media screen and (max-width: 540px){.page-interieur .breadcrumb{flex-flow:wrap}}@media screen and (max-width: 1150px){.page-interieur .breadcrumb{margin-bottom:50px}}@media screen and (max-width: 768px){.page-interieur .breadcrumb{margin-right:0px !important}}.page-interieur .breadcrumb li{display:inline}.page-interieur .breadcrumb li a,.page-interieur .breadcrumb li .noLink{font-family:"Montserrat",sans-serif;font-weight:300;color:#fff;font-size:14px;line-height:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .breadcrumb li a,.page-interieur .breadcrumb li .noLink{font-size:11px}}@media screen and (max-width: 1024px){.page-interieur .breadcrumb li a,.page-interieur .breadcrumb li .noLink{font-size:12px;line-height:16px}}.page-interieur .breadcrumb li a:hover{color:#fff;text-decoration:underline;transition:0.2s all ease-in-out}.page-interieur .breadcrumb li .delimiter{margin:0px 8px;font-family:"Montserrat",sans-serif;font-weight:300;color:#fff;font-size:14px;line-height:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .breadcrumb li .delimiter{font-size:10px;margin:0 6px}}.page-interieur .top{height:auto;padding-top:8px;padding-bottom:40px;background-image:url("/skins/agglorouen-intranet/resources/templates/common/img/image/background-2.jpg");background-size:cover;background-color:#1154ED}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top{padding-top:6px;padding-bottom:25px}}.page-interieur .top .container-with-photo-profil{display:flex;justify-content:space-between;align-items:center;margin-top:-90px;margin-bottom:-20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .container-with-photo-profil{margin-top:-75px}}@media screen and (max-width: 1150px){.page-interieur .top .container-with-photo-profil{margin-top:-50px}}@media screen and (max-width: 700px){.page-interieur .top .container-with-photo-profil{margin-top:-30px;flex-direction:column-reverse}}.page-interieur .top .container-with-photo-profil .title{margin:initial !important;margin-left:16px !important}.page-interieur .top .container-with-photo-profil .photo-profil img{width:240px;height:240px;border-radius:50%;border:40px solid #fff;object-fit:cover}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .container-with-photo-profil .photo-profil img{width:190px;height:190px;border-width:30px}}@media screen and (max-width: 1150px){.page-interieur .top .container-with-photo-profil .photo-profil img{width:200px;height:200px;border:30px solid #fff}}@media screen and (max-width: 700px){.page-interieur .top .container-with-photo-profil .photo-profil img{width:150px;height:150px;border:20px solid #fff;margin-bottom:20px}}.page-interieur .top .sticky-container{margin-bottom:18px;height:68px;width:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .sticky-container{height:56px;margin-bottom:12px}}@media screen and (max-width: 1024px){.page-interieur .top .sticky-container{display:none}}.page-interieur .top .container{max-width:1320px;padding:0 60px 0px 20px;margin:auto;position:relative}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .container{max-width:1140px;padding:0 130px 0px 20px}}@media screen and (max-width: 1199px){.page-interieur .top .container{padding:0 20px}}.page-interieur .top .white-date .export,.page-interieur .top .white-date .ametys-content-likes{display:inline-flex;flex-wrap:nowrap;align-items:center;font-family:"Montserrat",sans-serif;color:#000;font-size:16px;line-height:33px;transition:0.2s all ease-in}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .white-date .export,.page-interieur .top .white-date .ametys-content-likes{font-size:11px;line-height:30px}}.page-interieur .top .white-date .export button,.page-interieur .top .white-date .ametys-content-likes button{border:none;background:none;padding:0;cursor:pointer}.page-interieur .top .white-date .export button .unlike,.page-interieur .top .white-date .ametys-content-likes button .unlike{display:none}.page-interieur .top .white-date .export button.active .unlike,.page-interieur .top .white-date .ametys-content-likes button.active .unlike{display:flex}.page-interieur .top .white-date .export button.active .like,.page-interieur .top .white-date .ametys-content-likes button.active .like{display:none}.page-interieur .top .white-date .export:hover,.page-interieur .top .white-date .ametys-content-likes:hover{color:#000}.page-interieur .top .white-date .export:hover .icon,.page-interieur .top .white-date .ametys-content-likes:hover .icon{background:#1154ED}.page-interieur .top .white-date .export:hover .icon svg path,.page-interieur .top .white-date .ametys-content-likes:hover .icon svg path{fill:#fff}.page-interieur .top .white-date .export:hover .icon:before,.page-interieur .top .white-date .ametys-content-likes:hover .icon:before{color:#fff}.page-interieur .top .white-date .export .icon,.page-interieur .top .white-date .ametys-content-likes .icon{box-shadow:rgba(149,157,165,0.4) 0px 8px 24px;background:#fff;height:30px;width:30px;margin-right:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .white-date .export .icon,.page-interieur .top .white-date .ametys-content-likes .icon{width:24px;height:24px}}.page-interieur .top .white-date .export .icon:before,.page-interieur .top .white-date .ametys-content-likes .icon:before{color:#1154ED}.page-interieur .top .white-date .export .icon img,.page-interieur .top .white-date .export .icon svg,.page-interieur .top .white-date .ametys-content-likes .icon img,.page-interieur .top .white-date .ametys-content-likes .icon svg{max-height:14px;margin-right:0}.page-interieur .top .white-date .export .icon img path,.page-interieur .top .white-date .export .icon svg path,.page-interieur .top .white-date .ametys-content-likes .icon img path,.page-interieur .top .white-date .ametys-content-likes .icon svg path{fill:#1154ED}.page-interieur .top .white-date .export .icon.like,.page-interieur .top .white-date .export .icon.unlike,.page-interieur .top .white-date .ametys-content-likes .icon.like,.page-interieur .top .white-date .ametys-content-likes .icon.unlike{margin-right:0px}.page-interieur .top .white-date .ametys-content-likes .ametys-content-likes__count{margin-left:8px}.page-interieur .top .white-date .date-container,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date{background:#fff;padding:8px 16px;display:inline-flex;flex-wrap:wrap;position:relative;margin-left:-16px;border-radius:6px;margin-top:-7px}.page-interieur .top .white-date .date-container.no-date,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .no-date.link-info-date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .no-date.link-info-date{padding-left:16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .white-date .date-container,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date{padding-top:5px;padding-bottom:5px}}.page-interieur .top .white-date .date-container .date,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date,.header .main .icons .icon .link-info-item .link-info-date .page-interieur .top .white-date .date-container .date{white-space:nowrap}@media screen and (max-width: 540px){.page-interieur .top .white-date .date-container .date,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date,.header .main .icons .icon .link-info-item .link-info-date .page-interieur .top .white-date .date-container .date{white-space:unset}}.page-interieur .top .white-date .date-container .date-container-bis,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date-container-bis,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date-container-bis{display:flex;align-items:center;flex-wrap:nowrap}.page-interieur .top .white-date .date-container .date-container-bis,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date-container-bis,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date-container-bis,.page-interieur .top .white-date .date-container .export,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .export,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .export{margin-right:16px}@media screen and (max-width: 540px){.page-interieur .top .white-date .date-container,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date{padding-left:12px}.page-interieur .top .white-date .date-container .date-container-bis,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date-container-bis,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date-container-bis{margin-left:6px;margin-bottom:4px}.page-interieur .top .white-date .date-container .export,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .export,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .export,.page-interieur .top .white-date .date-container .ametys-content-likes,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .ametys-content-likes,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .ametys-content-likes{margin-bottom:4px}}.page-interieur .top .image-article{height:500px;width:700px;position:absolute;top:35px;right:60px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .image-article{right:130px;width:560px;height:400px}}@media screen and (max-width: 1150px){.page-interieur .top .image-article{position:relative;margin:auto;top:initial;right:initial;width:100%;height:auto}}.page-interieur .top .image-article.center{top:calc(50% + 33px);transform:translateY(-50%)}@media screen and (max-width: 1150px){.page-interieur .top .image-article.center{left:50%;transform:translateX(-50%) translateY(-50%)}}.page-interieur .top .image-article img{width:100%;height:100%;object-fit:cover}.page-interieur .top.has-img{padding-bottom:78px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top.has-img{padding-bottom:58px}}@media screen and (max-width: 1150px){.page-interieur .top.has-img{padding-bottom:40px}}.page-interieur .top.has-img .title{max-width:700px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top.has-img .title{max-width:560px !important}}.page-interieur .top.has-img .breadcrumb{margin-bottom:100px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top.has-img .breadcrumb{margin-bottom:50px}}@media screen and (max-width: 1024px){.page-interieur .top.has-img .breadcrumb{margin-bottom:50px}}.page-interieur .top .title{z-index:2;position:relative;margin-left:16px}@media screen and (max-width: 1150px){.page-interieur .top .title{margin:auto}}@media screen and (max-width: 800px){.page-interieur .top .title{margin-left:32px}}.page-interieur .top .title .tags{margin-bottom:-12px;display:flex}@media screen and (max-width: 1024px){.page-interieur .top .title .tags{flex-wrap:wrap}}.page-interieur .top .title .tags .tag{padding:8px 14px;background:#fff;border-radius:20px;color:#000;text-transform:uppercase;font-size:14px;font-family:"Montserrat Bold",sans-serif;transition:0.4s all ease-in-out;z-index:3;position:relative;margin-right:5px;white-space:nowrap;margin-bottom:5px}@media screen and (max-width: 1024px){.page-interieur .top .title .tags .tag{white-space:normal}}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .title .tags .tag{font-size:11px}}.page-interieur .top .title .tags .tag.blue{color:#fff;background-color:#000}.page-interieur .top .title .subtitle{color:rgba(80,87,103,0.8);font-size:16px;line-height:1.5;background:#fff;padding:8px 16px;display:inline-flex;align-items:center;position:relative;margin-left:-16px;border-radius:6px;margin-top:-1px;margin-bottom:0px;font-family:"Montserrat SemiBold",sans-serif}.page-interieur .top .title h1{color:#000;font-family:"Montserrat Bold",sans-serif;font-weight:600;font-size:32px;margin-top:30px;line-height:50px;margin-bottom:20px;display:inline;background:#fff;box-shadow:16px 0px 0 #fff,-16px 0px 0 #fff;border-radius:6px;padding-top:12px;padding-bottom:12px;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .title h1{font-size:25px;line-height:47px;padding-top:10px;padding-bottom:10px}}.page-interieur .top .title h1 span{color:#1154ED;font-size:calc($h1-font-size - 4px)}@media screen and (max-width: 1024px){.page-interieur .top .title h1 span{font-size:calc($h1-font-size-mobile - 8px)}}@media screen and (max-width: 1024px){.page-interieur .top .title h1{font-size:calc($h1-font-size-mobile - 4px);line-height:44px}}.page-interieur .full-screen{background-size:600px;background-repeat:no-repeat;background-position:top 600px left -100px}.page-interieur .full-screen.search-page [data-ametys-zone]:not(:empty){margin-bottom:60px}.page-interieur .content{max-width:1320px;padding:0 60px 0px 20px;margin:0 auto;position:relative;display:flex;justify-content:space-between}.page-interieur .content [data-ametys-zone]:not(:empty){margin-bottom:60px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .content{max-width:1140px;padding:0 130px 0px 20px}}@media screen and (max-width: 1199px){.page-interieur .content{padding:0 20px}}@media screen and (max-width: 1024px){.page-interieur .content{flex-direction:column;padding:0 20px}}.page-interieur .content .sidebar{padding-top:24px}@media screen and (max-width: 1024px){.page-interieur .content .sidebar{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-evenly}}.page-interieur .content .left.leftContent{padding-right:50px;max-width:920px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .content .left.leftContent{max-width:860px}}@media screen and (max-width: 1024px){.page-interieur .content .left.leftContent{padding-right:0px;margin-left:0px}}.page-interieur .content .left.leftContent .cut-image{max-width:530px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .content .left.leftContent .cut-image{max-width:380px}}@media screen and (max-width: 1024px){.page-interieur .content .left.leftContent{width:100%}.page-interieur .content .left.leftContent .cut-image{max-width:100%}}.tippy-content .like{display:block;text-align:center}@media print{.page-interieur .content{flex-direction:column}.page-interieur .top .image-article img{display:none}.page-interieur .top .title{margin-left:0px;margin-bottom:5px}.page-interieur .top.has-img{padding-bottom:0px !important}.breadcrumb,.export{display:none !important}.sidebar{display:none !important}#tarteaucitronRoot{display:none !important}}@media screen and (max-width: 1150px){.page-interieur .full-screen .content{width:100%}}.page-interieur .full-screen .content .cut-image{max-width:530px}@media screen and (max-width: 1480px){.page-interieur .full-screen .content .cut-image{max-width:420px}}@media screen and (max-width: 1150px){.page-interieur .full-screen .content .cut-image{max-width:100%}}.page-interieur .full-screen .content .cut-image img{height:auto}.page-interieur .full-screen .content ul.cut-image{max-width:510px !important}@media screen and (max-width: 1480px){.page-interieur .full-screen .content ul.cut-image{max-width:400px !important}}@media screen and (max-width: 1150px){.page-interieur .full-screen .content ul.cut-image{max-width:100% !important}}.page-interieur .full-screen.fullpage .content>div{width:100%}.page-interieur .content .left.leftContent{width:100%}.form-success p{color:#000;font-family:"Montserrat Light",sans-serif;font-size:16px;line-height:26px}.form-success p strong{font-family:"Montserrat Bold",sans-serif}.ametys-cms-content .content-illustration{float:right;margin:0 0 1em 1em;max-width:350px}.ametys-cms-content .content-date{position:relative;padding-left:30px}.ametys-cms-content .content-date .date,.ametys-cms-content .content-date .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .link-info-date .ametys-cms-content .content-date .date{font-family:"Montserrat",sans-serif;color:#000;font-size:14px;line-height:20px;white-space:nowrap;text-transform:uppercase}.ametys-cms-content .content-date svg,.ametys-cms-content .content-date img{max-width:20px;min-width:20px;margin-right:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ametys-cms-content .content-date svg path,.ametys-cms-content .content-date img path{fill:#000}.ametys-cms-content .audio-player,.ametys-cms-content .video-player{clear:both}.page-interieur .breadcrumb li .noLink{font-family:"Montserrat Bold",sans-serif}.page-interieur .actions-print svg{opacity:1}.page-interieur .actions-print .delimiter-actions{opacity:1;background-color:#000}.page-interieur .actions-print .nb-visits{color:#000;opacity:1}.page-interieur .actions-print .page-follow button{font-family:"Montserrat",sans-serif;opacity:1;color:#000}.page-interieur .actions-print .page-follow button.followed{opacity:1}.page-interieur .actions-print .page-follow button.followed svg{opacity:1}.page-interieur .actions-print .page-follow button svg{filter:brightness(0)}.page-interieur .actions-print .page-follow button svg rect,.page-interieur .actions-print .page-follow button svg path{fill-opacity:1}.page-interieur .top{padding-top:0}@media screen and (max-width: 1150px){.page-interieur .top.has-img{background-image:none;background:linear-gradient(to right, #1154ED, #3c97ee)}}@media screen and (max-width: 1024px){.page-interieur .top:not(.has-img){background-image:none;background:linear-gradient(to right, #1154ED, #3c97ee)}}.page-interieur .top .image-article{height:400px;width:560px}@media screen and (max-width: 1150px){.page-interieur .top .image-article{width:100%;height:auto}}@media screen and (max-width: 1024px){.page-interieur .top{padding-top:10px}}.page-interieur .top .sticky-container{height:85px}@media screen and (max-width: 800px){.page-interieur .top .title{margin-left:16px}}.page-interieur .top .title h1{font-weight:normal;border-radius:0;line-height:1.7}@media screen and (max-width: 800px){.page-interieur .top .title h1{font-size:28px}}.page-interieur .top .title .subtitle{color:#000;border-radius:0}.page-interieur .top .title .subtitle .orgunit{display:flex;gap:8px;align-items:center}.page-interieur .top .title .subtitle .orgunit .icon{width:38px;height:38px;border:2px solid #1154ED;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:0.2s all ease-in-out}.page-interieur .top .title .subtitle .orgunit .icon i:before{color:#1154ED}.page-interieur .top .title .subtitle .orgunit:hover .icon{background:#1154ED}.page-interieur .top .title .subtitle .orgunit:hover .icon i:before{color:#fff}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .title .subtitle .orgunit{font-size:11px;line-height:30px}.page-interieur .top .title .subtitle .orgunit .icon{width:27px;height:27px;border-width:1px}}.page-interieur .top .title .subtitle.orgunit:not(:last-child):after{margin-left:16px;content:"-"}.page-interieur .top .title .tags .tag{text-transform:none}.page-interieur .top .title .tags .tag.blue{color:#02369C;background-color:#CFDDFB}.page-interieur .top .white-date .date-container .date-container-bis,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date-container-bis,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date-container-bis{margin-bottom:8px;margin-top:8px}.page-interieur .top .white-date .date-container .date-container-bis svg,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date-container-bis svg,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date-container-bis svg{width:21px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .white-date .date-container .date-container-bis svg,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date .date-container-bis svg,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date .date-container-bis svg{width:18px;margin-bottom:2px}}.page-interieur .top .white-date .export .icon,.page-interieur .top .white-date .ametys-content-likes .icon{width:38px;height:38px;box-shadow:none;border:2px solid #1154ED}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .white-date .export .icon,.page-interieur .top .white-date .ametys-content-likes .icon{width:27px;height:27px;border-width:1px}}.page-interieur .top .white-date .export .icon svg,.page-interieur .top .white-date .export .icon img,.page-interieur .top .white-date .ametys-content-likes .icon svg,.page-interieur .top .white-date .ametys-content-likes .icon img{max-height:18px}@media screen and (min-width: 1025px) and (max-width: 1480px){.page-interieur .top .white-date .export .icon svg,.page-interieur .top .white-date .export .icon img,.page-interieur .top .white-date .ametys-content-likes .icon svg,.page-interieur .top .white-date .ametys-content-likes .icon img{max-height:13px}}.page-interieur .top .white-date .export:hover .icon svg path,.page-interieur .top .white-date .export:hover .icon img path,.page-interieur .top .white-date .ametys-content-likes:hover .icon svg path,.page-interieur .top .white-date .ametys-content-likes:hover .icon img path{stroke:#fff}.page-interieur .top .white-date .date-container,.page-interieur .top .white-date .header .main .icons .icon .link-info-item .link-info-date,.header .main .icons .icon .link-info-item .page-interieur .top .white-date .link-info-date{border-radius:0}.ametys-cms-service.ametys-zone-modal-settings{position:fixed;background:#fff;left:50%;top:50%;max-width:700px;padding:30px;z-index:20;transform:translateY(-200%) translateX(-50%);transition:0.4s transform;max-height:90vh;overflow-y:auto;overflow-x:hidden}@media (max-width: 990px){.ametys-cms-service.ametys-zone-modal-settings{display:none}}.ametys-cms-service.ametys-zone-modal-settings.active{transform:translateY(-50%) translateX(-50%) !important}.ametys-cms-service.ametys-zone-modal-settings .add-link input{border-radius:50px;height:55px;background-color:#efedf2;width:238px;border:0;margin-right:10px;font-size:14px;padding:0 20px;line-height:14px;color:#31343b;font-family:"Montserrat",sans-serif;margin-bottom:0}.ametys-cms-service.ametys-zone-modal-settings .add-link input::placeholder{font-size:14px;line-height:14px;color:#000;font-family:"Montserrat",sans-serif}.ametys-cms-service.ametys-zone-modal-settings .add-link button{color:#1154ED;font-family:"Montserrat SemiBold",sans-serif;font-size:16px;line-height:20px;background:transparent;border:none;padding:0;margin:0;display:initial;margin-top:16px}.ametys-cms-service.ametys-zone-modal-settings .add-link button i{color:#1154ED;margin-right:6px;transition:transform 0.4s}.ametys-cms-service.ametys-zone-modal-settings .add-link button:hover i{transform:rotate(360deg)}.ametys-cms-service.ametys-zone-modal-settings .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.ametys-cms-service.ametys-zone-modal-settings .top h3{font-family:"Montserrat Bold",sans-serif;font-size:28px;margin:0px;color:#1154ED}@media screen and (max-width: 900px){.ametys-cms-service.ametys-zone-modal-settings .top h3{font-size:18px}}.ametys-cms-service.ametys-zone-modal-settings .top span{color:#1154ED;font-size:30px;line-height:30px;cursor:pointer;transition:0.4s all}.ametys-cms-service.ametys-zone-modal-settings .top span:hover{color:#000}.ametys-cms-service.ametys-zone-modal-settings .search{position:relative;width:260px;padding:0;margin-top:0;margin-bottom:0}@media screen and (max-width: 1024px){.ametys-cms-service.ametys-zone-modal-settings .search{display:none}}.ametys-cms-service.ametys-zone-modal-settings .search svg{position:absolute;max-width:22px;top:50%;transform:translateY(-50%);left:15px;z-index:2}.ametys-cms-service.ametys-zone-modal-settings .search svg path{fill:#000}.ametys-cms-service.ametys-zone-modal-settings .search input{border-radius:50px;height:55px;background-color:#efedf2;width:100%;border:0;padding-left:50px;padding-right:20px;font-size:14px;line-height:14px;color:#31343b;font-family:"Montserrat",sans-serif;margin-bottom:0}.ametys-cms-service.ametys-zone-modal-settings .search input::placeholder{font-size:14px;line-height:14px;color:#000;font-family:"Montserrat",sans-serif}.ametys-cms-service.ametys-zone-modal-settings .menu{background:#fff;padding:20px;padding-bottom:10px;display:flex;align-items:center;padding-left:0;flex-wrap:wrap;border-top:1px solid rgba(0,0,0,0.05);margin-top:20px;margin-left:-30px;position:relative}.ametys-cms-service.ametys-zone-modal-settings .menu .item{margin-left:40px;position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:30px;padding-top:10px;width:80px;cursor:pointer}.ametys-cms-service.ametys-zone-modal-settings .menu .item svg{min-width:32px;min-height:32px;width:32px;height:32px}.ametys-cms-service.ametys-zone-modal-settings .menu .item svg path{fill:#000;transition:0.3s all ease-in-out}.ametys-cms-service.ametys-zone-modal-settings .menu .item:hover svg path{fill:#1154ED}.ametys-cms-service.ametys-zone-modal-settings .menu .item .material-icons{position:absolute;top:0;left:0;color:#1154ED;font-size:18px;line-height:18px;transition:0.4s all}.ametys-cms-service.ametys-zone-modal-settings .menu .item .material-icons:hover{color:black;transform:rotate(180deg)}.ametys-cms-service.ametys-zone-modal-settings .menu .item .name{color:#000;font-family:"Montserrat",sans-serif;letter-spacing:0;font-size:13px;transition:0.3s all ease-in-out;margin-top:4px;width:100%;text-align:center;display:block}.ametys-cms-service.ametys-zone-modal-settings h4{font-family:"Montserrat Bold",sans-serif;font-size:18px;margin:0px;margin-bottom:20px;color:#000}@media screen and (max-width: 900px){.ametys-cms-service.ametys-zone-modal-settings h4{font-size:14px}}.ametys-cms-service.ametys-zone-modal-settings .actions{display:flex;align-items:center;justify-content:flex-end;margin-top:20px;background-color:#1154ED;margin-left:-30px;width:calc(100% + 60px);margin-bottom:-30px;padding:20px 0}.ametys-cms-service.ametys-zone-modal-settings .actions .cancel{color:#fff;font-family:"Montserrat",sans-serif;font-size:14px;line-height:17px;text-align:center;transition:0.4s all;margin-right:20px}.ametys-cms-service.ametys-zone-modal-settings .actions .validate{border-radius:40px;background-color:transparent;border:2px solid #fff;color:#ffffff;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;text-align:center;padding:10px 32px;line-height:17px;text-align:center;transition:0.4s all;margin-right:30px}.ametys-cms-service.ametys-zone-modal-settings .actions .validate:hover{color:#1154ED;background:#fff}.ametys-cms-service.ametys-zone-modal-settings form{margin:0px}.ametys-cms-service.ametys-zone-modal-settings .list{display:flex;align-items:center;padding-bottom:15px;padding-left:20px;overflow-x:auto;width:600px;margin-bottom:50px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#fe444f #3c586b}.ametys-cms-service.ametys-zone-modal-settings .list::-webkit-scrollbar{width:3px;height:3px}.ametys-cms-service.ametys-zone-modal-settings .list::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.ametys-cms-service.ametys-zone-modal-settings .list::-webkit-scrollbar-thumb{background:#1154ED;border-radius:10px}.ametys-cms-service.ametys-zone-modal-settings .list::-webkit-scrollbar-thumb:hover{background:#000}.ametys-cms-service.ametys-zone-modal-settings .list .item{margin-right:40px;width:90px;position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:0px;padding-top:10px;cursor:pointer;padding:16px;background:#efedf2}.ametys-cms-service.ametys-zone-modal-settings .list .item svg{min-width:32px;min-height:32px;width:32px;height:32px}.ametys-cms-service.ametys-zone-modal-settings .list .item svg path{fill:#000;transition:0.3s all ease-in-out}.ametys-cms-service.ametys-zone-modal-settings .list .item .material-icons{position:absolute;top:4px;left:4px;color:#000;font-size:20px;line-height:20px;transition:0.4s all;transform:rotate(45deg) !important}.ametys-cms-service.ametys-zone-modal-settings .list .item .material-icons:hover{color:black;transform:rotate(225deg) !important}.ametys-cms-service.ametys-zone-modal-settings .list .item .name{color:#000;font-family:"Montserrat",sans-serif;letter-spacing:0;font-size:13px;transition:0.3s all ease-in-out;margin-top:4px;display:block;width:100%;text-align:center}.overlay-settings{position:fixed;background:rgba(0,0,0,0.5);top:0;left:0;height:100vh;width:100vw;z-index:19;display:none}.overlay-settings.active{display:block}.ametys-tools-large-main-list{list-style:none;padding-left:0}.ametys-tools-large-main-list__item-title{font-size:1.75rem;color:#454f5b;margin-bottom:1.5rem !important}.ametys-tools-large-list{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;margin-right:-30px / 2;margin-left:-30px / 2}.ametys-tools-large-list__item{position:relative;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-right:30px / 2;padding-left:30px / 2;margin-bottom:1.875rem}.ametys-tools-large-list__outside-link{position:absolute;bottom:1.5625rem;left:0;z-index:2;width:100%;padding-left:2.1875rem;padding-right:2.1875rem}.ametys-tool{display:flex;flex-direction:column;height:100%;min-height:18.4375rem;color:#fff;cursor:pointer;text-decoration:none;border-radius:0.25rem;padding-top:2.1875rem;padding-bottom:1.5625rem;padding-left:1.25rem;padding-right:1.25rem;transition-timing-function:ease-in;transition-duration:0.2s}.ametys-tool:hover{color:#fff;text-decoration:none}.ametys-tool:hover .ametys-tool-list__item{text-decoration:underline}.ametys-tool-header{padding-bottom:.625rem}.ametys-tool-content{margin-top:auto;margin-bottom:auto}.ametys-tool-content p:last-child{margin-bottom:0}.ametys-tool-footer{margin-top:auto;padding-top:.625rem}.ametys-tool-list{padding-left:0;list-style:none;margin-bottom:0}.ametys-tool-list__item{transition-timing-function:ease-in;transition-duration:0.2s}.ametys-tool-list__item_invisible{opacity:0}.ametys-tool-list__item::before{content:"+";display:inline-block;color:#fff;margin-right:.5rem;transition-timing-function:ease-in;transition-duration:0.2s}.ametys-tool-list__item a{color:#fff;transition-timing-function:ease-in;transition-duration:0.2s}.ametys-tool-list__item:hover a{text-decoration:underline}.ametys-tool__icon{display:inline-flex;line-height:1;font-size:2.375rem}.ametys-tool__title{position:relative;line-height:1;font-size:1.5rem;top:-.25rem;margin-bottom:0 !important}.ametys-add-new-item{padding-top:1rem;padding-bottom:1rem}.ametys-add-new-item__title{font-family:"Montserrat Bold",sans-serif;font-size:18px;margin:0px;margin-bottom:20px;color:#000;margin-bottom:1.5rem !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-add-new-item__title{font-size:15px !important}}@media screen and (max-width: 900px){.ametys-add-new-item__title{font-size:14px}}@media (min-width: 768px){.ametys-tools-large-list__item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}body.sidebar-is-toggled .ametys-tools-large-list__item{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}@media (min-width: 1200px){.ametys-tools-large-list__item{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}body.sidebar-is-toggled .ametys-tools-large-list__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media (min-width: 1400px){.ametys-tools-large-list__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}body.sidebar-is-toggled .ametys-tools-large-list__item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media print{.ametys-tools-large-list__item{flex:0 0 25%;max-width:25%}}.ametys-tools-list-scroll{position:relative;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#fe444f #3c586b;height:115px;padding:.875rem}.ametys-tools-list-scroll::-webkit-scrollbar{width:5px;height:5px}.ametys-tools-list-scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.ametys-tools-list-scroll::-webkit-scrollbar-thumb{background:#1154ED;border-radius:10px}.ametys-tools-list-scroll::-webkit-scrollbar-thumb:hover{background:#000}.ametys-tools-list-scroll .ps__rail-x{height:5px;background-color:rgba(196,205,213,0.52);opacity:1;border-radius:10px}.ametys-tools-list-scroll .ps__rail-x:hover>.ps__thumb-x,.ametys-tools-list-scroll .ps__rail-x:focus>.ps__thumb-x,.ametys-tools-list-scroll .ps__rail-x.ps--clicking .ps__thumb-x{height:5px}.ametys-tools-list-scroll .ps__thumb-x{bottom:0;height:5px;background-color:#c4cdd5;border-radius:10px}.ametys-tools-list{position:relative;list-style:none;padding-left:0;margin-bottom:0}.ametys-tools-list.ametys-tools-list_editable{width:auto;text-align:center}.ametys-tools-list__item{position:absolute;width:6.0625rem;text-align:center;padding-left:.5rem;padding-right:.5rem}.ametys-tools-list__item:hover{z-index:2}.ametys-tools-list__item[data-app-disabled=true] .ametys-tools-list__link{opacity:0.6 !important;cursor:default}.ametys-tools-list__item[data-app-disabled=true] .ametys-tools-list__link:hover span{color:#000}.ametys-tools-list__item.searchable .ametys-tools-list__title{background-color:yellow}.ametys-tools-list_editable .ametys-tools-list__item{width:31.26666666%;padding-bottom:1.5rem}.ametys-tools-list__link{display:inline-block;max-width:100%;cursor:pointer;color:#454f5b;text-decoration:none;transition-timing-function:ease-in;transition-duration:0.2s}.ametys-tools-list__link svg,.ametys-tools-list__link img{height:35px;margin:auto;display:block;margin-bottom:4px}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-tools-list__link svg,.ametys-tools-list__link img{height:26px}}.ametys-tools-list__link svg path,.ametys-tools-list__link img path{fill:#000;transition:0.3s all ease-in-out}.ametys-tools-list__link:hover span{color:#1154ED}.ametys-tools-list__link:hover svg path,.ametys-tools-list__link:hover img path{fill:#1154ED}.ametys-edit-mode-on .ametys-tools-list_editable .ametys-tools-list__link{animation:jiggle 0.2s;animation-iteration-count:infinite}.ametys-edit-mode-on .ametys-tools-list_editable .ametys-tools-list__item:nth-child(odd) .ametys-tools-list__link{animation-delay:0.2s}.ametys-edit-mode-on .ametys-tools-list_editable .ametys-tools-list__item:nth-child(even) .ametys-tools-list__link{animation-delay:0.3s}.ametys-edit-mode-on .ametys-tools-list_editable .ametys-tools-list__item:nth-child(3n + 2) .ametys-tools-list__link{animation-delay:0.5s}.ametys-tools-list__icon{position:relative;display:block;width:5rem;height:5rem;max-width:100%;color:#fff;border-radius:0.25rem;margin-bottom:.5rem}.ametys-tools-list__icon:hover{color:#fff}.ametys-tools-list_editable .ametys-tools-list__icon{margin-left:auto;margin-right:auto}.ametys-tools-list__icon-content{position:absolute;top:50%;left:50%;display:block;font-weight:700;font-size:1.5rem;transform:translate(-50%, -50%)}.ametys-tools-list__icon-content::before{font-size:2rem}.ametys-tools-list__new{position:absolute;bottom:-0.3125rem;right:-0.9725rem;display:inline-block;line-height:1;white-space:nowrap;font-size:.8125rem;text-decoration:none;text-transform:uppercase;background-color:#1ed760;border-radius:0.25rem;padding-top:.25rem;padding-bottom:.25rem;padding-left:.4375rem;padding-right:.4375rem}.ametys-tools-list__action{position:absolute;top:-12px;left:10px;transform:rotate(45deg) !important;font-size:18px;color:#000;line-height:18px;transition:0.4s all;display:none !important;cursor:pointer;border:none;background:none;padding:0}.ametys-tools-list_editable .ametys-tools-list__action{color:#1154ED;transform:rotate(0deg) !important;left:20px}@media screen and (max-width: 900px){.ametys-tools-list_editable .ametys-tools-list__action{left:0px}}.ametys-tools-list_editable .ametys-tools-list_editable .ametys-tools-list__action{transform:rotate(180deg) !important}.ametys-tools-list__action:hover{color:black;transform:rotate(225deg) !important}.ametys-edit-mode-on .ametys-tools-list__action{display:block !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-edit-mode-on .ametys-tools-list__action{font-size:19px}}.ametys-tools-list__title{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:0;margin-left:-.5rem;margin-right:-.5rem;font-size:12px;color:#000;font-family:"Montserrat",sans-serif;text-align:center;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-tools-list__title{font-size:10px}}.ametys-tools-list__sub-title{font-weight:600;font-size:.75rem;color:#8b8e9f}.ametys-tools-list_editable .ametys-tools-list__sub-title{display:none}.ametys-edit-mode-on .ametys-tools-list__hidden-in-edit-mode{display:none}.ametys-tools-tooltip{position:absolute;top:5rem;z-index:50;display:none;width:11.25rem;padding:0.5rem;background-color:#fff;border-radius:0.25rem;box-shadow:0 0 4px 0 rgba(0,0,0,0.2)}.ametys-tools-tooltip::before{content:"";position:absolute;right:4px;display:block;width:0;height:0;bottom:100%;border-style:solid;border-width:0 8px 10px 8px;border-color:transparent transparent #fff transparent}.ametys-tools-tooltip.near-the-left-side::before{right:auto;left:50%;transform:translateX(-50%)}.ametys-tools-tooltip-content{max-height:16.25rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1154ED grey}.ametys-tools-tooltip-content::-webkit-scrollbar{width:2px;height:2px}.ametys-tools-tooltip-content::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.ametys-tools-tooltip-content::-webkit-scrollbar-thumb{background:#1154ED;border-radius:10px}.ametys-tools-tooltip-content::-webkit-scrollbar-thumb:hover{background:grey}.ametys-tools-tooltip.error{padding:.5rem}.ametys-tools-list__item,.ametys-tools-tooltip{font-size:.75rem;color:#333}.ametys-tools-list__item .link-dynamic-info,.ametys-tools-tooltip .link-dynamic-info{position:absolute;top:0;left:50%;margin-left:2.5rem;margin-top:-0.5rem;transform:translateX(-50%)}.ametys-edit-mode-on .ametys-tools-list__item .link-dynamic-info,.ametys-edit-mode-on .ametys-tools-tooltip .link-dynamic-info{display:none}.ametys-tools-list__item .link-info-short-value,.ametys-tools-tooltip .link-info-short-value{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-weight:700;font-size:1rem;color:#fff;background-color:#1154ED;border-radius:50%;font-size:14px;font-family:"Montserrat",sans-serif;transform:translateX(-50%)}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-tools-list__item .link-info-short-value,.ametys-tools-tooltip .link-info-short-value{width:1.25rem;height:1.25rem;font-size:11px}}.ametys-tools-list__item .link-info-short-value .material-icons,.ametys-tools-tooltip .link-info-short-value .material-icons{font-size:inherit;line-height:inherit}.ametys-tools-list__item .link-info-tooltip,.ametys-tools-list__item .link-info-error-message,.ametys-tools-list__item .link-change-password-link,.ametys-tools-tooltip .link-info-tooltip,.ametys-tools-tooltip .link-info-error-message,.ametys-tools-tooltip .link-change-password-link{display:none}.ametys-tools-list__item .link-info-item,.ametys-tools-tooltip .link-info-item{display:block;padding:.5rem}.ametys-tools-list__item .link-info-item:not(:last-child),.ametys-tools-tooltip .link-info-item:not(:last-child){border-bottom:1px solid #eeeef1}.ametys-tools-list__item .link-info-title,.ametys-tools-list__item .link-info-summary,.ametys-tools-list__item .link-info-footer,.ametys-tools-tooltip .link-info-title,.ametys-tools-tooltip .link-info-summary,.ametys-tools-tooltip .link-info-footer{display:block}.ametys-tools-list__item .link-info-title,.ametys-tools-tooltip .link-info-title{font-family:"Montserrat Bold",sans-serif;color:#02369C;font-size:12px;margin-bottom:.25rem}.ametys-tools-list__item .link-info-summary,.ametys-tools-tooltip .link-info-summary{font-family:"Montserrat",sans-serif;color:#000;font-size:12px}.ametys-tools-list__item .link-info-summary:not(:last-child),.ametys-tools-tooltip .link-info-summary:not(:last-child){margin-bottom:.25rem}.ametys-tools-list__item .link-info-footer,.ametys-tools-tooltip .link-info-footer{font-family:"Montserrat SemiBold",sans-serif;color:#000;font-size:12px}.ametys-tools-list__item .dropdown,.ametys-tools-tooltip .dropdown{display:none;opacity:0}.ametys-tools-list__item:hover .link-info-short-value,.ametys-tools-tooltip:hover .link-info-short-value{color:#fff}.ametys-tools-no-items-text{display:none;font-family:"Montserrat Light",sans-serif;color:#000;font-size:14px;margin:1.25rem 0}.ametys-add-new-item__text{font-family:"Montserrat Light",sans-serif;color:#000;font-size:14px;margin:1.25rem 0}.ametys-add-new-item{padding-top:1rem;padding-bottom:1rem}.ametys-add-new-item__title{font-size:1.125rem;font-family:"Montserrat Bold",sans-serif;font-size:18px;margin:0px;margin-bottom:20px;color:#000;margin-bottom:1.5rem !important}@media screen and (max-width: 900px){.ametys-add-new-item__title{font-size:14px}}.ametys-add-new-item input{margin-bottom:20px}@media (min-width: 768px){.ametys-tools-list_editable .ametys-tools-list__item{width:16.55555555%}}.ametys-tools-list__item{height:79px}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-tools-list__item{height:59px}}.ametys-tools-list__item .picture.link-glyph{font-size:29px;height:29px}.ametys-animated-heigth{transition:max-height 0.4s ease-in-out}.g-overflow-hidden,.ametys-animated-heigth{overflow:hidden !important}.ametys-tools-list-inline{position:initial !important;width:100%;display:flex;padding:0;height:55px !important}.ametys-tools-list-inline .ametys-tools-list__item{position:relative;width:119px;min-width:119px;transform:initial !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-tools-list-inline .ametys-tools-list__item{width:90px;min-width:90px}}.modal-confirm{background:#fff;padding:24px;border-radius:5px;padding-bottom:0px;position:relative}@media screen and (min-width: 1025px) and (max-width: 1480px){.modal-confirm{transform:scale(0.8);transform-origin:50% 0}}.modal-confirm h2,.modal-confirm h4{font-family:"Montserrat Bold",sans-serif;font-size:18px;margin:0px;margin-bottom:20px;color:#000}@media screen and (max-width: 900px){.modal-confirm h2,.modal-confirm h4{font-size:14px}}.modal-confirm .close{position:absolute;top:-34px;right:0px;border:none;background:transparent;cursor:pointer}.modal-confirm .close i{font-size:24px;color:#fff}.modal-confirm .btn{margin-bottom:24px;width:100%}.flex-search-list{display:flex;align-items:center;justify-content:space-between}.ametys-tools-list .ametys-tools-list__item .picture.link-glyph{font-size:32px;height:35px;margin-bottom:4px;display:block}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-tools-list .ametys-tools-list__item .picture.link-glyph{font-size:26px;height:26px}}.menu-fixed .ametys-toggle__check{display:none}.ametys-no-items-text{font-family:"Montserrat Light",sans-serif;color:#000;font-size:14px}.bandeau-warning{width:100%;background:#000;padding:12px}@media screen and (min-width: 1025px) and (max-width: 1480px){.bandeau-warning{padding:8px}}.bandeau-warning .container{max-width:1320px;text-align:center;padding:0 60px 0px 20px;margin:auto}@media screen and (min-width: 1025px) and (max-width: 1480px){.bandeau-warning .container{padding:0 10px 0px 20px}}.bandeau-warning .container p{color:#fff;display:inline;font-size:14px;font-family:"Montserrat",sans-serif;margin:0;padding:0;line-height:20px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.bandeau-warning .container p{font-size:11px}}@media screen and (max-width: 1024px){.bandeau-warning .container{padding:0 20px}}.bandeau-warning .container strong{font-family:"Montserrat Bold",sans-serif}.bandeau-warning .container a{color:#fff;font-size:14px;font-family:"Montserrat Bold",sans-serif;text-decoration:underline;transition:0.3s ease-in-out all}@media screen and (min-width: 1025px) and (max-width: 1480px){.bandeau-warning .container a{font-size:12px}}.bandeau-warning .container a:after{display:none}.bandeau-warning .container a:hover{color:#fff;text-decoration:none}.bandeau-warning{padding-right:132px}@media screen and (max-width: 1514px){.bandeau-warning{padding-right:12px}}.bandeau-warning .container{margin-top:6px}@media screen and (max-width: 1024px){.bandeau-warning .container{margin-top:unset}}.bandeau-warning .container p{font-family:"Montserrat Light",sans-serif}.bandeau-warning .container strong{font-family:"Montserrat",sans-serif}.bandeau-warning .bandeau-warning-buttons button,.bandeau-warning .bandeau-warning-buttons a{font-family:"Montserrat Bold",sans-serif;padding:8px 12px;border-radius:20px;border-width:2px}.last-documents .btn{max-width:240px;margin:auto;margin-top:16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.last-documents .btn{max-width:200px}}.last-documents .documents{display:flex;align-items:center;justify-content:space-between;flex-direction:column;flex-wrap:wrap;margin:0;padding:0;margin-top:32px}.last-documents .documents .document{margin-bottom:16px;transition:0.3s all ease-in-out;padding:0 10px;width:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.last-documents .documents .document{padding:0 8px}}.last-documents .documents .document a{display:block;background:rgba(17,84,237,0.15);padding:20px 30px;display:flex;justify-content:space-between;align-items:center;border-radius:6px;transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.last-documents .documents .document a{padding-left:20px;padding-right:20px}}.last-documents .documents .document a:hover{box-shadow:rgba(149,157,165,0.2) 0px 8px 12px;background:#fff}.last-documents .documents .document a .left{display:flex;align-items:center}.last-documents .documents .document a .left svg,.last-documents .documents .document a .left img{margin-right:16px;width:38px;height:38px;min-width:38px;min-height:38px}@media screen and (min-width: 1025px) and (max-width: 1480px){.last-documents .documents .document a .left svg,.last-documents .documents .document a .left img{width:32px;height:32px;min-width:32px;min-height:32px}}.last-documents .documents .document a .left .title{font-size:16px;line-height:20px;font-family:"Montserrat",sans-serif;color:#000;word-break:break-word}@media screen and (min-width: 1025px) and (max-width: 1480px){.last-documents .documents .document a .left .title{font-size:13px;line-height:18px}}@media screen and (max-width: 600px){.last-documents .documents .document a .left .title{display:block;width:100%}}.last-documents.page .document{padding:0}.last-documents.page .btn{margin:0;width:max-content}@media print{.last-documents{display:none}}.last-documents .documents .document a{background:none;padding:0}.last-documents .documents .document a:hover{background:none;box-shadow:none}.last-documents .documents .document a:hover .left .title{text-decoration:underline;text-underline-offset:2px}.last-documents .documents .document a .left .title{font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}.last-documents .documents .document a .left svg,.last-documents .documents .document a .left img{height:33px;width:33px}.service-gallery{margin-top:40px}.service-gallery .date-container,.service-gallery .header .main .icons .icon .link-info-item .link-info-date,.header .main .icons .icon .link-info-item .service-gallery .link-info-date{margin-top:-10px;margin-bottom:40px}.service-gallery .container-gallery{display:flex;align-items:flex-start;flex-wrap:wrap;margin-left:-24px}.service-gallery .container-gallery a{width:calc(33.33% - 24px);margin-left:24px;margin-bottom:2.33%;min-width:300px;height:300px;cursor:pointer;opacity:0.7;transition:0.2s ease-in-out}@media screen and (max-width: 1024px){.service-gallery .container-gallery a{width:46.66%}}@media screen and (max-width: 450px){.service-gallery .container-gallery a{width:100%}}.service-gallery .container-gallery a:after{display:none}.service-gallery .container-gallery a img{transition:0.2s ease-in-out;height:100%;object-fit:cover;width:100%;border-radius:6px;max-width:none}.service-gallery .container-gallery a:hover{opacity:1;transform:scale(1.05);z-index:2}@media screen and (min-width: 1024px){.service-gallery .container-gallery a:hover img{height:140%;margin-left:-20%;margin-top:-12.5%;object-fit:cover;width:140%;position:relative;z-index:2}}.service-annonce .service-gallery.cut-image{max-width:initial !important}.service-annonce .annonces-block{display:flex;align-items:center;flex-wrap:wrap;margin:50px 0;margin-left:-24px}.service-annonce .annonces-block.cut-image{max-width:initial !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-annonce .annonces-block{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 1100px){.service-annonce .annonces-block{justify-content:space-evenly}}.service-annonce .annonces-block .block{width:calc(33.33% - 24px);margin-left:24px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;border-radius:6px;height:300px;min-width:300px;margin-bottom:2%;transition:0.2s all ease-in-out}.service-annonce .annonces-block .block.price{background:rgba(0,0,0,0)}.service-annonce .annonces-block .block.loca{background:#1154ED}.service-annonce .annonces-block .block.contact{background:rgba(17,84,237,0.7)}.service-annonce .annonces-block .block .title{color:#fff;font-family:"Montserrat Light",sans-serif;font-size:25px;line-height:25px;display:block;width:100%;text-align:center;margin-bottom:30px}.service-annonce .annonces-block .block .name{color:#fff;font-family:"Montserrat Light",sans-serif;font-size:20px;line-height:20px;display:block;width:100%;text-align:center;margin-top:-10px;margin-bottom:8px}.service-annonce .annonces-block .block .link-container{display:block;width:100%;margin-bottom:8px;text-align:center}.service-annonce .annonces-block .block .link-container a{color:#fff;position:relative;text-decoration:none;margin-left:30px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-annonce .annonces-block .block .link-container a{font-size:inherit}}.service-annonce .annonces-block .block .link-container a:before{content:"";position:absolute;top:0;left:-30px;background-image:url("/skins/agglorouen-intranet/resources/templates/common/img/icon/mail-white.svg");width:20px;height:20px}.service-annonce .annonces-block .block .link-container a:hover{text-decoration:underline}.service-annonce .annonces-block .block .value,.service-annonce .annonces-block .block a.value{color:#fff !important;font-family:"Montserrat",sans-serif;font-size:35px;line-height:35px;width:100%;display:block;text-align:center}.service-annonce .annonces-block .block .icon{display:block;margin:auto;margin-top:0;margin-bottom:15px}.service-annonce .annonces-block .block svg,.service-annonce .annonces-block .block img{max-width:80px;min-width:80px;min-height:80px}.service-annonce .annonces-block .block svg path,.service-annonce .annonces-block .block img path{fill:#fff}.agent,.ametys-cms-content.agent{padding-top:50px;padding-bottom:20px}.agent .space,.ametys-cms-content.agent .space{height:30px;width:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .space,.ametys-cms-content.agent .space{height:10px}}.agent .blocks-agent,.ametys-cms-content.agent .blocks-agent{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .blocks-agent,.ametys-cms-content.agent .blocks-agent{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 1024px){.agent .blocks-agent,.ametys-cms-content.agent .blocks-agent{flex-direction:column}}.agent .blocks-agent .block-agent,.ametys-cms-content.agent .blocks-agent .block-agent{width:calc(50% - 8px);margin-bottom:16px;background:#f7f4f0;display:flex;align-items:flex-start;padding:30px 20px;height:160px}@media screen and (max-width: 1024px){.agent .blocks-agent .block-agent,.ametys-cms-content.agent .blocks-agent .block-agent{width:100%}}.agent .blocks-agent .block-agent .icon svg,.agent .blocks-agent .block-agent .icon img,.ametys-cms-content.agent .blocks-agent .block-agent .icon svg,.ametys-cms-content.agent .blocks-agent .block-agent .icon img{max-width:40px;min-width:40px;margin-right:20px}.agent .blocks-agent .block-agent .icon svg path,.agent .blocks-agent .block-agent .icon img path,.ametys-cms-content.agent .blocks-agent .block-agent .icon svg path,.ametys-cms-content.agent .blocks-agent .block-agent .icon img path{fill:#1154ED}.agent .blocks-agent .block-agent .description,.ametys-cms-content.agent .blocks-agent .block-agent .description{width:100%}.agent .blocks-agent .block-agent .description .title,.ametys-cms-content.agent .blocks-agent .block-agent .description .title{color:#1154ED;font-family:"Montserrat",sans-serif;font-size:20px;display:block;margin-bottom:8px}.agent .blocks-agent .block-agent .description a,.ametys-cms-content.agent .blocks-agent .block-agent .description a{word-break:break-word}.agent .blocks-agent .block-agent .description .subtitle,.ametys-cms-content.agent .blocks-agent .block-agent .description .subtitle{color:#a3a3a8;font-family:"Montserrat SemiBold",sans-serif;font-size:18px;line-height:24px;display:block;margin-bottom:0px}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .blocks-agent .block-agent .description .subtitle a,.ametys-cms-content.agent .blocks-agent .block-agent .description .subtitle a{font-size:15px;line-height:21px}}.agent .blocks-agent .block-agent .description .flex,.ametys-cms-content.agent .blocks-agent .block-agent .description .flex{display:flex;width:100%}@media screen and (max-width: 1024px){.agent .blocks-agent .block-agent .description .flex,.ametys-cms-content.agent .blocks-agent .block-agent .description .flex{flex-direction:column}}.agent .blocks-agent .block-agent .description .flex .text,.ametys-cms-content.agent .blocks-agent .block-agent .description .flex .text{width:45%}@media screen and (max-width: 1024px){.agent .blocks-agent .block-agent .description .flex .text,.ametys-cms-content.agent .blocks-agent .block-agent .description .flex .text{width:100%}}.agent .blocks-agent .block-agent .description .text,.ametys-cms-content.agent .blocks-agent .block-agent .description .text{color:#a3a3a8;font-family:"Montserrat",sans-serif;font-size:16px;line-height:20px;display:block;margin-bottom:0px}.agent .form-change-photo .change-photo,.ametys-cms-content.agent .form-change-photo .change-photo{display:flex;align-items:center}@media screen and (max-width: 650px){.agent .form-change-photo .change-photo,.ametys-cms-content.agent .form-change-photo .change-photo{flex-direction:column-reverse}}.agent .form-change-photo .btn,.ametys-cms-content.agent .form-change-photo .btn{margin:20px auto}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .form-change-photo .btn,.ametys-cms-content.agent .form-change-photo .btn{font-size:14px}}.agent .form-change-photo .picture,.ametys-cms-content.agent .form-change-photo .picture{width:177px;height:177px;margin-right:30px}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .form-change-photo .picture,.ametys-cms-content.agent .form-change-photo .picture{width:137px;height:137px;margin-right:20px}}.agent .form-change-photo .picture img,.ametys-cms-content.agent .form-change-photo .picture img{width:100%;height:100%;object-fit:cover;border-radius:50%}.agent .form-change-photo .form .download,.ametys-cms-content.agent .form-change-photo .form .download{background-color:#ffffff;box-shadow:0 0 18px 9px rgba(0,89,142,0.05);padding:30px 36px;cursor:pointer;transition:0.2s all ease}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .form-change-photo .form .download,.ametys-cms-content.agent .form-change-photo .form .download{padding:20px 26px}}.agent .form-change-photo .form .download:hover,.ametys-cms-content.agent .form-change-photo .form .download:hover{box-shadow:0 0 18px 15px rgba(0,89,142,0.1)}.agent .form-change-photo .form .download .ametys-richtext-title-4,.ametys-cms-content.agent .form-change-photo .form .download .ametys-richtext-title-4{margin:0}.agent .form-change-photo .form .download input,.ametys-cms-content.agent .form-change-photo .form .download input{display:none}.agent .form-change-photo .form .download svg,.agent .form-change-photo .form .download img,.ametys-cms-content.agent .form-change-photo .form .download svg,.ametys-cms-content.agent .form-change-photo .form .download img{display:block;margin-top:10px;max-width:31px;max-height:31px;min-width:31px;min-height:31px}@media screen and (min-width: 1025px) and (max-width: 1480px){.agent .form-change-photo .form .download svg,.agent .form-change-photo .form .download img,.ametys-cms-content.agent .form-change-photo .form .download svg,.ametys-cms-content.agent .form-change-photo .form .download img{max-width:24px;max-height:24px;min-width:24px;min-height:24px}}.agent .form-change-photo .form .download svg path,.agent .form-change-photo .form .download img path,.ametys-cms-content.agent .form-change-photo .form .download svg path,.ametys-cms-content.agent .form-change-photo .form .download img path{fill:#1154ED}@media print{.agent .blocks-agent .block-agent{width:100% !important}.form-change-photo{display:none !important}}.change-photo .ametys-front-edition-button{padding:5px 10px;height:50px}.title span.fonction{color:#fd4954;font-size:34px;font-family:"Montserrat";font-weight:600;margin-top:30px;line-height:65px;margin-bottom:20px;display:inline;background:#fff;box-shadow:16px 0px 0 #fff, -16px 0px 0 #fff;border-radius:6px;padding-top:15px;padding-bottom:12px}.frontedition-placeholder .download .content-illustration.big.image-edition img{width:240px;height:240px;border-radius:50%;border:40px solid #fff;object-fit:cover}.agent .content-tags{display:flex;margin:15px 0;flex-wrap:wrap}.agent .content-tags .content-tags__item{font-size:.875rem;border-radius:0.5rem;padding:6px 15px;margin:0 8px 8px 0;text-decoration:none;font-family:"Montserrat",sans-serif;color:#1154ED;background-color:rgba(17,84,237,0.2);transition:all 0.2s ease}.ametys-editable{position:relative}.ametys-editable a{text-decoration:none;color:inherit;font-size:inherit}.ametys-editable a:hover,.ametys-editable a:focus{color:inherit}.ametys-editable .ametys-richtext-title-1{padding-right:2.625em}.ametys-editable .ametys-front-edition-button-text{display:none}@media (min-width: 768px){.ametys-editable .ametys-front-edition-button-text{display:block}}@media (max-width: 767.98px){.ametys-editable .ametys-front-edition-button{display:inline-flex}}@media (min-width: 576px){.ametys-editable .ametys-front-edition-hover .ametys-front-edition-button{display:inline-flex}}.ametys-editable.ametys-front-edition-possible{position:relative}.ametys-editable.ametys-front-edition-possible .ametys-front-edition-button{font-family:"Montserrat",sans-serif;font-size:14px;color:#000;padding:0 0.375rem;position:absolute;top:50%;right:0;z-index:3;display:none;align-items:center;background-color:transparent;cursor:pointer;border:0 none;transform:translateY(-50%);transition:all .2s ease-in}.ametys-editable.ametys-front-edition-possible .ametys-front-edition-button:before{display:inline-block;font-weight:900;font-family:"Font Awesome 6 Free",sans-serif;text-rendering:auto;line-height:1;content:'\f303';margin-right:0.5em}@media (min-width: 768px){.ametys-editable.ametys-front-edition-possible .ametys-front-edition-button:before{margin-right:8px}}.ametys-editable.ametys-front-edition-possible .ametys-front-edition-button:focus{outline:0 none}.ametys-editable.ametys-front-edition-possible.ametys-front-edition-hover .ametys-front-edition-button{display:inline-flex}.ametys-editable.ametys-front-edition-possible.editable--richtext.ametys-front-edition-hover{box-shadow:rgba(121,118,118,0.2) 0px 8px 24px}.ametys-editable.ametys-front-edition-possible.editable--richtext .ametys-front-edition-button{top:-2rem;transform:translate(0, 0)}.ametys-editable.ametys-front-edition-possible.editable--contenttags .ametys-front-edition-button{top:-2rem;transform:translate(0, 0)}.ametys-editable.ametys-front-edition-possible.editable--text.editable--text-small .ametys-front-edition-button-text{display:none}.ametys-editable.ametys-front-edition-possible.editable--text.ametys-front-edition-hover{background-color:rgba(17,84,237,0.1)}.ametys-editable.ametys-front-edition-possible:not(.front-edition-placeholder)::after{position:absolute;content:"";display:block;width:105px;height:60px;top:-45px;right:0}.agent .content-tags .content-tags__item{font-family:"Montserrat",sans-serif !important;color:#02369C}.ametys-editable.ametys-front-edition-possible .ametys-front-edition-button{display:flex}.ametys-editable.ametys-front-edition-possible .ametys-front-edition-button:hover{color:#02369C}.front-edition-placeholder.ametys-front-edition-possible{position:relative}.front-edition-placeholder.ametys-front-edition-possible .ametys-front-edition-button{font-family:"Montserrat",sans-serif;font-size:14px;color:#000;position:absolute;padding:0 0.375rem;margin-top:16px;right:0;background-color:transparent;cursor:pointer;border:0 none;z-index:1}.front-edition-placeholder.ametys-front-edition-possible .ametys-front-edition-button::before{display:inline-block;font-weight:900;font-family:"Font Awesome 6 Free",sans-serif;text-rendering:auto;line-height:1;content:'\f303';margin-right:8px}.front-edition-placeholder.ametys-front-edition-possible .ametys-front-edition-button:hover{color:#02369C}.front-edition-placeholder.ametys-front-edition-possible span{font-family:"Montserrat",sans-serif;font-size:14px}.service-documents-page{padding:60px 0;width:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-documents-page{transform:scale(0.8);transform-origin:0 0}}.service-documents-page .document{width:100%;background-color:#fff;box-shadow:0 0 13px 0px rgba(81,79,74,0.1);transition:0.2s all ease-in-out;cursor:pointer;border-radius:10px}.service-documents-page .document:hover{box-shadow:0 0 43px 0px rgba(81,79,74,0.24)}.service-documents-page .document a{display:flex;align-items:center;padding:23px;margin-bottom:18px}.service-documents-page .document a .icon{margin-right:21px}.service-documents-page .document a .icon img{max-width:43px;height:auto;min-width:43px}.service-documents-page .document a .text{font-family:"Montserrat SemiBold",sans-serif;font-size:18px;color:#000;line-height:26px;word-break:break-word}.service-documents-page .document a .text .weight{font-size:16px;font-family:"Montserrat",sans-serif}.service-applications{display:flex;align-items:flex-start;margin-left:-55px;flex-wrap:wrap;padding:60px 0px 0px 30px;justify-content:center}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-applications{transform:scale(0.8);transform-origin:0 0}}.service-applications .app{height:233px;width:233px}@media screen and (max-width: 1024px){.service-applications .app{width:180px;height:180px}}.service-applications .app a{background-color:#fff;box-shadow:0 0 73px 0px rgba(81,79,74,0.08);width:209px;height:209px;padding:0px 49px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:30px;margin-bottom:30px;border-radius:20px;transition:0.2s all ease-in-out}@media screen and (min-width: 1024px){.service-applications .app a:hover{box-shadow:0 0 73px 0px rgba(81,79,74,0.36);width:233px;height:233px;margin-left:18px;margin-top:-12px}}.service-applications .app a svg,.service-applications .app a img{max-height:54px;min-height:54px;min-width:54px;margin-bottom:16px}.service-applications .app a svg path,.service-applications .app a img path{fill:#1154ED}@media screen and (max-width: 1024px){.service-applications .app a svg,.service-applications .app a img{max-height:40px;min-height:40px;min-width:40px}}@media screen and (max-width: 1024px){.service-applications .app a{width:170px;height:170px;margin-left:15px}}.service-applications .app a .title{color:#000;font-family:"Montserrat",sans-serif;font-size:16px;line-height:18px;text-align:center;display:block;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 1024px){.service-applications .app a .title{font-size:14px;line-height:16px}}.service-search .flex{display:flex}.service-search form.searchForm{display:flex;align-items:center;padding-bottom:0;margin-bottom:0}@media screen and (max-width: 1000px){.service-search form.searchForm input,.service-search form.searchForm select{width:100%;max-width:100%}}.service-search form.searchForm *:focus-visible{outline:2px solid #fff !important;outline-offset:2px !important;box-shadow:0 0 0 2px #000 !important}.service-search form.searchForm .ms-options-wrap button{margin-bottom:0}@media screen and (max-width: 1130px){.service-search form.searchForm{flex-wrap:wrap}}.service-search form.searchForm .field,.service-search form.searchForm .ms-options-wrap button{margin:0}@media screen and (max-width: 1130px){.service-search form.searchForm .field,.service-search form.searchForm .ms-options-wrap button{width:100%;max-width:100%}}.service-search form.searchForm .field-select{max-width:400px}.service-search form.searchForm .select-container{margin:0;width:232px}@media screen and (max-width: 1300px){.service-search form.searchForm .select-container{width:200px}}@media screen and (max-width: 1130px){.service-search form.searchForm .select-container{width:100%;max-width:100%;margin-top:10px}}.service-search form.searchForm .select-container select{margin:0}.service-search form.searchForm .search-button{display:flex;justify-content:flex-end}@media screen and (max-width: 1130px){.service-search form.searchForm .search-button{width:100%;margin-top:20px}}.service-search form.searchForm .search{width:350px}@media screen and (max-width: 1300px){.service-search form.searchForm .search{width:250px}}@media screen and (max-width: 1130px){.service-search form.searchForm .search{width:100%;max-width:100%}.service-search form.searchForm .search input{width:100%;max-width:100%}}.service-search form.searchForm .search input{margin-bottom:0}.service-search form.searchForm .btn{margin-top:0px;height:50px;margin-bottom:0}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search form.searchForm .btn{height:40px}}@media screen and (max-width: 1300px){.service-search form.searchForm .btn{margin-top:-4px}}@media screen and (max-width: 1000px){.service-search form.searchForm .btn{border-color:#fff;color:#fff}.service-search form.searchForm .btn:hover{background:#fff;color:#1154ED}}.service-search .sidebar-filter{width:330px;margin-right:25px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter{width:245px}}.service-search .sidebar-filter .close{display:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter input,.service-search .sidebar-filter label,.service-search .sidebar-filter section{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 1025px){.service-search .sidebar-filter{position:fixed;bottom:0;left:0;width:100%;background:#fff;transform:translateY(100%);transition:0.2s all ease-in-out;z-index:99999999;padding:20px;overflow-y:auto;height:100vh;display:none}.service-search .sidebar-filter.open{transform:initial;display:block}.service-search .sidebar-filter .close{display:block;position:fixed;top:20px;right:20px;z-index:11;cursor:pointer;border:none;background:none}.service-search .sidebar-filter .close span{color:#000;font-size:30px}}.service-search .sidebar-filter h2,.service-search .sidebar-filter h3{color:#1154ED;font-family:"Montserrat SemiBold",sans-serif;font-size:28px;font-weight:600}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter h2,.service-search .sidebar-filter h3{font-size:22px}}.service-search .sidebar-filter .title{display:flex;justify-content:space-between;align-items:center;width:100%;font-family:"Montserrat SemiBold",sans-serif;font-size:18px;cursor:pointer;color:#000;padding:0;padding-top:20px;transition:0.2s all ease-in-out;border:none;background:none;border-top:1px solid lightgray}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter .title{width:235px}}.service-search .sidebar-filter .title section{display:flex;align-items:center}.service-search .sidebar-filter .title section svg,.service-search .sidebar-filter .title section img{max-width:24px;max-height:24px;min-width:24px;min-height:24px;margin-right:12px}.service-search .sidebar-filter .title section svg path,.service-search .sidebar-filter .title section img path{fill:#000;transition:0.2s all ease-in-out}.service-search .sidebar-filter .title span{font-size:30px;color:#000;transition:0.2s all ease-in-out;cursor:pointer;transform:rotate(0deg)}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter .title span{font-size:25px}}.service-search .sidebar-filter .title[aria-expanded=true] span{transform:rotate(180deg)}.service-search .sidebar-filter .title:hover{color:#1154ED}.service-search .sidebar-filter .title:hover section svg path,.service-search .sidebar-filter .title:hover section img path{fill:#1154ED}.service-search .sidebar-filter .title:hover span{color:#1154ED}.service-search .sidebar-filter .expandable{padding-bottom:20px;padding-top:6px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter .expandable{padding-bottom:10px}}.service-search .sidebar-filter .expandable:last-of-type{border-bottom:1px solid lightgray}.service-search .sidebar-filter .expandable .list-checkbox{display:none;margin:0;padding:0}.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox{margin-left:52px;margin-top:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox{margin-left:42px;margin-top:15px}}.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox input{margin-bottom:0;visibility:visible;border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;background-color:transparent !important}.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox input:focus+label:before,.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox input:focus-visible+label:before{outline:2px solid #000 !important;outline-offset:2px !important}.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox label{position:relative;cursor:pointer;padding-left:20px;color:#000;font-family:"Montserrat",sans-serif;font-size:16px;transition:0.2s all ease-in-out;display:flex;align-items:center}.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox label:before{content:"";-webkit-appearance:none;background-color:#fff;border:2px solid #000;cursor:pointer;position:absolute;top:-2px;left:-20px;width:22px;height:22px;border-radius:5px}.service-search .sidebar-filter .expandable .list-checkbox .item-checkbox input:checked+label:after{content:"";position:absolute;top:3px;left:-15px;height:16px;width:16px;background-color:#1154ED;border-radius:6px}.service-search .results{padding-top:48px;width:100%}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results{padding-top:38px}.service-search .results .pagination>div{transform:scale(0.8);transform-origin:0 0}}.service-search .results .back a{font-family:"Montserrat",sans-serif;font-size:14px;line-height:22px;text-decoration:none;transition:0.2s all ease-in-out;color:#000;margin-top:15px;display:block;position:absolute;left:0;top:0;display:flex}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .back a{font-size:11px;line-height:19px;padding-left:11px;margin-top:12px}}.service-search .results .back a:hover{color:#02369C}.service-search .results .back a:hover:before{color:#02369C}.service-search .results .back a:before{font-family:"Font Awesome 6 Free";font-weight:bold;content:"\f053";color:#000;margin-right:10px}.service-search .results .filter-button-block{display:none;margin-bottom:24px;text-align:center}.service-search .results .filter-button-block .btn{background-color:#fff;margin:auto}.service-search .results .filter-button-block .btn:hover{background-color:#1154ED}@media screen and (max-width: 1025px){.service-search .results .filter-button-block{display:block}}.service-search .results .nb-results{display:flex;align-items:center;margin-bottom:30px}@media screen and (max-width: 768px){.service-search .results .nb-results{flex-direction:column}}.service-search .results .nb-results>span{color:#000;font-family:"Montserrat",sans-serif;font-size:28px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .nb-results>span{font-size:22px}}@media screen and (max-width: 768px){.service-search .results .nb-results>span{font-size:20px}}.service-search .results .nb-results .link{flex:1;display:flex;justify-content:end}.service-search .results .nb-results .first-link{display:flex;align-items:center;text-decoration:none;margin-left:20px}@media screen and (max-width: 768px){.service-search .results .nb-results .first-link{margin-top:10px}}.service-search .results .nb-results .first-link:first-of-type{margin-bottom:5px}.service-search .results .nb-results .first-link .icon-container{border-radius:50%;background-color:#fff;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;padding:4px;display:flex;align-items:center;justify-content:center;min-height:33px;min-width:33px;height:33px;width:33px;transition:0.3s all ease-in-out}.service-search .results .nb-results .first-link .icon-container svg,.service-search .results .nb-results .first-link .icon-container img{transition:0.3s all ease-in-out;max-width:80%;min-width:80%}.service-search .results .nb-results .first-link .icon-container svg path,.service-search .results .nb-results .first-link .icon-container img path{fill:#1154ED}.service-search .results .nb-results .first-link .icon-container.icon-rss svg{max-width:60%;min-width:60%}.service-search .results .nb-results .first-link:hover .icon-container{background:#1154ED}.service-search .results .nb-results .first-link:hover .icon-container svg,.service-search .results .nb-results .first-link:hover .icon-container img{filter:brightness(0) invert(1)}.service-search .results .nb-results .first-link .text{margin-left:12px;font-family:"Montserrat",sans-serif;font-size:14px;color:#1154ED}.service-search .results .result-list{padding:0;margin:0}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list{width:90%}}.service-search .results .result-list .classic-item{width:100%;background-color:#fff;box-shadow:0 0 13px 0px rgba(81,79,74,0.1);transition:0.2s all ease-in-out;border-radius:10px}.service-search .results .result-list .classic-item:hover{box-shadow:0 0 43px 0px rgba(81,79,74,0.24)}.service-search .results .result-list .classic-item a,.service-search .results .result-list .classic-item .item-card{display:flex;padding:13px;margin-bottom:18px;text-decoration:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a,.service-search .results .result-list .classic-item .item-card{margin-bottom:14px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a,.service-search .results .result-list .classic-item .item-card{flex-direction:column;align-items:flex-start}}.service-search .results .result-list .classic-item a .picture,.service-search .results .result-list .classic-item .item-card .picture{display:flex;align-items:center;justify-content:center;height:142px;width:235px;min-width:235px;background-color:rgba(17,84,237,0.15);margin-right:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .picture,.service-search .results .result-list .classic-item .item-card .picture{width:188px;min-width:188px;height:113px;margin-right:16px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .picture,.service-search .results .result-list .classic-item .item-card .picture{margin-bottom:20px}}.service-search .results .result-list .classic-item a .picture.play-video,.service-search .results .result-list .classic-item .item-card .picture.play-video{position:relative}.service-search .results .result-list .classic-item a .picture.play-video .video,.service-search .results .result-list .classic-item .item-card .picture.play-video .video{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.service-search .results .result-list .classic-item a .picture.play-video .video path,.service-search .results .result-list .classic-item .item-card .picture.play-video .video path{fill:#fff}.service-search .results .result-list .classic-item a .picture img:not(.svg),.service-search .results .result-list .classic-item .item-card .picture img:not(.svg){width:100%;height:100%;object-fit:cover}.service-search .results .result-list .classic-item a .picture.agent-picture img,.service-search .results .result-list .classic-item .item-card .picture.agent-picture img{width:79px;height:79px;object-fit:cover;border-radius:50%}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .picture.agent-picture img,.service-search .results .result-list .classic-item .item-card .picture.agent-picture img{width:63px;height:63px}}.service-search .results .result-list .classic-item a .picture .svg,.service-search .results .result-list .classic-item a .picture svg,.service-search .results .result-list .classic-item .item-card .picture .svg,.service-search .results .result-list .classic-item .item-card .picture svg{min-height:56px;min-width:56px;height:56px;width:56px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .picture .svg,.service-search .results .result-list .classic-item a .picture svg,.service-search .results .result-list .classic-item .item-card .picture .svg,.service-search .results .result-list .classic-item .item-card .picture svg{min-height:45px;min-width:45px;height:45px;width:45px}}.service-search .results .result-list .classic-item a .picture .svg path,.service-search .results .result-list .classic-item a .picture svg path,.service-search .results .result-list .classic-item .item-card .picture .svg path,.service-search .results .result-list .classic-item .item-card .picture svg path{fill:#1154ED}.service-search .results .result-list .classic-item a .picture .agent-svg,.service-search .results .result-list .classic-item .item-card .picture .agent-svg{min-height:79px;min-width:79px;height:79px;width:79px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .picture .agent-svg,.service-search .results .result-list .classic-item .item-card .picture .agent-svg{width:63px;height:63px;min-height:63px;min-width:63px}}.service-search .results .result-list .classic-item a .infos,.service-search .results .result-list .classic-item .item-card .infos{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.service-search .results .result-list .classic-item a .infos a,.service-search .results .result-list .classic-item .item-card .infos a{padding:0;display:block}.service-search .results .result-list .classic-item a .infos .title,.service-search .results .result-list .classic-item .item-card .infos .title{display:block;font-family:"Montserrat SemiBold",sans-serif;font-size:20px;line-height:26px;color:#000;margin-bottom:4px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .title,.service-search .results .result-list .classic-item .item-card .infos .title{font-size:17px;line-height:23px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .title,.service-search .results .result-list .classic-item .item-card .infos .title{font-size:18px}}.service-search .results .result-list .classic-item a .infos .mailto,.service-search .results .result-list .classic-item .item-card .infos .mailto{color:#9fbaf8 !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .mailto,.service-search .results .result-list .classic-item .item-card .infos .mailto{font-size:16px}}.service-search .results .result-list .classic-item a .infos .mailto:hover,.service-search .results .result-list .classic-item .item-card .infos .mailto:hover{color:#1154ED !important}.service-search .results .result-list .classic-item a .infos .descri,.service-search .results .result-list .classic-item .item-card .infos .descri{display:block;font-family:"Montserrat",sans-serif;font-size:16px;line-height:25px;color:#000;margin-bottom:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .descri,.service-search .results .result-list .classic-item .item-card .infos .descri{font-size:13px;line-height:22px;margin-bottom:16px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .descri,.service-search .results .result-list .classic-item .item-card .infos .descri{font-size:14px}}.service-search .results .result-list .classic-item a .infos .function,.service-search .results .result-list .classic-item a .infos .tel,.service-search .results .result-list .classic-item .item-card .infos .function,.service-search .results .result-list .classic-item .item-card .infos .tel{color:#000;font-family:"Montserrat",sans-serif;font-size:16px;display:block;line-height:25px;margin-bottom:4px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .function,.service-search .results .result-list .classic-item a .infos .tel,.service-search .results .result-list .classic-item .item-card .infos .function,.service-search .results .result-list .classic-item .item-card .infos .tel{font-size:13px;line-height:22px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .function,.service-search .results .result-list .classic-item a .infos .tel,.service-search .results .result-list .classic-item .item-card .infos .function,.service-search .results .result-list .classic-item .item-card .infos .tel{font-size:14px}}.service-search .results .result-list .classic-item a .infos .tag,.service-search .results .result-list .classic-item .item-card .infos .tag{padding:8px 14px;border-radius:20px;color:#fff;display:inline-block;margin-bottom:10px;background-color:#000;text-transform:uppercase;font-size:14px;font-family:"Montserrat Bold",sans-serif;transition:0.4s all ease-in-out;margin-right:5px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .tag,.service-search .results .result-list .classic-item .item-card .infos .tag{font-size:13px;padding:6px 12px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .tag,.service-search .results .result-list .classic-item .item-card .infos .tag{padding:6px 12px;font-size:12px}}.service-search .results .result-list .classic-item a .infos .poste,.service-search .results .result-list .classic-item .item-card .infos .poste{font-family:"Montserrat SemiBold",sans-serif;font-size:14px;line-height:20px;color:#000;display:block;margin-top:12px;margin-bottom:3px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .poste,.service-search .results .result-list .classic-item .item-card .infos .poste{font-size:11px;line-height:17px;margin-top:10px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .poste,.service-search .results .result-list .classic-item .item-card .infos .poste{font-size:13px}}.service-search .results .result-list .classic-item a .infos .price-container,.service-search .results .result-list .classic-item .item-card .infos .price-container{display:flex;align-items:center;margin-left:-10px;margin-bottom:10px}.service-search .results .result-list .classic-item a .infos .price-container span,.service-search .results .result-list .classic-item .item-card .infos .price-container span{color:#1154ED;font-size:30px;margin-right:4px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .price-container span,.service-search .results .result-list .classic-item .item-card .infos .price-container span{font-size:27px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .price-container span,.service-search .results .result-list .classic-item .item-card .infos .price-container span{font-size:24px}}.service-search .results .result-list .classic-item a .infos .price-container .price,.service-search .results .result-list .classic-item .item-card .infos .price-container .price{margin-top:2px;display:block;color:#1154ED;font-family:"Montserrat Bold",sans-serif;font-size:20px;line-height:25.5px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .price-container .price,.service-search .results .result-list .classic-item .item-card .infos .price-container .price{font-size:17px;line-height:22px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .price-container .price,.service-search .results .result-list .classic-item .item-card .infos .price-container .price{font-size:16px;line-height:20px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .date-container .date,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date .date,.service-search .results .result-list .classic-item .item-card .infos .date-container .date,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date .date,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date .date{font-size:13px;line-height:19px}}.service-search .results .result-list .classic-item a .infos .date-container svg,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date svg,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date svg,.service-search .results .result-list .classic-item a .infos .date-container img,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date img,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date img,.service-search .results .result-list .classic-item .item-card .infos .date-container svg,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date svg,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date svg,.service-search .results .result-list .classic-item .item-card .infos .date-container img,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date img,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date img{min-width:18px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list .classic-item a .infos .date-container svg,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date svg,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date svg,.service-search .results .result-list .classic-item a .infos .date-container img,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date img,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date img,.service-search .results .result-list .classic-item .item-card .infos .date-container svg,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date svg,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date svg,.service-search .results .result-list .classic-item .item-card .infos .date-container img,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date img,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date img{max-width:20px;margin-right:10px;min-width:20px}}@media screen and (max-width: 768px){.service-search .results .result-list .classic-item a .infos .date-container svg,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date svg,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date svg,.service-search .results .result-list .classic-item a .infos .date-container img,.service-search .results .result-list .classic-item a .infos .header .main .icons .icon .link-info-item .link-info-date img,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item a .infos .link-info-date img,.service-search .results .result-list .classic-item .item-card .infos .date-container svg,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date svg,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date svg,.service-search .results .result-list .classic-item .item-card .infos .date-container img,.service-search .results .result-list .classic-item .item-card .infos .header .main .icons .icon .link-info-item .link-info-date img,.header .main .icons .icon .link-info-item .service-search .results .result-list .classic-item .item-card .infos .link-info-date img{max-width:20px;min-width:20px}}.service-search .results .pagination{display:flex;align-items:center;margin-top:50px}.service-search .results .pagination ul{display:flex;align-items:center;margin:0;padding:0}@media screen and (max-width: 622px){.service-search .results .pagination ul{flex-wrap:wrap}}.service-search .results .pagination .page{color:#000;font-family:"Montserrat SemiBold",sans-serif;font-weight:bold;font-size:16px;line-height:16px;margin:0px 20px;transition:0.2s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .pagination .page{margin:0px 10px}}.service-search .results .pagination .page.active{background:#1154ED;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;height:30px;width:30px;min-height:30px;min-width:30px}.service-search .results .pagination .page.active:hover{color:#fff}@media screen and (max-width: 622px){.service-search .results .pagination .page{margin:0 3px;font-size:14px;line-height:14px}}.service-search .results .pagination .page button{border:none;background:none;color:#000;font-family:"Montserrat SemiBold",sans-serif;font-weight:bold;font-size:16px;line-height:16px;cursor:pointer}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .pagination .page button{font-size:14px}}@media screen and (max-width: 622px){.service-search .results .pagination .page button{padding:1px 4px}}.service-search .results .pagination .page button:hover{color:#1154ED}.service-search .results .pagination .page.suiv button,.service-search .results .pagination .page.prec button{font-size:14px;text-transform:uppercase;letter-spacing:4px;white-space:nowrap}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .pagination .page.suiv button,.service-search .results .pagination .page.prec button{font-size:12px}}@media screen and (max-width: 622px){.service-search .results .pagination .page.suiv button,.service-search .results .pagination .page.prec button{font-size:12px;letter-spacing:1px;padding:1px 4px}}.service-search .results .pagination .page.prec{margin-right:30px}@media screen and (max-width: 622px){.service-search .results .pagination .page.prec{margin-right:5px}}.service-search .results .pagination .page.suiv{margin-left:30px}@media screen and (max-width: 622px){.service-search .results .pagination .page.suiv{margin-left:5px}}.service-search.search-noheader .top{background-image:none;background-color:transparent;padding:0}.service-search.search-noheader form.searchForm .search-button button{background-color:rgba(0,0,0,0);border-color:#1154ED;color:#fff}.service-search.search-noheader form.searchForm .search-button button:hover{background-color:#1154ED;border-color:#1154ED}@media print{.sidebar-filter,.first-link,.searchForm{display:none !important}.pagination{display:none !important}}.service-search .flex{width:100%}.service-search .classic-item .picture img.agent-svg{border-radius:50%}.service-search .classic-item .infos .weight{font-size:18px;font-family:"Montserrat Light",sans-serif}.service-search .results{position:relative}.service-search .results .pagination{margin-left:200px;justify-content:flex-start}@media screen and (max-width: 1130px){.service-search .results .pagination{margin-left:0px;justify-content:center}}.service-search .results .pagination .result{font-family:"Montserrat",sans-serif;color:#000;position:absolute;left:0px}@media screen and (max-width: 1130px){.service-search .results .pagination .result{display:none}}.service-search .results .filter-button-block .btn span{color:#1154ED}.service-search .results .filter-button-block .btn:hover{background-color:rgba(0,0,0,0);border-color:#1154ED}.service-search .results .filter-button-block .btn:hover span{color:#fff}.service-search .results .result-list .classic-item a .picture img.icon{min-height:56px;min-width:56px;height:56px;width:56px}.service-search form.searchForm .btn{background-color:transparent;border-color:#fff}.service-search form.searchForm .btn:hover{background-color:rgba(0,0,0,0);border-color:#1154ED;color:#fff}.service-search form.searchForm .field{margin-right:10px;width:100%}@media screen and (max-width: 1130px){.service-search form.searchForm .field{margin-right:0px;margin-bottom:10px}}.service-search .no-result{font-family:"Montserrat",sans-serif;color:#000}.service-search form.searchForm .btn{border-color:#000;color:#000}.service-search .results .result-list .classic-item a .infos .tag,.service-search .results .result-list .classic-item .item-card .infos .tag{background-color:#CFDDFB;color:#02369C;text-transform:none;line-height:20px}.service-search .results .result-list .classic-item a .picture svg,.service-search .results .result-list .classic-item a .picture .svg,.service-search .results .result-list .classic-item .item-card .picture svg,.service-search .results .result-list .classic-item .item-card .picture .svg{width:79px;height:79px}.service-search .results .result-list .classic-item a .infos .mailto,.service-search .results .result-list .classic-item .item-card .infos .mailto{margin-top:8px;color:#000 !important}.service-search .results .result-list .classic-item a .infos .mailto:hover,.service-search .results .result-list .classic-item .item-card .infos .mailto:hover{color:#02369C !important}.service-search .results .result-list:has(.simple){display:flex;flex-wrap:wrap;gap:18px}.service-search .results .result-list:has(.simple) .classic-item{width:auto;min-width:236px}.service-search .results .result-list:has(.simple) .classic-item a,.service-search .results .result-list:has(.simple) .classic-item .item-card{display:block;width:18.3rem;height:16.3rem;min-width:200px}.service-search .results .result-list:has(.simple) .classic-item a .picture,.service-search .results .result-list:has(.simple) .classic-item .item-card .picture{width:100%;max-width:100%;min-width:200px;height:10.25rem;max-height:100%}.service-search .results .result-list:has(.simple) .classic-item a .infos,.service-search .results .result-list:has(.simple) .classic-item .item-card .infos{padding-top:10px}.service-search .results .result-list:has(.simple) .classic-item a .infos .title,.service-search .results .result-list:has(.simple) .classic-item .item-card .infos .title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-search .results .result-list:has(.simple) .classic-item a,.service-search .results .result-list:has(.simple) .classic-item .item-card{width:17.7rem;height:16rem}}@media screen and (max-width: 1024px){.service-search .results .result-list:has(.simple) .classic-item{width:calc(100% / 3 - 18px)}.service-search .results .result-list:has(.simple) .classic-item a,.service-search .results .result-list:has(.simple) .classic-item .item-card{width:100%}}@media screen and (max-width: 768px){.service-search .results .result-list:has(.simple) .classic-item{width:calc(50% - 18px)}.service-search .results .result-list:has(.simple) .classic-item a .picture,.service-search .results .result-list:has(.simple) .classic-item .item-card .picture{margin:0}}@media screen and (max-width: 550px){.service-search .results .result-list:has(.simple) .classic-item{width:100%}.service-search .results .result-list:has(.simple) .classic-item a,.service-search .results .result-list:has(.simple) .classic-item .item-card{height:fit-content}}.service-emploi .contact p{margin:0}.service-emploi .contact .ametys-richtext-title-3{margin-bottom:20px}.service-emploi .contact .ametys-richtext-title-4{margin-bottom:4px;font-size:18px}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-emploi .contact .ametys-richtext-title-4{font-size:14px}}.service-emploi .emploi-block{display:flex;align-items:center;flex-wrap:wrap;margin:50px 0}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-emploi .emploi-block{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 1100px){.service-emploi .emploi-block{justify-content:space-evenly}}.service-emploi .emploi-block .block{width:31%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;border-radius:6px;height:300px;min-width:300px;margin-bottom:2%;transition:0.2s all ease-in-out;margin-right:30px;padding:30px}@media screen and (max-width: 1100px){.service-emploi .emploi-block .block{margin-right:0}}.service-emploi .emploi-block .block.limite{background:#1154ED}.service-emploi .emploi-block .block.dispo{background:#104fdf}.service-emploi .emploi-block .block .title{color:#fff;font-family:"Montserrat Light",sans-serif;font-size:22px;line-height:26px;display:block;width:100%;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:16px}.service-emploi .emploi-block .block .value,.service-emploi .emploi-block .block a.value{color:#fff !important;font-family:"Montserrat",sans-serif;font-size:32px;line-height:32px;width:100%;display:block;text-align:center}.service-emploi .emploi-block .block .icon{display:block;margin:auto;margin-top:0;margin-bottom:15px}.service-emploi .emploi-block .block svg,.service-emploi .emploi-block .block img{max-width:80px;min-width:80px;min-height:80px}.service-emploi .emploi-block .block svg path,.service-emploi .emploi-block .block img path{fill:#fff}@media screen and (min-width: 1025px) and (max-width: 1480px){.service-emploi .job-application-form{transform:scale(0.8);transform-origin:0 0}}.form-emploi button{width:300px}@media screen and (min-width: 1025px) and (max-width: 1480px){.form-emploi{transform:scale(0.8);transform-origin:0 0}}.apply-form-expired{font-family:"Montserrat Light",sans-serif;font-size:0.95rem;color:#797676;font-style:italic}@media print{.form-emploi,.apply-form{display:none !important}.service-emploi .emploi-block .block{height:auto;width:auto}.service-emploi .emploi-block .block .icon{display:none !important}.service-emploi .emploi-block .block .value,.service-emploi .emploi-block .block .title{text-align:left !important}}.ametys-front-edition-content-toolbar,.ametys-front-edition-page-toolbar{display:flex;flex-wrap:wrap;padding:0.55em 0.75em;border-radius:6px;box-shadow:rgba(100,100,111,0.2) 0 7px 29px 0;width:auto;align-items:center;justify-content:space-between;max-width:max-content}.ametys-front-edition-content-toolbar-btn,.ametys-front-edition-page-toolbar-btn{background-color:#1154ED;border:1px solid #1154ED;color:#fff;border-radius:0.75rem;padding:0 0.75rem;font-size:0.85rem;min-width:max-content;font-family:"Montserrat",sans-serif;display:inline-flex;align-items:center;cursor:pointer;transition:.3s all ease-in-out;height:30px;margin:0 4px}.ametys-front-edition-content-toolbar-btn:hover,.ametys-front-edition-content-toolbar-btn:focus,.ametys-front-edition-page-toolbar-btn:hover,.ametys-front-edition-page-toolbar-btn:focus{background-color:#fff;color:#1154ED;border:1px solid #1154ED;outline:none}.ametys-front-edition-content-toolbar-btn i,.ametys-front-edition-content-toolbar-btn .icon,.ametys-front-edition-page-toolbar-btn i,.ametys-front-edition-page-toolbar-btn .icon{margin-right:8px;width:20px}.ametys-front-edition-content-toolbar-btn.no-label i,.ametys-front-edition-page-toolbar-btn.no-label i{margin-right:0px}.ametys-front-edition-content-toolbar-btn.trigger-active i,.ametys-front-edition-page-toolbar-btn.trigger-active i{transform:rotate(180deg)}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status{cursor:unset;border-radius:0.45rem}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral,.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral:hover,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral:hover{background-color:#e5e7eb;border-color:#e5e7eb;color:#374151}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive,.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive:hover,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive:hover{background-color:#deedd5;border-color:#deedd5;color:#6fbe44}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative,.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative:hover,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative:hover{background-color:#ff9595;border-color:#ff9595;color:#fc7d85}.ametys-front-edition-page-toolbar{flex-direction:column;align-items:stretch;gap:0.45em;background-color:#2865f0;position:fixed;top:70%;right:10px;transform:translateY(-50%);z-index:99;border-radius:20px;padding:0.55rem 0.35rem}.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn{padding:0 0.45rem}.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn span:not(.icon){display:none}.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn .icon,.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn i{margin-right:0px}.ametys-front-edition-page-toolbar-btn{box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px}.ametys-front-edition-page-toolbar-btn:hover,.ametys-front-edition-page-toolbar-btn:focus{background-color:#0f4cd5;color:#fff}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item{font-family:"Montserrat",sans-serif;font-size:14px;color:#2f2f2f}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.context-menu-icon i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.context-menu-icon i{color:#1154ED}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.context-menu-hover,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.context-menu-hover{background-color:#1154ED;color:#fff}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.context-menu-hover>i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.context-menu-hover>i{color:#fff}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.disabled,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.disabled{color:#c1c1c1}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.disabled>i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.disabled>i{color:#c1c1c1}.ametys-front-edition-content-toolbar{position:relative;background:#fff}.ametys-front-edition-content-toolbar{padding:6px 10px;background:#fff;margin-top:4px}.ametys-front-edition-content-toolbar .ametys-front-edition-content-toolbar-btn{color:#1154ED;font-family:"Montserrat",sans-serif;background-color:transparent;border:2px solid #1154ED;border-radius:50px}.ametys-front-edition-content-toolbar .ametys-front-edition-content-toolbar-btn:hover{color:#fff;background-color:#1154ED}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-front-edition-content-toolbar{scale:80%;transform-origin:0 0}}@media screen and (max-width: 768px){.ametys-front-edition-content-toolbar{justify-content:flex-start}.ametys-front-edition-content-toolbar .ametys-front-edition-content-toolbar-btn{margin:0 4px 4px 0}}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-front-edition-page-toolbar-btn{padding:0 0.5rem;font-size:0.75rem}.ametys-front-edition-page-toolbar-btn .icon{margin-right:6px;width:16px}}@media screen and (max-width: 768px){.ametys-front-edition-page-toolbar{min-width:unset;max-width:50vw}.ametys-front-edition-page-toolbar-btn{padding:0 0.5rem;font-size:0.75rem;min-width:unset}.ametys-front-edition-page-toolbar-btn .icon{margin-right:6px;width:16px}}@media screen and (min-width: 1025px) and (max-width: 1480px){ul.ametys-front-edition-page-toolbar-menu li.context-menu-item{padding:0.5em;padding-left:2em;font-size:0.75rem}ul.ametys-front-edition-page-toolbar-menu li.context-menu-item i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item svg{top:.6em !important}}@media screen and (max-width: 768px){ul.ametys-front-edition-page-toolbar-menu{min-width:unset;max-width:50vw}ul.ametys-front-edition-page-toolbar-menu li.context-menu-item{padding:0.5em;padding-left:2em;font-size:0.75rem}ul.ametys-front-edition-page-toolbar-menu li.context-menu-item i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item svg{top:.6em !important}}.left .ametys-front-edition-content-toolbar{margin-left:-15px}@media print{.ametys-front-edition-page-toolbar,.ametys-front-edition-content-toolbar{display:none}}.right.sidebar .ametys-cms-service,.right.sidebar .ametys-cms-content{box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;background:#fff;padding:12px 20px;border-radius:6px;width:320px;margin-bottom:26px;padding-bottom:30px}@media screen and (min-width: 1025px) and (max-width: 1480px){.right.sidebar .ametys-cms-service,.right.sidebar .ametys-cms-content{width:255px;padding-left:16px;padding-right:16px}}@media screen and (max-width: 1024px){.right.sidebar .ametys-cms-service,.right.sidebar .ametys-cms-content{width:100%}}.right.sidebar .ametys-cms-service .ametys-content-title,.right.sidebar .ametys-cms-service .service-title,.right.sidebar .ametys-cms-content .ametys-content-title,.right.sidebar .ametys-cms-content .service-title{color:#1154ED;font-size:26px;line-height:26px;font-family:"Montserrat Bold",sans-serif;margin-bottom:16px}@media screen and (min-width: 1025px) and (max-width: 1480px){.right.sidebar .ametys-cms-service .ametys-content-title,.right.sidebar .ametys-cms-service .service-title,.right.sidebar .ametys-cms-content .ametys-content-title,.right.sidebar .ametys-cms-content .service-title{font-size:20px;line-height:24px}}@media screen and (max-width: 1024px){.right.sidebar .ametys-cms-service .ametys-content-title,.right.sidebar .ametys-cms-service .service-title,.right.sidebar .ametys-cms-content .ametys-content-title,.right.sidebar .ametys-cms-content .service-title{font-size:24px;line-height:24px}}.right.sidebar .ametys-cms-service .ametys-content-title strong,.right.sidebar .ametys-cms-service .service-title strong,.right.sidebar .ametys-cms-content .ametys-content-title strong,.right.sidebar .ametys-cms-content .service-title strong{font-family:"Montserrat Bold",sans-serif}.right.sidebar .ametys-cms-service .ametys-content-subtitle,.right.sidebar .ametys-cms-content .ametys-content-subtitle{color:rgba(80,87,103,0.8);font-family:"Montserrat SemiBold",sans-serif;font-size:16px;line-height:1.5;display:block;margin-top:-10px;font-weight:normal;margin-bottom:16px}.right.sidebar .ametys-cms-service p,.right.sidebar .ametys-cms-content p{margin-bottom:4px;word-break:normal}.right.sidebar .ametys-cms-service .ametys-media-player,.right.sidebar .ametys-cms-service .ametys-media-player *,.right.sidebar .ametys-cms-content .ametys-media-player,.right.sidebar .ametys-cms-content .ametys-media-player *{max-width:100% !important;min-width:auto !important}.right.sidebar .ametys-cms-service,.right.sidebar .ametys-cms-content{background-color:#E8EFFD;box-shadow:0 0 20px rgba(0,0,0,0.05);border-radius:0}.right.sidebar .ametys-cms-service .service-title,.right.sidebar .ametys-cms-service .ametys-content-title,.right.sidebar .ametys-cms-content .service-title,.right.sidebar .ametys-cms-content .ametys-content-title{font-size:20px;line-height:26px;color:#000;width:fit-content;max-width:calc(100% - 20px);display:inline-block}.right.sidebar .ametys-cms-service .service-title:after,.right.sidebar .ametys-cms-service .ametys-content-title:after,.right.sidebar .ametys-cms-content .service-title:after,.right.sidebar .ametys-cms-content .ametys-content-title:after{position:static;content:"";display:inline-block;width:15px;height:15px;background-color:#1154ED;margin-left:10px;bottom:5px;left:100%}.right.sidebar .ametys-cms-service .ametys-content-subtitle,.right.sidebar .ametys-cms-content .ametys-content-subtitle{color:rgba(0,0,0,0.7)}.right.sidebar .ametys-cms-service P,.right.sidebar .ametys-cms-content P{font-size:14px;line-height:22px}@media screen and (min-width: 1025px) and (max-width: 1480px){.right.sidebar .ametys-cms-service P,.right.sidebar .ametys-cms-content P{font-size:12px;line-height:20px}}.right.sidebar .ametys-cms-content a:not(.know-more){font-size:14px;line-height:22px}@media screen and (min-width: 1025px) and (max-width: 1480px){.right.sidebar .ametys-cms-content a:not(.know-more){font-size:12px;line-height:20px}}.comments-wrapper{position:relative}.comments-wrapper .comments-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;background-color:rgba(255,255,255,0.6);display:flex;align-items:center;justify-content:center;display:flex;align-items:center;justify-content:center;z-index:2}.comments-wrapper .comment-form{order:-1}.comments-wrapper .comment-form form .mandatory-hint,.comments-wrapper .comment__inner>form .mandatory-hint{display:none}.comments-wrapper .comment-form form>div,.comments-wrapper .comment__inner>form>div{display:flex;align-items:baseline}.comments-wrapper .comment-form form>div .comment-form-field-content,.comments-wrapper .comment__inner>form>div .comment-form-field-content{flex:1;display:flex}.comments-wrapper .comment-form form>div .comment-form-field-content__img,.comments-wrapper .comment__inner>form>div .comment-form-field-content__img{width:45px;margin-right:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper .comment-form form>div .comment-form-field-content__img,.comments-wrapper .comment__inner>form>div .comment-form-field-content__img{transform:scale(0.8);transform-origin:0 0}}.comments-wrapper .comment-form form>div .comment-form-field-content__img img,.comments-wrapper .comment__inner>form>div .comment-form-field-content__img img{width:100%;height:auto;border-radius:50%}.comments-wrapper .comment-form form>div .comment-form-field-content__input,.comments-wrapper .comment__inner>form>div .comment-form-field-content__input{flex:1}.comments-wrapper .comment-form form>div .comment-form-field-content__input textarea,.comments-wrapper .comment__inner>form>div .comment-form-field-content__input textarea{max-width:initial;min-height:initial;background-color:rgba(17,84,237,0.1);height:72px;color:#000;resize:none}.comments-wrapper .comment-form form>div .comment-form-field-content__input textarea[aria-invalid='true'],.comments-wrapper .comment__inner>form>div .comment-form-field-content__input textarea[aria-invalid='true']{border:2px solid red}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper .comment-form form>div .comment-form-field-content__input textarea,.comments-wrapper .comment__inner>form>div .comment-form-field-content__input textarea{height:62px;padding:15px}}.comments-wrapper .comment-form form>div .comment-form-field-content__input .error,.comments-wrapper .comment__inner>form>div .comment-form-field-content__input .error{font-size:12px;margin-top:5px}.comments-wrapper .comment-form form>div .comment-form-submit-btn,.comments-wrapper .comment__inner>form>div .comment-form-submit-btn{font-size:26px;margin:0;padding:0;margin-left:8px;color:#797676;background:none;border:none;cursor:pointer;min-width:auto;height:unset}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper .comment-form form>div .comment-form-submit-btn,.comments-wrapper .comment__inner>form>div .comment-form-submit-btn{transform:scale(0.8);transform-origin:0 0}}.comments-wrapper .comment-form form>div .comment-form-submit-btn:hover,.comments-wrapper .comment__inner>form>div .comment-form-submit-btn:hover{color:#1154ED}.comments-wrapper .comments-count{font-size:32px;line-height:calc($h2-font-size + 6px);font-family:"Montserrat Bold",sans-serif;margin-top:36px;margin-bottom:16px;position:relative;color:#1154ED;margin-right:110px;font-weight:normal}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper .comments-count{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 1024px){.comments-wrapper .comments-count{font-size:24px;line-height:calc($h2-font-size-mobile + 6px)}}.comments-wrapper .comments-rss{float:right;z-index:1}.comments-wrapper .comments-rss:before{content:'\f09e';font-family:"Font Awesome 6 Free";font-weight:bold;font-size:22px;margin-right:6px}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper .comments-rss:before{font-size:18px}}.comments-wrapper ul{margin-left:0px !important;margin-bottom:0px !important}.comments-wrapper ul>li{font-size:14px;padding:20px 0;padding-left:0px !important;display:flex;border-bottom:1px solid #c5c3c3;margin-bottom:0px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li{padding:10px 0}}.comments-wrapper ul>li:last-of-type{border:none}.comments-wrapper ul>li .comment-img{width:45px;margin-right:20px}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li .comment-img{transform:scale(0.8);transform-origin:0 0}}.comments-wrapper ul>li .comment-img:has(img:not([src*='/'])):before{font-size:45px;font-family:"Font Awesome 6 Free";content:'\f2bd';line-height:1em}.comments-wrapper ul>li .comment-img:has(img:not([src*='/'])) img{display:none}.comments-wrapper ul>li .comment-img img{width:100%;height:auto;border-radius:50%}.comments-wrapper ul>li .comment__inner{flex:1}.comments-wrapper ul>li .comment__inner .comment-author{margin-bottom:8px}.comments-wrapper ul>li .comment__inner .comment-content p{font-size:14px}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li .comment__inner .comment-content p{font-size:11px}}.comments-wrapper ul>li .comment__inner .comment-creation{margin-top:10px;font-size:12px;font-style:italic;color:#000;font-family:"Montserrat Light",sans-serif}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li .comment__inner .comment-creation{font-size:10px}}.comments-wrapper ul>li .comment__inner .comment-footer{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;margin-top:4px}.comments-wrapper ul>li .comment__inner .comment-footer .answer-comment{margin:0px}.comments-wrapper ul>li .comment__inner .comment-footer .answer-comment button{background:none;border:none;color:#02369C;font-family:"Montserrat",sans-serif;font-size:16px;line-height:22px;cursor:pointer}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li .comment__inner .comment-footer .answer-comment button{font-size:12px;line-height:20px}}.comments-wrapper ul>li .comment__inner .comment-footer .answer-comment button:before{content:'\f075';font-family:"Font Awesome 6 Free";font-size:18px;margin-right:6px}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li .comment__inner .comment-footer .answer-comment button:before{font-size:15px}}.comments-wrapper ul>li .comment__inner .comment-footer .answer-comment button:hover{color:#000}.comments-wrapper ul>li .comment__inner .comment-footer__buttons{display:flex;flex-direction:row-reverse}.comments-wrapper ul>li .comment__inner .comment-footer__buttons button{background:none;border:none;color:#797676;padding:0;margin:0;margin-left:18px;cursor:pointer}.comments-wrapper ul>li .comment__inner .comment-footer__buttons button:hover{color:#1154ED}.comments-wrapper ul>li .comment__inner .comment-footer__buttons button.ametys-comment-like-btn:before{content:'\f164';font-family:"Font Awesome 6 Free";font-size:18px}.comments-wrapper ul>li .comment__inner .comment-footer__buttons button.ametys-comment-like-btn.active:before{content:'\f164';font-family:"Font Awesome 6 Free";font-weight:bold;font-size:18px}@media screen and (min-width: 1025px) and (max-width: 1480px){.comments-wrapper ul>li .comment__inner .comment-footer__buttons button.ametys-comment-like-btn:before{font-size:15px}.comments-wrapper ul>li .comment__inner .comment-footer__buttons button.ametys-comment-like-btn.active:before{font-size:15px}}.comments-wrapper ul>li .comment__inner .comment-footer__buttons .ametys-comment-like{display:inline-flex;align-items:center}.comments-wrapper ul>li .comment__inner .comment-footer__buttons .ametys-comment-like .ametys-likers{display:none}.comments-wrapper ul>li .comment__inner .comment-footer__buttons .ametys-comment-like .ametys-like-count{margin-left:4px}@media print{.comments-rss{display:none}.comment-footer{display:none}.comment-form-field-content{display:none}}.comments-wrapper .comments-count{color:#02369C}.navinterieur-link{position:fixed;bottom:15%;left:0;width:120px;padding:0 10px;height:125px;background-color:#4E088D;z-index:12;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:0.3s all ease-in-out;cursor:pointer;border:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-link{width:95px;height:100px}}@media screen and (max-width: 1024px){.navinterieur-link{width:89px;height:85px;padding:0 10px;display:none}}.navinterieur-link:hover{background-color:#1154ED}.navinterieur-link i{color:#fff;font-size:24px}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-link i{font-size:20px}}@media screen and (max-width: 1024px){.navinterieur-link i{font-size:16px}}.navinterieur-link__menu{color:#fff;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:27px}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-link__menu{font-size:13px}}@media screen and (max-width: 1024px){.navinterieur-link__menu{font-size:12px;line-height:12px}}.navinterieur-link__descri{color:#FFFFFF;font-family:"Montserrat Light",sans-serif;font-size:13px;font-weight:300;text-align:center;display:block;margin-top:8px}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-link__descri{margin-top:4px;font-size:10px}}@media screen and (max-width: 1024px){.navinterieur-link__descri{font-size:10px}}.navinterieur-menu{position:fixed;width:50vw;min-width:375px;top:0;left:0;background-color:#E8E6EF;z-index:999;box-shadow:0 0 20px 0px rgba(0,0,0,0.2);visibility:hidden;height:100vh;padding-top:100px;padding-bottom:30px;transform:translateX(calc(-100% - 30px));transition:0.3s all ease-in-out}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu{padding-top:80px;padding-bottom:15px}}.navinterieur-menu.open{transform:translateX(0);visibility:visible}.navinterieur-menu .close{width:60px;height:60px;position:absolute;top:20px;right:-30px;background-color:#4E088D;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:0.3s all ease-in-out;z-index:9999;border:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu .close{transform:scale(0.8);transform-origin:0 0}}.navinterieur-menu .close:hover{background-color:#1154ED}.navinterieur-menu .close img{max-width:40px;filter:invert(100%)}.navinterieur-menu ul{max-height:calc(100vh - 130px);display:none;overflow-y:auto;margin:0px;padding-left:0px}.navinterieur-menu ul::-webkit-scrollbar{width:3px;height:3px}.navinterieur-menu ul::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);border-radius:2px}.navinterieur-menu ul::-webkit-scrollbar-thumb{background:#5F2298;border-radius:10px}.navinterieur-menu ul::-webkit-scrollbar-thumb:hover{background:#000}.navinterieur-menu ul.first{display:block;margin-left:0px;padding-left:0px}.navinterieur-menu ul.first>li>div{position:relative}.navinterieur-menu ul.first>li>div>a{display:block;padding:25px 90px;color:#fff;color:#4E5667;font-family:"Montserrat",sans-serif;font-size:20px;font-weight:600;cursor:pointer;transition:0.3s all ease-in;position:relative}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first>li>div>a{font-size:17px;padding:20px 70px}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first>li>div>a{padding:25px;padding-right:80px}}.navinterieur-menu ul.first>li>div>a:hover{background-color:#4E088D;color:#fff}.navinterieur-menu ul.first>li>div>.chevron{height:100%;position:absolute;right:90px;top:0px;width:70px;display:flex;align-items:center;justify-content:center;border:none;background:none}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first>li>div>.chevron{width:60px}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first>li>div>.chevron{right:25px}}.navinterieur-menu ul.first>li>div>.chevron img{max-width:21px}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first>li>div>.chevron img{max-width:18px}}.navinterieur-menu ul.first>li.open>div>a{background-color:#4E088D;box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;color:#fff}.navinterieur-menu ul.first>li.open>div>.chevron{background-color:#5F2298;transform:rotate(180deg)}.navinterieur-menu ul.first ul li>div{position:relative}.navinterieur-menu ul.first ul.level-2 a{padding-left:90px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul.level-2 a{padding-left:70px !important}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul.level-2 a{padding-left:-5px !important}}.navinterieur-menu ul.first ul.level-3 a{padding-left:120px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul.level-3 a{padding-left:100px !important}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul.level-3 a{padding-left:25px !important}}.navinterieur-menu ul.first ul.level-4 a{padding-left:150px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul.level-4 a{padding-left:130px !important}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul.level-4 a{padding-left:55px !important}}.navinterieur-menu ul.first ul.level-5 a{padding-left:180px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul.level-5 a{padding-left:160px !important}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul.level-5 a{padding-left:85px !important}}.navinterieur-menu ul.first ul.level-6 a{padding-left:210px !important}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul.level-6 a{padding-left:190px !important}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul.level-6 a{padding-left:115px !important}}.navinterieur-menu ul.first ul.level-2{padding:20px 0px;background-color:#4E088D;box-shadow:rgba(0,0,0,0.35) 0px 5px 15px}.navinterieur-menu ul.first ul .open>div>.chevron{transform:rotate(180deg);transition:0.3s all ease-in-out}.navinterieur-menu ul.first ul .open>div>.chevron:hover{background-color:#5F2298}.navinterieur-menu ul.first ul .open>div>.chevron:hover img{filter:invert(100%) !important}.navinterieur-menu ul.first ul a{color:#fff;display:block;width:100%;padding:14px 90px;font-family:"Montserrat",sans-serif;font-size:18px;transition:0.3s all ease-in}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul a{font-size:15px}}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul a{padding:14px 25px;padding-right:80px}}.navinterieur-menu ul.first ul a.external:after{font-family:"Font Awesome 6 Free";font-weight:bold;content:'\f08e';margin-left:.45rem;font-size:0.9rem}.navinterieur-menu ul.first ul a:hover,.navinterieur-menu ul.first ul a.current{background-color:#fff;color:#4E088D}.navinterieur-menu ul.first ul .chevron{height:100%;position:absolute;right:110px;top:0px;width:30px;display:flex;align-items:center;justify-content:center;background:none;border:none}@media screen and (max-width: 1024px){.navinterieur-menu ul.first ul .chevron{right:45px}}.navinterieur-menu ul.first ul .chevron img{max-width:21px}@media screen and (min-width: 1025px) and (max-width: 1480px){.navinterieur-menu ul.first ul .chevron img{max-width:18px}}.navinterieur-menu ul.first ul .chevron:hover img{filter:brightness(100) invert(1)}.navinterieur-menu ul.first ul .current~.chevron img{filter:brightness(100) invert(1)}@media print{.navinterieur-link{display:none}}
/*! File : /skins/agglorouen-intranet/resources/richtext/scss/richtext.css */
@font-face{font-family:"Montserrat";src:url("/skins/agglorouen-intranet/resources/font/montserrat/Montserrat-Regular.ttf")}@font-face{font-family:"Montserrat Bold";src:url("/skins/agglorouen-intranet/resources/font/montserrat/Montserrat-Bold.ttf")}@font-face{font-family:"Montserrat SemiBold";src:url("/skins/agglorouen-intranet/resources/font/montserrat/Montserrat-Medium.ttf")}@font-face{font-family:"Montserrat Light";src:url("/skins/agglorouen-intranet/resources/font/montserrat/Montserrat-Light.ttf")}@font-face{font-family:'IntranetIcon';src:url("/skins/agglorouen-intranet/resources/font/intranet/IntranetIcon.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url("/skins/agglorouen-intranet/resources/templates/font/material-icons.woff2") format("woff2")}.material-icons,.select2-container--default .select2-selection--single:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;src:url("/plugins/fontawesome6-free/resources/webfonts/fa-regular-400.woff2")}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;src:url("/plugins/fontawesome6-free/resources/webfonts/fa-solid-900.woff2")}@media screen and (max-width: 1198px){.desktop-only{display:none !important}}@media screen and (min-width: 1199px){.not-in-desktop{display:none !important}}@media screen and (min-width: 768px){.mobile-only{display:none !important}}@media screen and (max-width: 767px){.not-in-mobile{display:none !important}}@media screen and (max-width: 767px){.tablet-only{display:none !important}}@media screen and (min-width: 1199px){.tablet-only{display:none !important}}@media screen and (min-width: 768px) and (max-width: 1198px){.not-in-tablet{display:none !important}}.ametys-cms-content q,.mceContentBody q{font-style:italic}.ametys-cms-content.ametys-cms-white .ametys-richtext-title-1,.ametys-cms-content.ametys-cms-white .ametys-richtext-title-2,.ametys-cms-content.ametys-cms-white .ametys-richtext-title-3,.ametys-cms-content.ametys-cms-white .ametys-richtext-title-4,.ametys-cms-content.ametys-cms-white .ametys-richtext-title-5,.ametys-cms-content.ametys-cms-white p,.ametys-cms-content.ametys-cms-white li,.ametys-cms-content.ametys-cms-white a{color:#fff !important}.right.sidebar .ametys-cms-content .ametys-richtext-title-1,.right.sidebar .ametys-cms-content .ametys-richtext-title-2,.right.sidebar .ametys-cms-content .ametys-richtext-title-3,.right.sidebar .ametys-cms-content .ametys-richtext-title-4,.right.sidebar .ametys-cms-content .ametys-richtext-title-5{color:#1154ED !important}.ametys-cms-content .ametys-richtext-title-1,.mceContentBody h1{color:#1154ED;font-size:32px;line-height:calc($h2-font-size + 6px);font-family:"Montserrat Bold",sans-serif;margin-top:36px;margin-bottom:16px;position:relative;padding-left:60px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-1,.mceContentBody h1{font-size:25px;line-height:34px;padding-left:45px;margin-top:26px}}@media screen and (max-width: 1024px){.ametys-cms-content .ametys-richtext-title-1,.mceContentBody h1{font-size:24px;line-height:calc($h2-font-size-mobile + 6px);padding-left:48px}}.ametys-cms-content .ametys-richtext-title-1 strong,.mceContentBody h1 strong{font-family:"Montserrat Bold",sans-serif;margin-right:8px}.ametys-cms-content .ametys-richtext-title-1:before,.mceContentBody h1:before{content:"\e003";font-family:'IntranetIcon';font-size:1.4em;position:absolute;top:24px;transform:translateY(-50%);left:0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-1:before,.mceContentBody h1:before{top:22px}}@media screen and (max-width: 1024px){.ametys-cms-content .ametys-richtext-title-1:before,.mceContentBody h1:before{top:18px}}.ametys-cms-content .ametys-richtext-title-2,.mceContentBody h2{color:#000;font-family:"Montserrat Bold",sans-serif;font-size:26px;line-height:32px;margin-top:30px;margin-bottom:16px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-2,.mceContentBody h2{font-size:21px;line-height:28px;margin-top:22px}}.ametys-cms-content .ametys-richtext-title-2.red,.mceContentBody h2.red{color:#1154ED}.ametys-cms-content .ametys-richtext-title-3,.mceContentBody h3{color:#000;font-family:"Montserrat Bold",sans-serif;font-size:20px;line-height:20px;margin-top:30px;margin-bottom:16px}.ametys-cms-content .ametys-richtext-title-3.red,.mceContentBody h3.red{color:#1154ED}.ametys-cms-content .ametys-richtext-title-4,.mceContentBody .ametys-richtext-title-4{color:#000;font-family:"Montserrat Bold",sans-serif;font-size:18px;line-height:18px;margin-top:20px;margin-bottom:16px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-4,.mceContentBody .ametys-richtext-title-4{font-size:14px;line-height:20px;margin-top:5px}}.ametys-cms-content .ametys-richtext-title-4.red,.mceContentBody .ametys-richtext-title-4.red{color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content form .download-item .ametys-richtext-title-4{font-size:18px;line-height:18px;margin-top:20px}}.ametys-cms-content .ametys-richtext-title-5,.mceContentBody .ametys-richtext-title-5{color:#000;font-family:"Montserrat Bold",sans-serif;font-size:16px;line-height:16px;margin-top:20px;margin-bottom:16px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-5,.mceContentBody .ametys-richtext-title-5{font-size:14px;line-height:20px}}.ametys-cms-content .ametys-richtext-title-5.red,.mceContentBody .ametys-richtext-title-5.red{color:#1154ED}.ametys-cms-content .documents{margin:40px 0}.ametys-cms-content .documents .document{margin-bottom:40px}.ametys-cms-content .documents .document .flex-doc{margin-top:20px;display:flex;align-items:center}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .documents .document .flex-doc{margin-top:17px}}@media screen and (max-width: 768px){.ametys-cms-content .documents .document .flex-doc{flex-direction:column}}.ametys-cms-content .documents .document .flex-doc img{height:auto;max-width:40px;margin-right:12px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .documents .document .flex-doc img{max-width:32px}}@media screen and (max-width: 768px){.ametys-cms-content .documents .document .flex-doc img{margin-right:0}}.ametys-cms-content .documents .document .flex-doc .descri{color:#000;font-family:"Montserrat",sans-serif;font-size:18px;line-height:24px;margin-right:12px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .documents .document .flex-doc .descri{font-size:14px;line-height:20px}}@media screen and (max-width: 768px){.ametys-cms-content .documents .document .flex-doc .descri{margin:20px 0;text-align:center}}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .documents .document .flex-doc .actions{transform:scale(0.8);transform-origin:0 0}}.ametys-cms-content .documents .document .flex-doc .first-link{display:flex;align-items:center;text-decoration:none}.ametys-cms-content .documents .document .flex-doc .first-link:first-of-type{margin-bottom:5px}.ametys-cms-content .documents .document .flex-doc .first-link .icon-container{border-radius:50%;background-color:#fff;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;padding:4px;display:flex;align-items:center;justify-content:center;min-height:33px;min-width:33px;height:33px;width:33px;transition:0.3s all ease-in-out}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .documents .document .flex-doc .first-link .icon-container{min-height:28px;min-width:28px;height:28px;width:28px}}.ametys-cms-content .documents .document .flex-doc .first-link .icon-container svg,.ametys-cms-content .documents .document .flex-doc .first-link .icon-container img{transition:0.3s all ease-in-out;max-width:80%;min-width:80%}.ametys-cms-content .documents .document .flex-doc .first-link .icon-container svg path,.ametys-cms-content .documents .document .flex-doc .first-link .icon-container img path{fill:#1154ED}.ametys-cms-content .documents .document .flex-doc .first-link:hover .icon-container{background:#1154ED}.ametys-cms-content .documents .document .flex-doc .first-link:hover .icon-container svg,.ametys-cms-content .documents .document .flex-doc .first-link:hover .icon-container img{filter:brightness(0) invert(1)}.ametys-cms-content .documents .document .flex-doc .first-link .text{margin-left:12px;font-family:"Montserrat",sans-serif;font-size:14px;color:#1154ED}.ametys-cms-content .documents .document:last-of-type{margin-bottom:0}.ametys-cms-content p,.mceContentBody p{color:#000;font-family:"Montserrat Light",sans-serif;font-size:16px;line-height:26px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p,.mceContentBody p{font-size:13px;line-height:22px}}.ametys-cms-content p strong,.mceContentBody p strong{font-family:"Montserrat Bold",sans-serif}.ametys-cms-content p.sub-title,.mceContentBody p.sub-title{color:#000;font-family:"Montserrat",sans-serif;font-weight:bold;margin-bottom:30px;font-size:18px;line-height:26px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.sub-title,.mceContentBody p.sub-title{font-size:13px;line-height:22px}}.ametys-cms-content p.introduction,.mceContentBody p.introduction{color:#000;font-family:"Montserrat",sans-serif;font-weight:bold;margin-bottom:30px;font-size:18px;line-height:26px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.introduction,.mceContentBody p.introduction{font-size:14px;line-height:22px}}.ametys-cms-content p.narrow-spaced,.mceContentBody p.narrow-spaced{line-height:20px}.ametys-cms-content p.important,.mceContentBody p.important{min-height:70px;background-color:rgba(17,84,237,0.1);font-family:"Montserrat",sans-serif;color:#1154ED;font-size:16px;line-height:22px;padding:20px;padding-left:130px;border-radius:4px;position:relative;min-height:102px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.important,.mceContentBody p.important{font-size:12px;line-height:18px;padding-left:110px;min-height:80px;padding-top:16px;padding-bottom:16px}}.ametys-cms-content p.important:before,.mceContentBody p.important:before{font-family:'IntranetIcon';content:'\e01b';position:absolute;top:40%;left:35px;font-size:60px;color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.important:before,.mceContentBody p.important:before{font-size:50px}}.ametys-cms-content p.important a,.mceContentBody p.important a{color:#000}.ametys-cms-content p.important a:hover,.mceContentBody p.important a:hover{color:#02369C}.ametys-cms-content p.important .know-more,.mceContentBody p.important .know-more{background-color:transparent !important;color:#1154ED}.ametys-cms-content p.important .know-more-outline,.mceContentBody p.important .know-more-outline{background-color:transparent !important}.ametys-cms-content p.important-strong,.mceContentBody p.important-strong{min-height:70px;background-color:#1154ED;font-family:"Montserrat",sans-serif;color:#fff;font-size:16px;line-height:22px;padding:20px;padding-left:130px;border-radius:4px;position:relative;min-height:102px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.important-strong,.mceContentBody p.important-strong{font-size:12px;line-height:18px;padding-left:110px;min-height:80px;padding-top:16px;padding-bottom:16px}}.ametys-cms-content p.important-strong:before,.mceContentBody p.important-strong:before{font-family:'IntranetIcon';content:'\e01b';position:absolute;top:40%;left:35px;font-size:60px;color:#fff}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.important-strong:before,.mceContentBody p.important-strong:before{font-size:50px}}.ametys-cms-content p.important-strong a,.mceContentBody p.important-strong a{color:#000}.ametys-cms-content p.important-strong a:hover,.mceContentBody p.important-strong a:hover{color:#000;text-decoration:underline}.ametys-cms-content p.important-strong .know-more,.mceContentBody p.important-strong .know-more{background-color:#1154ED !important;border-color:#fff !important;color:#fff !important}.ametys-cms-content p.important-strong .know-more:hover,.mceContentBody p.important-strong .know-more:hover{background-color:#fff !important;color:#1154ED !important}.ametys-cms-content p.important-strong .know-more-outline,.mceContentBody p.important-strong .know-more-outline{background-color:#1154ED !important;border-color:#fff !important;color:#fff !important}.ametys-cms-content p.important-strong .know-more-outline:hover,.mceContentBody p.important-strong .know-more-outline:hover{background-color:#fff !important;color:#1154ED !important}.ametys-cms-content p.alert,.mceContentBody p.alert{min-height:70px;background-color:rgba(17,84,237,0.1);font-family:"Montserrat",sans-serif;color:#1154ED;font-size:16px;line-height:22px;padding:20px;padding-left:50px;border-radius:4px;position:relative}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.alert,.mceContentBody p.alert{font-size:12px;line-height:18px;padding-left:40px;padding-top:16px;padding-bottom:16px}}.ametys-cms-content p.alert:before,.mceContentBody p.alert:before{content:'';top:0;left:0;position:absolute;width:15px;height:100%;background-color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.alert:before,.mceContentBody p.alert:before{width:13px}}.ametys-cms-content p.alert a,.mceContentBody p.alert a{color:#000}.ametys-cms-content p.alert a:hover,.mceContentBody p.alert a:hover{color:#02369C}.ametys-cms-content p.alert .know-more,.mceContentBody p.alert .know-more{background-color:transparent !important;color:#1154ED}.ametys-cms-content p.alert .know-more-outline,.mceContentBody p.alert .know-more-outline{background-color:transparent !important}.ametys-cms-content p.info,.mceContentBody p.info{min-height:70px;background-color:rgba(17,84,237,0.1);font-family:"Montserrat",sans-serif;color:#1154ED;font-size:16px;line-height:22px;padding:20px;padding-left:130px;margin-top:50px;border-radius:4px;position:relative}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.info,.mceContentBody p.info{font-size:12px;line-height:18px;padding-left:110px;min-height:30px;padding-top:16px;padding-bottom:16px}}.ametys-cms-content p.info:before,.mceContentBody p.info:before{content:'';background-image:url("/skins/agglorouen-intranet/resources/templates/common/img/icon/infos.svg");position:absolute;height:160px;width:160px;background-size:contain;background-repeat:no-repeat;top:-70px;left:-5px;color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.info:before,.mceContentBody p.info:before{height:140px;width:140px;top:-60px}}.ametys-cms-content p.info a,.mceContentBody p.info a{color:#000}.ametys-cms-content p.info a:hover,.mceContentBody p.info a:hover{text-decoration:underline}.ametys-cms-content p.info .know-more,.mceContentBody p.info .know-more{background-color:transparent !important;color:#1154ED}.ametys-cms-content p.info .know-more-outline,.mceContentBody p.info .know-more-outline{background-color:transparent !important}.ametys-cms-content p.secondary,.mceContentBody p.secondary{min-height:70px;background-color:rgba(17,84,237,0.1);font-family:"Montserrat",sans-serif;color:#1154ED;font-size:16px;line-height:22px;padding:20px;padding-left:130px;border-radius:4px;position:relative;min-height:102px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.secondary,.mceContentBody p.secondary{font-size:12px;line-height:20px;padding-left:110px;min-height:50px;padding-top:16px;padding-bottom:16px}}.ametys-cms-content p.secondary:before,.mceContentBody p.secondary:before{font-family:'IntranetIcon';content:'\e022';position:absolute;top:40%;left:40px;font-size:70px;color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.secondary:before,.mceContentBody p.secondary:before{font-size:60px}}.ametys-cms-content p.secondary a,.mceContentBody p.secondary a{color:#000}.ametys-cms-content p.secondary a:hover,.mceContentBody p.secondary a:hover{color:#02369C}.ametys-cms-content p.secondary .know-more,.mceContentBody p.secondary .know-more{color:#1154ED;background-color:transparent !important}.ametys-cms-content p.secondary .know-more:hover,.mceContentBody p.secondary .know-more:hover{background-color:#1154ED !important}.ametys-cms-content p.secondary .know-more-outline,.mceContentBody p.secondary .know-more-outline{background-color:transparent !important}.ametys-cms-content p.secondary .know-more-outline:hover,.mceContentBody p.secondary .know-more-outline:hover{background-color:#000 !important}.ametys-cms-content ol.arabic,.mceContentBody ol.arabic{list-style-type:none;counter-reset:item;margin:0;padding:0;margin-left:20px}.ametys-cms-content ol.arabic ol,.mceContentBody ol.arabic ol{margin-left:40px}.ametys-cms-content ol.arabic>li,.mceContentBody ol.arabic>li{display:table;counter-increment:item;margin-bottom:12px;position:relative;color:#000;font-family:"Montserrat",sans-serif;font-size:15px;line-height:20px;margin:8px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.arabic>li,.mceContentBody ol.arabic>li{font-size:12px;line-height:normal}}.ametys-cms-content ol.arabic>li:before,.mceContentBody ol.arabic>li:before{content:counters(item, ".") ". ";display:table-cell;padding-right:0.6em;color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.arabic>li:before,.mceContentBody ol.arabic>li:before{font-size:12px;line-height:13px}}.ametys-cms-content li ol.arabic>li,.mceContentBody li ol.arabic>li{margin:4px 0}.ametys-cms-content li ol.arabic>li:before,.mceContentBody li ol.arabic>li:before{content:counters(item, ".") ". ";color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content li ol.arabic>li:before,.mceContentBody li ol.arabic>li:before{font-size:12px;line-height:13px}}.ametys-cms-content ol.toc,.ametys-cms-content ol.toc ol{counter-reset:section;list-style-type:none;padding-left:0px}.ametys-cms-content ol.toc ol{margin:0 0 0 2em;margin-top:3px;margin-bottom:3px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.toc ol{margin-left:1.5em;margin-top:0;margin-bottom:0}}.ametys-cms-content ol.toc li:before,.ametys-cms-content ol.toc ol li:before{counter-increment:section;content:counters(section, ".") ". ";color:#000;padding:6px 0;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.toc li:before,.ametys-cms-content ol.toc ol li:before{font-size:12px;line-height:13px}}.ametys-cms-content ol.lowerroman,.mceContentBody ol.lowerroman{list-style-type:none;counter-reset:item;margin:0;padding:0;margin-left:20px}.ametys-cms-content ol.lowerroman ol,.mceContentBody ol.lowerroman ol{margin-left:40px}.ametys-cms-content ol.lowerroman>li,.mceContentBody ol.lowerroman>li{display:table;counter-increment:item;margin-bottom:12px;position:relative;color:#000;font-family:"Montserrat",sans-serif;font-size:15px;line-height:20px;margin:8px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.lowerroman>li,.mceContentBody ol.lowerroman>li{font-size:12px;line-height:normal}}.ametys-cms-content ol.lowerroman>li:before,.mceContentBody ol.lowerroman>li:before{content:counters(item, ".", lower-roman) ". ";display:table-cell;padding-right:0.6em;color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.lowerroman>li:before,.mceContentBody ol.lowerroman>li:before{font-size:12px;line-height:13px}}.ametys-cms-content li ol.lowerroman>li,.mceContentBody li ol.lowerroman>li{margin:4px 0;counter-increment:item2}.ametys-cms-content li ol.lowerroman>li:before,.mceContentBody li ol.lowerroman>li:before{content:counters(item2, ".", lower-roman) ". ";color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content li ol.lowerroman>li:before,.mceContentBody li ol.lowerroman>li:before{font-size:12px;line-height:13px}}.ametys-cms-content ol.upperroman,.mceContentBody ol.upperroman{list-style-type:none;counter-reset:item;margin:0;padding:0;margin-left:20px}.ametys-cms-content ol.upperroman ol,.mceContentBody ol.upperroman ol{margin-left:40px}.ametys-cms-content ol.upperroman>li,.mceContentBody ol.upperroman>li{display:table;counter-increment:item;margin-bottom:12px;position:relative;color:#000;font-family:"Montserrat",sans-serif;font-size:15px;line-height:20px;margin:8px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.upperroman>li,.mceContentBody ol.upperroman>li{font-size:12px;line-height:normal}}.ametys-cms-content ol.upperroman>li:before,.mceContentBody ol.upperroman>li:before{content:counters(item, ".", upper-roman) ". ";display:table-cell;padding-right:0.6em;color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.upperroman>li:before,.mceContentBody ol.upperroman>li:before{font-size:12px;line-height:13px}}.ametys-cms-content li ol.upperroman>li,.mceContentBody li ol.upperroman>li{margin:4px 0;counter-increment:item2}.ametys-cms-content li ol.upperroman>li:before,.mceContentBody li ol.upperroman>li:before{content:counters(item2, ".", upper-roman) ". ";color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content li ol.upperroman>li:before,.mceContentBody li ol.upperroman>li:before{font-size:12px;line-height:13px}}.ametys-cms-content ol.loweralpha,.mceContentBody ol.loweralpha{list-style-type:none;counter-reset:item;margin:0;padding:0;margin-left:20px}.ametys-cms-content ol.loweralpha ol,.mceContentBody ol.loweralpha ol{margin-left:40px}.ametys-cms-content ol.loweralpha>li,.mceContentBody ol.loweralpha>li{display:table;counter-increment:item;margin-bottom:12px;position:relative;color:#000;font-family:"Montserrat",sans-serif;font-size:15px;line-height:20px;margin:8px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.loweralpha>li,.mceContentBody ol.loweralpha>li{font-size:12px;line-height:normal}}.ametys-cms-content ol.loweralpha>li:before,.mceContentBody ol.loweralpha>li:before{content:counters(item, ".", lower-alpha) ". ";display:table-cell;padding-right:0.6em;color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.loweralpha>li:before,.mceContentBody ol.loweralpha>li:before{font-size:12px;line-height:13px}}.ametys-cms-content li ol.loweralpha>li,.mceContentBody li ol.loweralpha>li{margin:4px 0;counter-increment:item2}.ametys-cms-content li ol.loweralpha>li:before,.mceContentBody li ol.loweralpha>li:before{content:counters(item2, ".", lower-alpha) ". ";color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content li ol.loweralpha>li:before,.mceContentBody li ol.loweralpha>li:before{font-size:12px;line-height:13px}}.ametys-cms-content ol.upperalpha,.mceContentBody ol.upperalpha{list-style-type:none;counter-reset:item;margin:0;padding:0;margin-left:20px}.ametys-cms-content ol.upperalpha ol,.mceContentBody ol.upperalpha ol{margin-left:40px}.ametys-cms-content ol.upperalpha>li,.mceContentBody ol.upperalpha>li{display:table;counter-increment:item;margin-bottom:12px;position:relative;color:#000;font-family:"Montserrat",sans-serif;font-size:15px;line-height:20px;margin:8px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.upperalpha>li,.mceContentBody ol.upperalpha>li{font-size:12px;line-height:normal}}.ametys-cms-content ol.upperalpha>li:before,.mceContentBody ol.upperalpha>li:before{content:counters(item, ".", upper-alpha) ". ";display:table-cell;padding-right:0.6em;color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.upperalpha>li:before,.mceContentBody ol.upperalpha>li:before{font-size:12px;line-height:13px}}.ametys-cms-content li ol.upperalpha>li,.mceContentBody li ol.upperalpha>li{margin:4px 0;counter-increment:item2}.ametys-cms-content li ol.upperalpha>li:before,.mceContentBody li ol.upperalpha>li:before{content:counters(item2, ".", upper-alpha) ". ";color:#1154ED;font-size:15px;line-height:15px;font-family:"Montserrat SemiBold",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content li ol.upperalpha>li:before,.mceContentBody li ol.upperalpha>li:before{font-size:12px;line-height:13px}}.ametys-cms-content ul,.mceContentBody ul{padding:0px;list-style:none;margin-top:15px;margin-bottom:15px;margin-left:20px}.ametys-cms-content ul li,.mceContentBody ul li{padding-left:16px;position:relative;color:#000;font-family:"Montserrat",sans-serif;font-size:15px;line-height:20px;margin:8px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul li,.mceContentBody ul li{font-size:12px;line-height:normal}}.ametys-cms-content ul li:last-of-type,.mceContentBody ul li:last-of-type{margin-top:0}.ametys-cms-content ul.custom>li,.mceContentBody ul.custom>li{padding-left:30px}.ametys-cms-content ul.custom>li:before,.mceContentBody ul.custom>li:before{content:"\e003";position:absolute;transform:translateY(-50%);left:0;top:13px;font-family:'IntranetIcon';font-size:20px;line-height:20px;color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul.custom>li:before,.mceContentBody ul.custom>li:before{font-size:15px;line-height:normal}}.ametys-cms-content ul.disc>li:before,.mceContentBody ul.disc>li:before{content:"";height:6px;width:6px;position:absolute;top:10px;border-radius:50%;transform:translateY(-50%);left:0;background-color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul.disc>li:before,.mceContentBody ul.disc>li:before{height:5px;width:5px;top:7px}}.ametys-cms-content ul.square>li:before,.mceContentBody ul.square>li:before{content:"";height:6px;width:6px;position:absolute;top:10px;transform:translateY(-50%);left:0;background-color:#1154ED}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul.square>li:before,.mceContentBody ul.square>li:before{height:5px;width:5px}}.ametys-cms-content a,.mceContentBody a{color:#000;font-family:"Montserrat",sans-serif;font-size:16px;line-height:22px;text-decoration:underline;text-underline-offset:5px;transition:0.2s all ease-in-out}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a,.mceContentBody a{font-size:12px;line-height:20px}}.ametys-cms-content a strong,.mceContentBody a strong{font-family:"Montserrat Bold",sans-serif}.ametys-cms-content a:hover,.mceContentBody a:hover{color:#02369C}.ametys-cms-content a:not([href]):not([tabindex]):not([role=slider]),.mceContentBody a:not([href]):not([tabindex]):not([role=slider]){position:relative;top:-160px;display:block}.ametys-cms-content .legend,.mceContentBody .legend{font-style:italic;color:#000;font-family:"Montserrat Light",sans-serif;font-size:14px;line-height:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .legend,.mceContentBody .legend{font-size:11px;line-height:18px}}.ametys-cms-content .image-wrapper,.mceContentBody .image-wrapper{margin:0;vertical-align:top}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .image-wrapper,.mceContentBody .image-wrapper{zoom:0.8}}.ametys-cms-content .image-wrapper img,.mceContentBody .image-wrapper img{margin-bottom:4px;border-radius:4px}.ametys-cms-content .image-wrapper.cadre .image-container,.mceContentBody .image-wrapper.cadre .image-container{position:relative;margin-bottom:4px}.ametys-cms-content .image-wrapper.cadre .image-container img,.mceContentBody .image-wrapper.cadre .image-container img{border-radius:0px;margin-bottom:0px}.ametys-cms-content .image-wrapper.cadre .image-container:before,.mceContentBody .image-wrapper.cadre .image-container:before{content:"";position:absolute;top:0;left:0;width:17px;height:calc(100% - 8px);background-color:#1154ED;z-index:1}.ametys-cms-content a.invisible,.mceContentBody a.invisible{text-decoration:none;color:#000;font-family:"Montserrat Light",sans-serif}.ametys-cms-content a.invisible:hover,.mceContentBody a.invisible:hover{text-decoration:none;color:#000}.ametys-cms-content .small-note,.mceContentBody .small-note{font-size:13px;font-family:"Inter Medium"}.material-icons,.select2-container--default .select2-selection--single:before{direction:ltr;display:inline-block;font-family:"Material Icons";font-size:24px;font-style:normal;font-weight:normal;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.ametys-cms-content a.download,.mceContentBody a.download{margin-left:25px;position:relative}.ametys-cms-content a.download:before,.mceContentBody a.download:before{position:absolute;top:-2px;left:-25px;font-family:'IntranetIcon';content:'\e016';font-size:20px;line-height:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.download:before,.mceContentBody a.download:before{font-size:16px;line-height:17px}}.ametys-cms-content a.download:hover,.mceContentBody a.download:hover{color:#02369C}.ametys-cms-content a.know-more,.mceContentBody a.know-more{border:3px solid #1154ED;padding:8px 16px;border-radius:20px;display:flex;align-items:center;cursor:pointer;justify-content:center;transition:0.4s ease-in-out all;display:inline-block;margin-top:10px;color:#1154ED;background-color:#fff !important;text-decoration:none !important}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.know-more,.mceContentBody a.know-more{padding:5px 14px}}.ametys-cms-content a.know-more span,.mceContentBody a.know-more span{font-family:"Montserrat",sans-serif;color:#1154ED !important;font-size:14px;transition:0.4s ease-in-out all}.ametys-cms-content a.know-more span.plus,.mceContentBody a.know-more span.plus{font-size:24px;display:block;margin-right:8px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.know-more span.plus,.mceContentBody a.know-more span.plus{font-size:21px}}.ametys-cms-content a.know-more img,.mceContentBody a.know-more img{margin-right:12px}.ametys-cms-content a.know-more:hover,.mceContentBody a.know-more:hover{background-color:#1154ED !important;color:#fff !important}.ametys-cms-content a.know-more:hover span,.mceContentBody a.know-more:hover span{color:#fff !important}.ametys-cms-content a.know-more.white,.mceContentBody a.know-more.white{border-color:#fff}.ametys-cms-content a.know-more.white span,.mceContentBody a.know-more.white span{color:#fff}.ametys-cms-content a.know-more.white:hover,.mceContentBody a.know-more.white:hover{background-color:#fff}.ametys-cms-content a.know-more.white:hover span,.mceContentBody a.know-more.white:hover span{color:#1154ED}.ametys-cms-content a.know-more.full,.mceContentBody a.know-more.full{background-color:#1154ED}.ametys-cms-content a.know-more.full span,.mceContentBody a.know-more.full span{color:#fff}.ametys-cms-content a.know-more.full:hover,.mceContentBody a.know-more.full:hover{background-color:#fff}.ametys-cms-content a.know-more.full:hover span,.mceContentBody a.know-more.full:hover span{color:#1154ED}.ametys-cms-content a.know-more-outline,.mceContentBody a.know-more-outline{border:3px solid #000;padding:8px 16px;border-radius:20px;display:flex;align-items:center;cursor:pointer;justify-content:center;transition:0.4s ease-in-out all;text-decoration:none;display:inline-block;margin-top:10px;color:#000;background-color:#fff !important;text-decoration:none !important}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.know-more-outline,.mceContentBody a.know-more-outline{padding:5px 14px}}.ametys-cms-content a.know-more-outline span,.mceContentBody a.know-more-outline span{font-family:"Montserrat",sans-serif;color:#000 !important;font-size:14px;transition:0.4s ease-in-out all}.ametys-cms-content a.know-more-outline span.plus,.mceContentBody a.know-more-outline span.plus{font-size:24px;display:block;margin-right:8px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.know-more-outline span.plus,.mceContentBody a.know-more-outline span.plus{font-size:21px}}.ametys-cms-content a.know-more-outline img,.mceContentBody a.know-more-outline img{margin-right:12px}.ametys-cms-content a.know-more-outline:hover,.mceContentBody a.know-more-outline:hover{background-color:#000 !important;color:#fff !important}.ametys-cms-content a.know-more-outline:hover span,.mceContentBody a.know-more-outline:hover span{color:#fff !important}.ametys-cms-content a.know-more-outline.white,.mceContentBody a.know-more-outline.white{border-color:#fff}.ametys-cms-content a.know-more-outline.white span,.mceContentBody a.know-more-outline.white span{color:#fff}.ametys-cms-content a.know-more-outline.white:hover,.mceContentBody a.know-more-outline.white:hover{background-color:#fff}.ametys-cms-content a.know-more-outline.white:hover span,.mceContentBody a.know-more-outline.white:hover span{color:#1154ED}.ametys-cms-content a.know-more-outline.full,.mceContentBody a.know-more-outline.full{background-color:#1154ED}.ametys-cms-content a.know-more-outline.full span,.mceContentBody a.know-more-outline.full span{color:#fff}.ametys-cms-content a.know-more-outline.full:hover,.mceContentBody a.know-more-outline.full:hover{background-color:#fff}.ametys-cms-content a.know-more-outline.full:hover span,.mceContentBody a.know-more-outline.full:hover span{color:#1154ED}.ametys-cms-content a.external,.mceContentBody a.external{position:relative;transition:0.2s all ease-in-out;margin-left:25px}.ametys-cms-content a.external:before,.mceContentBody a.external:before{font-family:"Font Awesome 6 Free";font-weight:bold;content:"\f35d";font-size:20px;line-height:20px;position:absolute;top:0;left:-25px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.external:before,.mceContentBody a.external:before{font-size:16px;line-height:17px}}.ametys-cms-content a.external:hover,.mceContentBody a.external:hover{color:#02369C}.ametys-cms-content a.mailto,.mceContentBody a.mailto,.ametys-cms-content .mailto,.mceContentBody .mailto{margin-left:25px;position:relative}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.mailto,.mceContentBody a.mailto,.ametys-cms-content .mailto,.mceContentBody .mailto{padding-left:2px}}.ametys-cms-content a.mailto:before,.mceContentBody a.mailto:before,.ametys-cms-content .mailto:before,.mceContentBody .mailto:before{font-family:'IntranetIcon';content:"\e014";position:absolute;top:0px;left:-25px;font-size:20px;line-height:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.mailto:before,.mceContentBody a.mailto:before,.ametys-cms-content .mailto:before,.mceContentBody .mailto:before{font-size:16px;line-height:17px}}.ametys-cms-content a.mailto:hover,.mceContentBody a.mailto:hover,.ametys-cms-content .mailto:hover,.mceContentBody .mailto:hover{color:#02369C}.ametys-cms-content a.phone,.mceContentBody a.phone{margin-left:30px;font-family:"Montserrat Light",sans-serif;position:relative}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.phone,.mceContentBody a.phone{margin-left:27px}}.ametys-cms-content a.phone:before,.mceContentBody a.phone:before{font-family:"Font Awesome 6 Free";font-weight:bold;content:"\f095";position:absolute;top:0;left:-30px;font-weight:900;font-size:20px;line-height:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.phone:before,.mceContentBody a.phone:before{font-size:20px;line-height:18px}}.ametys-cms-content a.phone:hover,.mceContentBody a.phone:hover{color:#02369C}.mceContentBody a.broken{color:red}.ametys-cms-content table.simple,.mceContentBody table.simple{margin:30px 0;width:100%}.ametys-cms-content table.simple th,.ametys-cms-content table.simple td,.mceContentBody table.simple th,.mceContentBody table.simple td{font-family:"Montserrat Light",sans-serif;padding:15px 20px;border:1px solid #b5b7c1;border-radius:6px;margin:4px;background-color:#fff}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.simple th,.ametys-cms-content table.simple td,.mceContentBody table.simple th,.mceContentBody table.simple td{padding:10px 15px}}.ametys-cms-content table.simple th p,.ametys-cms-content table.simple td p,.mceContentBody table.simple th p,.mceContentBody table.simple td p{margin:0;color:#000;font-size:14px;line-height:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.simple th p,.ametys-cms-content table.simple td p,.mceContentBody table.simple th p,.mceContentBody table.simple td p{font-size:11px;line-height:18px}}.ametys-cms-content table.simple th,.mceContentBody table.simple th{background-color:#fff;font-weight:normal;text-align:left;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.simple tbody tr th,.mceContentBody table.simple tbody tr th{font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.datalight,.mceContentBody table.datalight{margin:30px 0;width:100%}.ametys-cms-content table.datalight th,.ametys-cms-content table.datalight td,.mceContentBody table.datalight th,.mceContentBody table.datalight td{background-color:#E2E3E8;font-family:"Montserrat Light",sans-serif;padding:15px 20px;border-radius:6px;margin:4px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.datalight th,.ametys-cms-content table.datalight td,.mceContentBody table.datalight th,.mceContentBody table.datalight td{padding:10px 15px}}.ametys-cms-content table.datalight th p,.ametys-cms-content table.datalight td p,.mceContentBody table.datalight th p,.mceContentBody table.datalight td p{margin:0;color:#505767;font-size:14px;line-height:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.datalight th p,.ametys-cms-content table.datalight td p,.mceContentBody table.datalight th p,.mceContentBody table.datalight td p{font-size:11px;line-height:18px}}.ametys-cms-content table.datalight th,.mceContentBody table.datalight th{background-color:#676970;color:#fff;font-weight:normal;text-align:left}.ametys-cms-content table.datalight th p,.mceContentBody table.datalight th p{margin:0;color:#fff;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.datalight tbody tr:nth-of-type(odd) td,.mceContentBody table.datalight tbody tr:nth-of-type(odd) td{background-color:#F1F2F5}.ametys-cms-content table.datalight tbody tr:nth-of-type(odd) td p,.mceContentBody table.datalight tbody tr:nth-of-type(odd) td p{color:#505767}.ametys-cms-content table.datalight tbody tr th,.mceContentBody table.datalight tbody tr th{background-color:#676970}.ametys-cms-content table.datalight tbody tr th p,.mceContentBody table.datalight tbody tr th p{margin:0;color:#fff;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.data,.mceContentBody table.data{margin:30px 0;width:100%}.ametys-cms-content table.data th,.ametys-cms-content table.data td,.mceContentBody table.data th,.mceContentBody table.data td{padding:15px 20px;border:1px solid #b5b7c1;border-radius:6px;margin:4px;background-color:#fff}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.data th,.ametys-cms-content table.data td,.mceContentBody table.data th,.mceContentBody table.data td{padding:10px 15px}}.ametys-cms-content table.data th p,.ametys-cms-content table.data td p,.mceContentBody table.data th p,.mceContentBody table.data td p{margin:0;color:#505767;font-size:14px;line-height:20px;font-family:"Montserrat Light",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.data th p,.ametys-cms-content table.data td p,.mceContentBody table.data th p,.mceContentBody table.data td p{font-size:11px;line-height:18px}}.ametys-cms-content table.data th,.mceContentBody table.data th{background-color:#fff;font-weight:normal;text-align:left}.ametys-cms-content table.data th p,.mceContentBody table.data th p{margin:0;color:#505767;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.data tbody tr:nth-of-type(odd) td,.mceContentBody table.data tbody tr:nth-of-type(odd) td{background-color:#fff}.ametys-cms-content table.data tbody tr:nth-of-type(odd) td p,.mceContentBody table.data tbody tr:nth-of-type(odd) td p{color:#505767}.ametys-cms-content table.data tbody tr th,.mceContentBody table.data tbody tr th{background-color:#fff}.ametys-cms-content table.data tbody tr th p,.mceContentBody table.data tbody tr th p{margin:0;color:#505767;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.datastrong,.mceContentBody table.datastrong{margin:30px 0;width:100%}.ametys-cms-content table.datastrong th,.ametys-cms-content table.datastrong td,.mceContentBody table.datastrong th,.mceContentBody table.datastrong td{background-color:#fff;padding:15px 20px;border-radius:6px;margin:4px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.datastrong th,.ametys-cms-content table.datastrong td,.mceContentBody table.datastrong th,.mceContentBody table.datastrong td{padding:10px 15px}}.ametys-cms-content table.datastrong th p,.ametys-cms-content table.datastrong td p,.mceContentBody table.datastrong th p,.mceContentBody table.datastrong td p{margin:0;color:#505767;font-size:14px;line-height:20px;font-family:"Montserrat Light",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content table.datastrong th p,.ametys-cms-content table.datastrong td p,.mceContentBody table.datastrong th p,.mceContentBody table.datastrong td p{font-size:11px;line-height:18px}}.ametys-cms-content table.datastrong th,.mceContentBody table.datastrong th{background-color:rgba(121,81,152,0.9)}.ametys-cms-content table.datastrong th p,.mceContentBody table.datastrong th p{margin:0;color:#fff;font-weight:normal;text-align:left;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content table.datastrong tbody tr:nth-of-type(odd) td,.mceContentBody table.datastrong tbody tr:nth-of-type(odd) td{background-color:#fff}.ametys-cms-content table.datastrong tbody tr:nth-of-type(odd) td p,.mceContentBody table.datastrong tbody tr:nth-of-type(odd) td p{color:#505767}.ametys-cms-content table.datastrong tbody tr th,.mceContentBody table.datastrong tbody tr th{background-color:rgba(121,81,152,0.9)}.ametys-cms-content table.datastrong tbody tr th p,.mceContentBody table.datastrong tbody tr th p{margin:0;color:#fff;font-family:"Montserrat SemiBold",sans-serif}.ametys-cms-content .floatleft,.mceContentBody .floatleft{float:left;margin-right:16px !important;position:relative;z-index:1}.ametys-cms-content .floatright,.mceContentBody .floatright{float:right;margin-left:16px !important;position:relative;z-index:1}.ametys-cms-content .etiquette,.mceContentBody .etiquette{color:#1154ED;font-family:"Inter Medium";font-size:16px;font-weight:500;line-height:19px}.content-richtext-end{clear:both}.ametys-cms-content .picture svg path{fill:#1154ED}.ametys-cms-content img{max-width:100%;object-fit:cover}.mceContentBody img.simple{margin:0 0 4px 0;border-radius:4px;border:none}.mceContentBody img.cadre{margin:0;border-radius:0px;border-left:10px solid #1154ED}.mceContentBody #emailHeroInternal h1{color:#1154ED;font-size:24px;font-weight:750;letter-spacing:0;line-height:36px}.mceContentBody #emailHeroInternal{background-color:#fff}.mceContentBody #emailHeroInternal h1:before{display:none}.mceContentBody #emailHeroInternal h2{color:#000;font-size:20px;font-weight:750;letter-spacing:0;line-height:36px}.mceContentBody #emailHeroInternal h3{color:#000;font-size:16px;font-weight:750;letter-spacing:0;line-height:36px}.mceContentBody .emailBody{background-color:rgba(121,81,152,0.1)}.mceContentBody .emailBody .ametys-richtext-title-1,.mceContentBody .emailBody3 .ametys-richtext-title-1{color:#1154ED;font-size:24px;font-weight:750;letter-spacing:0;line-height:36px}.mceContentBody .emailBody .ametys-richtext-title-2,.mceContentBody .emailBody3 .ametys-richtext-title-2{color:#1154ED;margin:8px 0px !important;font-weight:600;letter-spacing:0;line-height:26px}.mceContentBody .emailBlockActuDate{color:#6E7583;font-size:14px;font-weight:600;display:block;margin-top:5px}.mceContentBody p.important,.ametys-cms-content p.important,.mceContentBody p.important-strong,.ametys-cms-content p.important-strong,.mceContentBody p.alert,.ametys-cms-content p.alert,.mceContentBody p.info,.ametys-cms-content p.info,.mceContentBody p.secondary,.ametys-cms-content p.secondary{display:flow-root}.right.sidebar .ametys-cms-content .ametys-richtext-title-1{font-size:20px;line-height:20px;margin-top:30px;margin-bottom:16px;padding-left:0px}.right.sidebar .ametys-cms-content .ametys-richtext-title-1:before{content:''}.right.sidebar .ametys-cms-content .ametys-richtext-title-2{font-size:18px;line-height:18px;margin-top:20px;margin-bottom:16px}.right.sidebar .ametys-cms-content .ametys-richtext-title-3{font-size:16px;line-height:16px;margin-top:20px;margin-bottom:16px}.ametys-cms-service .service-title{display:flex;align-items:center;color:#1154ED;font-size:32px;line-height:32px;font-family:"Montserrat Bold",sans-serif;position:relative;padding-left:50px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-service .service-title{font-size:26px;line-height:26px;padding-left:35px}}.ametys-cms-service .service-title:before{content:"\e003";font-family:'IntranetIcon';font-size:1.3em;position:absolute;left:0px;top:6px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-service .service-title:before{top:4px;font-size:1.1em}}@media screen and (max-width: 1024px){.ametys-cms-service .service-title{font-size:24px;line-height:24px}}#ametys-cms-zone-secondary .ametys-cms-content .ametys-content-title,#ametys-cms-zone-secondary .ametys-cms-service .service-title{color:#000;font-family:"Montserrat Bold",sans-serif;font-size:32px;line-height:32px;margin-top:30px;margin-bottom:16px}@media screen and (min-width: 1120px) and (max-width: 1480px){#ametys-cms-zone-secondary .ametys-cms-content .ametys-content-title,#ametys-cms-zone-secondary .ametys-cms-service .service-title{font-size:26px;line-height:26px;padding-left:35px}}#ametys-cms-zone-secondary .ametys-cms-content .ametys-content-subtitle,.ametys-cms-service .ametys-content-subtitle{color:rgba(80,87,103,0.8);font-family:"Montserrat SemiBold",sans-serif;font-size:16px;line-height:1.5;display:block;margin-top:-5px;font-weight:normal;margin-bottom:20px}.ametys-cms-content .content-published-date{font-size:0.95rem;color:#797676;font-style:italic}.ametys-cms-service .service-title{padding-left:0;color:#000}.ametys-cms-service .service-title:before{display:none}.ametys-cms-service .service-title:after{content:"";position:absolute;width:20px;height:20px;background-color:#1154ED;margin-left:10px;bottom:5px;left:100%}@media screen and (max-width: 1024px){.ametys-cms-service .service-title:after{width:16px;height:16px}}#ametys-cms-zone-secondary .ametys-cms-content .ametys-content-title,#ametys-cms-zone-secondary .ametys-cms-service .service-title{color:#02369C;padding-left:0}#ametys-cms-zone-secondary .ametys-cms-content .ametys-content-title:after,#ametys-cms-zone-secondary .ametys-cms-service .service-title:after{display:none}.fc-h-event{background-color:#47ca74;border-color:#47ca74}.fc-h-event .fc-event-main{color:#000}.ametys-cms-content .ametys-richtext-title-1,.mceContentBody h1{padding-left:0;color:#02369C}.ametys-cms-content .ametys-richtext-title-1:before,.mceContentBody h1:before{display:none}.ametys-cms-content .ametys-richtext-title-2,.mceContentBody h2,.ametys-cms-content .ametys-richtext-title-3,.mceContentBody h3{position:relative;margin-left:25px}.ametys-cms-content .ametys-richtext-title-2:before,.mceContentBody h2:before,.ametys-cms-content .ametys-richtext-title-3:before,.mceContentBody h3:before{content:"";position:absolute;width:15px;height:15px;background-color:#1154ED;top:9px;left:-25px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-2:before,.mceContentBody h2:before,.ametys-cms-content .ametys-richtext-title-3:before,.mceContentBody h3:before{top:6px}}.ametys-cms-content .ametys-richtext-title-3:before,.mceContentBody h3:before{background-color:#32AC5C;top:2px}.ametys-cms-content p,.mceContentBody p{line-height:28px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p,.mceContentBody p{line-height:24px}}.ametys-cms-content p.introduction,.mceContentBody p.introduction{font-family:"Montserrat Bold",sans-serif;font-weight:normal}.ametys-cms-content a,.mceContentBody a{font-family:"Montserrat Light",sans-serif;text-underline-offset:3px}.ametys-cms-content ul li,.ametys-cms-content ol li,.mceContentBody ul li,.mceContentBody ol li{font-family:"Montserrat Light",sans-serif !important;font-size:16px;line-height:31px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul li,.ametys-cms-content ol li,.mceContentBody ul li,.mceContentBody ol li{font-size:13px;line-height:27px}}.ametys-cms-content ul.disc li,.mceContentBody ul.disc li{margin:0;padding-left:25px}.ametys-cms-content ul.disc li:before,.mceContentBody ul.disc li:before{width:12px;height:12px;top:15px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul.disc li:before,.mceContentBody ul.disc li:before{width:9px;height:9px}}.ametys-cms-content ul.square li,.mceContentBody ul.square li{margin:0;padding-left:25px}.ametys-cms-content ul.square li:before,.mceContentBody ul.square li:before{background-color:#32AC5C;width:12px;height:12px;top:15px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ul.square li:before,.mceContentBody ul.square li:before{width:9px;height:9px}}.ametys-cms-content ol.arabic,.mceContentBody ol.arabic{margin-left:25px}.ametys-cms-content ol.arabic ol,.mceContentBody ol.arabic ol{margin-left:0}.ametys-cms-content ol.arabic>li,.ametys-cms-content li ol.arabic>li,.ametys-cms-content ol.lowerroman>li,.ametys-cms-content li ol.lowerroman>li,.ametys-cms-content ol.upperroman>li,.ametys-cms-content li ol.upperroman>li,.ametys-cms-content ol.loweralpha>li,.ametys-cms-content li ol.loweralpha>li,.ametys-cms-content ol.upperalpha>li,.ametys-cms-content li ol.upperalpha>li,.mceContentBody ol.arabic>li,.mceContentBody li ol.arabic>li,.mceContentBody ol.lowerroman>li,.mceContentBody li ol.lowerroman>li,.mceContentBody ol.upperroman>li,.mceContentBody li ol.upperroman>li,.mceContentBody ol.loweralpha>li,.mceContentBody li ol.loweralpha>li,.mceContentBody ol.upperalpha>li,.mceContentBody li ol.upperalpha>li{font-size:16px}.ametys-cms-content ol.arabic>li:before,.ametys-cms-content li ol.arabic>li:before,.ametys-cms-content ol.lowerroman>li:before,.ametys-cms-content li ol.lowerroman>li:before,.ametys-cms-content ol.upperroman>li:before,.ametys-cms-content li ol.upperroman>li:before,.ametys-cms-content ol.loweralpha>li:before,.ametys-cms-content li ol.loweralpha>li:before,.ametys-cms-content ol.upperalpha>li:before,.ametys-cms-content li ol.upperalpha>li:before,.mceContentBody ol.arabic>li:before,.mceContentBody li ol.arabic>li:before,.mceContentBody ol.lowerroman>li:before,.mceContentBody li ol.lowerroman>li:before,.mceContentBody ol.upperroman>li:before,.mceContentBody li ol.upperroman>li:before,.mceContentBody ol.loweralpha>li:before,.mceContentBody li ol.loweralpha>li:before,.mceContentBody ol.upperalpha>li:before,.mceContentBody li ol.upperalpha>li:before{font-size:18px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content ol.arabic>li,.ametys-cms-content li ol.arabic>li,.ametys-cms-content ol.lowerroman>li,.ametys-cms-content li ol.lowerroman>li,.ametys-cms-content ol.upperroman>li,.ametys-cms-content li ol.upperroman>li,.ametys-cms-content ol.loweralpha>li,.ametys-cms-content li ol.loweralpha>li,.ametys-cms-content ol.upperalpha>li,.ametys-cms-content li ol.upperalpha>li,.mceContentBody ol.arabic>li,.mceContentBody li ol.arabic>li,.mceContentBody ol.lowerroman>li,.mceContentBody li ol.lowerroman>li,.mceContentBody ol.upperroman>li,.mceContentBody li ol.upperroman>li,.mceContentBody ol.loweralpha>li,.mceContentBody li ol.loweralpha>li,.mceContentBody ol.upperalpha>li,.mceContentBody li ol.upperalpha>li{font-size:13px;line-height:27px}.ametys-cms-content ol.arabic>li:before,.ametys-cms-content li ol.arabic>li:before,.ametys-cms-content ol.lowerroman>li:before,.ametys-cms-content li ol.lowerroman>li:before,.ametys-cms-content ol.upperroman>li:before,.ametys-cms-content li ol.upperroman>li:before,.ametys-cms-content ol.loweralpha>li:before,.ametys-cms-content li ol.loweralpha>li:before,.ametys-cms-content ol.upperalpha>li:before,.ametys-cms-content li ol.upperalpha>li:before,.mceContentBody ol.arabic>li:before,.mceContentBody li ol.arabic>li:before,.mceContentBody ol.lowerroman>li:before,.mceContentBody li ol.lowerroman>li:before,.mceContentBody ol.upperroman>li:before,.mceContentBody li ol.upperroman>li:before,.mceContentBody ol.loweralpha>li:before,.mceContentBody li ol.loweralpha>li:before,.mceContentBody ol.upperalpha>li:before,.mceContentBody li ol.upperalpha>li:before{font-size:15px}}.ametys-cms-content ol.toc li::before,.ametys-cms-content ol.toc ol li::before,.mceContentBody ol.toc li::before,.mceContentBody ol.toc ol li::before{font-family:"Montserrat Light",sans-serif}.ametys-cms-content p.important,.ametys-cms-content p.secondary,.ametys-cms-content p.important-strong,.ametys-cms-content p.alert,.ametys-cms-content p.info,.mceContentBody p.important,.mceContentBody p.secondary,.mceContentBody p.important-strong,.mceContentBody p.alert,.mceContentBody p.info{font-family:"Montserrat Light",sans-serif;color:#000;border-radius:0;padding-top:40px;padding-right:40px;padding-bottom:40px;line-height:28px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content p.important,.ametys-cms-content p.secondary,.ametys-cms-content p.important-strong,.ametys-cms-content p.alert,.ametys-cms-content p.info,.mceContentBody p.important,.mceContentBody p.secondary,.mceContentBody p.important-strong,.mceContentBody p.alert,.mceContentBody p.info{line-height:24px}}.ametys-cms-content p.important br,.ametys-cms-content p.secondary br,.ametys-cms-content p.important-strong br,.ametys-cms-content p.alert br,.ametys-cms-content p.info br,.mceContentBody p.important br,.mceContentBody p.secondary br,.mceContentBody p.important-strong br,.mceContentBody p.alert br,.mceContentBody p.info br{display:block;content:"";margin-bottom:16px}.ametys-cms-content p.important .know-more,.ametys-cms-content p.secondary .know-more,.ametys-cms-content p.important-strong .know-more,.ametys-cms-content p.alert .know-more,.ametys-cms-content p.info .know-more,.mceContentBody p.important .know-more,.mceContentBody p.secondary .know-more,.mceContentBody p.important-strong .know-more,.mceContentBody p.alert .know-more,.mceContentBody p.info .know-more{color:#02369C}.ametys-cms-content p.important:before,.mceContentBody p.important:before{content:'';background-image:url("/skins/agglorouen-intranet/resources/templates/common/img/icon/important.svg");position:absolute;height:63px;width:63px;background-size:contain;background-repeat:no-repeat;top:calc(50% - 31px);left:35px}.ametys-cms-content p.secondary:before,.mceContentBody p.secondary:before{top:50px;left:45px;font-size:90px}.ametys-cms-content p.info:before,.mceContentBody p.info:before{height:63px;width:63px;top:calc(50% - 31px);left:40px}.ametys-cms-content p.important-strong,.mceContentBody p.important-strong{background-color:rgba(17,84,237,0.1);padding-left:70px}.ametys-cms-content p.important-strong:before,.mceContentBody p.important-strong:before{content:'';top:0;left:0;position:absolute;width:28px;height:100%;background-color:#1154ED}.ametys-cms-content p.important-strong a:hover,.mceContentBody p.important-strong a:hover{color:#02369C}.ametys-cms-content p.important-strong .know-more,.mceContentBody p.important-strong .know-more{background-color:transparent !important;border-color:#1154ED !important;color:#02369C !important}.ametys-cms-content p.important-strong .know-more:hover,.mceContentBody p.important-strong .know-more:hover{background-color:#1154ED !important;color:#fff !important}.ametys-cms-content p.alert,.mceContentBody p.alert{background-color:rgba(50,172,92,0.1);padding-left:70px}.ametys-cms-content p.alert:before,.mceContentBody p.alert:before{width:28px;background-color:#32AC5C}.ametys-cms-content p.info,.mceContentBody p.info{background-color:rgba(50,172,92,0.1)}.ametys-cms-content p.info:before,.mceContentBody p.info:before{left:35px}.ametys-cms-content a.mailto,.ametys-cms-content .mailto,.ametys-cms-content a.download,.ametys-cms-content a.phone,.ametys-cms-content a.external,.mceContentBody a.mailto,.mceContentBody .mailto,.mceContentBody a.download,.mceContentBody a.phone,.mceContentBody a.external{margin-left:38px}.ametys-cms-content a.mailto:before,.ametys-cms-content .mailto:before,.ametys-cms-content a.download:before,.ametys-cms-content a.phone:before,.ametys-cms-content a.external:before,.mceContentBody a.mailto:before,.mceContentBody .mailto:before,.mceContentBody a.download:before,.mceContentBody a.phone:before,.mceContentBody a.external:before{color:#1154ED;border:2px solid #1154ED;border-radius:50%;padding:0px;top:-5px;font-size:15px !important;line-height:18px !important;left:-38px !important;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:0.3s ease-in-out}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content a.mailto,.ametys-cms-content .mailto,.ametys-cms-content a.download,.ametys-cms-content a.phone,.ametys-cms-content a.external,.mceContentBody a.mailto,.mceContentBody .mailto,.mceContentBody a.download,.mceContentBody a.phone,.mceContentBody a.external{margin-left:32px}.ametys-cms-content a.mailto:before,.ametys-cms-content .mailto:before,.ametys-cms-content a.download:before,.ametys-cms-content a.phone:before,.ametys-cms-content a.external:before,.mceContentBody a.mailto:before,.mceContentBody .mailto:before,.mceContentBody a.download:before,.mceContentBody a.phone:before,.mceContentBody a.external:before{width:24px;height:24px;font-size:13px !important;left:-32px !important}}.ametys-cms-content a.mailto:hover:before,.ametys-cms-content .mailto:hover:before,.ametys-cms-content a.download:hover:before,.ametys-cms-content a.phone:hover:before,.ametys-cms-content a.external:hover:before,.mceContentBody a.mailto:hover:before,.mceContentBody .mailto:hover:before,.mceContentBody a.download:hover:before,.mceContentBody a.phone:hover:before,.mceContentBody a.external:hover:before{background-color:#1154ED;color:#fff}.ametys-cms-content a.phone:before,.mceContentBody a.phone:before{content:"";background:no-repeat url("/skins/agglorouen-intranet/resources/templates/common/img/icon/phone.svg");background-position:center;background-size:60%}.ametys-cms-content a.phone:hover:before,.mceContentBody a.phone:hover:before{background:no-repeat url("/skins/agglorouen-intranet/resources/templates/common/img/icon/phone-light.svg");background-position:center;background-size:60%;background-color:#1154ED}.ametys-cms-content a.know-more,.mceContentBody a.know-more{color:#02369C;border-width:2px;font-family:"Montserrat SemiBold",sans-serif;background-color:transparent !important;padding:9px 20px;line-height:24px;border-radius:25px}.ametys-cms-content a.simple,.mceContentBody a.simple{text-decoration:underline !important}.ametys-cms-content a.simple:hover,.ametys-cms-content a.simple:link,.ametys-cms-content a.simple:visited,.ametys-cms-content a.simple:active,.mceContentBody a.simple:hover,.mceContentBody a.simple:link,.mceContentBody a.simple:visited,.mceContentBody a.simple:active{text-decoration:underline !important}.ametys-cms-content table.simple th,.ametys-cms-content table.simple td,.mceContentBody table.simple th,.mceContentBody table.simple td{border-color:#1154ED;border-radius:0}.ametys-cms-content table.simple th p,.mceContentBody table.simple th p{font-family:"Montserrat Bold",sans-serif}.ametys-cms-content table.data tbody tr th,.mceContentBody table.data tbody tr th{background-color:#1154ED;border-radius:0;border:0}.ametys-cms-content table.data tbody tr th p,.mceContentBody table.data tbody tr th p{color:#fff}.ametys-cms-content table.data td,.mceContentBody table.data td{background-color:#E8EFFD;border-radius:0;border:0}.ametys-cms-content table.data tbody tr:nth-of-type(2n+1) td,.mceContentBody table.data tbody tr:nth-of-type(2n+1) td{background-color:#E8EFFD}.ametys-cms-content table.datastrong tbody tr th,.mceContentBody table.datastrong tbody tr th{background-color:#000;border-radius:0;border:0}.ametys-cms-content table.datastrong tbody tr th p,.mceContentBody table.datastrong tbody tr th p{color:#fff}.ametys-cms-content table.datastrong td,.mceContentBody table.datastrong td{background-color:#E8EFFD;border-radius:0;border:0}.ametys-cms-content table.datastrong tbody tr:nth-of-type(2n+1) td,.mceContentBody table.datastrong tbody tr:nth-of-type(2n+1) td{background-color:#E8EFFD}.ametys-cms-content .legend,.mceContentBody .legend{text-align:left}.ametys-cms-content .image-wrapper.cadre .image-container::before,.mceContentBody .image-wrapper.cadre .image-container::before{width:25px}.ametys-cms-content .image-wrapper img,.mceContentBody .image-wrapper img{border-radius:0}.ametys-cms-content img,.mceContentBody img{height:auto}.mceContentBody img.invisible{margin:0 !important}.mceContentBody img.cadre{border-left-width:20px}.ametys-cms-content .ametys-richtext-title-2.red,.mceContentBody h2.red{color:#02369C;font-size:32px;margin-left:0}.ametys-cms-content .ametys-richtext-title-2.red:before,.mceContentBody h2.red:before{display:none}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content .ametys-richtext-title-2.red,.mceContentBody h2.red{font-size:26px;line-height:26px}}.ametys-cms-content .documents .document .flex-doc .first-link .icon-container{box-shadow:none;width:34px;height:34px;border:2px solid #1154ED}.ametys-cms-content .documents .document .flex-doc .first-link .text{margin-left:8px;color:#02369C}#ametys-cms-zone-secondary .ametys-cms-content .ametys-content-subtitle,.ametys-cms-service .ametys-content-subtitle{color:#000}.right.sidebar .ametys-cms-content .ametys-richtext-title-1,.right.sidebar .ametys-cms-content .ametys-richtext-title-2,.right.sidebar .ametys-cms-content .ametys-richtext-title-3,.right.sidebar .ametys-cms-content .ametys-richtext-title-4,.right.sidebar .ametys-cms-content .ametys-richtext-title-5{color:#02369C !important;margin-left:0}.right.sidebar .ametys-cms-content .ametys-richtext-title-1:before,.right.sidebar .ametys-cms-content .ametys-richtext-title-2:before,.right.sidebar .ametys-cms-content .ametys-richtext-title-3:before,.right.sidebar .ametys-cms-content .ametys-richtext-title-4:before,.right.sidebar .ametys-cms-content .ametys-richtext-title-5:before{display:none}.right.sidebar .ametys-cms-content .ametys-richtext-title-1{font-size:16px}.right.sidebar .ametys-cms-content .ametys-richtext-title-2{font-size:15px}.right.sidebar .ametys-cms-content .ametys-richtext-title-3{font-size:14px}@media screen and (max-width: 660px){.ametys-cms-content table.invisible,.mceContentBody table.invisible{border-collapse:separate;border-spacing:0 15px}.ametys-cms-content table.invisible tr td,.ametys-cms-content table.invisible tr th,.mceContentBody table.invisible tr td,.mceContentBody table.invisible tr th{display:flex !important;flex-direction:row;padding:10px 0px 10px 10px;flex-wrap:wrap;width:100% !important}}form{margin:20px 0;padding:10px 0;width:100%}@media screen and (min-width: 1120px) and (max-width: 1480px){form{margin:10px 0}}@media screen and (min-width: 1120px) and (max-width: 1480px){form.simpletext{transform:scale(0.8);transform-origin:0 0}}form .field{max-width:600px;position:relative}form .field .field-end{display:none}form .field.field-content .tox-tinymce{border-color:rgba(121,118,118,0.7)}form .label{margin-bottom:8px}form .input,form .select{margin-bottom:20px}form button,form input[type="submit"]{border:3px solid #1154ED;background:rgba(0,0,0,0);border-radius:50px;padding:8px 16px;display:flex;align-items:center;cursor:pointer;justify-content:center;transition:0.4s ease-in-out all;font-family:"Montserrat",sans-serif;font-weight:500;color:#02369C;font-size:17px;transition:0.4s ease-in-out all;display:inline-block;text-decoration:none;margin:12px 0;padding:8px 24px}@media screen and (min-width: 1120px) and (max-width: 1480px){form button,form input[type="submit"]{font-size:14px}}form button img,form input[type="submit"] img{margin-right:8px}form button:hover,form input[type="submit"]:hover{background-color:#1154ED;border-color:#1154ED;color:#fff}form button.white,form input[type="submit"].white{border-color:#fff}form button.white span,form input[type="submit"].white span{color:#fff}form button.white:hover,form input[type="submit"].white:hover{background-color:#fff;color:#1154ED}form input[type=number]{appearance:textfield}form input[type=number]:hover,form input[type=number]:focus{appearance:auto}form input[type=number]:hover::-webkit-inner-spin-button,form input[type=number]:focus::-webkit-inner-spin-button{opacity:1}form input[type=number]::-webkit-inner-spin-button,form input[type=number]::-webkit-outer-spin-button{opacity:0}form input[type=number]::-webkit-inner-spin-button:hover,form input[type=number]::-webkit-inner-spin-button:active{opacity:1}form .add-photos{display:flex;margin-bottom:24px}form .preview{width:200px;display:none;height:104px;position:relative}form .preview img{max-width:100%;max-height:100%;display:block;margin:auto}form .preview .close{position:absolute;top:5px;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;right:5px;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:0.2s all ease-in-out;cursor:pointer;border:none;padding:0;margin:0}form .preview .close:hover{transform:rotate(180deg)}form .preview .close span{color:#000}form .download-image-item{width:200px;height:104px}form .download-image-item.focus-visible{outline:2px solid #000;outline-offset:2px}form .download-image-item .add-photo{cursor:pointer}form .download-image-item .add-photo input[type="file"]{border:0 !important;background:none !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;width:1px !important;margin:-1px !important;overflow:hidden !important;position:absolute !important;padding:0 !important !important;white-space:nowrap !important}form .download-image-item .add-photo span{font-family:"Montserrat",sans-serif;font-size:16px;line-height:22px;color:#1154ED;display:block;width:100%;margin-top:8px;text-align:center;max-width:160px;margin:auto;transition:0.2s all ease-in-out}@media screen and (min-width: 1120px) and (max-width: 1480px){form .download-image-item .add-photo span{font-size:13px;line-height:18px}}form .download-image-item .add-photo svg,form .download-image-item .add-photo img{display:block;margin:auto;max-width:60px}@media screen and (min-width: 1120px) and (max-width: 1480px){form .download-image-item .add-photo svg,form .download-image-item .add-photo img{max-width:40px}}form .download-image-item .add-photo svg path,form .download-image-item .add-photo svg circle,form .download-image-item .add-photo img path,form .download-image-item .add-photo img circle{fill:#1154ED;transition:0.2s all ease-in-out}form .download-image-item .add-photo:hover span{color:#1154ED}form .download-image-item .add-photo:hover svg path,form .download-image-item .add-photo:hover svg circle,form .download-image-item .add-photo:hover img path,form .download-image-item .add-photo:hover img circle{fill:#1154ED}form .download-item{background-color:#fff;border:1px solid #797676;box-shadow:none;padding:30px 36px;cursor:pointer;max-width:600px;transition:0.2s all ease;margin-bottom:20px;position:relative;border-radius:20px}@media screen and (min-width: 1120px) and (max-width: 1480px){form .download-item{padding:20px 20px}}@media screen and (max-width: 768px){form .download-item{padding:20px 20px}}form .download-item .close{position:absolute;top:8px;right:8px;display:none;border:none;background:none;padding:0;margin:0;border-radius:0px}form .download-item .close span{color:#1154ED;transition:0.2s all ease-in-out}form .download-item .close span:hover{transform:rotate(180deg)}form .download-item .ametys-richtext-title-4{margin:0}form .download-item label{display:flex;align-items:center;cursor:pointer}form .download-item label span{color:#1154ED;font-family:"Montserrat",sans-serif;font-size:15px;line-height:18px;display:block;margin-left:12px;flex:1}@media screen and (min-width: 1120px) and (max-width: 1480px){form .download-item label span{font-size:13px}}form .download-item.focus-visible{outline:2px solid #000;outline-offset:2px}form .download-item.invalid{border:2px solid #E20703}form .download-item input[type="file"]{border:0 !important;background:none !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;width:1px !important;margin:-1px !important;overflow:hidden !important;position:absolute !important;padding:0 !important !important;white-space:nowrap !important}form .download-item svg,form .download-item img{display:block;width:31px;height:31px}@media screen and (min-width: 1120px) and (max-width: 1480px){form .download-item svg,form .download-item img{width:25px;height:25px}}form .download-item svg path,form .download-item img path{fill:#1154ED}form .select-container{position:relative}form .select-container:before{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;font-size:14px;color:#000;pointer-events:none;position:absolute;top:13px;right:14px;font-weight:900;font-size:24px;line-height:24px;z-index:2}@media screen and (min-width: 1120px) and (max-width: 1480px){form .select-container:before{top:10px;font-size:19px}}form .date-icon{position:relative}form .date-icon:before{content:"";background-image:url("/skins/agglorouen-intranet/resources/templates/common/img/icon/ICON-AGENDA2.svg");position:absolute;top:13px;right:14px;height:20px;width:20px;background-size:20px 20px;z-index:2}form .list-checkbox{margin:20px 0}form .list-checkbox .item-checkbox{margin:20px 0;margin-left:20px}form .list-checkbox .item-checkbox input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}form .list-checkbox .item-checkbox label{position:relative;cursor:pointer;padding-left:20px;color:#000;font-family:"Montserrat",sans-serif;font-size:16px;transition:0.2s all ease-in-out}form .list-checkbox .item-checkbox label:before{content:"";-webkit-appearance:none;background-color:#fff;border:2px solid #000;cursor:pointer;position:absolute;top:-2px;left:-20px;width:22px;height:22px;border-radius:5px}form .list-checkbox .item-checkbox input:checked+label:after{content:"";position:absolute;top:3px;left:-15px;height:16px;width:16px;background-color:#1154ED;border-radius:6px}form .list-radio{margin:20px 0}form .list-radio .item-radio{margin:20px 0;margin-left:20px}form .list-radio .item-radio input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}form .list-radio .item-radio label{position:relative;cursor:pointer;padding-left:20px;color:#000;font-family:"Montserrat",sans-serif;font-size:16px;transition:0.2s all ease-in-out}form .list-radio .item-radio label:before{content:"";-webkit-appearance:none;background-color:#fff;border:2px solid #000;cursor:pointer;position:absolute;top:-2px;left:-20px;width:22px;height:22px;border-radius:50%}form .list-radio .item-radio input:checked+label:after{content:"";position:absolute;top:5px;left:-13px;height:12px;width:12px;background-color:#1154ED;border-radius:50%}form input,form select,form textarea,form .ametys-multiselect,form .ui-selectmenu-button.ui-button,form .ms-options-wrap button{background-color:#fff;max-width:600px;padding-right:16px;padding-left:16px;border-radius:20px;width:100%;height:50px;text-align:initial;white-space:initial;font-size:16px;line-height:16px;font-family:"Montserrat",sans-serif;position:relative;border:1px solid #797676;box-shadow:none;-webkit-appearance:none;color:#505767}@media screen and (min-width: 1120px) and (max-width: 1480px){form input,form select,form textarea,form .ametys-multiselect,form .ui-selectmenu-button.ui-button,form .ms-options-wrap button{font-size:13px;height:40px}}form input .placeholder[role="textbox"],form input::placeholder,form select .placeholder[role="textbox"],form select::placeholder,form textarea .placeholder[role="textbox"],form textarea::placeholder,form .ametys-multiselect .placeholder[role="textbox"],form .ametys-multiselect::placeholder,form .ui-selectmenu-button.ui-button .placeholder[role="textbox"],form .ui-selectmenu-button.ui-button::placeholder,form .ms-options-wrap button .placeholder[role="textbox"],form .ms-options-wrap button::placeholder{color:rgba(0,0,0,0.7);font-size:16px;font-family:"Montserrat",sans-serif}@media screen and (min-width: 1120px) and (max-width: 1480px){form input .placeholder[role="textbox"],form input::placeholder,form select .placeholder[role="textbox"],form select::placeholder,form textarea .placeholder[role="textbox"],form textarea::placeholder,form .ametys-multiselect .placeholder[role="textbox"],form .ametys-multiselect::placeholder,form .ui-selectmenu-button.ui-button .placeholder[role="textbox"],form .ui-selectmenu-button.ui-button::placeholder,form .ms-options-wrap button .placeholder[role="textbox"],form .ms-options-wrap button::placeholder{font-size:13px}}form input:focus,form select:focus,form textarea:focus,form .ametys-multiselect:focus,form .ui-selectmenu-button.ui-button:focus,form .ms-options-wrap button:focus{outline:none}form input.second,form select.second,form textarea.second,form .ametys-multiselect.second,form .ui-selectmenu-button.ui-button.second,form .ms-options-wrap button.second{background:transparent;border:1px solid #646464;border-radius:10px;height:40px;width:230px}form .ametys-multiselect-wrap .ametys-multiselect-toggle{font-weight:900;color:#000;transition:0.3s all ease-in-out}form .ametys-multiselect-wrap .ametys-multiselect-toggle:before{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;font-size:14px;color:#000}form .ametys-multiselect-wrap .ametys-multiselect-toggle.active{transform:rotate(180deg)}form .ametys-multiselect-wrap .ametys-multiselect-dropdown{top:50px;box-shadow:rgba(149,157,165,0.4) 0px 8px 24px;border:none !important;border-radius:6px;margin-top:10px !important;min-width:400px}@media screen and (min-width: 1120px) and (max-width: 1480px){form .ametys-multiselect-wrap .ametys-multiselect-dropdown{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 768px){form .ametys-multiselect-wrap .ametys-multiselect-dropdown{min-width:initial}}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-list{margin:16px}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item{color:#000;font-family:"Montserrat",sans-serif;font-size:16px;padding:6px 4px;border-radius:6px}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item.activedescendant{background-color:rgba(17,84,237,0.1)}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item.single-mode{padding:8px}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item.single-mode:hover{color:#fff;background-color:#1154ED}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item.single-mode[aria-selected="true"]{color:#fff;background-color:#1154ED}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item .check{position:relative}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item .check::before{border:2px solid #000;cursor:pointer;width:22px;height:22px;border-radius:6px}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item[aria-selected="true"]{color:#1154ED}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item[aria-selected="true"] .check::before{content:""}form .ametys-multiselect-wrap .ametys-multiselect-dropdown .ametys-multiselect-dropdown-item[aria-selected="true"] .check::after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:5px;height:16px;width:16px;background-color:#1154ED;border-radius:6px}form .ui-selectmenu-text{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}form .ui-selectmenu-text.placeholder{color:rgba(0,0,0,0.7)}form .field.has-error input,form .field.has-error select,form .field.has-error .ui-selectmenu-button.ui-button{border:2px solid #1154ED}form .field.has-error .field-end{display:block;color:#1154ED;font-family:"Montserrat Light",sans-serif;font-size:14px;font-style:italic;font-weight:300;margin-top:-10px;margin-bottom:20px}form .ms-options-wrap>button>span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}form .ms-options-wrap:not(.ms-has-selections)>button>span{color:rgba(0,0,0,0.7)}form .ms-options-wrap button{margin-bottom:0px !important}@media screen and (min-width: 1120px) and (max-width: 1480px){form .ms-options-wrap button{font-size:13px !important}}form .ms-options-wrap button:after{display:none}form .ms-options-wrap ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:16px !important}form .ms-options-wrap ul li{width:49%;min-width:320px}form .ms-options-wrap>.ms-options{max-height:300px !important;overflow-x:auto !important;box-shadow:rgba(149,157,165,0.4) 0px 8px 24px;border:none !important;border-radius:6px;margin-top:10px !important;min-width:400px}@media screen and (min-width: 1120px) and (max-width: 1480px){form .ms-options-wrap>.ms-options{transform:scale(0.8);transform-origin:0 0}}@media screen and (max-width: 768px){form .ms-options-wrap>.ms-options{width:auto;min-width:initial}}form .ms-options-wrap li{margin:4px 0 !important}form .ms-options-wrap li input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}form .ms-options-wrap li label{position:relative;cursor:pointer;padding-left:40px !important;color:#000;font-family:"Montserrat",sans-serif;font-size:16px;border:none !important;margin:0px !important;background-color:transparent !important}form .ms-options-wrap li label:before{content:"";-webkit-appearance:none;background-color:#fff;border:2px solid #000;cursor:pointer;position:absolute;top:-2px;left:0px;width:22px;height:22px;border-radius:5px}form .ms-options-wrap li.selected label:after{content:"";position:absolute;top:3px;left:5px;height:16px;width:16px;background-color:#1154ED;border-radius:6px}form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";position:relative;padding-right:50px !important}form select:invalid{color:red}form select::-ms-expand{display:none}form textarea{min-height:150px;display:block;padding:20px}.ui-datepicker-trigger{position:absolute;right:2rem;top:50%;transform:translateY(-50%);border:none !important;color:grey}.ui-datepicker-buttonpane{border-top:0px;display:flex;align-items:center;justify-content:center}.ui-datepicker-buttonpane button:nth-of-type(1),.ui-datepicker-buttonpane button:nth-of-type(2){display:none}.ui-datepicker-buttonpane .clear-btn{border:1px solid #1154ED;background:#fff;color:#1154ED;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;line-height:17px;padding:10px 10px !important;border-radius:10px}.ui-datepicker-buttonpane .validate-btn{background:#1154ED;color:#fff;border:1px solid #1154ED;margin-left:8px;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;line-height:17px;padding:10px 10px !important;border-radius:10px}.ui-datepicker{padding:0;border:none !important;box-shadow:0 2px 10px 0 rgba(0,0,0,0.15);padding:10px;width:310px;padding-bottom:20px}.ui-datepicker .ui-datepicker-header{background-color:#fff;padding:3.33%;border:none !important}.ui-datepicker .ui-datepicker-header .ui-state-hover{background:none;border:none}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{background-image:none !important}.ui-datepicker .ui-datepicker-header .ui-datepicker-next,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{top:5px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next,.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover{right:2px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{left:2px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:"Font Awesome 6 Free";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;font-weight:bold;align-items:center;justify-content:center;color:#1154ED}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover:before{color:#32AC5C}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{content:"\f104"}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{content:"\f105"}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{color:#000;font-family:"Montserrat",sans-serif;font-size:18px;font-weight:bold;line-height:21px;margin-bottom:16px}.ui-datepicker table{border:none;border-top:none;margin:0}.ui-datepicker table thead tr{border-bottom:none !important}.ui-datepicker table thead tr th{color:#797676;font-family:"Montserrat SemiBold",sans-serif;padding-bottom:16px}.ui-datepicker table tr th,.ui-datepicker table tr td{padding:0.3em 0.2em;border-radius:2px}.ui-datepicker table tr th:first-of-type,.ui-datepicker table tr td:first-of-type{padding-left:15px}.ui-datepicker table tr th:last-of-type,.ui-datepicker table tr td:last-of-type{padding-right:15px}.ui-datepicker table .ui-state-default,.ui-datepicker table .ui-widget-content .ui-state-default{background:#ffffff;border:none;text-align:center;border-radius:2px}.ui-datepicker table .ui-state-highlight,.ui-datepicker table .ui-widget-content .ui-state-highlight{color:#000000}.ui-datepicker table .ui-state-active,.ui-datepicker table .ui-widget-content .ui-state-active,.ui-datepicker table .ui-widget-header .ui-state-active,.ui-datepicker table a.ui-button:active,.ui-datepicker table .ui-button:active,.ui-datepicker table .ui-button.ui-state-active:hover{border:none;border-radius:6px;background-color:#32AC5C;color:#fff}.ui-datepicker table .ui-state-hover,.ui-datepicker table .ui-widget-content .ui-state-hover,.ui-datepicker table .ui-widget-header .ui-state-hover,.ui-datepicker table .ui-state-focus,.ui-datepicker table .ui-widget-content .ui-state-focus,.ui-datepicker table .ui-widget-header .ui-state-focus,.ui-datepicker table .ui-button:hover,.ui-datepicker table .ui-button:focus{border:none;border-radius:6px;background-color:#f3f3f3;color:#000}@media screen and (min-width: 1120px) and (max-width: 1480px){.ui-selectmenu-menu{scale:80%;transform-origin:0 0}}.ui-selectmenu-menu .ui-menu{margin-top:12px;padding:16px !important;box-shadow:rgba(149,157,165,0.4) 0px 8px 24px;border:none !important;border-radius:6px}.ui-menu-item-wrapper{color:#000;font-family:"Montserrat",sans-serif;font-size:16px;border:none !important;margin:0px !important;padding:8px !important;border-radius:6px}.ui-menu-item-wrapper:hover,.ui-menu-item-wrapper.ui-state-active{border:1px solid #1154ED !important;background:#1154ED !important}form .mandatory-marker{padding-left:4px}form .input input{margin-bottom:0px}form .select select,form .select .ui-selectmenu-button.ui-button{margin-bottom:0px}form span.error{display:block;color:#E20703;font-family:"Montserrat Light",sans-serif;font-size:0.8em;font-style:italic;font-weight:300;margin-top:10px;padding-left:16px}form .download-item span.error{padding-left:0px}form .field .label.error~.input input,form .field .label.error~.input textarea,form .field .label.error~.input .tox,form .field .label.error~.select select,form .field .input.invalid input,form .field .input.invalid textarea,form .field .select.invalid select,form .field select[aria-invalid='true']~.ui-selectmenu-button,form .field select[aria-invalid='true']~.ametys-multiselect-wrap .ametys-multiselect{border:2px solid #E20703}.ugc-form .button,.apply-form .button{width:300px}.ugc-form .button input,.apply-form .button input{text-align:center}.ugc-form .button,.apply-form .button{width:300px}.ugc-form .button input,.apply-form .button input{text-align:center}.ugc-form .field-gtu,.apply-form .field-gtu{margin-bottom:20px}.ugc-form .field.checkbox,.apply-form .field.checkbox{display:flex;align-items:center;justify-content:start;flex-direction:row-reverse;position:relative}.ugc-form .field.checkbox .input,.apply-form .field.checkbox .input{margin-top:0px !important}.ugc-form .field.checkbox .label,.apply-form .field.checkbox .label{display:block;margin-bottom:20px}.ugc-form .field.checkbox .label a,.apply-form .field.checkbox .label a{color:#000;text-decoration:underline;text-underline-offset:5px}.ugc-form .field.checkbox .label a:hover,.apply-form .field.checkbox .label a:hover{color:#02369C}.ugc-form .field.checkbox .label.error label,.apply-form .field.checkbox .label.error label{color:#E20703}.ugc-form .field.checkbox .input .error,.apply-form .field.checkbox .input .error{position:absolute;bottom:0;left:0;padding-left:0px}.ugc-form fieldset{padding:0px;border:none}.ugc-form fieldset legend{display:none}.ugc .form-hint{color:#000;font-family:"Montserrat Light",sans-serif;font-size:16px;line-height:26px;margin:16px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.ugc .form-hint{font-size:13px}}.mandatory-marker{color:#E20703}.ametys-cms-content form .label label,.ametys-cms-service form .label label,form .feed-config-form .label label{font-family:"Montserrat",sans-serif;color:#505767;font-size:16px;line-height:25px}@media screen and (min-width: 1120px) and (max-width: 1480px){.ametys-cms-content form .label label,.ametys-cms-service form .label label,form .feed-config-form .label label{font-size:13px}}.ametys-cms-content form .label label .input-help,.ametys-cms-service form .label label .input-help,form .feed-config-form .label label .input-help{margin-left:5px}.ametys-cms-content form .label label .input-help:before,.ametys-cms-service form .label label .input-help:before,form .feed-config-form .label label .input-help:before{color:#000;font-family:"Font Awesome 6 Free";font-weight:bold;content:'\f059'}.ametys-cms-content form .label label .input-help span,.ametys-cms-service form .label label .input-help span,form .feed-config-form .label label .input-help span{display:none}.ametys-cms-content form .field.checkbox .input,.ametys-cms-content form .field.checkbox .label,.ametys-cms-service form .field.checkbox .input,.ametys-cms-service form .field.checkbox .label,form .feed-config-form .field.checkbox .input,form .feed-config-form .field.checkbox .label{display:inline-block;margin-right:10px}.ametys-cms-content form .field.checkbox .input,.ametys-cms-content form .input.input-radio,.ametys-cms-content form .input.input-checkbox,.ametys-cms-service form .field.checkbox .input,.ametys-cms-service form .input.input-radio,.ametys-cms-service form .input.input-checkbox,form .feed-config-form .field.checkbox .input,form .feed-config-form .input.input-radio,form .feed-config-form .input.input-checkbox{margin-top:12px}.ametys-cms-content form .field.checkbox .input input,.ametys-cms-content form .input.input-radio input,.ametys-cms-content form .input.input-checkbox input,.ametys-cms-service form .field.checkbox .input input,.ametys-cms-service form .input.input-radio input,.ametys-cms-service form .input.input-checkbox input,form .feed-config-form .field.checkbox .input input,form .feed-config-form .input.input-radio input,form .feed-config-form .input.input-checkbox input{appearance:none;background-color:#fff;margin:0;font:inherit;color:#000;width:26px;height:26px;border:2px solid #000;border-radius:5px;transform:translateY(-0.075em);display:grid;place-content:center}.ametys-cms-content form .field.checkbox .input input:before,.ametys-cms-content form .input.input-radio input:before,.ametys-cms-content form .input.input-checkbox input:before,.ametys-cms-service form .field.checkbox .input input:before,.ametys-cms-service form .input.input-radio input:before,.ametys-cms-service form .input.input-checkbox input:before,form .feed-config-form .field.checkbox .input input:before,form .feed-config-form .input.input-radio input:before,form .feed-config-form .input.input-checkbox input:before{content:"";width:16px;height:16px;border-radius:6px}.ametys-cms-content form .field.checkbox .input input:checked::before,.ametys-cms-content form .input.input-radio input:checked::before,.ametys-cms-content form .input.input-checkbox input:checked::before,.ametys-cms-service form .field.checkbox .input input:checked::before,.ametys-cms-service form .input.input-radio input:checked::before,.ametys-cms-service form .input.input-checkbox input:checked::before,form .feed-config-form .field.checkbox .input input:checked::before,form .feed-config-form .input.input-radio input:checked::before,form .feed-config-form .input.input-checkbox input:checked::before{background-color:#1154ED}.ametys-cms-content form .input.input-radio input,.ametys-cms-service form .input.input-radio input,form .feed-config-form .input.input-radio input{border-radius:50%}.ametys-cms-content form .input.input-radio input:before,.ametys-cms-service form .input.input-radio input:before,form .feed-config-form .input.input-radio input:before{border-radius:50%}.ametys-cms-content form .input.input-date,.ametys-cms-service form .input.input-date,form .feed-config-form .input.input-date{position:relative}.ametys-cms-content form .input.input-date:before,.ametys-cms-service form .input.input-date:before,form .feed-config-form .input.input-date:before{content:"";background-image:url("/skins/agglorouen-intranet/resources/templates/common/img/icon/ICON-AGENDA2.svg");background-color:#fff;pointer-events:none;position:absolute;top:50%;transform:translate(0, -50%);right:18px;height:20px;width:20px;background-size:20px 20px;z-index:2}.ametys-cms-content form .button input[type='submit'],.ametys-cms-service form .button input[type='submit'],form .feed-config-form .button input[type='submit']{text-align:center;font-family:"Montserrat Light",sans-serif}.ametys-cms-content form label.form-error,.ametys-cms-service form label.form-error,form .feed-config-form label.form-error{color:#E20703}.ametys-cms-content form input.form-error,.ametys-cms-content form select.form-error,.ametys-cms-content form textarea.form-error,.ametys-cms-service form input.form-error,.ametys-cms-service form select.form-error,.ametys-cms-service form textarea.form-error,form .feed-config-form input.form-error,form .feed-config-form select.form-error,form .feed-config-form textarea.form-error{border:2px solid #E20703}.ametys-cms-content form.simpletext br{display:none}.ametys-cms-content form.simpletext .label{padding-left:16px;margin-bottom:8px}.ametys-cms-content form.table2col .label{height:50px;display:flex;align-items:center;margin-right:16px;justify-content:end}.mceContentBody ul.square,.mceContentBody ul.disc{list-style-type:none !important}.ametys-cms-content form fieldset{border:1px solid #797676}.ametys-cms-content form fieldset legend{color:#797676;text-transform:uppercase;font-family:"Montserrat Light",sans-serif;padding:0 12px;font-size:14px}.select2-container--default .select2-selection--single{background-color:#fff;max-width:600px;padding:10px 16px;border-radius:20px !important;width:100%;height:50px  !important;text-align:initial;white-space:initial;font-size:16px;line-height:16px;font-family:"Montserrat Light",sans-serif;font-weight:700;position:relative;border:none !important;box-shadow:rgba(149,157,165,0.15) 0px 8px 18px !important}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-selection--single{max-width:480px;padding:8px 13px;border-radius:16px !important;height:40px  !important;font-size:13px;line-height:13px}}.select2-container--default .select2-selection--single:before{content:"expand_more";pointer-events:none;position:absolute;top:50%;transform:translate(0, -50%);right:14px;font-weight:900;font-size:24px;line-height:24px;color:#000;z-index:2}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-selection--single:before{right:11px;font-size:21px;line-height:21px}}.select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#000 !important}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:rgba(0,0,0,0.7) !important}.select2-container--default .select2-selection--multiple{background-color:#fff;max-width:600px;padding:10px 16px;border-radius:20px !important;width:100%;min-height:50px  !important;text-align:initial;white-space:initial;font-size:16px;line-height:16px;font-family:"Montserrat Light",sans-serif;position:relative;border:none !important;box-shadow:rgba(149,157,165,0.15) 0px 8px 18px !important}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-selection--multiple{max-width:480px;padding:8px 13px;border-radius:16px !important;min-height:40px  !important;font-size:13px;line-height:13px}}.select2-container--default .select2-selection--multiple .select2-selection__choice{font-family:"Montserrat",sans-serif;color:#000;padding:5px 8px !important;background-color:#f5f6f8 !important;border-color:#e0e0e0 !important;border-radius:12px !important}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-selection--multiple .select2-selection__choice{border-radius:10px !important}}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:rgba(17,84,237,0.7) !important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#1154ED !important}.select2-container--default .select2-selection--multiple .select2-search__field{height:30px;border-radius:0px !important;box-shadow:none !important}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-selection--multiple .select2-search__field{height:24px}}.select2-container--default .select2-results ul li{font-family:"Montserrat Light",sans-serif;font-size:16px;color:#000;padding-left:16px}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-results ul li{font-size:13px;padding-left:13px}}.select2-container--default .select2-dropdown{box-shadow:rgba(149,157,165,0.55) 0px 8px 18px !important;border:none;margin-top:10px}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-dropdown{margin-top:8px}}.select2-container--default .select2-search--dropdown .select2-search__field{font-family:"Montserrat Light",sans-serif;height:34px;padding:2px 6px;font-size:14px;border-radius:4px;background:rgba(17,84,237,0.1);border:1px solid #e0e0e0 !important;margin:6px 0}@media screen and (min-width: 1120px) and (max-width: 1480px){.select2-container--default .select2-search--dropdown .select2-search__field{height:27px;font-size:11px}}.ametys-cms-content form .button input[type="submit"],.ametys-cms-service form .button input[type="submit"],form .feed-config-form .button input[type="submit"]{font-family:"Montserrat SemiBold",sans-serif}form button,form input[type="submit"]{border-width:2px}
/*! File : /skins/agglorouen-intranet/resources/templates/common/scss/fo-toolbar.css */
.ametys-front-edition-content-toolbar,.ametys-front-edition-page-toolbar{display:flex;flex-wrap:wrap;padding:0.55em 0.75em;border-radius:6px;box-shadow:rgba(100,100,111,0.2) 0 7px 29px 0;width:auto;align-items:center;justify-content:space-between;max-width:max-content}.ametys-front-edition-content-toolbar-btn,.ametys-front-edition-page-toolbar-btn{background-color:#1154ED;border:1px solid #1154ED;color:#fff;border-radius:0.75rem;padding:0 0.75rem;font-size:0.85rem;min-width:max-content;font-family:"Montserrat",sans-serif;display:inline-flex;align-items:center;cursor:pointer;transition:.3s all ease-in-out;height:30px;margin:0 4px}.ametys-front-edition-content-toolbar-btn:hover,.ametys-front-edition-content-toolbar-btn:focus,.ametys-front-edition-page-toolbar-btn:hover,.ametys-front-edition-page-toolbar-btn:focus{background-color:#fff;color:#1154ED;border:1px solid #1154ED;outline:none}.ametys-front-edition-content-toolbar-btn i,.ametys-front-edition-content-toolbar-btn .icon,.ametys-front-edition-page-toolbar-btn i,.ametys-front-edition-page-toolbar-btn .icon{margin-right:8px;width:20px}.ametys-front-edition-content-toolbar-btn.no-label i,.ametys-front-edition-page-toolbar-btn.no-label i{margin-right:0px}.ametys-front-edition-content-toolbar-btn.trigger-active i,.ametys-front-edition-page-toolbar-btn.trigger-active i{transform:rotate(180deg)}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status{cursor:unset;border-radius:0.45rem}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral,.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral:hover,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.neutral:hover{background-color:#e5e7eb;border-color:#e5e7eb;color:#374151}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive,.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive:hover,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.positive:hover{background-color:#deedd5;border-color:#deedd5;color:#6fbe44}.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative,.ametys-front-edition-content-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative:hover,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative,.ametys-front-edition-page-toolbar-btn.ametys-front-edition-content-toolbar-btn-status.negative:hover{background-color:#ff9595;border-color:#ff9595;color:#fc7d85}.ametys-front-edition-page-toolbar{flex-direction:column;align-items:stretch;gap:0.45em;background-color:#2865f0;position:fixed;top:70%;right:10px;transform:translateY(-50%);z-index:99;border-radius:20px;padding:0.55rem 0.35rem}.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn{padding:0 0.45rem}.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn span:not(.icon){display:none}.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn .icon,.ametys-front-edition-page-toolbar.collapsed .ametys-front-edition-page-toolbar-btn i{margin-right:0px}.ametys-front-edition-page-toolbar-btn{box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px}.ametys-front-edition-page-toolbar-btn:hover,.ametys-front-edition-page-toolbar-btn:focus{background-color:#0f4cd5;color:#fff}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item{font-family:"Montserrat",sans-serif;font-size:14px;color:#2f2f2f}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.context-menu-icon i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.context-menu-icon i{color:#1154ED}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.context-menu-hover,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.context-menu-hover{background-color:#1154ED;color:#fff}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.context-menu-hover>i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.context-menu-hover>i{color:#fff}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.disabled,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.disabled{color:#c1c1c1}ul.ametys-front-edition-content-toolbar-menu li.context-menu-item.disabled>i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item.disabled>i{color:#c1c1c1}.ametys-front-edition-content-toolbar{position:relative;background:#fff}.ametys-front-edition-content-toolbar{padding:6px 10px;background:#fff;margin-top:4px}.ametys-front-edition-content-toolbar .ametys-front-edition-content-toolbar-btn{color:#1154ED;font-family:"Montserrat",sans-serif;background-color:transparent;border:2px solid #1154ED;border-radius:50px}.ametys-front-edition-content-toolbar .ametys-front-edition-content-toolbar-btn:hover{color:#fff;background-color:#1154ED}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-front-edition-content-toolbar{scale:80%;transform-origin:0 0}}@media screen and (max-width: 768px){.ametys-front-edition-content-toolbar{justify-content:flex-start}.ametys-front-edition-content-toolbar .ametys-front-edition-content-toolbar-btn{margin:0 4px 4px 0}}@media screen and (min-width: 1025px) and (max-width: 1480px){.ametys-front-edition-page-toolbar-btn{padding:0 0.5rem;font-size:0.75rem}.ametys-front-edition-page-toolbar-btn .icon{margin-right:6px;width:16px}}@media screen and (max-width: 768px){.ametys-front-edition-page-toolbar{min-width:unset;max-width:50vw}.ametys-front-edition-page-toolbar-btn{padding:0 0.5rem;font-size:0.75rem;min-width:unset}.ametys-front-edition-page-toolbar-btn .icon{margin-right:6px;width:16px}}@media screen and (min-width: 1025px) and (max-width: 1480px){ul.ametys-front-edition-page-toolbar-menu li.context-menu-item{padding:0.5em;padding-left:2em;font-size:0.75rem}ul.ametys-front-edition-page-toolbar-menu li.context-menu-item i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item svg{top:.6em !important}}@media screen and (max-width: 768px){ul.ametys-front-edition-page-toolbar-menu{min-width:unset;max-width:50vw}ul.ametys-front-edition-page-toolbar-menu li.context-menu-item{padding:0.5em;padding-left:2em;font-size:0.75rem}ul.ametys-front-edition-page-toolbar-menu li.context-menu-item i,ul.ametys-front-edition-page-toolbar-menu li.context-menu-item svg{top:.6em !important}}.left .ametys-front-edition-content-toolbar{margin-left:-15px}@media print{.ametys-front-edition-page-toolbar,.ametys-front-edition-content-toolbar{display:none}}

/*# sourceMappingURL=LTM1OTM2NTE3Mg.css.map */
