@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Quicksand:wght@400;700&display=swap");@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);height:100%;line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:calc(10px * 2);padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions{transform:translateY(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,0.8);background:var(--plyr-captions-background,rgba(0,0,0,0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(10px / 4);margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px / 2);padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,0.9);background:var(--plyr-menu-background,rgba(255,255,255,0.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,0.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height 0.35s cubic-bezier(0.4,0,0.2,1),width 0.35s cubic-bezier(0.4,0,0.2,1)}.plyr__menu__container::after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:rgba(255,255,255,0.9);border-top-color:var(--plyr-menu-background,rgba(255,255,255,0.9));content:'';height:0;position:absolute;right:calc(((18px / 2) + calc(10px * .7)) - (4px / 2));right:calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding-bottom:calc(calc(10px * .7)/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:calc(calc(10px * .7) * 1.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:calc(calc(10px * .7) * 1.5);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(calc(10px * .7)/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * .7) * 4);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:calc((calc(10px * .7) * 1.5) - 4px);right:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:calc(calc(10px * .7)/ 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:calc(calc(10px * .7) * 4);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% - (calc(10px * .7) * 2));width:calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:calc((calc(10px * .7) * 1.5) - 4px);left:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back::before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:'';height:1px;left:0;margin-top:calc(calc(10px * .7)/ 2);margin-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px * .7);padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,0.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,0.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(10px * .7) - 2) * -1);margin-right:calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:calc(calc(10px * .7) * 3.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:calc(13px * 2);border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:calc((3px * 2) + 13px);height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);-webkit-appearance:none;margin-top:calc(((13px - 5px)/ 2) * -1);margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:calc(768px - 1)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,0.9);background:var(--plyr-tooltip-background,rgba(255,255,255,0.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,0.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:calc(10px / 2) calc(calc(10px / 2) * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,0.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,0.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((18px / 2) + calc(10px * .7));left:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((18px / 2) + calc(10px * .7));right:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:calc(13px * -.5);margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:calc((5px / 2) * -1);margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,0.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,0.6) 50%,rgba(35,40,47,0.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,0.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,0.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,0.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,0.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:calc(10px / 2);margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,0.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,0.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,0.6))}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75));background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:calc(10px * 2);padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:calc(10px * 3.5);padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:calc(10px * 1.5);padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,0.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,0.25);color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25))}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,0.9);background-color:var(--plyr-tooltip-background,rgba(255,255,255,0.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,0.15));margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translate(0,10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,0.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,0.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,0.55);border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{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{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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeInUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOutLeft{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.layout-container,.sticky-header header[role="banner"] .region-header,.sticky-header .region-primary-menu{width:100%;max-width:72.3529em;margin:0 auto;position:relative;padding:0 2rem}@media only screen and (max-width:86em){.layout-container,.sticky-header header[role="banner"] .region-header,.sticky-header .region-primary-menu{padding:0 2rem}}@media only screen and (max-width:30em){.layout-container,.sticky-header header[role="banner"] .region-header,.sticky-header .region-primary-menu{padding:0 2rem}}.vocabulary-categorie>.content>.wrapper,.path-frontpage .block-system-main-block>article>.wrapper,.path-recherche .block-gan-hub-recherche-footer{padding:10rem 0;position:relative;background:#F5FDFF;background:#F5FDFF;text-align:center}.vocabulary-categorie>.content>.wrapper::before,.path-frontpage .block-system-main-block>article>.wrapper::before,.path-recherche .block-gan-hub-recherche-footer::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#F5FDFF}@media only screen and (max-width:48em){.vocabulary-categorie>.content>.wrapper::before,.path-frontpage .block-system-main-block>article>.wrapper::before,.path-recherche .block-gan-hub-recherche-footer::before{width:2rem}}@media only screen and (max-width:30em){.vocabulary-categorie>.content>.wrapper::before,.path-frontpage .block-system-main-block>article>.wrapper::before,.path-recherche .block-gan-hub-recherche-footer::before{width:2rem}}.vocabulary-categorie>.content>.wrapper::after,.path-frontpage .block-system-main-block>article>.wrapper::after,.path-recherche .block-gan-hub-recherche-footer::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#F5FDFF}@media only screen and (max-width:48em){.vocabulary-categorie>.content>.wrapper::after,.path-frontpage .block-system-main-block>article>.wrapper::after,.path-recherche .block-gan-hub-recherche-footer::after{width:2rem}}@media only screen and (max-width:30em){.vocabulary-categorie>.content>.wrapper::after,.path-frontpage .block-system-main-block>article>.wrapper::after,.path-recherche .block-gan-hub-recherche-footer::after{width:2rem}}@media only screen and (max-width:48em){.vocabulary-categorie>.content>.wrapper,.path-frontpage .block-system-main-block>article>.wrapper,.path-recherche .block-gan-hub-recherche-footer{padding:4rem 0}}.vocabulary-categorie>.content>.wrapper .text,.path-frontpage .block-system-main-block>article>.wrapper .text,.path-recherche .block-gan-hub-recherche-footer .text{position:relative;max-width:79rem;height:15rem;margin:0 auto;text-align:left;overflow:hidden;color:#000}.vocabulary-categorie>.content>.wrapper .text::after,.path-frontpage .block-system-main-block>article>.wrapper .text::after,.path-recherche .block-gan-hub-recherche-footer .text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background-image:linear-gradient(to top,#f5fdff,rgba(245,253,255,0));transition:all ease .4s}.vocabulary-categorie>.content>.wrapper .text.open,.path-frontpage .block-system-main-block>article>.wrapper .text.open,.path-recherche .block-gan-hub-recherche-footer .text.open{height:auto}.vocabulary-categorie>.content>.wrapper .text.open::after,.path-frontpage .block-system-main-block>article>.wrapper .text.open::after,.path-recherche .block-gan-hub-recherche-footer .text.open::after{opacity:0}.vocabulary-categorie>.content>.wrapper .show-more,.path-frontpage .block-system-main-block>article>.wrapper .show-more,.path-recherche .block-gan-hub-recherche-footer .show-more{margin-top:3rem;appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C}.vocabulary-categorie>.content>.wrapper .show-more:hover,.path-frontpage .block-system-main-block>article>.wrapper .show-more:hover,.path-recherche .block-gan-hub-recherche-footer .show-more:hover,.vocabulary-categorie>.content>.wrapper .show-more:focus,.path-frontpage .block-system-main-block>article>.wrapper .show-more:focus,.path-recherche .block-gan-hub-recherche-footer .show-more:focus{background-color:#2E4068;border-color:#2E4068}.vocabulary-categorie>.content>.wrapper .show-more:hover[type="submit"],.path-frontpage .block-system-main-block>article>.wrapper .show-more:hover[type="submit"],.path-recherche .block-gan-hub-recherche-footer .show-more:hover[type="submit"],.vocabulary-categorie>.content>.wrapper .show-more:focus[type="submit"],.path-frontpage .block-system-main-block>article>.wrapper .show-more:focus[type="submit"],.path-recherche .block-gan-hub-recherche-footer .show-more:focus[type="submit"]{background-color:#2E4068}.vocabulary-categorie>.content>.wrapper .show-more:active,.path-frontpage .block-system-main-block>article>.wrapper .show-more:active,.path-recherche .block-gan-hub-recherche-footer .show-more:active{background-color:#1C2740;border-color:#1C2740}.vocabulary-categorie>.content>.wrapper .show-more:active[type="submit"],.path-frontpage .block-system-main-block>article>.wrapper .show-more:active[type="submit"],.path-recherche .block-gan-hub-recherche-footer .show-more:active[type="submit"]{background-color:#1C2740}.vocabulary-categorie>.content>.wrapper .show-more:hover,.path-frontpage .block-system-main-block>article>.wrapper .show-more:hover,.path-recherche .block-gan-hub-recherche-footer .show-more:hover,.vocabulary-categorie>.content>.wrapper .show-more:focus,.path-frontpage .block-system-main-block>article>.wrapper .show-more:focus,.path-recherche .block-gan-hub-recherche-footer .show-more:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.vocabulary-categorie>.content>.wrapper .show-more:hover[type="submit"],.path-frontpage .block-system-main-block>article>.wrapper .show-more:hover[type="submit"],.path-recherche .block-gan-hub-recherche-footer .show-more:hover[type="submit"],.vocabulary-categorie>.content>.wrapper .show-more:focus[type="submit"],.path-frontpage .block-system-main-block>article>.wrapper .show-more:focus[type="submit"],.path-recherche .block-gan-hub-recherche-footer .show-more:focus[type="submit"]{background-color:#435A8C}.vocabulary-categorie>.content>.wrapper .show-more:active,.path-frontpage .block-system-main-block>article>.wrapper .show-more:active,.path-recherche .block-gan-hub-recherche-footer .show-more:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.vocabulary-categorie>.content>.wrapper .show-more:active[type="submit"],.path-frontpage .block-system-main-block>article>.wrapper .show-more:active[type="submit"],.path-recherche .block-gan-hub-recherche-footer .show-more:active[type="submit"]{background-color:#2E4068}@font-face{font-family:'icons';src:url(/themes/custom/gan/fonts/gan.eot?dw44gs=);src:url(/themes/custom/gan/fonts/gan.eot?dw44gs=#iefix) format("embedded-opentype"),url(/themes/custom/gan/fonts/gan.ttf?dw44gs=) format("truetype"),url(/themes/custom/gan/fonts/gan.woff?dw44gs=) format("woff"),url(/themes/custom/gan/fonts/gan.svg?dw44gs=#gan) format("svg");font-weight:normal;font-style:normal;font-display:block}*{box-sizing:border-box}html{font-size:62.5%;overflow-x:hidden}@media only screen and (max-width:80em) and (min-width:48.1em){html{font-size:.75vw}}@media only screen and (max-width:48em){html{font-size:2.78vw}}@media only screen and (max-width:22.5em){html{font-size:62.5%}}body{font-family:"Montserrat",sans-serif;font-size:1.7rem;line-height:1.6470;color:#4A4A4A;text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}@media only screen and (max-width:48em){body{overflow:hidden}}img{max-width:100%;height:auto}iframe{max-width:100%;display:block}.dialog-off-canvas-main-canvas{position:relative;overflow:hidden}h1.title{margin-top:2rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:4.5rem;color:#435A8C;line-height:1.2}@media only screen and (max-width:48em){h1.title{font-size:3.6rem}}.text-formatted p,.text-formatted ol,.text-formatted ul{margin:0 0 1.5rem}.copy-link{position:relative}.copy-link.clicked span{position:absolute;bottom:calc(100% + 1rem);left:-2.5rem;display:block;width:8rem;border-radius:50em;background-color:rgba(0,0,0,0.8);color:#fff;font-size:1.2rem;text-align:center;animation-name:fadeInUp;animation-duration:0.4s;animation-fill-mode:forwards}.copy-link.clicked span::before{content:attr(data-tooltip-on)}.copy-link.clicked span::after{content:"";position:absolute;top:100%;left:calc(50% - 0.5rem);display:block;width:0;height:0;border-style:solid;border-width:0.5rem 0.5rem 0 0.5rem;border-color:rgba(0,0,0,0.8) transparent transparent transparent}.block-system-main-block form{display:flex;width:100%;flex-direction:column}.block-system-main-block .form-item,.block-system-main-block .form-actions{margin:0 0 4rem}.block-system-main-block .form-item label{display:block;margin-bottom:1rem;font-size:1.6rem;font-weight:600;text-align:left}.block-system-main-block .form-item input[type="text"],.block-system-main-block .form-item input[type="password"],.block-system-main-block .form-item input[type="email"],.block-system-main-block .form-item select{height:4.6rem;width:100%;border:0.1rem solid #EBEBEB;padding:0 1.5rem;font-size:1.6rem;font-family:"Montserrat",sans-serif;color:#4A4A4A;background-color:#fff;appearance:none}.block-system-main-block .form-item select{background-image:url(/themes/custom/gan/images/icon-select-arrow.svg);background-position:right 1.1rem center;background-size:1.4rem 0.8rem;background-repeat:no-repeat}.block-system-main-block .form-composite>.fieldset-wrapper>.description,.block-system-main-block .form-item .description{margin-top:1rem;font-size:1.4rem;color:#4A4A4A}.block-system-main-block input[type="submit"]{margin-left:auto;margin-right:auto;appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff}.block-system-main-block input[type="submit"]:hover,.block-system-main-block input[type="submit"]:focus{background-color:#008983;border-color:#008983}.block-system-main-block input[type="submit"]:hover[type="submit"],.block-system-main-block input[type="submit"]:focus[type="submit"]{background-color:#008983}.block-system-main-block input[type="submit"]:active{background-color:#00716D;border-color:#00716D}.block-system-main-block input[type="submit"]:active[type="submit"]{background-color:#00716D}#per-connect-footer-form,.acces_donnees,.cgv-footer{font-size:1.2rem}#per-connect-footer-form a,.acces_donnees a,.cgv-footer a{color:#00B6B1}.ui-widget-overlay{z-index:1000 !important}header[role="banner"]{position:relative;padding-top:3rem;background-color:#fff;z-index:10}.sticky-header header[role="banner"]{position:fixed;top:0;left:0;width:100%;opacity:0;padding-top:2.5rem;animation-name:fadeIn;animation-duration:0.5s;animation-fill-mode:forwards}@media only screen and (max-width:48em){.sticky-header header[role="banner"]{padding-top:1.5rem}}@media only screen and (max-width:48em){header[role="banner"]{padding:1.5rem 0}header[role="banner"]::after{content:"";position:absolute;top:100%;left:calc(-50vw + 50%);width:100vw;height:0.5rem;background-image:linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,0));z-index:-1}}header[role="banner"] .region-header{position:relative;display:flex;align-items:center}@media only screen and (max-width:48em){header[role="banner"] .region-header{position:static !important}}header[role="banner"] .block-gan-common-logo{margin:0 auto 3.5rem;text-align:center}.sticky-header header[role="banner"] .block-gan-common-logo{position:absolute;left:2rem;top:calc(50% - 1.2rem);width:24rem;margin:0;z-index:10}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-logo{position:static;width:auto;margin:0 auto 0 0}}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-logo{margin:0 auto 0 0;padding-right:1rem}}header[role="banner"] .block-gan-common-logo h1{margin:0;line-height:1}header[role="banner"] .block-gan-common-logo a{text-decoration:none;color:inherit}header[role="banner"] .block-gan-common-logo img{display:block;width:43.8rem;margin:0 auto}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-logo img{width:16.6rem;margin:0}}header[role="banner"] .block-gan-common-logo .accroche{letter-spacing:0.05em;font-size:1.5rem;font-weight:normal;color:#000}.sticky-header header[role="banner"] .block-gan-common-logo .accroche{display:none}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-logo .accroche{display:none}}header[role="banner"] .block-gan-common-search-form,header[role="banner"] .block-gan-common-header-flag,header[role="banner"] .block-gan-common-connexion{position:absolute;top:1.5rem}.sticky-header header[role="banner"] .block-gan-common-search-form,.sticky-header header[role="banner"] .block-gan-common-header-flag,.sticky-header header[role="banner"] .block-gan-common-connexion{top:-0.6rem;z-index:10}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-search-form,.sticky-header header[role="banner"] .block-gan-common-header-flag,.sticky-header header[role="banner"] .block-gan-common-connexion{top:0}}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-search-form,header[role="banner"] .block-gan-common-header-flag,header[role="banner"] .block-gan-common-connexion{position:relative;top:0;margin-left:2rem}}header[role="banner"] .block-gan-common-search-form>a,header[role="banner"] .block-gan-common-search-form>button,header[role="banner"] .block-gan-common-header-flag>a,header[role="banner"] .block-gan-common-header-flag>button,header[role="banner"] .block-gan-common-connexion>a,header[role="banner"] .block-gan-common-connexion>button{position:relative;display:block;font-size:0;color:transparent;text-decoration:none}header[role="banner"] .block-gan-common-search-form>a::after,header[role="banner"] .block-gan-common-search-form>button::after,header[role="banner"] .block-gan-common-header-flag>a::after,header[role="banner"] .block-gan-common-header-flag>button::after,header[role="banner"] .block-gan-common-connexion>a::after,header[role="banner"] .block-gan-common-connexion>button::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}header[role="banner"] .block-gan-common-search-form{right:10rem}.sticky-header header[role="banner"] .block-gan-common-search-form{right:8rem}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-search-form{right:auto}}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-search-form{right:auto}}header[role="banner"] .block-gan-common-search-form button{padding:0;border:0;background-color:transparent}header[role="banner"] .block-gan-common-search-form .search-loop{width:3rem;height:3rem}header[role="banner"] .block-gan-common-search-form .search-loop::after{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:3rem;text-transform:none;color:#000;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sticky-header header[role="banner"] .block-gan-common-search-form .search-loop{width:2rem;height:2rem}.sticky-header header[role="banner"] .block-gan-common-search-form .search-loop::after{font-size:2rem}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-search-form .search-loop{width:3rem;height:3rem}.sticky-header header[role="banner"] .block-gan-common-search-form .search-loop::after{font-size:3rem}}header[role="banner"] .block-gan-common-search-form .search-loop::after{transition:all ease .4s}header[role="banner"] .block-gan-common-search-form .search-loop:focus::after,header[role="banner"] .block-gan-common-search-form .search-loop:hover::after{color:#00B6B1}header[role="banner"] .block-gan-common-search-form .search-loop:active::after{color:#008983}header[role="banner"] .block-gan-common-search-form>div{display:none;position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:rgba(0,0,0,0.95);animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards;z-index:2}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-search-form>div{padding-top:2rem;align-items:flex-start}}header[role="banner"] .block-gan-common-search-form>div.open{display:flex}header[role="banner"] .block-gan-common-search-form>div .inner-wrapper{display:flex;flex-direction:column;width:72.9rem}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-search-form>div .inner-wrapper{padding:0 2rem}}header[role="banner"] .block-gan-common-search-form>div .search-close{font-size:0;color:transparent;margin-left:auto;margin-bottom:3rem;width:2.3rem;height:2.3rem;background-image:url(/themes/custom/gan/images/icon-close-gray.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}header[role="banner"] .block-gan-common-search-form>div form{position:relative}header[role="banner"] .block-gan-common-search-form>div form .form-item,header[role="banner"] .block-gan-common-search-form>div form .form-actions{margin:0}header[role="banner"] .block-gan-common-search-form>div form input.form-search{width:100%;height:6rem;border:0;padding:0 7rem 0 2rem;box-sizing:border-box}header[role="banner"] .block-gan-common-search-form>div form .form-actions{position:absolute;right:2rem;top:1.5rem}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-search-form>div form .form-actions{right:2rem}}header[role="banner"] .block-gan-common-search-form>div form .form-actions input{display:block;width:3rem;height:3rem;appearance:none;border:0;padding:0;background-color:transparent;font-size:0;color:transparent;background-image:url(/themes/custom/gan/images/icon-recherche.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}header[role="banner"] .block-gan-common-search-form>div form .form-actions input:focus::after,header[role="banner"] .block-gan-common-search-form>div form .form-actions input:hover::after{background-image:url(/themes/custom/gan/images/icon-recherche-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}header[role="banner"] .block-gan-common-header-flag{right:5rem}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-header-flag{display:none}}header[role="banner"] .block-gan-common-header-flag a::after{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:3rem;text-transform:none;color:#000;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header[role="banner"] .block-gan-common-header-flag a::after{position:static;transition:all ease .4s}.sticky-header header[role="banner"] .block-gan-common-header-flag a::after{font-size:2rem}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-header-flag a::after{font-size:3rem}}header[role="banner"] .block-gan-common-header-flag a:focus::after,header[role="banner"] .block-gan-common-header-flag a:hover::after{color:#00B6B1}header[role="banner"] .block-gan-common-connexion{right:0}.sticky-header header[role="banner"] .block-gan-common-connexion{right:2rem}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-connexion{right:auto}}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-connexion{position:static;right:auto}header[role="banner"] .block-gan-common-connexion.contextual-region{position:static}}header[role="banner"] .block-gan-common-connexion>a::after{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:3rem;text-transform:none;color:#000;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header[role="banner"] .block-gan-common-connexion>a::after{position:static;transition:all ease .4s}.sticky-header header[role="banner"] .block-gan-common-connexion>a::after{font-size:2rem}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-connexion>a::after{font-size:3rem}}header[role="banner"] .block-gan-common-connexion>a:hover::after,header[role="banner"] .block-gan-common-connexion>a:focus::after{color:#00B6B1}header[role="banner"] .block-gan-common-connexion.connected-button.initiales>a{display:flex;width:4rem;height:4rem;margin:-0.5rem -1rem 0 0;border-radius:50%;background-color:#00B6B1;color:#fff;align-items:center;justify-content:center;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:1.8rem;text-align:center;line-height:1}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-connexion.connected-button.initiales>a{margin:0}}.sticky-header header[role="banner"] .block-gan-common-connexion.connected-button.initiales>a{width:3rem;height:3rem;font-size:1.5rem}@media only screen and (max-width:48em){.sticky-header header[role="banner"] .block-gan-common-connexion.connected-button.initiales>a{width:4rem;height:4rem;font-size:1.8rem}}header[role="banner"] .block-gan-common-connexion.connected-button.initiales>a::after{display:none}header[role="banner"] .block-gan-common-connexion.connected-button.initiales.open>a{position:relative}header[role="banner"] .block-gan-common-connexion.connected-button.initiales.open>a::after{content:"";position:absolute;left:100%;top:0;display:block;width:5rem;height:100%}header[role="banner"] .block-gan-common-connexion.open .mobile-submenu{display:block}header[role="banner"] .block-gan-common-connexion .mobile-submenu{display:none;position:absolute;top:100%;left:-2rem;width:calc(100% + 4rem);height:calc(100vh - 6.2rem);padding:0 2rem 2rem;background-color:#fff;animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards;z-index:2}.sticky-header header[role="banner"] .block-gan-common-connexion .mobile-submenu{left:0;width:100%}header[role="banner"] .block-gan-common-connexion .mobile-submenu.open{display:block}header[role="banner"] .block-gan-common-connexion .mobile-submenu .title{margin:0 -2rem 2rem;padding:3rem 2rem;text-align:center;font-size:3rem;font-family:"Quicksand",sans-serif;font-weight:bold;color:#435A8C;line-height:1;background-color:#FBF5F5;background-image:url(/themes/custom/gan/images/bg-article.png);background-position:left top;background-size:auto;background-repeat:repeat}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul{margin:0;padding:0;list-style:none}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul li{margin:0;padding:0}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type){margin-bottom:0.5rem;position:relative;display:flex;align-items:center;height:4rem;margin-bottom:0;padding-left:1.6rem}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type)::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.3rem;text-transform:none;color:#BEBEBE;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type)::before{position:absolute;left:0;top:calc(50% - 0.65rem);display:block;width:auto;height:auto;background:none}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type) a{font-size:1.4rem;font-weight:500;color:#000;text-decoration:none;text-transform:uppercase;transition:all ease .4s}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type) a:focus,header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type) a:hover{color:#00B6B1}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type) a:active{color:#008983}@media only screen and (max-width:48em){header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:not(:last-of-type) a{font-size:1.6rem}}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type{margin-top:3rem;text-align:center}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;font-size:1.4rem}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:hover,header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:focus{background-color:#008983;border-color:#008983}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:hover[type="submit"],header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:focus[type="submit"]{background-color:#008983}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:active{background-color:#00716D;border-color:#00716D}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:active[type="submit"]{background-color:#00716D}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:hover,header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:hover[type="submit"],header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:focus[type="submit"]{background-color:#00B6B1}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:active{border-color:#008983;background-color:#008983;color:#fff}header[role="banner"] .block-gan-common-connexion .mobile-submenu .item-list>ul>li:last-of-type a:active[type="submit"]{background-color:#008983}header[role="banner"] .hamburger-icon{display:none;margin-left:2rem}header[role="banner"] .hamburger-icon button{position:relative;display:block;appearance:none;background:none;padding:0;border:0}header[role="banner"] .hamburger-icon button span{display:block;width:3rem;height:0.4rem;background-color:#000;transition:all ease .4s}header[role="banner"] .hamburger-icon button span:nth-of-type(2){margin:0.8rem 0}header[role="banner"] .hamburger-icon button span::after{content:"";display:none;position:absolute;width:3rem;height:0.4rem;background-color:#000;transition:all ease .4s}header[role="banner"] .hamburger-icon button[aria-expanded="true"] span:nth-of-type(1),header[role="banner"] .hamburger-icon button[aria-expanded="true"] span:nth-of-type(3),header[role="banner"] .hamburger-icon button.open span:nth-of-type(1),header[role="banner"] .hamburger-icon button.open span:nth-of-type(3){opacity:0}header[role="banner"] .hamburger-icon button[aria-expanded="true"] span:nth-of-type(2),header[role="banner"] .hamburger-icon button.open span:nth-of-type(2){transform:rotate(45deg)}header[role="banner"] .hamburger-icon button[aria-expanded="true"] span:nth-of-type(2)::after,header[role="banner"] .hamburger-icon button.open span:nth-of-type(2)::after{display:block;transform:rotate(90deg)}@media only screen and (max-width:48em){header[role="banner"] .hamburger-icon{display:block}}.region-primary-menu{position:relative;display:flex;height:3.3rem;align-items:center;justify-content:center;padding-bottom:1rem;background-color:#fff}.sticky-header .region-primary-menu{padding:0 10rem 2.5rem 24rem}@media only screen and (max-width:48em){.sticky-header .region-primary-menu{position:absolute;left:0;width:100%;padding:0}}@media only screen and (max-width:48em){.region-primary-menu{display:none;position:absolute;left:-2rem;top:100%;width:calc(100% + 4rem);height:auto;max-height:calc(100vh - 6.2rem);padding-bottom:0;background-color:#fff;overflow:auto;animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards}.region-primary-menu.open{display:block}}.region-primary-menu::before{content:"";position:absolute;top:0;left:calc(-50vw + 50%);width:100vw;height:100%;background-color:#fff;z-index:1}@media only screen and (max-width:48em){.region-primary-menu::before{left:0;width:100%;height:5px;background-color:transparent;background-image:linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,0))}}.region-primary-menu::after{content:"";position:absolute;top:100%;left:calc(-50vw + 50%);width:100vw;height:0.5rem;background-image:linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,0));z-index:-1}@media only screen and (max-width:48em){.region-primary-menu::after{display:none}}.region-primary-menu .block-gan-common-header-social{position:absolute;left:0;top:0;line-height:0;z-index:1}.sticky-header .region-primary-menu .block-gan-common-header-social{display:none}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-header-social{display:none}}.region-primary-menu .block-gan-common-header-social ul:not(.contextual-links){margin:0;padding:0;list-style:none;display:flex;align-items:center}.region-primary-menu .block-gan-common-header-social ul:not(.contextual-links) li{margin:0;padding:0}.region-primary-menu .block-gan-common-header-social ul:not(.contextual-links)>li{margin-right:1.5rem}.region-primary-menu .block-gan-common-header-social ul:not(.contextual-links)>li:last-child{margin-right:0}.region-primary-menu .block-gan-common-header-social a{position:relative;display:block;font-size:0;color:transparent}.region-primary-menu .block-gan-common-header-social a::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:1}.region-primary-menu .block-gan-common-header-social a.link-social-facebook{height:2.3rem;width:1.3rem}.region-primary-menu .block-gan-common-header-social a.link-social-facebook::after{background-image:url(/themes/custom/gan/images/icon-share-facebook.svg)}.region-primary-menu .block-gan-common-header-social a.link-social-facebook:focus::after,.region-primary-menu .block-gan-common-header-social a.link-social-facebook:hover::after{background-image:url(/themes/custom/gan/images/icon-share-facebook-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.region-primary-menu .block-gan-common-header-social a.link-social-instagram{height:2.3rem;width:2.2rem}.region-primary-menu .block-gan-common-header-social a.link-social-instagram::after{background-image:url(/themes/custom/gan/images/icon-share-instagram.svg)}.region-primary-menu .block-gan-common-header-social a.link-social-instagram:focus::after,.region-primary-menu .block-gan-common-header-social a.link-social-instagram:hover::after{background-image:url(/themes/custom/gan/images/icon-share-instagram-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.region-primary-menu .block-gan-common-header-social a.link-social-send{height:1.8rem;width:2.2rem}.region-primary-menu .block-gan-common-header-social a.link-social-send::after{background-image:url(/themes/custom/gan/images/icon-share-mail.svg)}.region-primary-menu .block-gan-common-header-social a.link-social-send:focus::after,.region-primary-menu .block-gan-common-header-social a.link-social-send:hover::after{background-image:url(/themes/custom/gan/images/icon-share-mail-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.region-primary-menu .block-gan-common-menu-header.contextual-region{position:static}.region-primary-menu .block-gan-common-menu-header .menu-item{padding-top:0}.region-primary-menu .block-gan-common-menu-header ul{margin:0;padding:0;list-style:none}.region-primary-menu .block-gan-common-menu-header ul li{margin:0;padding:0}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul{display:flex}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul{display:block}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li{margin:0 2rem}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li{margin:0;border-bottom:0.1rem solid #EBEBEB}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a{position:relative;display:block;font-family:"Quicksand",sans-serif;font-size:1.4rem;font-weight:bold;text-decoration:none;color:#000;letter-spacing:.13em;text-transform:uppercase;z-index:1}.sticky-header .region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a{font-size:1.2rem}.sticky-header .region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::before{height:calc(100% + 2rem)}.sticky-header .region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::after{bottom:-2rem}@media only screen and (max-width:48em){.sticky-header .region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a{font-size:1.7rem}.sticky-header .region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::after{bottom:0}}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a{display:flex;height:6.6rem;padding:0 2rem;align-items:center;font-size:1.7rem;transition:all ease .4s}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:calc(100% + 1rem);z-index:-1}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::before{display:none}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::after{content:"";position:absolute;bottom:-1rem;left:0;width:100%;height:0.8rem;background-color:#FF9F89;transform-origin:center;transform:scaleX(0);transition:all ease .2s}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a::after{bottom:0;height:100%;transform-origin:bottom;transform:scaleY(0);z-index:-1}}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a.open{color:#fff}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a.open::after{transform:scaleY(1)}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>a.open+.item-list>ul{display:block}}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:hover,.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:focus{color:#fff}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:hover>a::after,.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:focus>a::after{transform:scaleX(1)}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:hover>a::after,.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:focus>a::after{transform:scaleY(1)}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:hover>.item-list>ul,.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:focus>.item-list>ul{display:flex}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:hover>.item-list>ul,.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li:focus>.item-list>ul{display:none}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul{position:absolute;top:100%;left:0;width:100%;display:none;background-color:#fff;box-shadow:0 1rem 4rem rgba(130,201,214,0.5);animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul{position:relative;top:auto;left:auto;box-shadow:none;width:100%}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul>li{border-left:0.1rem solid #EBEBEB;background-color:#fff}@media only screen and (max-width:48em){.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul>li{margin:0;border-left:0;border-bottom:0.1rem solid #EBEBEB}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul>li:last-child{border-bottom:0}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul>li .paragraph{padding-left:4rem}}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul>li:first-child{border-left:0}.region-primary-menu .block-gan-common-menu-header>nav>.item-list>ul>li>.item-list>ul>li:first-child .paragraph{margin-left:0}.region-primary-menu .paragraph{margin:0}.region-primary-menu .paragraph--type--menu-liens{height:100%;background-color:#fff;margin-left:-0.1rem;min-width:20rem}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-liens{height:auto;margin-left:0;padding-left:0 !important}}.region-primary-menu .paragraph--type--menu-liens .menu-liens>a,.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list,.region-primary-menu .paragraph--type--menu-liens .menu-liens .title-menu-lien{max-width:21.5rem;padding:0 2rem;line-height:1.2}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-liens .menu-liens>a,.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list,.region-primary-menu .paragraph--type--menu-liens .menu-liens .title-menu-lien{max-width:100%}}.region-primary-menu .paragraph--type--menu-liens .menu-liens>a,.region-primary-menu .paragraph--type--menu-liens .menu-liens .title-menu-lien{display:block;padding-top:2rem;padding-bottom:1rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:1.4rem;color:#000;text-transform:uppercase;text-decoration:none}.region-primary-menu .paragraph--type--menu-liens .menu-liens>a:last-child,.region-primary-menu .paragraph--type--menu-liens .menu-liens .title-menu-lien:last-child{padding-bottom:2rem}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-liens .menu-liens>a,.region-primary-menu .paragraph--type--menu-liens .menu-liens .title-menu-lien{display:flex;align-items:center;height:5.5rem;padding-top:0;padding-bottom:0;font-size:1.7rem;text-transform:none}}.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list{padding-bottom:2rem}.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list:first-child{padding-top:2rem}.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list li{margin-bottom:0.5rem}.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list li::before{display:none}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list li{display:flex;align-items:center;height:5rem;margin-bottom:0;padding-left:1.6rem;background-image:url(/themes/custom/gan/images/arrow-gray.svg);background-position:left center;background-size:0.7rem 1.3rem;background-repeat:no-repeat}}.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list a{font-size:1.4rem;color:#000;text-decoration:none;transition:all ease .4s}.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list a:focus,.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list a:hover{color:#00B6B1}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-liens .menu-liens>.item-list a{font-size:1.6rem}}.region-primary-menu .paragraph--type--menu-contenu-lie{width:33.3rem;height:100%;padding:0 2rem 2rem}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-contenu-lie{width:100%;padding-top:2rem}}.region-primary-menu .paragraph--type--menu-contenu-lie .field--name-field-visuel-principal{margin-bottom:2rem}.region-primary-menu .paragraph--type--menu-contenu-lie .field--name-field-visuel-principal img{display:block}.region-primary-menu .paragraph--type--menu-contenu-lie .field--name-field-reference-categorie{position:relative;margin-bottom:1rem;padding-left:1.8rem;color:#FF9F89;font-weight:bold;font-size:1.4rem}.region-primary-menu .paragraph--type--menu-contenu-lie .field--name-field-reference-categorie::before{content:"";position:absolute;left:0;top:50%;display:block;width:1.3rem;height:0.2rem;margin-top:-0.1rem;background-color:#00B6B1}.region-primary-menu .paragraph--type--menu-contenu-lie .field--name-field-accroche{font-size:1.3rem;line-height:1.6rem;color:#000;margin-bottom:1rem}.region-primary-menu .paragraph--type--menu-contenu-lie .node__content>a{font-weight:500;color:#435A8C;text-decoration:none;transition:all ease .4s}.region-primary-menu .paragraph--type--menu-contenu-lie .node__content>a:hover,.region-primary-menu .paragraph--type--menu-contenu-lie .node__content>a:focus{color:#00B6B1}.region-primary-menu .paragraph--type--menu-liste-parcours{position:relative;width:29.4rem;height:100%;padding:2rem 2rem 12rem;margin-left:-0.1rem;background-color:#B9EBE7;background-image:url(/themes/custom/gan/images/illustration-parcours-title.png);background-position:left bottom -2rem;background-size:11.5rem auto;background-repeat:no-repeat}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-liste-parcours{width:100%;margin:0}}.region-primary-menu .paragraph--type--menu-liste-parcours>div{position:relative;z-index:2}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-title{margin-bottom:1rem;font-family:"Quicksand",sans-serif;font-size:2.1rem;font-weight:bold;color:#fff}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-title span{display:inline;padding:0.5rem 1.5rem;line-height:1.7;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-parcours-lies a{display:block;padding:1rem 2.5rem 1rem 0;border-bottom:0.1rem solid rgba(0,0,0,0.2);font-size:1.4rem;text-decoration:none;line-height:1.2;color:#435A8C;background-image:url(/themes/custom/gan/images/arrow-green.svg);background-position:right center;background-size:1rem 1.8rem;background-repeat:no-repeat}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-parcours-lies a:focus,.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-parcours-lies a:hover{text-decoration:underline}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-parcours-lies>div:last-of-type a{border-bottom:0}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta{margin-top:1rem;text-align:center}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;padding:0 2rem}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:hover,.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:focus{background-color:#008983;border-color:#008983}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:hover[type="submit"],.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:focus[type="submit"]{background-color:#008983}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:active{background-color:#00716D;border-color:#00716D}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:active[type="submit"]{background-color:#00716D}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:hover,.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:hover[type="submit"],.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:focus[type="submit"]{background-color:#00B6B1}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:active{border-color:#008983;background-color:#008983;color:#fff}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-lien-cta a:active[type="submit"]{background-color:#008983}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-reference-image{position:absolute;left:0;bottom:0;z-index:1}.region-primary-menu .paragraph--type--menu-liste-parcours .field--name-field-reference-image img{display:block}.region-primary-menu .paragraph--type--menu-tag{height:100%;padding:2rem}@media only screen and (max-width:48em){.region-primary-menu .paragraph--type--menu-tag{width:100%}}.region-primary-menu .paragraph--type--menu-tag .field--name-field-title{margin-bottom:2rem;line-height:1;font-weight:bold;font-family:"Quicksand",sans-serif;color:#435A8C}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert{display:flex;flex-wrap:wrap;margin-bottom:2rem}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert .field__item{margin:0 1rem 1rem 0}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;padding:0 1.5rem;text-transform:uppercase;font-weight:600;font-size:1.6rem}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a:hover,.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a:focus{background-color:#008983;border-color:#008983}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a:hover[type="submit"],.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a:focus[type="submit"]{background-color:#008983}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a:active{background-color:#00716D;border-color:#00716D}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-vert a:active[type="submit"]{background-color:#00716D}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc{display:flex;flex-wrap:wrap}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc .field__item{margin:0 1rem 1rem 0}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;padding:0.4rem 1.5rem;border-width:0.1rem;font-size:1.4rem;line-height:1.2;font-weight:600}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:hover,.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:focus{background-color:#2E4068;border-color:#2E4068}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:hover[type="submit"],.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:focus[type="submit"]{background-color:#2E4068}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:active{background-color:#1C2740;border-color:#1C2740}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:active[type="submit"]{background-color:#1C2740}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:hover,.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:hover[type="submit"],.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:focus[type="submit"]{background-color:#435A8C}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.region-primary-menu .paragraph--type--menu-tag .field--name-field-liens-blanc a:active[type="submit"]{background-color:#2E4068}footer[role="contentinfo"]{position:relative;color:#fff}footer[role="contentinfo"] ul{margin:0;padding:0;list-style:none}footer[role="contentinfo"] ul li{margin:0;padding:0}footer[role="contentinfo"] .wrapper-prefooter{display:flex;flex-wrap:wrap;position:relative;background:#2B3956;background:#2B3956;padding:9.5rem 0 3rem 0;background-image:url(/themes/custom/gan/images/bg-menu-pre-footer.svg);background-position:left top 2.4rem;background-size:10.8rem 9.6rem;background-repeat:no-repeat;z-index:1}footer[role="contentinfo"] .wrapper-prefooter::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#2B3956}@media only screen and (max-width:48em){footer[role="contentinfo"] .wrapper-prefooter::before{width:2rem}}@media only screen and (max-width:30em){footer[role="contentinfo"] .wrapper-prefooter::before{width:2rem}}footer[role="contentinfo"] .wrapper-prefooter::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#2B3956}@media only screen and (max-width:48em){footer[role="contentinfo"] .wrapper-prefooter::after{width:2rem}}@media only screen and (max-width:30em){footer[role="contentinfo"] .wrapper-prefooter::after{width:2rem}}@media only screen and (max-width:48em){footer[role="contentinfo"] .wrapper-prefooter{padding:6rem 0 27rem;background-position:left top 2rem;z-index:auto}}footer[role="contentinfo"] .wrapper-citation{width:40rem;font-family:"Quicksand",sans-serif;font-size:3.4rem;line-height:1.2}@media only screen and (max-width:48em){footer[role="contentinfo"] .wrapper-citation{width:100%;margin-bottom:4rem}}footer[role="contentinfo"] .wrapper-menu-prefooter{width:calc(100% - 40rem)}@media only screen and (max-width:48em){footer[role="contentinfo"] .wrapper-menu-prefooter{width:100%}}footer[role="contentinfo"] .menu--pre-footer>ul.menu{display:flex;flex-wrap:wrap;margin:-1rem}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--pre-footer>ul.menu{margin:0}}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li{width:25%;padding:1rem 2rem 1rem 1rem}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--pre-footer>ul.menu>li{width:100%;padding:0}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>ul.menu{margin:1rem 0;display:none}}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li.menu-item--expanded{list-style-type:none;list-style-image:none}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a{display:block;font-size:1.6rem;font-weight:500;color:#fff;line-height:1.2;text-decoration:none;transition:all ease .4s}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a{position:relative;padding:1rem 3rem 1rem 0;border-bottom:0.2rem solid #00B6B1}}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a:focus,footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a:hover{color:#00B6B1}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a:active{color:#008983}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a::after{content:"";display:block;width:2.2rem;height:.2rem;margin:.5rem 0 0 -1.1rem;background-color:#00B6B1}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--pre-footer>ul.menu>li>a::after{position:absolute;right:0;top:calc(50% - 0.55rem);height:1.1rem;width:2rem;margin:0;background-color:transparent;background-image:url(/themes/custom/gan/images/arrow-down-white.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;transition:all ease .4s}}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li ul{margin-top:1rem}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li li a{display:inline-block;font-size:1.4rem;font-weight:500;line-height:1.2;color:#95ADD7;text-decoration:none;transition:all ease .4s}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li li a:focus,footer[role="contentinfo"] .menu--pre-footer>ul.menu>li li a:hover{color:#fff}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li li a:active{color:#6D89BA}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--pre-footer>ul.menu>li.open>span::after{background-image:url(/themes/custom/gan/images/arrow-down-orange.svg);transform:rotate(180deg)}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li.open ul.menu{display:block}}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--pre-footer>ul.menu>li:last-child>span{border-bottom:0;transition:none}footer[role="contentinfo"] .menu--pre-footer>ul.menu>li:last-child.open>span{border-bottom:0.2rem solid #00B6B1}}footer[role="contentinfo"] .block-gan-common-footer{display:flex;min-height:21.7rem;flex-wrap:wrap;position:relative;background:#25324E;background:#25324E}footer[role="contentinfo"] .block-gan-common-footer::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#25324E}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer::before{width:2rem}}@media only screen and (max-width:30em){footer[role="contentinfo"] .block-gan-common-footer::before{width:2rem}}footer[role="contentinfo"] .block-gan-common-footer::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#25324E}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer::after{width:2rem}}@media only screen and (max-width:30em){footer[role="contentinfo"] .block-gan-common-footer::after{width:2rem}}footer[role="contentinfo"] .block-gan-common-footer::before,footer[role="contentinfo"] .block-gan-common-footer::after{z-index:-1}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer{padding-top:4rem}}footer[role="contentinfo"] .block-gan-common-footer .wrapper-footer{position:relative;display:flex;width:100%;flex-wrap:wrap}footer[role="contentinfo"] .block-gan-common-footer .wrapper-footer::before{content:"";position:absolute;left:-10.5rem;top:-6.7rem;width:47.4rem;height:29.625rem;background-image:url(/themes/custom/gan/images/bg-footer-social.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .wrapper-footer::before{left:calc(50% - 23.7rem);top:-27rem;z-index:auto}}footer[role="contentinfo"] .block-gan-common-footer .wrapper-footer::after{content:"";position:absolute;right:0;bottom:0;width:45.1rem;height:18.6rem;background-image:url(/themes/custom/gan/images/bg-footer-social-wrapper.svg);background-position:left top;background-size:100% auto;background-repeat:no-repeat;z-index:0}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .wrapper-footer::after{right:-2rem;bottom:-2rem;width:calc(100% + 4rem);height:22rem;background-position:center;background-size:auto 100%}}footer[role="contentinfo"] .block-gan-common-footer .block-gan-common-mail-catcher{position:relative;margin:auto 0 9rem auto}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .block-gan-common-mail-catcher{margin:5rem 0}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form{position:relative;display:flex;margin-left:auto;margin-right:4rem}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form>*{z-index:1}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form{display:block;margin:0}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form #messages{position:absolute;left:0;bottom:calc(100% + 1.5rem);width:100%}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form #messages .messages{position:relative;width:100%;margin-top:0;padding-left:8rem;background-position:left 2rem center;font-size:1.2rem;line-height:1.4}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form #messages .messages::before{content:"";position:absolute;top:0.8rem;right:0.8rem;width:1.2rem;height:1.2rem;background-image:url(/themes/custom/gan/images/icon-close-white.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form #messages .messages+.messages{margin-top:2rem}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .ajax-progress{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:7rem;height:4.8rem;border-radius:50em;background-color:#fff}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .ajax-progress{top:8rem}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .ajax-progress .message{display:none}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .title{flex:0 0 auto;margin-right:2.4rem;text-align:right;font-size:2.2rem;line-height:1.2;font-family:"Quicksand",sans-serif;font-weight:bold;color:#00B6B1}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .title{height:5rem;margin:0 0 3rem;text-align:center}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .title span{display:block;font-size:1.8rem}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .form-item-email{margin:0;width:100%;max-width:30.6rem}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .form-item-email{max-width:100%}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .form-item-email input{width:100%;height:4.8rem;padding:0 7rem 0 2rem;border:0;border-radius:50em;font-size:1.4rem;color:#435A8C}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .form-item-email input{font-size:1.6rem}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form input[type="submit"]{position:absolute;top:0;right:0;width:5rem;height:4.8rem;background:none;border:0;padding:0;margin:0;font-size:0;color:transparent;background-image:url(/themes/custom/gan/images/icon-newsletter-send.svg);background-position:left center;background-size:3.2rem auto;background-repeat:no-repeat}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form input[type="submit"]{top:8rem}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form input[type="submit"]:focus,footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form input[type="submit"]:hover{background-image:url(/themes/custom/gan/images/icon-newsletter-send-hover.svg);background-position:left center;background-size:3.2rem auto;background-repeat:no-repeat}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations{position:absolute;top:100%;left:0;padding-left:3.2rem;padding-top:1rem;font-size:1.1rem;line-height:1.2;color:#95ADD7}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations{position:relative;top:0}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations .rgpd{position:absolute;left:0;top:1rem}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations .rgpd .form-item{margin:0}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations input[type="checkbox"]{appearance:none;width:2.2rem;height:2.2rem;border:0.1rem solid #fff;background-color:transparent}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations input[type="checkbox"]:checked{background-image:url(/themes/custom/gan/images/icon-checkbox-white.svg);background-position:center;background-size:1.4rem auto;background-repeat:no-repeat}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations a{display:inline-block;color:#95ADD7;text-decoration:underline;margin-right:0.8rem;transition:all ease .4s}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations a:hover,footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations a:focus{color:#fff}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .informations a+a{display:inline;margin-right:0}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher{position:fixed;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,0.7);display:none;color:#4A4A4A;line-height:1.4;animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards;z-index:10}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher::before{content:"";position:absolute;top:4rem;right:7rem;width:2.3rem;height:2.3rem;background-image:url(/themes/custom/gan/images/icon-close-white.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher::before{top:2rem;right:2rem;width:2rem;height:2rem}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher .popin-case-cocher-wrapper{width:60rem;height:auto;max-width:calc(100% - 4rem);max-height:calc(100% - 4rem);padding:2rem;background-color:#fff}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher .popin-case-cocher-wrapper{max-height:calc(100% - 8rem);margin-top:6rem;margin-bottom:2rem;overflow:auto;-webkit-overflow-scrolling:touch}}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher .popin-case-cocher-wrapper a{text-decoration:none;color:#00B6B1}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher .popin-case-cocher-wrapper a:hover{text-decoration:underline}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher .fin-texte{display:block;margin-top:1rem}footer[role="contentinfo"] .block-gan-common-footer .edu-prospect-mail-catcher-form .popin-case-cocher.open{display:flex}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social{padding-bottom:5.3rem;padding-right:4rem;align-self:flex-end;z-index:1}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .wrapper-social{margin:0 auto;padding:0 0 4rem}}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .title{display:block;width:20.3rem;height:2.6rem;margin-bottom:1rem;font-size:0;color:transparent;background-image:url(/themes/custom/gan/images/footer-logo.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .title{margin-bottom:2rem}}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .item-list>ul{display:flex;align-items:center}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .item-list>ul>li{margin:0 1rem}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .item-list>ul>li a{display:block;font-size:0;color:transparent;background-position:center;background-size:100% 100%;background-repeat:no-repeat}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .item-list>ul>li a.link-social-facebook{width:2.8rem;height:4.8rem;background-image:url(/themes/custom/gan/images/icon-facebook-footer.svg)}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .item-list>ul>li a.link-social-instagram{width:4.8rem;height:4.8rem;background-image:url(/themes/custom/gan/images/icon-instagram-footer.svg)}footer[role="contentinfo"] .block-gan-common-footer .wrapper-social .item-list>ul>li a.link-social-youtube{width:6.3rem;height:4.8rem;background-image:url(/themes/custom/gan/images/icon-youtube-footer.svg)}footer[role="contentinfo"] .menu--footer{position:relative;background:#152035;background:#152035}footer[role="contentinfo"] .menu--footer::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#152035}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer::before{width:2rem}}@media only screen and (max-width:30em){footer[role="contentinfo"] .menu--footer::before{width:2rem}}footer[role="contentinfo"] .menu--footer::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#152035}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer::after{width:2rem}}@media only screen and (max-width:30em){footer[role="contentinfo"] .menu--footer::after{width:2rem}}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer{z-index:1}}footer[role="contentinfo"] .menu--footer ul.menu{position:relative;display:flex;padding:4rem 0;flex-wrap:wrap;justify-content:flex-start;align-items:center;line-height:1.4rem}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer ul.menu{justify-content:center;padding:3rem 0 10rem}}footer[role="contentinfo"] .menu--footer ul.menu li{padding:0 2rem;border-left:0.1rem solid #2B3956}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer ul.menu li{margin-bottom:1rem;padding:0 1rem;border-left:0;border-right:0.1rem solid #2B3956}}footer[role="contentinfo"] .menu--footer ul.menu li:first-child{border-left:0}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer ul.menu li:last-child,footer[role="contentinfo"] .menu--footer ul.menu li:nth-last-child(2){border-right:0}}footer[role="contentinfo"] .menu--footer ul.menu li:last-child{position:absolute;right:0;border-left:0}@media only screen and (max-width:48em){footer[role="contentinfo"] .menu--footer ul.menu li:last-child{right:auto;bottom:2rem}}footer[role="contentinfo"] .menu--footer ul.menu li:last-child a{display:block;width:15.6rem;height:5.1rem;font-size:0;color:transparent;background-image:url(/themes/custom/gan/images/logo-nathan.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}footer[role="contentinfo"] .menu--footer ul.menu a{color:#fff;text-decoration:none;font-size:1.4rem;font-family:"Quicksand",sans-serif}.surfooter .wrapper-instagram .title{position:relative;display:flex;flex-direction:column;align-items:center;padding:3rem 0 0;text-align:center;font-family:"Quicksand",sans-serif;font-size:3.4rem;line-height:1;font-weight:bold;color:#435A8C;z-index:1}.surfooter .wrapper-instagram .title::before{content:"";position:absolute;top:0;left:calc(50% - 39.5rem);display:block;width:79rem;height:26rem;background-image:url(/themes/custom/gan/images/bg-surfooter-instagram.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.surfooter .wrapper-instagram .title>a{position:relative;display:inline-block;margin:2.5rem 0 -1.8rem 0;padding:.5rem 1.5rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.4rem;color:#fff;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;text-decoration:none;background-image:url(/themes/custom/gan/images/bg-line-orange.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){.surfooter .wrapper-instagram .title>a{display:inline;line-height:1.7}}.surfooter .wrapper-instagram .item-list ul{margin:0;padding:0;list-style:none;display:flex;justify-content:center}.surfooter .wrapper-instagram .item-list ul li{margin:0;padding:0}@media only screen and (max-width:48em){.surfooter .wrapper-instagram .item-list ul{width:100vw;overflow:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}}.surfooter .wrapper-instagram .item-list ul li{width:30rem;flex:0 0 auto}@media only screen and (max-width:48em){.surfooter .wrapper-instagram .item-list ul li{width:20rem}}.surfooter .wrapper-instagram .item-list ul li img{display:block}nav.breadcrumb{padding-bottom:0;font-size:1.4rem;color:#435A8C;line-height:1.4}nav.breadcrumb li::before{content:" > "}nav.breadcrumb a{text-decoration:none;color:#4A4A4A;transition:all ease .4s}nav.breadcrumb a:focus,nav.breadcrumb a:hover{color:#00B6B1}.poursuivre-lecture{display:flex;flex-wrap:wrap;margin:0 -1rem 8rem;padding:4rem 0 2rem;position:relative;background:#f5f5f5;background:#f5f5f5}.poursuivre-lecture::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#f5f5f5}@media only screen and (max-width:48em){.poursuivre-lecture::before{width:2rem}}@media only screen and (max-width:30em){.poursuivre-lecture::before{width:2rem}}.poursuivre-lecture::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#f5f5f5}@media only screen and (max-width:48em){.poursuivre-lecture::after{width:2rem}}@media only screen and (max-width:30em){.poursuivre-lecture::after{width:2rem}}@media only screen and (max-width:48em){.poursuivre-lecture{margin-bottom:4rem;padding:3rem 0 1rem}}.page-node-type-outil .poursuivre-lecture{width:72.3529em;margin-left:calc((-72.3529em / 2) + 50%)}@media only screen and (max-width:48em){.page-node-type-outil .poursuivre-lecture{width:100%;margin-left:0}}.poursuivre-lecture>*{padding:0 1rem}.poursuivre-lecture h2{width:100%;margin:0 0 4rem;text-align:left;font-family:"Quicksand",sans-serif;font-size:3.2rem;font-weight:bold;color:#fff}@media only screen and (max-width:48em){.poursuivre-lecture h2{margin-bottom:2rem;text-align:left;font-size:2.6rem}}.poursuivre-lecture h2>span{display:inline;padding:0.5rem 1.5rem;line-height:1.7;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}.poursuivre-lecture>article{width:33.3333%;margin-bottom:2rem}@media only screen and (max-width:48em){.poursuivre-lecture>article{width:100%;margin-top:2rem}.poursuivre-lecture>article .node__content{display:grid;grid-column-gap:2.4rem;grid-row-gap:0;grid-template-columns:1fr 6.7rem;grid-template-rows:auto auto 1fr auto auto}.poursuivre-lecture>article .node__content .field--name-field-visuel-principal{grid-column:2;grid-row:1/6;margin:0}.poursuivre-lecture>article .node__content .field--name-field-visuel-principal img{width:6.7rem;height:6.7rem;object-fit:cover}.poursuivre-lecture>article .node__content .field--name-field-reference-categorie,.poursuivre-lecture>article .node__content .field--name-field-type-outil,.poursuivre-lecture>article .node__content .title{grid-column:1}.poursuivre-lecture>article .node__content .field--name-field-reference-categorie{grid-row:1}.poursuivre-lecture>article .node__content .field--name-field-type-outil{grid-row:2}.poursuivre-lecture>article .node__content .title{grid-row:3}.poursuivre-lecture>article .node__content .field--name-field-accroche{display:none}}.pager{margin-top:9rem;margin-bottom:3rem}.pager .pager__items{display:flex;justify-content:center;align-items:center}.pager .pager__item{margin:0 1rem;padding:0}.pager .pager__item a{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;text-decoration:none;font-weight:500;font-size:1.2rem;color:#BEBEBE;transition:all ease .4s}.pager .pager__item a:focus,.pager .pager__item a:hover{color:#000}.pager .pager__item--first,.pager .pager__item--last,.pager .pager__item--ellipsis{display:none}.pager .pager__item--previous,.pager .pager__item--next{position:relative}.pager .pager__item--previous a,.pager .pager__item--next a{width:auto;height:auto;color:#000;font-weight:normal}.pager .pager__item--previous a:hover,.pager .pager__item--previous a:focus,.pager .pager__item--next a:hover,.pager .pager__item--next a:focus{color:#FF9F89}.pager .pager__item--previous span,.pager .pager__item--next span{position:static !important;overflow:visible;clip:initial;width:auto;height:auto}.pager .pager__item--previous span:last-child,.pager .pager__item--next span:last-child{display:none}.pager .pager__item--previous::before,.pager .pager__item--next::before{content:"";position:absolute;width:0.9rem;height:0.5rem;background-image:url(/themes/custom/gan/images/arrow-down-orange.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.pager .pager__item--previous{padding-left:1.3rem}.pager .pager__item--previous::before{top:calc(50% - 0.15rem);left:0;transform:rotate(90deg)}.pager .pager__item--next{padding-right:1.3rem}.pager .pager__item--next::before{top:calc(50% - 0.25rem);right:0;transform:rotate(-90deg)}.pager .pager__item.is-active a{background-color:#FF9F89;color:#000}.wrapper-bloc-not-connected{position:relative;display:flex;align-items:center;flex-wrap:wrap;width:72.3529em;margin-left:calc((-72.3529em / 2) + 50%);margin-top:-25rem;margin-bottom:6rem;padding-top:25rem;padding-left:2rem;padding-right:2rem;background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 20rem);z-index:400}@media only screen and (max-width:48em){.wrapper-bloc-not-connected{width:100%;margin-left:0;padding-left:0;padding-right:0}}.wrapper-bloc-not-connected>div{width:50%}@media only screen and (max-width:48em){.wrapper-bloc-not-connected>div{width:100%}}.wrapper-bloc-not-connected .wrapper-left{height:0;padding-bottom:28.375%;background-image:url(/themes/custom/gan/images/bg-not-connected.png);background-position:center;background-size:100% auto;background-repeat:no-repeat}@media only screen and (max-width:48em){.wrapper-bloc-not-connected .wrapper-left{padding-bottom:56.75%}}.wrapper-bloc-not-connected .wrapper-right{display:flex;flex-direction:column;align-items:center;padding:0 8rem;text-align:center}@media only screen and (max-width:48em){.wrapper-bloc-not-connected .wrapper-right{margin-top:3rem;padding:0}}.wrapper-bloc-not-connected .wrapper-right .wrapper-intro{line-height:1.2;font-size:2.2rem;font-weight:600;color:#435A8C}.wrapper-bloc-not-connected .wrapper-right .wrapper-logo{width:28rem;height:3.7rem;margin-top:1rem;background-image:url(/themes/custom/gan/logo.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.wrapper-bloc-not-connected .wrapper-right .wrapper-already-register{display:flex;justify-content:center;margin-top:3rem;flex-wrap:wrap;color:#435A8C;font-size:1.6rem}.wrapper-bloc-not-connected .wrapper-right .wrapper-already-register a{margin-left:0.5rem;color:inherit;text-decoration:underline;font-weight:bold;transition:all ease .4s}.wrapper-bloc-not-connected .wrapper-right .wrapper-already-register a:hover,.wrapper-bloc-not-connected .wrapper-right .wrapper-already-register a:focus{color:#00B6B1}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register{margin-top:2rem}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a:hover,.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a:focus{background-color:#2E4068;border-color:#2E4068}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a:hover[type="submit"],.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a:focus[type="submit"]{background-color:#2E4068}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a:active{background-color:#1C2740;border-color:#1C2740}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a:active[type="submit"]{background-color:#1C2740}@media only screen and (max-width:48em){.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register a{padding-left:2rem;padding-right:2rem;font-size:1.5rem}}.wrapper-bloc-not-connected .wrapper-right .wrapper-not-register div{margin-top:1rem;color:#435A8C;font-weight:500;font-size:1.2rem}.flag{display:inline-block;font-size:1.3rem;color:#000}.flag+.flag{margin-left:1.2rem}.flag a{display:inline-block;background:none;margin:0;font-size:0;color:transparent;text-decoration:none}.flag a::before{position:relative;top:0.3rem;transition:all ease .4s}.flag a:focus::before,.flag a:hover::before{color:#435A8C !important}.flag.flag-flag-like{display:inline-block}.flag.flag-flag-like a{background:none}.flag.flag-flag-like a::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.7rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flag.flag-flag-like.action-unflag a{background:none}.flag.flag-flag-like.action-unflag a::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.7rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flag.flag-bookmark{font-size:0;color:transparent}.flag.flag-bookmark a{margin-right:0.5rem}.flag.flag-bookmark a::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.7rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flag.flag-bookmark.action-unflag a{background:none}.flag.flag-bookmark.action-unflag a::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.7rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wrapper-categorie-flags,.wrapper-type-outil-flags{display:flex;align-items:center}.wrapper-categorie-flags .field--name-field-reference-categorie,.wrapper-type-outil-flags .field--name-field-reference-categorie{margin-bottom:0}.wrapper-categorie-flags .wrapper-flags,.wrapper-type-outil-flags .wrapper-flags{flex:0 0 auto;margin-left:auto;padding-left:1rem;padding-bottom:1rem}.wrapper-infos-editoriales .flag{margin-top:1rem}.wrapper-flag-partage,.footer-content{display:flex;align-items:center;justify-content:flex-end;max-width:79.2rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}@media only screen and (max-width:48em){.wrapper-flag-partage,.footer-content{justify-content:space-between}}.wrapper-flag-partage .flag-bookmark,.footer-content .flag-bookmark{margin-right:4.5rem}.wrapper-flag-partage .flag-bookmark a,.footer-content .flag-bookmark a{display:flex;align-items:center;font-size:1.4rem;line-height:1.2;color:#4A4A4A}.wrapper-flag-partage .flag-bookmark a::before,.footer-content .flag-bookmark a::before{top:0;font-size:2.4rem;margin-right:0.6rem}.wrapper-flag-partage .flag-bookmark.action-unflag a::before,.footer-content .flag-bookmark.action-unflag a::before{font-size:2.4rem}.wrapper-flag-partage .flag-bookmark.action-unflag,.footer-content .flag-bookmark.action-unflag{margin-right:0.5rem}.wrapper-flag-partage .flag-bookmark.action-unflag a,.footer-content .flag-bookmark.action-unflag a{font-size:0;color:transparent}.wrapper-flag-partage .flag-flag-like,.footer-content .flag-flag-like{display:flex;align-items:center;margin-right:auto;font-size:2rem}.wrapper-flag-partage .flag-flag-like a,.footer-content .flag-flag-like a{margin-right:1.2rem}.wrapper-flag-partage .flag-flag-like a::before,.footer-content .flag-flag-like a::before{top:0;font-size:2rem}@media only screen and (max-width:48em){.footer-content{flex-wrap:wrap}.footer-content .flag-flag-like{width:100%;margin-bottom:2rem}.footer-content .flag-flag-like+.flag{margin-left:0}}.wrapper-social-shared .item-list ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:flex-end}.wrapper-social-shared .item-list ul li{margin:0;padding:0}.wrapper-social-shared .item-list ul>li{margin:0 1.5rem 0 0}.wrapper-social-shared .item-list ul>li:last-of-type{margin-right:0}.wrapper-social-shared a{position:relative;display:block;font-size:0;color:transparent}.wrapper-social-shared a.link-facebook{width:1.5rem;height:2.5rem;background-image:url(/themes/custom/gan/images/icon-share-facebook.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.link-facebook:focus,.wrapper-social-shared a.link-facebook:hover{background-image:url(/themes/custom/gan/images/icon-share-facebook-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.link-twitter{width:2.8rem;height:2.2rem;background-image:url(/themes/custom/gan/images/icon-twitter.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.link-twitter:focus,.wrapper-social-shared a.link-twitter:hover{background-image:url(/themes/custom/gan/images/icon-twitter-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.link-pinterest{width:1.8rem;height:2.4rem;background-image:url(/themes/custom/gan/images/icon-pinterest.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.link-pinterest:focus,.wrapper-social-shared a.link-pinterest:hover{background-image:url(/themes/custom/gan/images/icon-pinterest-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.copy-link{width:2.9rem;height:2.5rem;background-image:url(/themes/custom/gan/images/icon-link.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.wrapper-social-shared a.copy-link:focus,.wrapper-social-shared a.copy-link:hover{background-image:url(/themes/custom/gan/images/icon-link-hover.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.block-local-tasks-block{position:absolute;top:100%;left:0;width:100%;display:flex;justify-content:center;margin-top:3.3rem}@media only screen and (max-width:48em){.block-local-tasks-block{margin-top:0}}.block-local-tasks-block::before{content:"";position:absolute;top:0;left:calc(-50vw + 50%);display:block;width:100vw;height:100%;background-color:#f5f5f5;box-shadow:0 0 0.5rem rgba(0,0,0,0.15);z-index:-1}@media only screen and (max-width:48em){.block-local-tasks-block::before{box-shadow:none}}.block-local-tasks-block ul.tabs{display:flex;align-items:center;margin:0}@media only screen and (max-width:48em){.block-local-tasks-block ul.tabs{display:block;text-align:center;line-height:1.2;padding:1rem 0}}.block-local-tasks-block ul.tabs a{font-family:"Quicksand",sans-serif;color:#000;font-weight:bold;font-size:1.4rem;text-decoration:none;transition:all ease .4s}@media only screen and (max-width:48em){.block-local-tasks-block ul.tabs a{padding:0}}.block-local-tasks-block ul.tabs a.is-active,.block-local-tasks-block ul.tabs a:hover,.block-local-tasks-block ul.tabs a:focus{color:#00B6B1;background:none}div.messages{margin-top:6rem;padding:2rem 2rem 2rem 21rem;border:0;border-radius:0}@media only screen and (max-width:48em){div.messages{padding-left:6.2rem;line-height:1.4}}div.messages a{color:inherit}div.messages+.messages{margin-top:3rem}div.messages.messages--status{color:#fff;background-color:#96CA73;background-image:url(/themes/custom/gan/images/icon-success.svg);background-position:left 10rem center;background-size:3.9rem 3.9rem;background-repeat:no-repeat;box-shadow:none}@media only screen and (max-width:48em){div.messages.messages--status{background-position:left 1rem top 2.8rem}}div.messages.messages--warning{color:#fff;background-color:#FF9F89;background-image:url(/themes/custom/gan/images/icon-error.svg);background-position:left 10rem center;background-size:4.2rem 3.6rem;background-repeat:no-repeat;box-shadow:none}@media only screen and (max-width:48em){div.messages.messages--warning{background-position:left 1rem top 2.8rem}}div.messages.messages--error{color:#fff;background-color:#E65353;background-image:url(/themes/custom/gan/images/icon-error.svg);background-position:left 10rem center;background-size:4.2rem 3.6rem;background-repeat:no-repeat;box-shadow:none}@media only screen and (max-width:48em){div.messages.messages--error{background-position:left 1rem top 2.8rem}}div.messages.messages--error p.error{color:#fff}#form_account_errors_display{width:100%;text-align:left;margin:4rem 0;padding:2rem 2rem 2rem 8rem;border:0;border-radius:0;color:#fff;background-color:#E65353;background-image:url(/themes/custom/gan/images/icon-error.svg);background-position:left 2rem center;background-size:4.2rem 3.6rem;background-repeat:no-repeat;box-shadow:none;font-family:"Montserrat",sans-serif;font-size:1.4rem}#form_account_errors_display table{font-family:inherit;color:inherit;font-size:inherit;text-align:left;font-weight:inherit}#form_account_errors_display table td{padding:0;background:none}.parcours-liees{position:relative;display:flex;flex-wrap:wrap;padding:4rem 0 6rem 29.6rem;margin-right:-1.2rem;z-index:1}@media only screen and (max-width:48em){.parcours-liees{padding:4rem 0;margin-right:0}}.parcours-liees::before{content:"";position:absolute;bottom:13rem;left:0;display:block;width:26rem;height:31.57rem;background-image:url(/themes/custom/gan/images/illustration-parcours-liees.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.parcours-liees::before{display:none}}.parcours-liees h2{width:calc(100% + 30.8rem);margin:0 0 7rem -30.8rem;text-align:left;font-family:"Quicksand",sans-serif;font-size:3.2rem;font-weight:bold;color:#fff}@media only screen and (max-width:48em){.parcours-liees h2{margin:0 0 3rem;text-align:left;font-size:2.6rem}}.parcours-liees h2>span{display:inline;padding:0.5rem 1.5rem;line-height:1.7;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}.parcours-liees>article{width:33.3333%;padding:0 1.2rem}@media only screen and (max-width:48em){.parcours-liees>article{width:100%;padding:0;margin-bottom:2rem}}.parcours-liees>article .node__content{display:flex;min-height:23rem;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;background-image:url(/themes/custom/gan/images/bg-parcours-liees-article.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.parcours-liees>article .node__content{max-width:28rem;margin:0 auto}}.parcours-liees>article .node__content .field--name-field-visuel-principal,.parcours-liees>article .node__content .field--name-field-reference-categorie,.parcours-liees>article .node__content .flag-flag-like{display:none}.parcours-liees>article .node__content .wrapper-title{text-align:center;margin:1rem auto 0}.parcours-liees>article .node__content .wrapper-title .title{font-family:"Quicksand",sans-serif;color:#fff;font-size:1.6rem;font-weight:bold;line-height:1.4}.parcours-liees .field--name-field-references-age{display:flex;width:auto;flex-wrap:wrap;justify-content:center}@media only screen and (max-width:48em){.parcours-liees .field--name-field-references-age{margin-top:2rem}}.parcours-liees .field--name-field-references-age>div.field__item{margin-right:1rem;margin-bottom:1rem}.parcours-liees .field--name-field-references-age>div.field__item:last-of-type{margin-right:0}.parcours-liees .field--name-field-references-age>div.field__item span{display:block;margin:0;min-width:8.8rem;line-height:4.4rem;color:#00B6B1 !important;text-align:center;font-weight:bold;font-size:1.5rem;text-transform:uppercase;background-color:transparent;border-radius:0;border:0;padding:0;background-image:url(/themes/custom/gan/images/bg-parcours-age.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.parcours-liees .field--name-field-references-age>div.field__item span::after{display:none}.parcours-liees .link{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;margin:7rem auto 0}.parcours-liees .link:hover,.parcours-liees .link:focus{background-color:#2E4068;border-color:#2E4068}.parcours-liees .link:hover[type="submit"],.parcours-liees .link:focus[type="submit"]{background-color:#2E4068}.parcours-liees .link:active{background-color:#1C2740;border-color:#1C2740}.parcours-liees .link:active[type="submit"]{background-color:#1C2740}.parcours-liees .link:hover,.parcours-liees .link:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.parcours-liees .link:hover[type="submit"],.parcours-liees .link:focus[type="submit"]{background-color:#435A8C}.parcours-liees .link:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.parcours-liees .link:active[type="submit"]{background-color:#2E4068}@media only screen and (max-width:48em){.parcours-liees .link{margin-top:2rem}}.bandeau-jaime{position:relative;max-width:79.2rem;margin:15rem auto 0;background-color:#FF9F89;padding:5rem 0 5rem 43.5rem;text-align:center;z-index:0}@media only screen and (max-width:48em){.bandeau-jaime{margin-top:5rem;padding:5rem 0 27rem}}.bandeau-jaime .ajax-progress-throbber{position:absolute;top:50%;margin:-15px 0 0 !important}.bandeau-jaime::before{content:"";position:absolute;left:2rem;bottom:0;display:block;width:41.3rem;height:38.7rem;background-image:url(/themes/custom/gan/images/illustration-jaime.png);background-position:left bottom 1rem;background-size:32.9 36rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.bandeau-jaime::before{width:30.9rem;height:28.1rem;left:4rem;background-image:url(/themes/custom/gan/images/illustration-jaime.png);background-position:left bottom 1rem;background-size:auto 25rem;background-repeat:no-repeat}}.bandeau-jaime::after{content:"";position:absolute;top:0;left:calc(-50vw + 50%);display:block;width:100vw;height:100%;background-color:inherit;z-index:-1}.bandeau-jaime div:not(.flag){color:#fff;font-family:"Quicksand",sans-serif;font-size:2.4rem;font-weight:bold;line-height:1.2;max-width:30rem;margin:0 auto 3rem}.bandeau-jaime .flag{position:relative;font-size:0;color:transparent}.bandeau-jaime .flag a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#fff;border:0.2rem solid #fff;color:#435A8C;background-color:transparent;border:0.2rem solid #fff;color:#fff;display:inline-flex;align-items:center;font-size:2rem}.bandeau-jaime .flag a:hover,.bandeau-jaime .flag a:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.bandeau-jaime .flag a:hover[type="submit"],.bandeau-jaime .flag a:focus[type="submit"]{background-color:#435A8C}.bandeau-jaime .flag a:active{background-color:#2E4068;color:#fff}.bandeau-jaime .flag a:active[type="submit"]{background-color:#2E4068}.bandeau-jaime .flag a:hover,.bandeau-jaime .flag a:focus{background-color:#fff;border-color:#fff;color:#00B6B1}.bandeau-jaime .flag a:hover[type="submit"],.bandeau-jaime .flag a:focus[type="submit"]{background-color:#fff}.bandeau-jaime .flag a:active{color:#00B6B1;background-color:#f5f5f5;border-color:#f5f5f5}.bandeau-jaime .flag a:active[type="submit"]{background-color:#f5f5f5}@media only screen and (max-width:48em){.bandeau-jaime .flag a{font-size:1.6rem}}.bandeau-jaime .flag a::before{top:0;font-size:3.3rem;color:#fff;margin-right:2rem}.bandeau-jaime .flag.action-unflag a{font-size:0;color:transparent}.ui-widget-overlay{background-color:rgba(0,0,0,0.2);opacity:1;filter:none}.ui-widget.ui-widget-content{border:0;font-family:"Montserrat",sans-serif;max-height:calc(100% - 4rem)}.ui-widget.ui-widget-content .ui-dialog-titlebar{background:none;padding:0;border:0}.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close{position:absolute;right:2rem;top:2rem;width:auto;margin:0;padding:0;height:auto;text-indent:inherit;font-size:0;color:transparent;cursor:pointer;z-index:1000}.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:2.4rem;text-transform:none;color:#000;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close::before{transition:all ease .4s}.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close>span{display:none}.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close:hover::before,.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close:focus::before{color:#00B6B1}.ui-widget.ui-widget-content .ui-dialog-title{display:none}.ui-widget.ui-widget-content .ui-dialog-content{padding:3rem;height:auto !important}@media only screen and (max-width:48em){.ui-widget.ui-widget-content .ui-dialog-content{padding:2rem}}.ui-widget.ui-widget-content .user-login-form{display:flex;flex-direction:column}.ui-widget.ui-widget-content .user-login-form>h2{align-self:flex-start;margin:0;padding:0.5rem 3rem;border:0;line-height:1.7;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;font-family:"Quicksand",sans-serif;font-size:3.2rem;font-weight:bold;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){.ui-widget.ui-widget-content .user-login-form>h2{font-size:2.4rem;line-height:1.9}}.ui-widget.ui-widget-content .user-login-form>h2+*{margin-top:4rem}.ui-widget.ui-widget-content .user-login-form .form-item{margin-bottom:0}.ui-widget.ui-widget-content .user-login-form input[type="text"],.ui-widget.ui-widget-content .user-login-form input[type="password"]{height:4.6rem;width:100%;border:0.1rem solid #EBEBEB;padding:0 1.5rem;font-size:1.6rem;font-family:"Montserrat",sans-serif;color:#4A4A4A;background-color:#fff;appearance:none}.ui-widget.ui-widget-content .user-login-form .form-item .description{margin-top:1rem;font-size:1.4rem;color:#4A4A4A;font-family:"Montserrat",sans-serif}.ui-widget.ui-widget-content .user-login-form .links{align-self:flex-end;margin-top:1rem;font-size:1.6rem}@media only screen and (max-width:48em){.ui-widget.ui-widget-content .user-login-form .links{align-self:center}}.ui-widget.ui-widget-content .user-login-form .outro{position:relative;margin:4rem -3rem -3rem;padding:2rem 3rem;background-color:#f5f5f5;text-align:center}@media only screen and (max-width:48em){.ui-widget.ui-widget-content .user-login-form .outro{margin:3rem -2rem -2rem;line-height:1.2}}.ui-widget.ui-widget-content .user-login-form .outro::before{content:"";position:absolute;bottom:calc(100% - 1rem);left:3rem;display:block;width:25rem;height:14.7rem;background-image:url(/themes/custom/gan/images/bg-bulle-des-parents.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.ui-widget.ui-widget-content .user-login-form .outro::before{display:none}}.ui-widget.ui-widget-content .user-login-form .outro p{display:inline;margin:0}.ui-widget.ui-widget-content .user-login-form .outro a{font-weight:bold}.ui-widget.ui-widget-content .form-submit{align-self:flex-end;margin:4rem 0 0;appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff}.ui-widget.ui-widget-content .form-submit:hover,.ui-widget.ui-widget-content .form-submit:focus{background-color:#008983;border-color:#008983}.ui-widget.ui-widget-content .form-submit:hover[type="submit"],.ui-widget.ui-widget-content .form-submit:focus[type="submit"]{background-color:#008983}.ui-widget.ui-widget-content .form-submit:active{background-color:#00716D;border-color:#00716D}.ui-widget.ui-widget-content .form-submit:active[type="submit"]{background-color:#00716D}@media only screen and (max-width:48em){.ui-widget.ui-widget-content .form-submit{align-self:center}}#bordsso-reset-pass input[data-behavior]+.show_pwd{top:17px;right:15px;background:url(/themes/custom/gan/images/oeil.svg) no-repeat center;width:33px}@media only screen and (max-width:48em){#bordsso-reset-pass input[data-behavior]+.show_pwd{top:35px}}@media only screen and (max-width:48em){#bordsso-reset-pass input#edit-password[data-behavior]+.show_pwd{top:22px}}.user-login-form input[data-behavior]+.show_pwd{top:-15px;right:15px;background:url(/themes/custom/gan/images/oeil.svg) no-repeat center;width:33px}@media only screen and (max-width:48em){.user-login-form input[data-behavior]+.show_pwd{top:-30px}}#global_registration_par_form #div_login li,#global_registration_par_form #div_password li{position:relative}#global_registration_par_form #div_login input[type=text]+.show_pwd,#global_registration_par_form #div_login input[type=password]+.show_pwd,#global_registration_par_form #div_password input[type=text]+.show_pwd,#global_registration_par_form #div_password input[type=password]+.show_pwd{height:100%;width:33px;position:absolute;background:url(/themes/custom/gan/images/oeil.svg) no-repeat center;top:18px;background-size:100%;right:15px}@media only screen and (max-width:48em){#global_registration_par_form #div_login input#new_password_confirm[type=text]+.show_pwd,#global_registration_par_form #div_login input#new_password_confirm[type=password]+.show_pwd,#global_registration_par_form #div_password input#new_password_confirm[type=text]+.show_pwd,#global_registration_par_form #div_password input#new_password_confirm[type=password]+.show_pwd{top:37px}}.wrapper-back{position:relative;background:#00B6B1;background:#00B6B1;position:absolute;padding:2rem 0;z-index:2}.wrapper-back::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#00B6B1}@media only screen and (max-width:48em){.wrapper-back::before{width:2rem}}@media only screen and (max-width:30em){.wrapper-back::before{width:2rem}}.wrapper-back::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#00B6B1}@media only screen and (max-width:48em){.wrapper-back::after{width:2rem}}@media only screen and (max-width:30em){.wrapper-back::after{width:2rem}}.has-local-tasks .wrapper-back{margin-top:2.865rem}@media only screen and (max-width:48em){.has-local-tasks .wrapper-back{margin-top:4.1rem}}.wrapper-back a{position:relative;display:inline-block;padding-left:2.6rem;color:#fff;text-decoration:none;font-weight:500;font-size:1.6rem}.wrapper-back a::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:inherit;text-transform:none;color:inherit;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wrapper-back a::before{position:absolute;left:-0.26em;top:calc(50% - 0.8rem);transform:scaleX(-1)}.wrapper-back a::after{content:"";position:absolute;left:0;top:calc(50% - 0.1rem);width:1.6rem;height:0.2rem;border-radius:0.1rem;background-color:#fff}.wrapper-back+.flag{position:absolute;top:0;right:0}@media only screen and (max-width:48em){.wrapper-back+.flag{margin-top:-7rem}}.paragraph{margin:0 auto 4rem}@media only screen and (max-width:48em){.paragraph{margin:0 0 2rem}}.paragraph p:first-child,.paragraph ul:first-child,.paragraph ol:first-child{margin-top:0}.paragraph p:last-child,.paragraph ul:last-child,.paragraph ol:last-child{margin-bottom:0}.paragraph p a,.paragraph ul a,.paragraph ol a{color:#00B6B1;text-decoration:none}.paragraph p a:hover,.paragraph p a:focus,.paragraph ul a:hover,.paragraph ul a:focus,.paragraph ol a:hover,.paragraph ol a:focus{text-decoration:underline}.paragraph ul{margin:0;padding:0;list-style:none;margin-bottom:1.5rem}.paragraph ul li{margin:0;padding:0}.paragraph ul li{position:relative;margin-bottom:0.6rem;padding-left:2rem}.paragraph ul li::before{content:"";position:absolute;left:0;top:0.3em;display:block;width:1rem;height:1.8rem;background-image:url(/themes/custom/gan/images/icon-list-item.svg);background-position:center;background-size:1rem 1.8rem;background-repeat:no-repeat}.paragraph h3{margin:0 0 2rem;font-family:"Quicksand",sans-serif;font-size:3rem;line-height:1.2;color:#435A8C;font-weight:bold}.paragraph p+h3{margin-top:4rem}.paragraph--type--texte{max-width:60rem}.paragraph--type--image{max-width:79.2rem;text-align:center}@media only screen and (max-width:48em){.paragraph--type--image{margin:0 -2rem}.paragraph--type--image .field--name-field-legende,.paragraph--type--image .field--name-field-copyright{padding:0 2rem}}.paragraph--type--image picture,.paragraph--type--image img{display:block}.paragraph--type--image img{margin:0 auto}.paragraph--type--video{max-width:79.2rem;text-align:center}.paragraph--type--audio{max-width:38rem;text-align:center}.paragraph--type--audio .field--name-field-title,.paragraph--type--audio .field--name-field-telechargeable,.paragraph--type--audio .field--name-field-visuel{display:none}.paragraph--type--telechargement{max-width:80rem}.paragraph--type--telechargement .titre{position:relative;display:inline-block;font-family:"Quicksand",sans-serif;font-size:3rem;font-weight:bold;color:#fff;z-index:1}@media only screen and (max-width:48em){.paragraph--type--telechargement .titre{display:inline;margin-left:-1rem;padding:0.5rem 2rem 0.5rem 1rem;line-height:1.7;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}}.paragraph--type--telechargement .titre::before{content:"";position:absolute;left:-3rem;right:-4rem;top:0;bottom:-0.5rem;background-color:#435A8C;clip-path:polygon(1rem 0%,calc(100% - 1rem) 0%,100% 100%,0% 90%);z-index:-1}@media only screen and (max-width:48em){.paragraph--type--telechargement .titre::before{display:none}}.paragraph--type--telechargement article.media{position:relative;width:100%;margin-top:-3rem;margin-bottom:-2.4rem;background:#E2F4F4}.paragraph--type--telechargement article.media::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;display:block;background-image:linear-gradient(to top,rgba(199,223,224,0.3),rgba(199,223,224,0))}.paragraph--type--telechargement article.media img{display:block;margin:0 auto;max-width:46.5rem}@media only screen and (max-width:48em){.paragraph--type--telechargement article.media img{max-width:100%}}.paragraph--type--telechargement .wrapper-content-link{text-align:center}.paragraph--type--telechargement .wrapper-content-link .link-download{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;padding-left:6.5rem;background-image:url(/themes/custom/gan/images/icon-download.png);background-position:left 3.8rem center;background-size:2.2rem 2.2rem;background-repeat:no-repeat;box-shadow:0 0 1.6rem rgba(0,0,0,0.16);min-height:4.8rem}.paragraph--type--telechargement .wrapper-content-link .link-download:hover,.paragraph--type--telechargement .wrapper-content-link .link-download:focus{background-color:#008983;border-color:#008983}.paragraph--type--telechargement .wrapper-content-link .link-download:hover[type="submit"],.paragraph--type--telechargement .wrapper-content-link .link-download:focus[type="submit"]{background-color:#008983}.paragraph--type--telechargement .wrapper-content-link .link-download:active{background-color:#00716D;border-color:#00716D}.paragraph--type--telechargement .wrapper-content-link .link-download:active[type="submit"]{background-color:#00716D}.paragraph--type--telechargement .wrapper-content-link .link-download:hover,.paragraph--type--telechargement .wrapper-content-link .link-download:focus{box-shadow:0 0 2.6rem rgba(0,0,0,0.26)}.paragraph--type--cta{max-width:60rem;text-align:center}.paragraph--type--cta .titre{margin-bottom:3rem;color:#435A8C;font-weight:600}.paragraph--type--cta .link-cta{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;padding-left:6.5rem;background-position:left 3.8rem center;background-size:2.2rem 2.2rem;background-repeat:no-repeat}.paragraph--type--cta .link-cta:hover,.paragraph--type--cta .link-cta:focus{background-color:#2E4068;border-color:#2E4068}.paragraph--type--cta .link-cta:hover[type="submit"],.paragraph--type--cta .link-cta:focus[type="submit"]{background-color:#2E4068}.paragraph--type--cta .link-cta:active{background-color:#1C2740;border-color:#1C2740}.paragraph--type--cta .link-cta:active[type="submit"]{background-color:#1C2740}.paragraph--type--cta .link-cta:hover,.paragraph--type--cta .link-cta:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.paragraph--type--cta .link-cta:hover[type="submit"],.paragraph--type--cta .link-cta:focus[type="submit"]{background-color:#435A8C}.paragraph--type--cta .link-cta:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.paragraph--type--cta .link-cta:active[type="submit"]{background-color:#2E4068}.paragraph--type--cta .link-cta .contextual-region{position:static}.paragraph--type--cta .link-cta img{position:absolute;top:calc(50% - 1.1rem);left:3.8rem;display:block;width:2.2rem;height:2.2rem;transition:all ease .4s}.paragraph--type--focus-rte{position:relative;max-width:64rem;margin-top:7rem;padding:4.5rem 4.5rem 5rem 13rem;background-color:#FBF5F5;border-radius:7rem}@media only screen and (max-width:48em){.paragraph--type--focus-rte{margin-top:0;padding:4rem 2rem 5rem}}.paragraph--type--focus-rte::after{content:"";position:absolute;top:-4rem;left:22rem;display:block;width:52rem;height:37.8rem;background-image:url(/themes/custom/gan/images/bean-green-border.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:0}@media only screen and (max-width:48em){.paragraph--type--focus-rte::after{top:5rem;left:10rem}}.paragraph--type--focus-rte>div{position:relative;z-index:1}.paragraph--type--focus-rte .field--name-field-reference-image{position:absolute;top:-6rem;left:-7rem;z-index:0}@media only screen and (max-width:48em){.paragraph--type--focus-rte .field--name-field-reference-image{top:0;left:-1.5rem}}.paragraph--type--focus-rte .field--name-field-reference-image::before{content:"";position:absolute;top:50%;left:50%;width:5.6rem;height:3.6rem;margin:-1.8rem 0 0 -2.8rem;background-image:url(/themes/custom/gan/images/bg-focus-icon.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.paragraph--type--focus-rte .field--name-field-reference-image img{position:relative;display:block;z-index:1}.paragraph--type--focus-rte .field--name-field-title{margin-bottom:1rem;font-size:3rem;line-height:1.2;font-family:"Quicksand",sans-serif;font-weight:bold;color:#435A8C}@media only screen and (max-width:48em){.paragraph--type--focus-rte .field--name-field-title{padding-left:4rem}}.paragraph--type--feuilletage.paragraph--view-mode--full{max-width:60rem;margin-left:auto;margin-right:auto}.paragraph--type--feuilletage.paragraph--view-mode--full .field--name-field-title{color:#435A8C;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3rem}.paragraph--type--feuilletage.paragraph--view-mode--full .field--name-field-legende{text-align:center}.paragraph--type--focus.paragraph--view-mode--full{display:flex;align-items:center;max-width:60rem;margin-left:auto;margin-right:auto}@media only screen and (max-width:48em){.paragraph--type--focus.paragraph--view-mode--full{flex-wrap:wrap}}.paragraph--type--focus.paragraph--view-mode--full .avant-lien{margin-right:2.6rem;padding-left:2.6rem;color:#00B6B1;font-size:2rem;font-weight:500;background-image:url(/themes/custom/gan/images/icon-arrow-orange.svg);background-position:left center;background-size:2rem 1.7rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.paragraph--type--focus.paragraph--view-mode--full .avant-lien{width:100%}}.paragraph--type--focus.paragraph--view-mode--full a{color:#4A4A4A;font-weight:600;transition:all ease .4s}.paragraph--type--focus.paragraph--view-mode--full a:hover,.paragraph--type--focus.paragraph--view-mode--full a:focus{color:#435A8C;text-decoration:none}.paragraph--type--contenu-lie.paragraph--view-mode--full,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils,.node--type-ouvrage.paragraph--view-mode--full,.node--type-ouvrage.node--view-mode-temoignage-conseils{width:100%;max-width:79.2rem;margin-left:auto;margin-right:auto}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils,.node--type-ouvrage.paragraph--view-mode--full,.node--type-ouvrage.node--view-mode-temoignage-conseils{margin-bottom:4rem}}.paragraph--type--contenu-lie.paragraph--view-mode--full .field--name-field-title,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .field--name-field-title,.node--type-ouvrage.paragraph--view-mode--full .field--name-field-title,.node--type-ouvrage.node--view-mode-temoignage-conseils .field--name-field-title{margin-bottom:3rem;text-align:center;line-height:1.2;font-size:3rem;font-weight:bold;color:#435A8C;font-family:"Quicksand",sans-serif}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content{display:flex;flex-wrap:wrap}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left{width:30rem;padding:0 4rem 0 2rem}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left{width:100%;padding:0;display:flex;justify-content:center}}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal{margin-bottom:0}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal{margin:0}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal .field--name-field-media-image,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal .field--name-field-media-image,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal .field--name-field-media-image,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal .field--name-field-media-image{width:auto;height:auto;padding-bottom:0}}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal::before,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal::before,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal::before,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal::before{display:none}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal img,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal img,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal img,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal img{width:auto;margin:0 auto}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal img,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal img,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-left .field--name-field-visuel-principal img,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left .field--name-field-visuel-principal img{position:static;width:auto;height:auto}}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right{display:flex;flex-direction:column;width:calc(100% - 30rem);padding-top:3rem}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right{width:100%}}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .title,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .title,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .title,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .title{margin-bottom:1rem;line-height:1.2;font-size:2.2rem;color:#435A8C;font-weight:600}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-accroche,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-accroche,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-accroche,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-accroche{margin:0 0 auto;font-weight:500}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;margin-right:2rem;padding-left:3.5rem;padding-right:3.5rem}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus{background-color:#008983;border-color:#008983}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"]{background-color:#008983}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active{background-color:#00716D;border-color:#00716D}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"]{background-color:#00716D}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:hover[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:focus[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus[type="submit"]{background-color:#00B6B1}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active{border-color:#008983;background-color:#008983;color:#fff}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active[type="submit"],.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active[type="submit"],.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link a:active[type="submit"],.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link a:active[type="submit"],.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:active[type="submit"]{background-color:#008983}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link{margin-top:auto;padding-top:3rem;margin-bottom:2.4rem}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link,.paragraph--type--contenu-lie.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link,.node--type-ouvrage.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link,.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link{display:flex;margin:3rem 0 0;flex-direction:column;align-items:center}}.paragraph--type--contenu-lie.paragraph--view-mode--full{margin-top:4rem}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:auto auto 1fr}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .title,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .title,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .title,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .title{grid-row:1;grid-column:1/4}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-sous-titre,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-sous-titre,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-sous-titre,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-sous-titre{grid-row:2;grid-column:1/4}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-accroche,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-accroche,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-accroche,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-accroche{grid-row:3;grid-column:1/4}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .store-link,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .store-link,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link{grid-row:4;grid-column:1}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage{grid-row:4;grid-column:2;margin-bottom:2.4rem;padding-top:3rem}@media only screen and (max-width:48em){.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage{margin-bottom:0;margin-top:3rem}}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a{display:block;height:4.38rem;width:7rem;border-radius:2.2rem;font-size:0;color:transparent;background-image:url(/themes/custom/gan/images/icon-book.svg);background-position:center;background-size:3.2rem 2.8rem;background-repeat:no-repeat}.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.paragraph--type--contenu-lie.paragraph--view-mode--full .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.paragraph--type--contenu-lie.paragraph--view-mode--temoignage-conseils .node--type-ouvrage .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:focus,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a:hover{background-image:url(/themes/custom/gan/images/icon-book-white.svg);background-position:center;background-size:3.2rem 2.8rem;background-repeat:no-repeat}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils{min-height:31rem;margin:8rem auto 4rem}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-left{position:relative;z-index:1}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right{position:relative;z-index:0}@media only screen and (max-width:48em){.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right{min-height:45.5rem;padding-bottom:9rem}}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right::before,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right::before{content:"";position:absolute;top:-5rem;right:-10rem;display:block;width:75rem;height:35.47rem;background-image:url(/themes/custom/gan/images/bg-publicite-native.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}@media only screen and (max-width:48em){.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right::before,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right::before{top:-20rem;right:-35rem;width:77.95rem;height:65.5rem;background-image:url(/themes/custom/gan/images/bg-publicite-native-mobile.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .title,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .title{margin:0;color:#4A4A4A}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-sous-titre,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-sous-titre{margin:0.8rem 0 0}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-accroche,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-accroche{margin-top:1rem}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .store-link{margin-bottom:3rem}.node__content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage,.wrapper-content>.node--type-ouvrage.node--view-mode-temoignage-conseils .wrapper-content .wrapper-right .field--name-field-lien-feuilletage{margin-bottom:3rem}.field--name-field-audio .plyr--audio .plyr__controls{padding:1.8rem;border-radius:50em}@media only screen and (max-width:48em){.field--name-field-audio .plyr--audio .plyr__controls{padding:1.2rem}}.field--name-field-audio .plyr--audio .plyr__controls .plyr__controls__item:first-child{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border-radius:50%;background-image:url(/themes/custom/gan/images/icon-play.png);background-position:center;background-size:3.2rem 3.2rem;background-repeat:no-repeat}.field--name-field-audio .plyr--audio .plyr__controls .plyr__controls__item:first-child>svg{display:none}.field--name-field-audio .plyr--audio .plyr__controls .plyr__controls__item:first-child:hover,.field--name-field-audio .plyr--audio .plyr__controls .plyr__controls__item:first-child:focus{background-image:url(/themes/custom/gan/images/icon-play-hover.png);background-position:center;background-size:3.2rem 3.2rem;background-repeat:no-repeat}.field--name-field-audio .plyr--audio .plyr__controls .plyr__controls__item:first-child.plyr__control--pressed{background-image:none;border:0.2rem solid #fff}.field--name-field-audio .plyr--audio .plyr__controls .plyr__controls__item:first-child.plyr__control--pressed .icon--pressed{display:block}.field--name-field-audio .plyr__time--current{margin-left:1rem}.field--name-field-audio .plyr__time+.plyr__time::before{margin-right:0.5rem}.field--name-field-audio .plyr__progress__container{margin-left:1rem}.field--name-field-audio .plyr__volume{position:relative;width:3.2rem;min-width:3.2rem;margin-left:1rem}.field--name-field-audio .plyr__volume button{display:block;width:3.2rem;height:2.6rem;padding:0;transition:none;background-image:url(/themes/custom/gan/images/icon-volume.png);background-position:center;background-size:2.4rem 2.4rem;background-repeat:no-repeat}.field--name-field-audio .plyr__volume button svg{display:none}.field--name-field-audio .plyr__volume button:focus,.field--name-field-audio .plyr__volume button:hover{background-image:url(/themes/custom/gan/images/icon-volume-hover.png);background-position:center;background-size:2.4rem 2.4rem;background-repeat:no-repeat}.field--name-field-audio .plyr__volume button.plyr__control--pressed{background-image:url(/themes/custom/gan/images/icon-mute.png);background-position:center;background-size:2.6rem 2.6rem;background-repeat:no-repeat}.field--name-field-audio .plyr__volume button.plyr__control--pressed:focus,.field--name-field-audio .plyr__volume button.plyr__control--pressed:hover{background-image:url(/themes/custom/gan/images/icon-mute-hover.png);background-position:center;background-size:2.6rem 2.6rem;background-repeat:no-repeat}.field--name-field-audio .plyr__volume input{display:none;position:absolute;left:calc(50% - 0.5rem);bottom:calc(100% + 3.4rem);width:7rem;background-color:rgba(255,255,255,0.9);box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.15);padding:0.5rem;border-radius:0.3rem;transform:translateX(-50%) rotate(-90deg);animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards}.field--name-field-audio .plyr__volume::before{content:"";position:absolute;left:0;right:0;bottom:100%;display:block;width:100%;height:3rem}.field--name-field-audio .plyr__volume::after{content:"";position:absolute;bottom:calc(100% + 0.5rem);left:50%;display:none;height:0;border-left:0.4rem solid transparent;border-right:0.4rem solid transparent;border-top:0.4rem solid rgba(255,255,255,0.9);transform:translateX(-50%);animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards}.field--name-field-audio .plyr__volume:hover button,.field--name-field-audio .plyr__volume:focus button{background-image:url(/themes/custom/gan/images/icon-volume.png);background-position:center;background-size:2.4rem 2.4rem;background-repeat:no-repeat}.field--name-field-audio .plyr__volume:hover input,.field--name-field-audio .plyr__volume:hover::after,.field--name-field-audio .plyr__volume:focus input,.field--name-field-audio .plyr__volume:focus::after{display:block}.field--name-field-audio input[type="range"]::-webkit-slider-thumb{background:transparent !important;box-shadow:0 0 0 rgba(255,255,255,0) !important}.field--name-field-audio input[type="range"]::-moz-range-thumb{background:transparent !important;box-shadow:0 0 0 rgba(255,255,255,0) !important}.field--name-field-audio input[type="range"]::-ms-thumb{background:transparent !important;box-shadow:0 0 0 rgba(255,255,255,0) !important}.plyr{--plyr-audio-controls-background:#00B6B1;--plyr-color-main:#00B6B1;--plyr-badge-background:#fff;--plyr-audio-control-color:#fff;--plyr-menu-color:#fff;--plyr-tooltip-color:#4A4A4A;--plyr-range-fill-background:#008983;--plyr-audio-progress-buffered-background:#c0fbf9;--plyr-font-weight-regular:700;--plyr-range-track-height:0.8rem;font-family:"Quicksand",sans-serif}.field--name-field-legende,.field--name-field-copyright{margin-top:1.2rem;font-size:1.3rem}.field--name-field-legende+.field--name-field-copyright{margin-top:0}.field--name-field-accroche-courte{max-width:79.2rem;margin-left:auto;margin-right:auto;margin-bottom:4rem;font-size:2.2rem}@media only screen and (max-width:48em){.field--name-field-accroche-courte{font-size:1.8rem}}.wrapper-termes,.wrapper-age-mot-cle{margin-bottom:2.5rem}@media only screen and (max-width:48em){.wrapper-termes,.wrapper-age-mot-cle{margin-bottom:2rem}}.wrapper-termes>div,.wrapper-age-mot-cle>div{display:inline}.wrapper-termes .field--name-field-references-age,.wrapper-termes .field--name-field-reference-mot-cle,.wrapper-age-mot-cle .field--name-field-references-age,.wrapper-age-mot-cle .field--name-field-reference-mot-cle{max-width:none;margin-top:0}.field--name-field-references-age{width:100%;max-width:79.2rem;margin-left:auto;margin-right:auto;margin-top:3rem}.field--name-field-references-age .field__item{display:inline-block}.field--name-field-references-age a,.field--name-field-references-age span{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;color:#fff !important;margin-right:1.5rem;margin-bottom:1.5rem;padding:0 2rem;font-size:1.6rem}.field--name-field-references-age a:hover,.field--name-field-references-age a:focus,.field--name-field-references-age span:hover,.field--name-field-references-age span:focus{background-color:#008983;border-color:#008983}.field--name-field-references-age a:hover[type="submit"],.field--name-field-references-age a:focus[type="submit"],.field--name-field-references-age span:hover[type="submit"],.field--name-field-references-age span:focus[type="submit"]{background-color:#008983}.field--name-field-references-age a:active,.field--name-field-references-age span:active{background-color:#00716D;border-color:#00716D}.field--name-field-references-age a:active[type="submit"],.field--name-field-references-age span:active[type="submit"]{background-color:#00716D}.field--name-field-reference-mot-cle{width:100%;max-width:79.2rem;margin-left:auto;margin-right:auto}.field--name-field-reference-mot-cle .field__item{display:inline-block}.field--name-field-reference-mot-cle a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;margin-right:1.5rem;margin-bottom:1.5rem;padding:0 2rem;font-size:1.6rem}.field--name-field-reference-mot-cle a:hover,.field--name-field-reference-mot-cle a:focus{background-color:#2E4068;border-color:#2E4068}.field--name-field-reference-mot-cle a:hover[type="submit"],.field--name-field-reference-mot-cle a:focus[type="submit"]{background-color:#2E4068}.field--name-field-reference-mot-cle a:active{background-color:#1C2740;border-color:#1C2740}.field--name-field-reference-mot-cle a:active[type="submit"]{background-color:#1C2740}.field--name-field-reference-mot-cle a:hover,.field--name-field-reference-mot-cle a:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.field--name-field-reference-mot-cle a:hover[type="submit"],.field--name-field-reference-mot-cle a:focus[type="submit"]{background-color:#435A8C}.field--name-field-reference-mot-cle a:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.field--name-field-reference-mot-cle a:active[type="submit"]{background-color:#2E4068}.wrapper-bulle-parents{margin:0 0 2.4rem;font-size:1.4rem;font-weight:bold;color:#FF9F89}.wrapper-bulle-parents>div{position:relative;padding-left:2rem}.wrapper-bulle-parents>div::before{content:"";position:absolute;left:0;top:calc(50% - 0.1rem);width:1.3rem;height:.2rem;background-color:#00B6B1}.node--view-mode-full .wrapper-auteur{display:flex;align-items:center;width:100%;max-width:79.2rem;margin:3.5rem auto;padding:3rem 0;border:0.2rem solid #FF9F89;border-left:0;border-right:0}.node--view-mode-full .wrapper-auteur .wrapper-image-auteur{display:flex;align-items:center;justify-content:center;width:8rem;height:8rem;margin-right:2rem;border-radius:50%;background-color:#868686;color:#fff;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2rem}@media only screen and (max-width:48em){.node--view-mode-full .wrapper-auteur .wrapper-image-auteur{width:6.6rem;height:6.6rem}}.node--view-mode-full .wrapper-auteur .wrapper-image-auteur img{display:block;width:8rem;height:8rem;border-radius:50%;object-fit:cover}@media only screen and (max-width:48em){.node--view-mode-full .wrapper-auteur .wrapper-image-auteur img{width:6.6rem;height:6.6rem}}.node--view-mode-full .wrapper-auteur .field--name-title{font-size:1.8rem;font-weight:600}.node--view-mode-full .wrapper-auteur .wrapper-link{margin-left:auto}@media only screen and (max-width:48em){.node--view-mode-full .wrapper-auteur .wrapper-link{display:none}}.node--view-mode-full .wrapper-auteur .wrapper-link a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;font-size:1.4rem}.node--view-mode-full .wrapper-auteur .wrapper-link a:hover,.node--view-mode-full .wrapper-auteur .wrapper-link a:focus{background-color:#008983;border-color:#008983}.node--view-mode-full .wrapper-auteur .wrapper-link a:hover[type="submit"],.node--view-mode-full .wrapper-auteur .wrapper-link a:focus[type="submit"]{background-color:#008983}.node--view-mode-full .wrapper-auteur .wrapper-link a:active{background-color:#00716D;border-color:#00716D}.node--view-mode-full .wrapper-auteur .wrapper-link a:active[type="submit"]{background-color:#00716D}.node--view-mode-full .wrapper-auteur .wrapper-link a:hover,.node--view-mode-full .wrapper-auteur .wrapper-link a:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.node--view-mode-full .wrapper-auteur .wrapper-link a:hover[type="submit"],.node--view-mode-full .wrapper-auteur .wrapper-link a:focus[type="submit"]{background-color:#00B6B1}.node--view-mode-full .wrapper-auteur .wrapper-link a:active{border-color:#008983;background-color:#008983;color:#fff}.node--view-mode-full .wrapper-auteur .wrapper-link a:active[type="submit"]{background-color:#008983}.node--view-mode-full .wrapper-auteur.teaser{display:grid;grid-template-columns:auto 1fr auto}.node--view-mode-full .wrapper-auteur.teaser .wrapper-image-auteur{grid-row:1/3;grid-column:1;align-self:start;margin-top:0.8rem}.node--view-mode-full .wrapper-auteur.teaser .field--name-title{grid-row:1;grid-column:2}.node--view-mode-full .wrapper-auteur.teaser .field--name-field-texte{grid-row:2;grid-column:2;font-weight:500;font-size:1.4rem;padding-top:1rem}.node--view-mode-full .wrapper-auteur.teaser .wrapper-link{grid-row:1/3;grid-column:3}.node--view-mode-full .wrapper-auteur-temps .wrapper-auteur{margin-top:2rem;margin-bottom:-2.5rem;border:0;padding:0}.node--view-mode-full .wrapper-auteur-temps .wrapper-auteur .field--name-field-nom,.node--view-mode-full .wrapper-auteur-temps .wrapper-auteur .field--name-field-prenom{display:inline-block;margin-right:0.1em}.node--view-mode-full .wrapper-auteur-temps .wrapper-auteur .wrapper-image-auteur{width:4.6rem;height:4.6rem;font-size:1.6rem;margin-right:1.5rem}.node--view-mode-full .wrapper-auteur-temps .wrapper-auteur .wrapper-image-auteur img{width:4.6rem;height:4.6rem}.node--view-mode-full .wrapper-auteur-temps .wrapper-auteur .wrapper-right{padding-bottom:1.5rem}.node--view-mode-full .wrapper-auteur-temps .field--name-field-reference-auteur+.temps-lecture{margin-left:6.1rem}.visual+.field--name-field-reference-categorie,.visual+.field--name-field-type-outil{margin-top:1rem}.field--name-field-reference-categorie,.field--name-field-type-outil{position:relative;margin-bottom:1rem;padding-left:1.8rem;font-weight:bold;font-size:1.4rem;line-height:1;color:#FF9F89}.field--name-field-reference-categorie::before,.field--name-field-type-outil::before{content:"";position:absolute;top:calc(50% - 0.1rem);left:0;width:1.3rem;height:0.2rem;background-color:#00B6B1}.field--name-field-reference-categorie h2,.field--name-field-reference-categorie a,.field--name-field-type-outil h2,.field--name-field-type-outil a{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration:none;color:inherit}.node--type-article.node--view-mode-full>.node__content>.wrapper-content{position:relative}.node--type-article.node--view-mode-full .field--name-field-visuel-principal{position:relative}@media only screen and (max-width:48em){.node--type-article.node--view-mode-full .field--name-field-visuel-principal{margin:0 -2rem}.node--type-article.node--view-mode-full .field--name-field-visuel-principal .field--name-field-media-image{position:relative;width:100%;height:0;padding-bottom:100%}.node--type-article.node--view-mode-full .field--name-field-visuel-principal .field--name-field-media-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}.node--type-article.node--view-mode-full .field--name-field-visuel-principal::before{content:"";position:absolute;top:0;left:0;width:100vw;height:100%;margin-left:calc(-50vw + 50%);background-color:#FBF5F5;background-image:url(/themes/custom/gan/images/bg-article.png);background-position:left top;background-size:auto;background-repeat:repeat;z-index:-1}.node--type-article.node--view-mode-full .field--name-field-visuel-principal img{display:block}.node--type-article.node--view-mode-full .wrapper-age-mot-cle,.node--type-article.node--view-mode-full .wrapper-auteur-temps,.node--type-article.node--view-mode-full h1.title{max-width:79.2rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.node--type-article.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-accroche{max-width:79.2rem;margin-left:auto;margin-right:auto;margin-bottom:4rem;font-size:2.2rem;font-weight:300;line-height:3.2rem}@media only screen and (max-width:48em){.node--type-article.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-accroche{margin-bottom:2rem}}.node--type-article.node--view-mode-full .wrapper-auteur-temps{margin-bottom:-3.2rem;font-size:1.2rem;color:#000}@media only screen and (max-width:48em){.node--type-article.node--view-mode-full .wrapper-auteur-temps{margin-bottom:3rem}}.node--type-article.node--view-mode-full .wrapper-auteur-temps em{font-style:normal}.node--type-article.node--view-mode-full .wrapper-auteur-temps .temps-lecture{padding-left:2.4rem;background-image:url(/themes/custom/gan/images/icon-clock.svg);background-position:left center;background-size:1.4rem 1.4rem;background-repeat:no-repeat}.node--type-article.node--view-mode-full .field--name-field-reference-paragraphe{position:relative;z-index:0}.node--type-article.node--view-mode-full .field--name-field-reference-paragraphe::before{content:"";position:absolute;top:-13rem;left:calc(50% - (223.9rem / 2));display:block;width:223.9rem;height:615.3rem;background-image:url(/themes/custom/gan/images/bg-body-article.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.page-node-type-article .layout-container>.region-breadcrumb{display:none}.page-node-type-article nav.breadcrumb{position:relative;background:#fff;width:98.7rem;margin-top:-9rem;margin-left:auto;margin-right:auto;padding:5rem 10rem 3rem}.page-node-type-article nav.breadcrumb::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#fff}@media only screen and (max-width:48em){.page-node-type-article nav.breadcrumb::after{width:2rem}}@media only screen and (max-width:30em){.page-node-type-article nav.breadcrumb::after{width:2rem}}@media only screen and (max-width:48em){.page-node-type-article nav.breadcrumb{width:100%;margin-top:-4.5rem;padding:6rem 0 0}}.page-node-type-article .wrapper-visual{position:relative}.page-node-type-article .wrapper-visual+.flag.flag-flag-like{position:absolute;top:52rem;right:20rem;display:flex;align-items:center;justify-content:center;width:9.47rem;height:6.52rem;background-image:url(/themes/custom/gan/images/flag-like-bg.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;font-size:1.6rem;z-index:2}@media only screen and (max-width:48em){.page-node-type-article .wrapper-visual+.flag.flag-flag-like{top:29rem;right:0}}.page-node-type-article .wrapper-visual+.flag.flag-flag-like a{margin-right:0.8rem}.page-node-type-article .wrapper-visual+.flag.flag-flag-like a::before{top:0;color:#fff}.page-node-type-article .wrapper-visual+.flag.flag-flag-like.action-unflag a::before{color:#fff;font-size:2.1rem}.page-node-type-article .media--type-image.media--view-mode-carre-220{position:absolute;bottom:4.2rem;left:2rem;z-index:2;width:20.9rem;height:18.9rem;display:block}@media only screen and (max-width:48em){.page-node-type-article .media--type-image.media--view-mode-carre-220{width:10.8rem;left:0;bottom:0;height:9.6rem}}.wrapper-credits{width:100%;max-width:79.2rem;margin:4rem auto 10rem;font-size:1.4rem}.node__content>a>.field--name-field-visuel-principal,.node__content>.field--name-field-visuel-principal,.node__content>.visual{position:relative;overflow:hidden;background-color:#00B6B1}.node__content>a>.field--name-field-visuel-principal img,.node__content>.field--name-field-visuel-principal img,.node__content>.visual img{display:block;width:100%;transform-origin:center;transform:scale(1.1);transition:all ease .4s}.node__content:hover>a>.field--name-field-visuel-principal img,.node__content:hover>.field--name-field-visuel-principal img,.node__content:hover>.visual img,.node__content:focus-within>a>.field--name-field-visuel-principal img,.node__content:focus-within>.field--name-field-visuel-principal img,.node__content:focus-within>.visual img{transform:scale(1);opacity:0.85}.node--type-outil.node--view-mode-full{position:relative;max-width:79.2rem;margin-left:auto;margin-right:auto}.node--type-outil.node--view-mode-full::before{content:"";position:absolute;top:0;left:calc(50% - (223.9rem / 2));display:block;width:223.9rem;height:677.5rem;background-image:url(/themes/custom/gan/images/bg-body-outils.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.node--type-outil.node--view-mode-full .wrapper-flag-partage .temps-lecture{margin-right:auto}.node--type-outil.node--view-mode-full .node__content>.flag.flag-flag-like{margin-left:auto;top:-7rem;position:absolute;right:0;display:flex;align-items:center;justify-content:center;width:9.47rem;height:6.52rem;background-image:url(/themes/custom/gan/images/flag-like-bg.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;font-size:1.6rem;z-index:2}@media only screen and (max-width:48em){.node--type-outil.node--view-mode-full .node__content>.flag.flag-flag-like{margin-top:-2rem;margin-bottom:-4rem}}.node--type-outil.node--view-mode-full .node__content>.flag.flag-flag-like a{margin-right:0.8rem}.node--type-outil.node--view-mode-full .node__content>.flag.flag-flag-like a::before{top:0;color:#fff}.node--type-outil.node--view-mode-full .node__content>.flag.flag-flag-like.action-unflag a::before{color:#fff;font-size:2.1rem}.node--type-outil.node--view-mode-full .node__content>.wrapper-social-shared{margin-bottom:6rem}.node--type-outil.node--view-mode-full .node__content>.flag-bookmark{margin-right:18rem;margin-bottom:-2.5rem;display:block;display:flex;justify-content:flex-end}.node--type-outil.node--view-mode-full .node__content>.flag-bookmark a{display:flex;align-items:center;font-size:1.4rem;line-height:1.2;color:#4A4A4A}.node--type-outil.node--view-mode-full .node__content>.flag-bookmark a::before{top:0;font-size:2.4rem;margin-right:1.2rem}.node--type-outil.node--view-mode-full .node__content>.flag-bookmark.action-unflag a::before{font-size:2.4rem}.node--type-outil.node--view-mode-full .node__content>.flag-bookmark.action-unflag{margin-right:14rem}.node--type-outil.node--view-mode-full .node__content>.flag-bookmark.action-unflag a{font-size:0;color:transparent}.node--type-outil.node--view-mode-full .node__content>.footer-content{justify-content:flex-start;border-bottom:0.1rem solid #FF9F89;padding-bottom:2rem}.node--type-outil.node--view-mode-full .node__content .bandeau-jaime{margin-top:20rem}@media only screen and (max-width:48em){.node--type-outil.node--view-mode-full .node__content .bandeau-jaime{margin-top:0}}.node--type-outil.node--view-mode-full .field--name-field-visuel-principal{margin-bottom:3.5rem}@media only screen and (max-width:48em){.node--type-outil.node--view-mode-full .field--name-field-visuel-principal{margin-bottom:2rem}}.node--type-outil.node--view-mode-full .field--name-field-visuel-principal img{display:block;width:100%}.node--type-outil.node--view-mode-full .header{position:relative}.node--type-outil.node--view-mode-full .header+.wrapper-flag-partage .flag-flag-like{display:none}.node--type-outil.node--view-mode-full .header+.wrapper-flag-partage .flag-flag-like+.flag{margin-left:0}.node--type-outil.node--view-mode-full .header>.field--name-field-type-outil{position:absolute;top:1rem;left:0;margin:0;padding:0;z-index:2}.node--type-outil.node--view-mode-full .header>.field--name-field-type-outil::before{display:none}.node--type-outil.node--view-mode-full .header>.field--name-field-type-outil img{display:block;max-width:5rem;max-height:5rem}.node--type-outil.node--view-mode-full h1.title::before{content:"";position:relative;top:0.2em;display:inline-block;width:5rem;height:5rem;margin-right:1.5rem;background-image:url(/themes/custom/gan/images/bg-title-icon.svg);background-position:center;background-size:4.76rem 3.5rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.node--type-outil.node--view-mode-full h1.title::before{background-size:3.34rem 2.45rem}}.node--type-outil.node--view-mode-full .header .visual{margin-bottom:4rem}.node--type-outil.node--view-mode-full .header .visual img{display:block}.node--type-outil.node--view-mode-full .header .field--name-field-type-outil .type-outil{display:none}.node--type-outil.node--view-mode-full>.node__content>.field--name-field-accroche{margin-bottom:4rem;font-size:2.2rem;line-height:3.2rem;font-weight:300}@media only screen and (max-width:48em){.node--type-outil.node--view-mode-full>.node__content>.field--name-field-accroche{margin-bottom:2rem}}.node--type-outil.node--view-mode-full .temps-lecture>div{padding-left:2.6rem;color:#000;font-size:1.4rem;line-height:1.9rem;background-image:url(/themes/custom/gan/images/icon-clock.svg);background-position:left center;background-size:1.9rem 1.9rem;background-repeat:no-repeat}.node--type-outil.node--view-mode-full .temps-lecture+.wrapper-social-shared{margin-top:-2.5rem}.page-node-type-outil nav.breadcrumb{max-width:79.2rem;margin:0 auto 3rem;padding-right:12rem;padding-top:5rem}@media only screen and (max-width:48em){.page-node-type-outil nav.breadcrumb{margin:0 0 3rem;padding-top:3rem}}.page-node-type-outil .wrapper-back{position:relative}.node--type-parcours.node--view-mode-full{position:relative}.node--type-parcours.node--view-mode-full::before{content:"";position:absolute;top:85rem;left:calc(50% - (223.9rem / 2));display:block;width:223.9rem;height:100%;background-image:url(/themes/custom/gan/images/bg-body-article.png);background-position:left top;background-size:100% auto;background-repeat:repeat-y;z-index:-1}.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-accroche,.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-references-age,.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.text-formatted,.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.wrapper-auteur-temps,.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.wrapper-bulle-parents,.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>h1.title{max-width:79.2rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-accroche{font-size:2.2rem;font-weight:600;color:#435A8C}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-accroche{line-height:1.2}}.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-visuel-principal{width:100vw;margin-left:calc(-50vw + 50%);background-color:#E9F4F6;background-image:url(/themes/custom/gan/images/bg-sprinkles-blue.png);background-position:center;background-size:auto auto;background-repeat:repeat}.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.field--name-field-visuel-principal img{display:block;max-height:65rem;margin:0 auto}.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.text-formatted{font-size:2.2rem}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.text-formatted{line-height:1.3;font-size:2rem}}.node--type-parcours.node--view-mode-full>.node__content>.wrapper-content>.text-formatted strong{font-weight:600;color:#435A8C}.node--type-parcours.node--view-mode-search-result{height:100%}.node--type-parcours.node--view-mode-search-result .node__content>a{position:relative;height:100%;min-height:29rem;text-align:center;display:flex;padding-right:calc(100% - 28rem);padding-bottom:2.4rem;flex-direction:column;align-items:center;z-index:0}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-search-result .node__content>a{padding-bottom:4rem;min-height:34rem;padding-right:0}}.node--type-parcours.node--view-mode-search-result .node__content>a::before,.node--type-parcours.node--view-mode-search-result .node__content>a::after{content:"";position:absolute;display:block;z-index:-1}.node--type-parcours.node--view-mode-search-result .node__content>a::before{bottom:0;left:0;width:28rem;height:28.3rem;background-image:url(/themes/custom/gan/images/bg-parcours-search.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-search-result .node__content>a::before{bottom:auto;top:1rem;width:100%;height:0;padding-bottom:101%}}.node--type-parcours.node--view-mode-search-result .node__content>a::after{bottom:0;right:3rem;width:19.77rem;height:24rem;background-image:url(/themes/custom/gan/images/illustration-parcours-search.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-search-result .node__content>a::after{right:-0.5rem;width:11.8rem;height:15.3rem}}.node--type-parcours.node--view-mode-search-result .node__content>a .wrapper-bulle-parents{margin-bottom:3.5rem;text-align:left;align-self:flex-start}.node--type-parcours.node--view-mode-search-result .node__content>a .wrapper-bulle-parents>div{position:relative;display:inline;padding:0.4rem 2rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.1rem;color:#fff;line-height:1.4;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-orange.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-search-result .node__content>a .wrapper-bulle-parents>div{line-height:1.8}}.node--type-parcours.node--view-mode-search-result .node__content>a .wrapper-bulle-parents>div::before{display:none}.node--type-parcours.node--view-mode-search-result .node__content>a .title{position:relative;max-width:20rem;width:100%;margin:0 auto;padding-top:1rem;color:#fff;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:1.8rem;text-align:center;line-height:1.4;z-index:0}.node--type-parcours.node--view-mode-search-result .node__content>a .title::before{content:"";position:absolute;top:-1.5rem;left:-1.7rem;width:6rem;height:5.4rem;background-image:url(/themes/custom/gan/images/icon-quote-green.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.node--type-parcours.node--view-mode-search-result .node__content>a .field--name-field-references-age{display:flex;width:auto;flex-wrap:wrap;margin-top:auto;margin-bottom:1rem;padding-top:1rem}@media only screen and (max-width:48em){.node--type-parcours.node--view-mode-search-result .node__content>a .field--name-field-references-age{margin-top:2rem}}.node--type-parcours.node--view-mode-search-result .node__content>a .field--name-field-references-age>div.field__item{margin-right:1rem;margin-bottom:1rem}.node--type-parcours.node--view-mode-search-result .node__content>a .field--name-field-references-age>div.field__item:last-of-type{margin-right:0}.node--type-parcours.node--view-mode-search-result .node__content>a .field--name-field-references-age>div.field__item span{display:block;margin:0;min-width:8.8rem;line-height:4.4rem;color:#00B6B1 !important;text-align:center;font-weight:bold;font-size:1.5rem;text-transform:uppercase;background-color:transparent;border-radius:0;border:0;padding:0;background-image:url(/themes/custom/gan/images/bg-parcours-age.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#fff;border:0.2rem solid #fff;color:#435A8C;background-color:transparent;border:0.2rem solid #fff;color:#fff;align-self:center;font-size:1.2rem;padding-left:2rem;padding-right:2rem}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:hover,.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:hover[type="submit"],.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:focus[type="submit"]{background-color:#435A8C}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:active{background-color:#2E4068;color:#fff}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:active[type="submit"]{background-color:#2E4068}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:hover,.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:focus{background-color:#fff;border-color:#fff;color:#00B6B1}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:hover[type="submit"],.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:focus[type="submit"]{background-color:#fff}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:active{color:#00B6B1;background-color:#f5f5f5;border-color:#f5f5f5}.node--type-parcours.node--view-mode-search-result .node__content>a .link-conseil:active[type="submit"]{background-color:#f5f5f5}.page-node-type-parcours .region-breadcrumb{display:none}.page-node-type-parcours nav.breadcrumb{position:relative;background:#fff;width:98.7rem;margin-top:-9rem;margin-left:auto;margin-right:auto;padding:5rem 10rem 2.4rem}.page-node-type-parcours nav.breadcrumb::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#fff}@media only screen and (max-width:48em){.page-node-type-parcours nav.breadcrumb::after{width:2rem}}@media only screen and (max-width:30em){.page-node-type-parcours nav.breadcrumb::after{width:2rem}}@media only screen and (max-width:48em){.page-node-type-parcours nav.breadcrumb{width:100%;margin-top:0;padding:2rem 0}}.wrapper-temoignage.grid{max-width:79.2rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.wrapper-temoignage.grid>div.item{display:flex;width:100%;min-height:32.6rem;margin:2.4rem 0 0;padding:4rem 4rem 2rem;box-shadow:0 0 1.6rem rgba(0,0,0,0.16);background-image:url(/themes/custom/gan/images/bg-temoignage.svg);background-position:center top 12rem;background-size:5.5rem 5rem;background-repeat:no-repeat;z-index:1}.wrapper-temoignage.grid>div.item:first-of-type{margin-top:0}.wrapper-temoignage.grid>div.item .item-content{position:relative;display:flex;flex-direction:column;width:100%}.wrapper-temoignage.grid>div.item .paragraph,.wrapper-temoignage.grid>div.item .wrapper-accroche,.wrapper-temoignage.grid>div.item .conseils-wrapper{display:none}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-left{position:absolute;top:0;left:-2rem;width:7.5rem;z-index:1}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-left .wrapper-avatar{display:block;width:7.5rem;height:7.5rem;border:0.3rem solid #fff;border-radius:50%;background-color:#FF9F89;font-family:"Quicksand",sans-serif;font-size:2.2rem;font-weight:bold;color:#fff;text-align:center;line-height:6.9rem}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-left img{display:block;width:7.5rem;height:7.5rem;border:0.3rem solid #fff;background-color:#fff;border-radius:50%}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right{position:relative;z-index:0}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right::before{content:"";position:absolute;top:-4rem;left:-4rem;width:calc(100% + 8rem);height:calc(100% + 4rem);border-radius:1rem;opacity:0;background-color:#FF9F89;background-image:url(/themes/custom/gan/images/bg-temoignage-open.png);background-position:left -30rem top -16rem;background-size:auto;background-repeat:no-repeat;transition:all ease .4s;z-index:-1}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right::before{left:-2rem;width:calc(100% + 4rem)}}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right::after{content:"";position:absolute;top:-7.5rem;left:-5rem;width:calc(100% + 10rem);height:calc(100% + 9.5rem);z-index:-1;background-image:url(/themes/custom/gan/images/icon-quote-up.png),url(/themes/custom/gan/images/icon-quote-down.png);background-position:left 9.4rem top,right 4.2rem bottom;background-size:6rem 5.5rem;background-repeat:no-repeat;opacity:0;transition:all ease .4s}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-date,.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-intro{padding-left:6.5rem}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-intro{padding-top:.5rem;font-family:"Quicksand",sans-serif;font-weight:bold}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-intro{padding-top:2rem}}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-intro>em{font-weight:inherit;font-style:normal}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-intro>em:last-of-type{display:block;font-family:"Montserrat",sans-serif;font-size:1.2rem;font-style:normal;font-weight:normal}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-date{font-size:1.2rem;line-height:1}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-temoignage{margin-top:3.5rem;line-height:1.4;font-family:"Quicksand",sans-serif;font-size:2.2rem;font-weight:bold;color:#435A8C}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-temoignage{line-height:1.2;font-size:2rem}}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-temoignage>p:first-child{margin-top:0}.wrapper-temoignage.grid>div.item>.item-content>.wrapper-right .wrapper-temoignage>p:last-child{margin-bottom:0}.wrapper-temoignage.grid>div.item .wrapper-accroche{width:100%;margin-bottom:4rem;font-weight:bold}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item .wrapper-accroche{font-weight:normal;margin-bottom:3rem}}.wrapper-temoignage.grid>div.item .conseils-wrapper{position:relative}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item .conseils-wrapper{height:auto !important}}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-temoignage{position:relative;margin-left:-2rem;flex:0 0 auto;padding:1.5rem 3rem 1.5rem 2rem;border-bottom:0.1rem solid #F2F2F2;width:28rem;font-size:1.4rem;font-weight:500;line-height:1.2;color:#435A8C;cursor:pointer;transition:all ease .4s}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-temoignage{margin-left:0;margin-bottom:2.4rem;border-bottom:0;width:100%;background-color:#00B6B1;color:#fff}}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-temoignage::after{content:"";position:absolute;top:calc(50% - 0.4rem);right:1rem;width:1.4rem;height:0.8rem;opacity:0;transform:rotate(-90deg);background-image:url(/themes/custom/gan/images/arrow-down-white.svg);background-position:no-repeat;background-size:100% 100%;transition:all ease .4s}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-temoignage::after{transform:none;top:calc(50% - 0.3rem);opacity:1}}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-temoignage:hover{background-color:#00B6B1;color:#fff}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-temoignage:hover::after{opacity:1}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil{position:absolute;top:0;right:0;width:calc(100% - 26rem);display:none;padding-left:2rem;padding-bottom:6rem;z-index:0}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil{position:relative;width:100%;padding:0 0 6rem}}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil::before,.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil::after{content:"";position:absolute;display:block;box-sizing:border-box;z-index:-1}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil::before{top:0;left:4.2rem;width:0.3rem;height:calc(100% - 8rem);background-color:#EBEBEB}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil::before{left:calc(50% - 0.15rem)}}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil::after{bottom:6rem;left:3.3rem;width:2rem;height:2rem;border:0.3rem solid #EBEBEB;border-radius:50%}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil::after{left:calc(50% - 1rem)}}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro{position:relative;background-color:#fff;z-index:1}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro p:first-of-type,.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro ul:first-of-type,.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro ol:first-of-type{margin-top:0}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro p:last-of-type,.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro ul:last-of-type,.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro ol:last-of-type{margin-bottom:0}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro::after{content:"";position:absolute;left:0;bottom:-6rem;display:block;width:100%;height:6rem;background-image:linear-gradient(to bottom,#fff,rgba(255,255,255,0))}.wrapper-temoignage.grid>div.item div.wrapper-conseils .wrapper-sub-conseil .wrapper-sub-intro+.paragraph{margin-top:6rem}.wrapper-temoignage.grid>div.item div.wrapper-conseils:last-of-type .wrapper-temoignage{border-bottom:0}.wrapper-temoignage.grid>div.item div.wrapper-conseils.open .wrapper-temoignage{background-color:#00B6B1;color:#fff}.wrapper-temoignage.grid>div.item div.wrapper-conseils.open .wrapper-temoignage::after{opacity:1}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item div.wrapper-conseils.open .wrapper-temoignage::after{transform:rotate(-180deg)}}.wrapper-temoignage.grid>div.item div.wrapper-conseils.open .wrapper-sub-conseil{display:block}.wrapper-temoignage.grid>div.item .wrapper-button{margin-top:auto;padding-top:3.5rem;text-align:center}.wrapper-temoignage.grid>div.item .show-conseil{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;font-size:1.2rem}.wrapper-temoignage.grid>div.item .show-conseil:hover,.wrapper-temoignage.grid>div.item .show-conseil:focus{background-color:#008983;border-color:#008983}.wrapper-temoignage.grid>div.item .show-conseil:hover[type="submit"],.wrapper-temoignage.grid>div.item .show-conseil:focus[type="submit"]{background-color:#008983}.wrapper-temoignage.grid>div.item .show-conseil:active{background-color:#00716D;border-color:#00716D}.wrapper-temoignage.grid>div.item .show-conseil:active[type="submit"]{background-color:#00716D}.wrapper-temoignage.grid>div.item .show-conseil:hover,.wrapper-temoignage.grid>div.item .show-conseil:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.wrapper-temoignage.grid>div.item .show-conseil:hover[type="submit"],.wrapper-temoignage.grid>div.item .show-conseil:focus[type="submit"]{background-color:#00B6B1}.wrapper-temoignage.grid>div.item .show-conseil:active{border-color:#008983;background-color:#008983;color:#fff}.wrapper-temoignage.grid>div.item .show-conseil:active[type="submit"]{background-color:#008983}.wrapper-temoignage.grid>div.item .hide-conseil{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#fff;border:0.2rem solid #fff;color:#435A8C;padding:1rem 4rem 1rem 6.5rem;color:#000;box-shadow:0 0 1.6rem rgba(0,0,0,0.11);font-size:1.7rem;background-image:url(/themes/custom/gan/images/icon-hide.svg);background-position:left 3rem center;background-size:2.6rem 1.8rem;background-repeat:no-repeat;display:none}.wrapper-temoignage.grid>div.item .hide-conseil:hover,.wrapper-temoignage.grid>div.item .hide-conseil:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.wrapper-temoignage.grid>div.item .hide-conseil:hover[type="submit"],.wrapper-temoignage.grid>div.item .hide-conseil:focus[type="submit"]{background-color:#435A8C}.wrapper-temoignage.grid>div.item .hide-conseil:active{background-color:#2E4068;color:#fff}.wrapper-temoignage.grid>div.item .hide-conseil:active[type="submit"]{background-color:#2E4068}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item .hide-conseil{font-size:1.5rem}}.wrapper-temoignage.grid>div.item.open{height:auto;margin:5rem 0;padding-left:2rem;padding-right:2rem}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open{padding-left:1rem;padding-right:1rem}}.wrapper-temoignage.grid>div.item.open .hide-conseil{display:inline-block}.wrapper-temoignage.grid>div.item.open .paragraph,.wrapper-temoignage.grid>div.item.open .wrapper-accroche,.wrapper-temoignage.grid>div.item.open .conseils-wrapper{display:block}.wrapper-temoignage.grid>div.item.open .show-conseil,.wrapper-temoignage.grid>div.item.open .wrapper-conseils>.wrapper-conseils{display:none}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-left{top:1rem;left:-2rem}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-left{left:0}}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-left .wrapper-avatar{background-color:#FBF5F5;color:#FF9F89}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right{margin-bottom:4rem;padding-bottom:4rem;padding-left:8rem;color:#000}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right{padding-left:0}}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right::before,.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right::after{opacity:1}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-intro{padding-left:0;font-size:2rem}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-intro{padding-left:9rem;font-size:1.7rem;line-height:1.2}}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-intro>em:last-of-type{display:inline;font-family:"Quicksand",sans-serif;font-size:2rem;font-weight:bold}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-intro>em:last-of-type{display:block;font-size:1.7rem}}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-date{padding-left:0;font-size:1.4rem}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-date{padding-left:9rem}}.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-temoignage{margin-top:2rem;line-height:1.2;color:#000;font-weight:normal}@media only screen and (max-width:48em){.wrapper-temoignage.grid>div.item.open>.item-content>.wrapper-right .wrapper-temoignage{margin-top:3rem}}.wrapper-temoignage.grid>div.item.open .wrapper-button{position:absolute;bottom:-4rem;left:0;width:100%;padding:0}.wrapper-temoignage.grid .wrapper-send-temoignages{width:100%;margin:5.6rem 0 0 0;padding:3rem;background-color:#FBF5F5;text-align:center;background-image:url(/themes/custom/gan/images/bg-article.png);background-position:left top;background-size:auto;background-repeat:repeat}.wrapper-temoignage.grid .wrapper-send-temoignages h2{margin:0;font-family:"Quicksand",sans-serif;font-size:3rem;color:#435A8C}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne{margin-top:2rem;appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;font-size:1.4rem}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:hover,.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:focus{background-color:#008983;border-color:#008983}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:hover[type="submit"],.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:focus[type="submit"]{background-color:#008983}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:active{background-color:#00716D;border-color:#00716D}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:active[type="submit"]{background-color:#00716D}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:hover,.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:hover[type="submit"],.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:focus[type="submit"]{background-color:#00B6B1}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:active{border-color:#008983;background-color:#008983;color:#fff}.wrapper-temoignage.grid .wrapper-send-temoignages .link-add-temoigne:active[type="submit"]{background-color:#008983}.paragraph--view-mode--temoignage-conseils{margin-bottom:4.5rem}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--focus{display:block;width:100%;padding:5rem 2rem 2rem;border:0.2rem solid #00B6B1;text-align:center;background-color:#fff;border-radius:1rem;background-image:url(/themes/custom/gan/images/icon-link-filled-gray.svg);background-position:center top 1.2rem;background-size:2.6rem auto;background-repeat:no-repeat}}.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .avant-lien{padding-left:6rem}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .avant-lien{padding-left:0}}.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .wrapper-link a{position:relative;padding-left:6rem;color:#00B6B1;text-decoration:none;font-weight:500}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .wrapper-link a{padding-left:0;line-height:1.2}}.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .wrapper-link a::before{content:"";position:absolute;left:0;top:-1.2rem;display:block;width:4.3rem;height:4.3rem;border:0.2rem solid #00B6B1;border-radius:50%;background-color:#fff;background-image:url(/themes/custom/gan/images/icon-link-filled.svg);background-position:center;background-size:1.9rem 1.9rem;background-repeat:no-repeat;transition:all ease .4s}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .wrapper-link a::before{display:none}}.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .wrapper-link a:focus::before,.paragraph--view-mode--temoignage-conseils.paragraph--type--focus .wrapper-link a:hover::before{background-color:#00B6B1;background-image:url(/themes/custom/gan/images/icon-link-filled-hover.svg);background-position:center;background-size:1.9rem 1.9rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie{background-image:linear-gradient(to top,rgba(255,255,255,0),#fff 5rem)}}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content{display:flex;flex-wrap:wrap}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-left{width:18rem;margin-right:2.4rem;padding:0}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-left{width:100%;margin:0 0 2rem}}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-left img{display:block;width:100%}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-left+.wrapper-right{margin-left:0}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right{margin-left:6rem;padding:0;width:calc(100% - 20.4rem)}@media only screen and (max-width:48em){.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right{width:100%;margin:0}}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right::before{display:none}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right a,.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .title{display:block;font-weight:500;color:#435A8C;text-decoration:none;line-height:1.2}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .field--name-field-sous-titre{margin-bottom:2.4rem}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .field--name-field-accroche{font-size:1.5rem;font-weight:500;line-height:1.8rem}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .store-link,.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .field--name-field-lien-feuilletage{margin-bottom:0 !important}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .store-link a,.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a{margin-bottom:0}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .store-link a{padding-left:2.5rem;padding-right:2.5rem}.paragraph--view-mode--temoignage-conseils.paragraph--type--contenu-lie .wrapper-content .wrapper-right .field--name-field-lien-feuilletage a{margin-right:0}.node--view-mode-grand-format a,.node--view-mode-teaser a,.node--view-mode-search-result a{text-decoration:none;color:inherit}.node--view-mode-grand-format .field--name-field-visuel-principal,.node--view-mode-teaser .field--name-field-visuel-principal,.node--view-mode-search-result .field--name-field-visuel-principal{margin-bottom:1.5rem}.node--view-mode-grand-format .field--name-field-visuel-principal img,.node--view-mode-teaser .field--name-field-visuel-principal img,.node--view-mode-search-result .field--name-field-visuel-principal img{display:block}.node--view-mode-grand-format .title,.node--view-mode-grand-format .field--name-field-type-outil+a,.node--view-mode-grand-format .field--name-field-reference-categorie+a,.node--view-mode-grand-format .wrapper-type-outil-flags+a,.node--view-mode-grand-format .wrapper-categorie-flags+a,.node--view-mode-grand-format .wrapper-title a,.node--view-mode-teaser .title,.node--view-mode-teaser .field--name-field-type-outil+a,.node--view-mode-teaser .field--name-field-reference-categorie+a,.node--view-mode-teaser .wrapper-type-outil-flags+a,.node--view-mode-teaser .wrapper-categorie-flags+a,.node--view-mode-teaser .wrapper-title a,.node--view-mode-search-result .title,.node--view-mode-search-result .field--name-field-type-outil+a,.node--view-mode-search-result .field--name-field-reference-categorie+a,.node--view-mode-search-result .wrapper-type-outil-flags+a,.node--view-mode-search-result .wrapper-categorie-flags+a,.node--view-mode-search-result .wrapper-title a{display:block;margin-bottom:1rem;font-size:1.7rem;line-height:1.2;font-weight:500;color:#435A8C}.node--view-mode-grand-format .field--name-field-accroche-courte,.node--view-mode-grand-format .field--name-field-accroche,.node--view-mode-teaser .field--name-field-accroche-courte,.node--view-mode-teaser .field--name-field-accroche,.node--view-mode-search-result .field--name-field-accroche-courte,.node--view-mode-search-result .field--name-field-accroche{margin-bottom:0;font-size:1.3rem;line-height:1.2;color:#1F1F1F}.node--view-mode-grand-format .field--name-created,.node--view-mode-grand-format .field--name-field-duree,.node--view-mode-teaser .field--name-created,.node--view-mode-teaser .field--name-field-duree,.node--view-mode-search-result .field--name-created,.node--view-mode-search-result .field--name-field-duree{display:inline-block;margin-right:1rem;padding-left:2.4rem;font-size:1.2rem;color:#000;background-image:url(/themes/custom/gan/images/icon-calendar.svg);background-position:left center;background-size:1.4rem 1.4rem;background-repeat:no-repeat}.node--view-mode-grand-format .field--name-field-duree,.node--view-mode-teaser .field--name-field-duree,.node--view-mode-search-result .field--name-field-duree{background-image:url(/themes/custom/gan/images/icon-clock.svg);background-position:left center;background-size:1.4rem 1.4rem;background-repeat:no-repeat}.node--view-mode-grand-format .field--name-field-duree::after,.node--view-mode-teaser .field--name-field-duree::after,.node--view-mode-search-result .field--name-field-duree::after{content:" minutes"}.node--view-mode-grand-format .field--name-field-type-outil{padding-left:2.5rem;font-size:1.7rem}.node--view-mode-grand-format .field--name-field-type-outil::before{top:calc(50% - 0.15rem);width:1.8rem;height:.3rem}.node--view-mode-grand-format .node__content>a{display:block;margin-bottom:1rem;line-height:1.2;font-weight:500;color:#435A8C;font-family:"Quicksand",sans-serif;font-size:2rem;font-weight:bold}.node--view-mode-grand-format .field--name-field-accroche{margin-bottom:4rem}.node--view-mode-liste-derniers-contenus a{color:inherit;text-decoration:none}.node--view-mode-liste-derniers-contenus .node__content{position:relative;display:flex;align-items:flex-start}.node--view-mode-liste-derniers-contenus .media--view-mode-carre-220{position:absolute;top:-1.5rem;left:-1rem}.node--view-mode-liste-derniers-contenus .media--view-mode-carre-220 img{display:block;max-width:4.5rem;max-height:4.5rem;width:auto;height:auto}.node--view-mode-liste-derniers-contenus .wrapper-categorie-titre{display:flex;flex-direction:column;margin-left:18rem;padding-left:2.4rem}@media only screen and (max-width:48em){.node--view-mode-liste-derniers-contenus .wrapper-categorie-titre{margin-left:8rem}}.node--view-mode-liste-derniers-contenus .wrapper-categorie-titre .flag{margin-top:auto}.node--view-mode-liste-derniers-contenus .visual{width:18rem;flex:0 0 auto}@media only screen and (max-width:48em){.node--view-mode-liste-derniers-contenus .visual{width:8rem}}.node--view-mode-liste-derniers-contenus .visual img{display:block}@media only screen and (max-width:48em){.node--view-mode-liste-derniers-contenus .visual img{width:8rem;height:8rem;object-fit:cover}}.node--view-mode-liste-derniers-contenus .visual ~ .wrapper-categorie-titre{margin-left:0}.node--view-mode-liste-derniers-contenus .wrapper-categorie-titre>a{display:block;font-size:1.6rem;line-height:1.2;font-weight:500;color:#435A8C}.node--view-mode-petit-format a{color:inherit;text-decoration:none}.node--view-mode-petit-format .wrapper-link a{text-decoration:none;display:block;margin-bottom:1rem;line-height:1.2;font-weight:500;color:#435A8C;font-family:"Quicksand",sans-serif;font-size:1.6rem;font-weight:bold}.node--view-mode-petit-format .title{display:block;font-size:1.7rem;line-height:1.2;font-weight:500;color:#435A8C}.vocabulary-categorie{position:relative;z-index:0}.vocabulary-categorie::before{content:"";position:absolute;top:12.5rem;left:calc(50% - (223.9rem / 2));display:block;width:220.1rem;height:153.1rem;background-image:url(/themes/custom/gan/images/bg-category.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:1;pointer-events:none}.vocabulary-categorie .introduction{position:relative;padding:5rem 0 11rem 10rem;min-height:60rem;z-index:0}@media only screen and (max-width:48em){.vocabulary-categorie .introduction{min-height:0;padding:4rem 0}}.vocabulary-categorie .introduction.has-recommandes{min-height:76rem;padding-bottom:27rem}@media only screen and (max-width:48em){.vocabulary-categorie .introduction.has-recommandes{min-height:0;padding-bottom:26rem}}.vocabulary-categorie .introduction::before{content:"";position:absolute;top:0;left:0;width:100vw;height:100%;margin-left:calc(-50vw + 50%);background-color:#FBF5F5;background-image:url(/themes/custom/gan/images/bg-article.png);background-position:left top;background-size:auto;background-repeat:repeat;z-index:-1}.vocabulary-categorie .introduction h1.title{margin-top:0}.vocabulary-categorie .introduction .liste-termes-enfants{margin-top:4rem}.vocabulary-categorie .introduction .liste-termes-enfants ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;margin:0 -1.2rem}.vocabulary-categorie .introduction .liste-termes-enfants ul li{margin:0;padding:0}.vocabulary-categorie .introduction .liste-termes-enfants ul>li{width:50%;padding:0 1.2rem}@media only screen and (max-width:48em){.vocabulary-categorie .introduction .liste-termes-enfants ul>li{width:100%}}.vocabulary-categorie .introduction .liste-termes-enfants ul>li>a{display:flex;height:4.4rem;border-top:0.2rem solid #FF9F89;align-items:center;padding-right:1rem;font-size:1.4rem;color:#000;text-decoration:none;background-image:url(/themes/custom/gan/images/arrow-gray.svg);background-position:right center;background-size:0.8rem 1.4rem;background-repeat:no-repeat}.vocabulary-categorie .introduction .liste-termes-enfants ul>li:nth-of-type(1)>a,.vocabulary-categorie .introduction .liste-termes-enfants ul>li:nth-of-type(2)>a{border-top:0}@media only screen and (max-width:48em){.vocabulary-categorie .introduction .liste-termes-enfants ul>li:nth-of-type(2)>a{border-top:0.2rem solid #FF9F89}}.vocabulary-categorie .introduction .wrapper-visuel{position:absolute;right:0;top:13rem;max-width:48.6rem}@media only screen and (max-width:48em){.vocabulary-categorie .introduction .wrapper-visuel{position:static;margin-top:4rem}}.vocabulary-categorie .introduction .wrapper-left{max-width:50%;top:4rem;position:relative}@media only screen and (max-width:48em){.vocabulary-categorie .introduction .wrapper-left{max-width:none}}.vocabulary-categorie .les-plus-recommandes{margin-top:-17.5rem;margin-bottom:3rem}.content-listing{margin-top:6rem}@media only screen and (max-width:48em){.content-listing{margin:0}}.content-listing div.item{display:flex;padding:4rem 0;flex-wrap:wrap;align-items:center}@media only screen and (max-width:48em){.content-listing div.item{display:block}}.content-listing div.item h2.titre{margin:0 auto 0 0;padding:0.5rem 1.5rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3.2rem;color:#fff;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){.content-listing div.item h2.titre{display:inline;line-height:1.7}}@media only screen and (min-width:48.1em){.content-listing div.item .lien-recherche{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1}.content-listing div.item .lien-recherche:hover,.content-listing div.item .lien-recherche:focus{background-color:#008983;border-color:#008983}.content-listing div.item .lien-recherche:hover[type="submit"],.content-listing div.item .lien-recherche:focus[type="submit"]{background-color:#008983}.content-listing div.item .lien-recherche:active{background-color:#00716D;border-color:#00716D}.content-listing div.item .lien-recherche:active[type="submit"]{background-color:#00716D}.content-listing div.item .lien-recherche:hover,.content-listing div.item .lien-recherche:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.content-listing div.item .lien-recherche:hover[type="submit"],.content-listing div.item .lien-recherche:focus[type="submit"]{background-color:#00B6B1}.content-listing div.item .lien-recherche:active{border-color:#008983;background-color:#008983;color:#fff}.content-listing div.item .lien-recherche:active[type="submit"]{background-color:#008983}}@media only screen and (max-width:48em){.content-listing div.item .lien-recherche{float:right;display:inline-block;margin-top:2rem;font-family:"Quicksand",sans-serif;font-weight:bold;color:#00B6B1}}.content-listing div.item .wrapper-nodes{display:flex;flex-wrap:wrap;width:calc(100% + 2.4rem);margin:5rem -1.2rem 0}@media only screen and (max-width:48em){.content-listing div.item .wrapper-nodes{margin-top:0}}.content-listing div.item .wrapper-nodes>article{width:25%;padding:0 1.2rem}@media only screen and (max-width:48em){.content-listing div.item .wrapper-nodes>article{width:100%;margin-top:2rem}.content-listing div.item .wrapper-nodes>article .node__content{position:relative;display:grid;grid-column-gap:2.4rem;grid-row-gap:0;grid-template-columns:1fr 6.7rem;grid-template-rows:auto auto 1fr auto auto}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-visuel-principal,.content-listing div.item .wrapper-nodes>article .node__content .visual{grid-column:2;grid-row:1/6;margin-bottom:0;background:none}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-visuel-principal .media,.content-listing div.item .wrapper-nodes>article .node__content .visual .media{background-color:#00B6B1}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-visuel-principal img,.content-listing div.item .wrapper-nodes>article .node__content .visual img{width:6.7rem;height:6.7rem;object-fit:cover}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-reference-categorie,.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-type-outil,.content-listing div.item .wrapper-nodes>article .node__content .title,.content-listing div.item .wrapper-nodes>article .node__content .wrapper-categorie-flags{grid-column:1}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-reference-categorie,.content-listing div.item .wrapper-nodes>article .node__content .wrapper-categorie-flags{grid-row:1}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-type-outil{grid-row:2}.content-listing div.item .wrapper-nodes>article .node__content .title,.content-listing div.item .wrapper-nodes>article .node__content>a{grid-row:3;margin-bottom:3rem}.content-listing div.item .wrapper-nodes>article .node__content .field--name-field-accroche{display:none}.content-listing div.item .wrapper-nodes>article .node__content .wrapper-flags{position:absolute;bottom:0;left:0;padding:0}}.content-listing div.item:nth-of-type(2){position:relative;background:#f5f5f5;background:#f5f5f5}.content-listing div.item:nth-of-type(2)::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#f5f5f5}@media only screen and (max-width:48em){.content-listing div.item:nth-of-type(2)::before{width:2rem}}@media only screen and (max-width:30em){.content-listing div.item:nth-of-type(2)::before{width:2rem}}.content-listing div.item:nth-of-type(2)::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#f5f5f5}@media only screen and (max-width:48em){.content-listing div.item:nth-of-type(2)::after{width:2rem}}@media only screen and (max-width:30em){.content-listing div.item:nth-of-type(2)::after{width:2rem}}.path-taxonomy .layout-container>.region-breadcrumb{display:none}.path-frontpage .region-content{position:relative}.path-frontpage .region-content::before{content:"";position:absolute;top:24rem;left:calc(50% - (223.9rem / 2));display:block;width:223.9rem;height:409.7rem;max-height:calc(100% - 24rem);background-image:url(/themes/custom/gan/images/bg-home.png);background-position:center top;background-size:100% auto;background-repeat:repeat-y;pointer-events:none;z-index:1}.path-frontpage .block-system-main-block>article>.wrapper{position:relative;background:#F5FCFF;background:#F5FCFF;margin-bottom:-11.6rem;padding-bottom:21.6rem}.path-frontpage .block-system-main-block>article>.wrapper::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#F5FCFF}@media only screen and (max-width:48em){.path-frontpage .block-system-main-block>article>.wrapper::before{width:2rem}}@media only screen and (max-width:30em){.path-frontpage .block-system-main-block>article>.wrapper::before{width:2rem}}.path-frontpage .block-system-main-block>article>.wrapper::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#F5FCFF}@media only screen and (max-width:48em){.path-frontpage .block-system-main-block>article>.wrapper::after{width:2rem}}@media only screen and (max-width:30em){.path-frontpage .block-system-main-block>article>.wrapper::after{width:2rem}}@media only screen and (max-width:48em){.path-frontpage .block-system-main-block>article>.wrapper{margin-bottom:-15.6rem}}.contenu-une{position:relative;display:flex;min-height:57.7rem;padding:8rem 0;z-index:0}@media only screen and (max-width:48em){.contenu-une{display:block;padding:5rem 0 2rem;min-height:0}}.contenu-une::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:inherit;z-index:-1}@media only screen and (max-width:48em){.contenu-une::before{width:2rem}}@media only screen and (max-width:30em){.contenu-une::before{width:2rem}}.contenu-une::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:inherit;z-index:-1}@media only screen and (max-width:48em){.contenu-une::after{width:2rem}}@media only screen and (max-width:30em){.contenu-une::after{width:2rem}}.contenu-une .field--name-field-contenu-une{width:37.6rem}@media only screen and (max-width:48em){.contenu-une .field--name-field-contenu-une{width:auto}}.contenu-une .field--name-field-contenu-une .field--name-field-visuel-principal{display:none}.contenu-une .field--name-field-contenu-une .node--view-mode-grand-format .node__content>a{font-size:4rem;line-height:1}.contenu-une .field--name-field-contenu-une .node--view-mode-grand-format .field--name-created{display:none}.contenu-une .field--name-field-contenu-une .field--name-field-reference-categorie,.contenu-une .field--name-field-contenu-une .field--name-field-type-outil{padding-left:2.5rem;font-size:1.7rem}.contenu-une .field--name-field-contenu-une .field--name-field-reference-categorie::before,.contenu-une .field--name-field-contenu-une .field--name-field-type-outil::before{top:calc(50% - 0.15rem);width:1.8rem;height:0.3rem}.contenu-une .field--name-field-contenu-une .field--name-field-accroche{margin-top:2rem;margin-bottom:2rem;line-height:1.5}.contenu-une .field--name-field-illustration-article-une{position:absolute;left:37.6rem;top:8rem;display:flex;width:auto;height:calc(100% - 10.5rem);line-height:0}@media only screen and (max-width:48em){.contenu-une .field--name-field-illustration-article-une{position:static;margin:4rem -2rem;height:auto}}.contenu-une .field--name-field-illustration-article-une .field--name-field-media-image,.contenu-une .field--name-field-illustration-article-une .media{height:100%}.contenu-une .field--name-field-illustration-article-une img,.contenu-une .field--name-field-illustration-article-une picture{max-width:100%;max-height:100%;width:auto;height:auto}.contenu-une .contenus-moment{position:relative;width:40rem;margin-left:auto;margin-right:-6rem;padding:0 6rem 7rem;background-image:url(/themes/custom/gan/images/bg-contenus-moment.svg);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){.contenu-une .contenus-moment{width:100%;padding:0 0 7rem;margin-right:0;background:none}.contenu-une .contenus-moment::before{content:"";position:absolute;top:0;right:-2rem;display:block;width:40.4rem;height:100%;background-image:url(/themes/custom/gan/images/bg-contenus-moment.svg);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat;z-index:-1}}.contenu-une .contenus-moment .titre{position:relative;display:inline;margin:0 0 0 -1rem;padding:.5rem 1.5rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.2rem;color:#fff;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-orange.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){.contenu-une .contenus-moment .titre{line-height:1.7}}.contenu-une .contenus-moment .titre+.node{margin-top:-1rem}.contenu-une .contenus-moment article.node{position:relative;margin-bottom:2rem;padding-bottom:2rem;border-bottom:0.1rem solid #EBEBEB;z-index:0}.contenu-une .contenus-moment article.node .field--name-field-accroche{height:3.12rem;overflow:hidden}.contenu-une .contenus-moment article.node .field--name-field-type-outil,.contenu-une .contenus-moment article.node .field--name-field-visuel-principal,.contenu-une .contenus-moment article.node .field--name-field-reference-categorie,.contenu-une .contenus-moment article.node .wrapper-categorie-flags,.contenu-une .contenus-moment article.node .visual,.contenu-une .contenus-moment article.node .wrapper-flags{display:none}.contenu-une .contenus-moment article.node .wrapper-categorie-flags{margin:1rem 0}.contenu-une .contenus-moment article.node:first-of-type .field--name-field-type-outil,.contenu-une .contenus-moment article.node:first-of-type .field--name-field-visuel-principal,.contenu-une .contenus-moment article.node:first-of-type .field--name-field-reference-categorie,.contenu-une .contenus-moment article.node:first-of-type .wrapper-categorie-flags,.contenu-une .contenus-moment article.node:first-of-type .visual{display:block}.contenu-une .contenus-moment article.node:first-of-type .field--name-field-type-outil{margin-top:8rem}.contenu-une .contenus-moment article.node:first-of-type .field--name-field-visuel-principal ~ .field--name-field-type-outil{margin-top:0}.contenu-une .contenus-moment article.node:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}.contenu-une .contenus-moment .node--type-outil.node--view-mode-teaser:first-of-type .field--type-entity-reference,.contenu-une .contenus-moment .node--type-outil.node--view-mode-teaser:first-of-type .field--name-field-reference-categorie{display:none}.derniers-articles{padding:4.5rem 0 7rem}@media only screen and (max-width:48em){.derniers-articles{padding:3rem 0}}.derniers-articles h2{display:inline-block;margin:0 0 3rem;padding:.5rem 1.5rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3rem;color:#fff;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){.derniers-articles h2{display:inline;line-height:1.7;font-size:2.6rem}}.derniers-articles .wrapper-nodes{display:flex;margin:0 -1.2rem}@media only screen and (max-width:48em){.derniers-articles .wrapper-nodes{display:block;margin-top:3rem}}.derniers-articles .wrapper-nodes>article{width:33.3333%;padding:0 1.2rem}@media only screen and (max-width:48em){.derniers-articles .wrapper-nodes>article{width:100%;margin-bottom:4rem}.derniers-articles .wrapper-nodes>article:last-child{margin-bottom:0}}.contenus-age .tabs{width:100%;margin:0}@media only screen and (max-width:48em){.contenus-age .tabs{margin-bottom:-1.5rem}}.contenus-age .tabs>div{display:flex;justify-content:center}@media only screen and (max-width:48em){.contenus-age .tabs>div{overflow:auto;align-items:center;justify-content:flex-start;height:8rem;margin:0 -2rem;padding:0 2rem}}.contenus-age .tabs>div button{position:relative;display:block;margin:0 4.5rem;padding:1.2rem 0;border:0;outline:0;appearance:none;background-color:transparent;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.5rem;color:#8FDCD9;text-transform:uppercase;line-height:1;transition:all ease .4s;z-index:1}@media only screen and (max-width:48em){.contenus-age .tabs>div button{flex:0 0 auto;margin:0 3rem}}.contenus-age .tabs>div button::before{content:"";position:absolute;top:50%;left:50%;width:13rem;height:6.6rem;margin:-3.3rem 0 0 -6.5rem;opacity:0;background-image:url(/themes/custom/gan/images/bg-tabs.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;transition:all ease .4s;z-index:-1}.contenus-age .tabs>div button[aria-selected="true"]{color:#fff}.contenus-age .tabs>div button[aria-selected="true"]::before{opacity:1}.contenus-age [role="tabpanel"]{flex-wrap:wrap;width:100%;padding:5rem 0 22rem;outline:0;position:relative;background:#f5f5f5;background:#f5f5f5}.contenus-age [role="tabpanel"]::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#f5f5f5}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"]::before{width:2rem}}@media only screen and (max-width:30em){.contenus-age [role="tabpanel"]::before{width:2rem}}.contenus-age [role="tabpanel"]::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#f5f5f5}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"]::after{width:2rem}}@media only screen and (max-width:30em){.contenus-age [role="tabpanel"]::after{width:2rem}}.contenus-age [role="tabpanel"]:not([hidden]){display:flex}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"]:not([hidden]){display:block}}.contenus-age [role="tabpanel"] .articles-outils{display:grid;grid-template-columns:38.4rem 1fr;grid-column-gap:2.4rem;grid-template-rows:auto auto auto 1fr;grid-row-gap:2.4rem;width:calc(100% - 30rem)}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils{display:block;width:100%}}.contenus-age [role="tabpanel"] .articles-outils>article{grid-column:2}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article{margin-bottom:3rem}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content{position:relative;display:grid;grid-template-columns:18rem 1fr;grid-column-gap:2.4rem;grid-row-gap:0;grid-template-rows:auto auto 1fr auto auto}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content{grid-template-columns:1fr 6.7rem}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .media--view-mode-carre-220{position:absolute;left:-1rem;top:-1.5rem;max-width:4.5rem}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .media--view-mode-carre-220{display:none}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .media--view-mode-carre-220 img{display:block}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-visuel-principal,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .visual{display:block;grid-column:1;grid-row:1/5;margin-bottom:0}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-visuel-principal,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .visual{grid-column:2;grid-row:1}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-visuel-principal img,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .visual img{display:block}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .wrapper-right{grid-column:2;grid-row:1/5;display:flex;flex-direction:column}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .wrapper-right{grid-column:1;grid-row:1}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-reference-categorie,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-type-outil{display:block;grid-row:1;grid-column:2;margin-bottom:1.5rem;padding-left:1.8rem;font-size:1.4rem}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-reference-categorie,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-type-outil{grid-column:1/3}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-reference-categorie::before,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-type-outil::before{top:calc(50% - 0.1rem);width:1.3rem;height:.2rem}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-type-outil+a,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .title{display:block;grid-row:2;grid-column:2;margin-bottom:0;font-family:"Montserrat",sans-serif;font-size:1.6rem;font-weight:500;color:#435A8C}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-field-type-outil+a,.contenus-age [role="tabpanel"] .articles-outils>article .node__content .title{grid-column:1}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-created{display:inline-block;justify-self:end;grid-row:4;grid-column:2}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .field--name-created{grid-column:1}}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .wrapper-flags{margin-top:auto;align-self:flex-end}.contenus-age [role="tabpanel"] .articles-outils>article .node__content .wrapper-bookmark,.contenus-age [role="tabpanel"] .articles-outils>article .node__content>.flag-flag-like{grid-row:4;display:flex;justify-content:flex-end}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .articles-outils>article .node__content .wrapper-bookmark,.contenus-age [role="tabpanel"] .articles-outils>article .node__content>.flag-flag-like{margin-top:1rem;justify-content:flex-start}}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type{grid-row:1/5;grid-column:1}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type>*{display:block}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .node__content{display:block}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .field--name-field-visuel-principal{margin-bottom:1.5rem}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .field--name-field-visuel-principal img{display:block}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .field--name-field-reference-categorie,.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .field--name-field-type-outil{margin-bottom:1.5rem}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .title{margin-bottom:1rem;font-size:1.7rem;font-weight:500;color:#435A8C}.contenus-age [role="tabpanel"] .articles-outils>article:first-of-type .field--name-field-accroche{margin-bottom:2rem;font-size:1.3rem;line-height:1.2;color:#1F1F1F}.contenus-age [role="tabpanel"] .articles-outils>article:nth-of-type(2){grid-row:1}.contenus-age [role="tabpanel"] .articles-outils>article:nth-of-type(3){grid-row:2}.contenus-age [role="tabpanel"] .articles-outils>article:nth-of-type(4){grid-row:3}.contenus-age [role="tabpanel"] .articles-outils .node--view-mode-grand-format .field--name-created{display:none !important}.contenus-age [role="tabpanel"] .parcours{position:relative;display:flex;flex-direction:column;align-self:flex-start;width:30rem;height:43rem;margin-top:-3rem;padding:3.3rem 2rem 5.4rem 4rem;color:#fff;z-index:1}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .parcours{width:100%;height:55rem;padding-left:2rem;padding-right:0;margin:7rem 0 3rem}}.contenus-age [role="tabpanel"] .parcours::before{content:"";position:absolute;top:0;left:2rem;width:28rem;height:100%;background-image:url(/themes/custom/gan/images/bg-parcours.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}@media only screen and (max-width:48em){.contenus-age [role="tabpanel"] .parcours::before{width:calc(100% + 4rem);left:-2rem}}.contenus-age [role="tabpanel"] .parcours .titre{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 2rem -3rem;padding:.5rem 1.5rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.6rem;color:#fff;line-height:1.4}.contenus-age [role="tabpanel"] .parcours .titre span{background-image:url(/themes/custom/gan/images/bg-line-orange.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}.contenus-age [role="tabpanel"] .parcours .titre span:nth-of-type(1){position:relative;padding:0 2rem}.contenus-age [role="tabpanel"] .parcours .titre span:nth-of-type(2){margin-left:2.5rem;margin-top:0.3rem;padding:0 1.3rem 0 1rem}.contenus-age [role="tabpanel"] .parcours .titre::after{content:"";position:absolute;right:0;top:-4rem;width:13rem;height:15.79rem;background-image:url(/themes/custom/gan/images/illustration-parcours-title.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.contenus-age [role="tabpanel"] .parcours article.node{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:0.1rem solid #B9EBE7;line-height:1.2}.contenus-age [role="tabpanel"] .parcours article.node a{text-decoration:none;color:inherit;font-size:1.5rem;line-height:1.2}.contenus-age [role="tabpanel"] .parcours article.node:last-of-type{margin-bottom:0;border-bottom:0}.contenus-age [role="tabpanel"] .parcours .lien-recherche{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#fff;border:0.2rem solid #fff;color:#435A8C;background-color:transparent;border:0.2rem solid #fff;color:#fff;display:block;margin:auto auto 0;padding:.8rem 2rem;font-size:1.4rem;text-align:center}.contenus-age [role="tabpanel"] .parcours .lien-recherche:hover,.contenus-age [role="tabpanel"] .parcours .lien-recherche:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.contenus-age [role="tabpanel"] .parcours .lien-recherche:hover[type="submit"],.contenus-age [role="tabpanel"] .parcours .lien-recherche:focus[type="submit"]{background-color:#435A8C}.contenus-age [role="tabpanel"] .parcours .lien-recherche:active{background-color:#2E4068;color:#fff}.contenus-age [role="tabpanel"] .parcours .lien-recherche:active[type="submit"]{background-color:#2E4068}.contenus-age [role="tabpanel"] .parcours .lien-recherche:hover,.contenus-age [role="tabpanel"] .parcours .lien-recherche:focus{background-color:#fff;border-color:#fff;color:#00B6B1}.contenus-age [role="tabpanel"] .parcours .lien-recherche:hover[type="submit"],.contenus-age [role="tabpanel"] .parcours .lien-recherche:focus[type="submit"]{background-color:#fff}.contenus-age [role="tabpanel"] .parcours .lien-recherche:active{color:#00B6B1;background-color:#f5f5f5;border-color:#f5f5f5}.contenus-age [role="tabpanel"] .parcours .lien-recherche:active[type="submit"]{background-color:#f5f5f5}.explorer-tag-sujets{position:relative;display:flex;height:36rem;margin-top:-16.7rem;padding:10rem 4rem 16.7rem 31.7rem;background-image:url(/themes/custom/gan/images/bg-explorer.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.explorer-tag-sujets{display:block;height:auto;padding:0;background:none}}.explorer-tag-sujets .titre{flex:0 0 auto;margin:0;padding-right:2rem;width:20rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3.2rem;line-height:1.2;color:#fff}@media only screen and (max-width:48em){.explorer-tag-sujets .titre{position:relative;margin-left:18rem;padding-right:0;width:auto;font-size:2.8rem;line-height:1;z-index:1}.explorer-tag-sujets .titre::before,.explorer-tag-sujets .titre::after{content:"";position:absolute;display:block;z-index:-1}.explorer-tag-sujets .titre::before{top:-5rem;left:-8.5rem;width:27.2rem;height:16.1rem;background-image:url(/themes/custom/gan/images/bg-sujets-titre.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.explorer-tag-sujets .titre::after{top:-6rem;left:-20rem;width:20rem;height:25.19rem;background-image:url(/themes/custom/gan/images/illustration-sujet-titre.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}}.explorer-tag-sujets .item-list{padding-left:10.5rem}@media only screen and (max-width:48em){.explorer-tag-sujets .item-list{position:relative;margin-top:-6rem;padding:21rem 0 18rem;z-index:0}.explorer-tag-sujets .item-list::before,.explorer-tag-sujets .item-list::after{content:"";position:absolute;display:block;width:calc(100% + 4rem);left:-2rem;z-index:-1}.explorer-tag-sujets .item-list::before{top:0;height:28rem;background-image:url(/themes/custom/gan/images/bg-sujet-list-top.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.explorer-tag-sujets .item-list::after{bottom:0;height:36rem;background-image:url(/themes/custom/gan/images/bg-sujet-list-bottom.svg);background-position:center;background-size:auto 100%;background-repeat:no-repeat}}.explorer-tag-sujets .item-list ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;margin:-0.8rem -1rem}.explorer-tag-sujets .item-list ul li{margin:0;padding:0}@media only screen and (max-width:48em){.explorer-tag-sujets .item-list ul{position:relative;padding:3rem 0 0;z-index:0}.explorer-tag-sujets .item-list ul::before{content:"";position:absolute;top:0;left:-2rem;display:block;width:calc(100% + 4rem);height:100%;background:#BBEBE9}}.explorer-tag-sujets .item-list ul>li{padding:.8rem 1rem}.explorer-tag-sujets .item-list ul>li a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#fff;border:0.2rem solid #fff;color:#435A8C;font-size:1.6rem;padding:.3rem 1.5rem}.explorer-tag-sujets .item-list ul>li a:hover,.explorer-tag-sujets .item-list ul>li a:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.explorer-tag-sujets .item-list ul>li a:hover[type="submit"],.explorer-tag-sujets .item-list ul>li a:focus[type="submit"]{background-color:#435A8C}.explorer-tag-sujets .item-list ul>li a:active{background-color:#2E4068;color:#fff}.explorer-tag-sujets .item-list ul>li a:active[type="submit"]{background-color:#2E4068}.les-plus-recommandes{position:relative;width:100%;padding:6.5rem 10rem;margin-top:3rem;margin-bottom:-8rem;border-radius:2rem;background-color:#E9F3F7;z-index:1}@media only screen and (max-width:48em){.les-plus-recommandes{margin-top:-14rem;margin-bottom:-21rem;padding:3rem 2rem}}.les-plus-recommandes .titre{position:relative;margin:0 0 2rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3.2rem;color:#435A8C;padding-left:5rem;line-height:1.2}.les-plus-recommandes .titre::before,.les-plus-recommandes .titre::after{content:"";position:absolute;left:0;display:block}.les-plus-recommandes .titre::before{top:calc(50% - 1.1rem);width:4rem;height:2.2rem;background-image:url(/themes/custom/gan/images/bg-icon.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.les-plus-recommandes .titre::after{top:calc(50% - 1.45rem);width:3.2rem;height:2.9rem;background-image:url(/themes/custom/gan/images/icon-heart.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.les-plus-recommandes .wrapper-nodes{display:flex;flex-wrap:wrap;margin:0 -1rem;counter-reset:recommandes-counter}.les-plus-recommandes .wrapper-nodes>article{width:20%;padding:0 1rem;counter-increment:recommandes-counter}@media only screen and (max-width:48em){.les-plus-recommandes .wrapper-nodes>article{width:100%;margin-bottom:2rem}}@media only screen and (max-width:48em){.les-plus-recommandes .wrapper-nodes>article .node__content{display:flex;flex-wrap:wrap;align-items:center}}.les-plus-recommandes .wrapper-nodes>article .node__content::before{content:"#0" counter(recommandes-counter);display:block;margin-bottom:1rem;font-weight:bold;line-height:1;font-size:5.4rem;color:#B3DFEB}@media only screen and (max-width:48em){.les-plus-recommandes .wrapper-nodes>article .node__content::before{margin-bottom:0;width:6rem;font-size:2.6rem}}.les-plus-recommandes .wrapper-nodes>article .node__content>a{display:block;font-size:1.4rem;text-decoration:none;color:#000;transition:all ease .4s}@media only screen and (max-width:48em){.les-plus-recommandes .wrapper-nodes>article .node__content>a{width:calc(100% - 6rem)}}.les-plus-recommandes .wrapper-nodes>article .node__content>a:hover,.les-plus-recommandes .wrapper-nodes>article .node__content>a:focus{color:#00B6B1}.les-plus-recommandes .wrapper-nodes>article .node__content .flag{margin-top:1rem}.activites-jeux,.toutes-les-activites{position:relative;padding:8rem 0}@media only screen and (max-width:48em){.activites-jeux,.toutes-les-activites{padding:6rem 0}}.activites-jeux::before,.toutes-les-activites::before{content:"";position:absolute;top:0;left:0;width:100vw;height:100%;margin-left:calc(-50vw + 50%);background-color:#FBF5F5;background-image:url(/themes/custom/gan/images/bg-article.png);background-position:left top;background-size:auto;background-repeat:repeat;z-index:-1}.activites-jeux{padding-top:16rem}@media only screen and (max-width:48em){.activites-jeux{padding-top:27rem}}.activites-jeux .titre{display:inline-block;margin:0 auto 2rem 0;padding:.5rem 3rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3.2rem;color:#fff;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){.activites-jeux .titre{display:inline;line-height:1.7;font-size:2.6rem}}.activites-jeux .wrapper-articles{position:relative;min-height:36rem;margin-left:10rem;background-color:#fff;border-radius:0 1rem 1rem 0;z-index:1}@media only screen and (max-width:48em){.activites-jeux .wrapper-articles{margin-left:0;margin-top:3rem;min-height:0;padding-top:61%}}.activites-jeux .wrapper-articles article.node{position:static;padding-left:58.8rem}@media only screen and (max-width:48em){.activites-jeux .wrapper-articles article.node{padding-left:0}}.activites-jeux .wrapper-articles article.node a{color:inherit;text-decoration:none}.activites-jeux .wrapper-articles article.node .field--name-field-visuel-principal{position:absolute;left:0;top:0;width:58.8rem;opacity:0;visibility:hidden;overflow:hidden;transition:all ease .4s}@media only screen and (max-width:48em){.activites-jeux .wrapper-articles article.node .field--name-field-visuel-principal{width:100%}}.activites-jeux .wrapper-articles article.node .field--name-field-visuel-principal img,.activites-jeux .wrapper-articles article.node .field--name-field-visuel-principal picture{display:block}.activites-jeux .wrapper-articles article.node .wrapper{position:relative;display:flex;align-items:center;height:9rem;margin:0 3rem;padding-left:6rem;border-bottom:.1rem solid #f2f2f2;z-index:0}.activites-jeux .wrapper-articles article.node .wrapper::before{content:"";position:absolute;top:calc(50% - 1.8rem);left:0;width:3.6rem;height:3.6rem;background-image:url(/themes/custom/gan/images/bg-title-icon.svg);background-position:center;background-size:100% auto;background-repeat:no-repeat;z-index:1}.activites-jeux .wrapper-articles article.node .wrapper::after{content:"";position:absolute;left:-4rem;top:-1rem;right:-6rem;bottom:-1rem;background-color:#00B6B1;z-index:-1;opacity:0;pointer-events:none;clip-path:polygon(0% 0%,.7% 100%,98.5% 98%,100% 0%);transition:all ease .4s}@media only screen and (max-width:48em){.activites-jeux .wrapper-articles article.node .wrapper::after{right:-4rem}}.activites-jeux .wrapper-articles article.node .wrapper .field--name-field-type-outil,.activites-jeux .wrapper-articles article.node .wrapper .field--name-field-type-outil::before,.activites-jeux .wrapper-articles article.node .wrapper .title{transition:all ease .4s}.activites-jeux .wrapper-articles article.node .wrapper .title{display:block;font-size:1.6rem;line-height:1.2;font-weight:500;color:#435A8C}@media only screen and (max-width:48em){.activites-jeux .wrapper-articles article.node .wrapper .title{height:4rem}}.activites-jeux .wrapper-articles article.node .wrapper .taxonomy-term{position:relative}.activites-jeux .wrapper-articles article.node .wrapper .taxonomy-term .field--name-field-reference-image{position:absolute;left:-7.5rem;top:0.5rem;z-index:1}@media only screen and (max-width:48em){.activites-jeux .wrapper-articles article.node .wrapper .taxonomy-term .field--name-field-reference-image{top:1.5rem}}.activites-jeux .wrapper-articles article.node .wrapper .taxonomy-term .field--name-field-reference-image img{display:block;max-width:3.2rem;max-height:3.2rem}.activites-jeux .wrapper-articles article.node:last-of-type .wrapper{border-bottom:0}.activites-jeux .wrapper-articles article.node.active .field--name-field-visuel-principal{opacity:1;visibility:visible}.activites-jeux .wrapper-articles article.node.active .wrapper::before{background-image:url(/themes/custom/gan/images/bg-title-icon-green.svg)}.activites-jeux .wrapper-articles article.node.active .wrapper::after{opacity:1;pointer-events:all}.activites-jeux .wrapper-articles article.node.active .wrapper .field--name-field-type-outil,.activites-jeux .wrapper-articles article.node.active .wrapper .title{color:#fff}.activites-jeux .wrapper-articles article.node.active .wrapper .field--name-field-type-outil::before{background:#fff}.activites-jeux+.toutes-les-activites{margin-top:-8rem}.toutes-les-activites{padding-left:10rem}@media only screen and (max-width:48em){.toutes-les-activites{padding-left:0;padding-bottom:0}}.toutes-les-activites .titre{width:100%;margin:0 0 2rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3.2rem;color:#435A8C}@media only screen and (max-width:48em){.toutes-les-activites .titre{font-size:2.6rem}}.toutes-les-activites .wrapper-outils{display:flex;flex-wrap:wrap;margin:0 -1.2rem}@media only screen and (max-width:48em){.toutes-les-activites .wrapper-outils{flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}}.toutes-les-activites div.vocabulary-type-outil{width:33.3333%;padding:0 1.2rem}@media only screen and (max-width:48em){.toutes-les-activites div.vocabulary-type-outil{width:8rem;margin-right:6rem}.toutes-les-activites div.vocabulary-type-outil:last-of-type{margin-right:0}}.toutes-les-activites div.vocabulary-type-outil a{text-decoration:none}.toutes-les-activites div.vocabulary-type-outil a .content{position:relative;display:flex;align-items:center;width:100%;height:7rem;padding-left:5rem;padding-right:2rem;border-top:.1rem solid #EED9D4;font-size:1.8rem;font-weight:500;color:#000}@media only screen and (max-width:48em){.toutes-les-activites div.vocabulary-type-outil a .content{border:0;height:auto;padding:0;flex-direction:column;font-size:1.4rem;text-align:center;line-height:1.2}}.toutes-les-activites div.vocabulary-type-outil a .content::before{content:"";position:absolute;top:calc(50% - 1.8rem);left:0;width:3.6rem;height:3.6rem;background-image:url(/themes/custom/gan/images/bg-title-icon-green.svg);background-position:center;background-size:100% auto;background-repeat:no-repeat}@media only screen and (max-width:48em){.toutes-les-activites div.vocabulary-type-outil a .content::before{position:static;width:6rem;height:6rem;margin-bottom:1rem;font-size:6rem}}.toutes-les-activites div.vocabulary-type-outil a .content::after{content:"";position:absolute;top:calc(50% - 0.9rem);right:0;display:block;width:1rem;height:1.8rem;background-image:url(/themes/custom/gan/images/arrow-green.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.toutes-les-activites div.vocabulary-type-outil a .content::after{display:none}}.toutes-les-activites div.vocabulary-type-outil a .content .field--name-field-reference-image{position:absolute;left:0.2rem;top:calc(50% - 1.6rem)}@media only screen and (max-width:48em){.toutes-les-activites div.vocabulary-type-outil a .content .field--name-field-reference-image{left:calc(50% - 1rem);top:1.6rem}}.toutes-les-activites div.vocabulary-type-outil a .content .field--name-field-reference-image img{display:block;max-width:3.2rem;max-height:3.2rem}.toutes-les-activites div.vocabulary-type-outil:nth-of-type(1) a .content,.toutes-les-activites div.vocabulary-type-outil:nth-of-type(2) a .content,.toutes-les-activites div.vocabulary-type-outil:nth-of-type(3) a .content{border-top:0}.toutes-les-activites div.vocabulary-type-outil:nth-of-type(even) a .content::before{background-image:url(/themes/custom/gan/images/bg-title-icon.svg);background-position:center;background-size:100% auto;background-repeat:no-repeat}.bulle-des-parents{display:flex;flex-direction:column;align-items:center;margin-bottom:6rem;padding:5rem 8.5rem 3rem 58rem;background-color:#C3EFF5;text-align:center;background-image:url(/themes/custom/gan/images/bg-bulle-des-parents.png);background-position:left 16rem bottom 2rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.bulle-des-parents{margin:0 -2rem;padding:12rem 2rem 2rem;background-size:auto 9rem;background-position:center top 2rem}}.bulle-des-parents .titre-section{position:relative;display:inline;padding:.5rem 2rem;font-weight:600;font-size:2.1rem;color:#435A8C;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-white.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){.bulle-des-parents .titre-section{display:none}}.bulle-des-parents .logo{margin:1rem 0;width:42.9rem;height:5.6rem;background-image:url(/themes/custom/gan/logo.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.bulle-des-parents .logo{display:none}}.bulle-des-parents .introduction{max-width:36rem;margin-bottom:2rem;font-family:"Quicksand",sans-serif;font-size:2.2rem;line-height:1.2;color:#000}.bulle-des-parents .link{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;font-size:1.4rem}.bulle-des-parents .link:hover,.bulle-des-parents .link:focus{background-color:#2E4068;border-color:#2E4068}.bulle-des-parents .link:hover[type="submit"],.bulle-des-parents .link:focus[type="submit"]{background-color:#2E4068}.bulle-des-parents .link:active{background-color:#1C2740;border-color:#1C2740}.bulle-des-parents .link:active[type="submit"]{background-color:#1C2740}.bulle-des-parents .link:hover,.bulle-des-parents .link:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.bulle-des-parents .link:hover[type="submit"],.bulle-des-parents .link:focus[type="submit"]{background-color:#435A8C}.bulle-des-parents .link:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.bulle-des-parents .link:active[type="submit"]{background-color:#2E4068}.vos-services{margin:7rem 0;text-align:center}@media only screen and (max-width:48em){.vos-services{margin:4rem 0}}.vos-services>.titre,.vos-services .selectionnes-pour-vous>.titre{display:inline-block;margin:0 0 2.8rem;padding:.5rem 1.5rem;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:3rem;color:#fff;line-height:1.2;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){.vos-services>.titre,.vos-services .selectionnes-pour-vous>.titre{display:inline;line-height:1.7;font-size:2.6rem}}.vos-services>.wrapper{display:flex;flex-wrap:wrap;width:102.8rem;margin:0 auto}@media only screen and (max-width:48em){.vos-services>.wrapper{width:100%}}.vos-services>.wrapper .rejoignez-la-communaute{width:61.4rem;padding:1.2rem}@media only screen and (max-width:48em){.vos-services>.wrapper .rejoignez-la-communaute{width:100%;padding:0;margin-top:2.8rem;margin-bottom:2rem}}.vos-services>.wrapper .rejoignez-la-communaute>.wrapper{padding:5rem 4rem 4rem;background-color:#F7E9E5;border-radius:3rem;background-image:url(/themes/custom/gan/images/bg-sprinkles-white.png);background-position:center;background-size:auto auto;background-repeat:repeat}@media only screen and (max-width:48em){.vos-services>.wrapper .rejoignez-la-communaute>.wrapper{padding:3rem 2rem}}.vos-services>.wrapper .rejoignez-la-communaute>.wrapper::before{content:"";display:block;width:17.7rem;height:26.2rem;margin:0 auto -1.5rem;background-image:url(/themes/custom/gan/images/illustration-rejoignez.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.vos-services>.wrapper .rejoignez-la-communaute .titre-section{position:relative;display:inline;padding:.5rem 2rem;font-weight:600;font-size:2.1rem;color:#435A8C;line-height:1.6;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-white.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:1}.vos-services>.wrapper .rejoignez-la-communaute .logo{margin:2rem auto;width:42.9rem;height:5.6rem;background-image:url(/themes/custom/gan/logo.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.vos-services>.wrapper .rejoignez-la-communaute .logo{display:none}}.vos-services>.wrapper .rejoignez-la-communaute .introduction{margin:1rem 0;font-family:"Quicksand",sans-serif;font-size:2.2rem;line-height:1.2;color:#000}.vos-services>.wrapper .rejoignez-la-communaute .item-list{text-align:left;color:#000;font-family:"Quicksand",sans-serif}.vos-services>.wrapper .rejoignez-la-communaute .item-list ul{margin:0;padding:0;list-style:none}.vos-services>.wrapper .rejoignez-la-communaute .item-list ul li{margin:0;padding:0}.vos-services>.wrapper .rejoignez-la-communaute .item-list ul li{position:relative;padding-left:1rem}.vos-services>.wrapper .rejoignez-la-communaute .item-list ul li::before{content:"";position:absolute;top:1.2rem;left:0;display:block;width:0.4rem;height:0.4rem;border-radius:50%;background-color:#000}.vos-services>.wrapper .rejoignez-la-communaute .register-link{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;margin-top:3rem}.vos-services>.wrapper .rejoignez-la-communaute .register-link:hover,.vos-services>.wrapper .rejoignez-la-communaute .register-link:focus{background-color:#2E4068;border-color:#2E4068}.vos-services>.wrapper .rejoignez-la-communaute .register-link:hover[type="submit"],.vos-services>.wrapper .rejoignez-la-communaute .register-link:focus[type="submit"]{background-color:#2E4068}.vos-services>.wrapper .rejoignez-la-communaute .register-link:active{background-color:#1C2740;border-color:#1C2740}.vos-services>.wrapper .rejoignez-la-communaute .register-link:active[type="submit"]{background-color:#1C2740}.vos-services>.wrapper .rejoignez-la-communaute .register-link:hover,.vos-services>.wrapper .rejoignez-la-communaute .register-link:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.vos-services>.wrapper .rejoignez-la-communaute .register-link:hover[type="submit"],.vos-services>.wrapper .rejoignez-la-communaute .register-link:focus[type="submit"]{background-color:#435A8C}.vos-services>.wrapper .rejoignez-la-communaute .register-link:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.vos-services>.wrapper .rejoignez-la-communaute .register-link:active[type="submit"]{background-color:#2E4068}@media only screen and (max-width:48em){.vos-services>.wrapper .rejoignez-la-communaute .register-link{font-size:1.4rem}}.vos-services>.wrapper .selectionnes-pour-vous{width:61.4rem;padding:1.2rem;text-align:left}@media only screen and (max-width:48em){.vos-services>.wrapper .selectionnes-pour-vous{width:100%;padding:0;margin-top:2.8rem;margin-bottom:6rem}}.user-logged-in .vos-services>.wrapper .selectionnes-pour-vous{display:none}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper{display:flex;flex-wrap:wrap;margin:-1.2rem}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node{width:50%;padding:1.2rem}@media only screen and (max-width:48em){.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node{width:100%}}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-outil .field--name-field-reference-categorie{display:none}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours{position:relative}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content{position:relative;height:100%;min-height:29rem;padding-right:calc(100% - 28rem);padding-bottom:2.4rem;z-index:0}@media only screen and (max-width:48em){.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content{padding-bottom:4rem;min-height:34rem;padding-right:0}}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content::before,.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content::after{content:"";position:absolute;display:block;z-index:-1}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content::before{bottom:0;left:0;width:28rem;height:28.3rem;background-image:url(/themes/custom/gan/images/bg-parcours-search.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;transform:scaleX(-1)}@media only screen and (max-width:48em){.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content::before{bottom:auto;top:1rem;width:100%;height:0;padding-bottom:101%}}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content::after{bottom:0;left:-6rem;width:19.77rem;height:24rem;background-image:url(/themes/custom/gan/images/illustration-parcours-search.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;transform:scaleX(-1)}@media only screen and (max-width:48em){.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content::after{left:1rem;width:11.8rem;height:15.3rem}}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-visuel-principal,.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .flag{display:none}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-reference-categorie{display:inline;padding:.5rem 1rem;font-weight:bold;font-size:2.2rem;color:#fff;font-family:"Quicksand",sans-serif;line-height:1.9;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-orange.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-reference-categorie::before{display:none}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .wrapper-title{position:relative;max-width:20rem;width:100%;margin:3rem auto 0;color:#fff;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:1.8rem;text-align:center;line-height:1.4;z-index:0}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .wrapper-title::before{content:"";position:absolute;top:-1.5rem;left:-1.7rem;width:6rem;height:5.4rem;background-image:url(/themes/custom/gan/images/icon-quote-green.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .wrapper-title a{font-size:inherit;color:inherit;font-family:inherit;font-weight:inherit}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-references-age{display:flex;width:auto;flex-wrap:wrap;justify-content:center;margin:auto auto 1rem;padding-top:1rem}@media only screen and (max-width:48em){.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-references-age{margin-top:2rem}}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-references-age>div.field__item{margin-right:1rem;margin-bottom:1rem}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-references-age>div.field__item:last-of-type{margin-right:0}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .field--name-field-references-age>div.field__item a{display:block;margin:0;min-width:8.8rem;line-height:4.4rem;color:#00B6B1 !important;text-align:center;font-weight:bold;font-size:1.5rem;text-transform:uppercase;background-color:transparent;border-radius:0;border:0;padding:0;background-image:url(/themes/custom/gan/images/bg-parcours-age.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#fff;border:0.2rem solid #fff;color:#435A8C;background-color:transparent;border:0.2rem solid #fff;color:#fff;align-self:center;font-size:1.2rem;padding-left:2rem;padding-right:2rem}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:hover,.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:hover[type="submit"],.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:focus[type="submit"]{background-color:#435A8C}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:active{background-color:#2E4068;color:#fff}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:active[type="submit"]{background-color:#2E4068}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:hover,.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:focus{background-color:#fff;border-color:#fff;color:#00B6B1}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:hover[type="submit"],.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:focus[type="submit"]{background-color:#fff}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:active{color:#00B6B1;background-color:#f5f5f5;border-color:#f5f5f5}.vos-services>.wrapper .selectionnes-pour-vous>.wrapper>.node.node--type-parcours .node__content .link-conseil:active[type="submit"]{background-color:#f5f5f5}.vos-services>.wrapper .liste-lecture{position:relative;width:39rem;margin:1.2rem;padding:4rem 18rem 5rem 2rem;text-align:left;background-color:#ECF0F8;border-radius:3rem;background-image:url(/themes/custom/gan/images/bg-liste-lecture.png);background-position:left -20.9rem bottom -19.8rem;background-size:77.8rem 40.7rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.vos-services>.wrapper .liste-lecture{width:100%;margin:0;padding-right:10rem}}.user-logged-in .vos-services>.wrapper .liste-lecture{margin:1.2rem auto}.vos-services>.wrapper .liste-lecture .titre{position:relative;display:inline;padding:.5rem 1rem;font-weight:bold;font-size:2.8rem;color:#fff;font-family:"Quicksand",sans-serif;line-height:1.6;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-green.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:1}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks,.vos-services>.wrapper .liste-lecture .wrapper-empty{margin-right:-16rem}@media only screen and (max-width:48em){.vos-services>.wrapper .liste-lecture .wrapper-bookmarks,.vos-services>.wrapper .liste-lecture .wrapper-empty{margin-right:-8rem}}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks{position:relative;margin-top:6rem;padding-bottom:4rem}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks::before{content:"";position:absolute;top:-22.9rem;right:4rem;display:block;width:13.5rem;height:20.9rem;background-image:url(/themes/custom/gan/images/illustration-liste-lecture.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.vos-services>.wrapper .liste-lecture .wrapper-bookmarks::before{right:-3rem}}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks>article{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:0.1rem solid #C0E6EF}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks>article:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node{position:relative}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content{display:flex}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .visual{align-self:flex-start;flex:0 0 auto;width:8rem;margin-right:2rem}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .visual img{display:block;width:8rem;height:8rem;object-fit:cover}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper{display:flex;flex-wrap:wrap}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper>a{display:block;width:100%;font-weight:500;line-height:1.2;color:#435A8C;text-decoration:none}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .bookmark-date,.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .temps-lecture{display:inline-block;margin-top:auto;margin-right:1rem;font-size:1.2rem;color:#000}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .bookmark-date::before,.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .temps-lecture::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.4rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .bookmark-date::before,.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .temps-lecture::before{margin-right:0.5rem}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .temps-lecture::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.4rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .node .node__content .wrapper .temps-lecture>div{display:inline}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .field--name-field-type-outil{position:absolute;top:-1rem;left:-1rem;margin:0;padding:0;z-index:1}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .field--name-field-type-outil::before{display:none}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .field--name-field-type-outil .type-outil{display:none}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .field--name-field-type-outil .field--name-field-media-image{display:flex;width:3.6rem;justify-content:center}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .field--name-field-type-outil .field--name-field-media-image::before{content:"";position:absolute;top:calc(50% - 1.8rem);left:0;width:3.6rem;height:3.6rem;background-image:url(/themes/custom/gan/images/bg-title-icon.svg);background-position:center;background-size:100% auto;background-repeat:no-repeat;z-index:-1}.vos-services>.wrapper .liste-lecture .wrapper-bookmarks .field--name-field-type-outil .field--name-field-media-image img{display:block;max-width:3.2rem;max-height:3.2rem}.vos-services>.wrapper .liste-lecture .wrapper-empty::before{content:"";position:relative;display:block;width:14.6rem;height:22.6rem;margin:2rem auto -16.4rem;background-image:url(/themes/custom/gan/images/illustration-liste-lecture.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){.vos-services>.wrapper .liste-lecture .wrapper-empty::before{margin-bottom:-10rem}}.vos-services>.wrapper .liste-lecture .wrapper-empty .empty-text{position:relative;margin:0 auto;padding:17rem 4rem 0;width:32.5rem;height:27.6rem;font-family:"Quicksand",sans-serif;font-size:2.4rem;font-weight:bold;color:#435A8C;text-align:center;line-height:1.4;background-image:url(/themes/custom/gan/images/bg-liste-lecture-title.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;z-index:0}@media only screen and (max-width:48em){.vos-services>.wrapper .liste-lecture .wrapper-empty .empty-text{width:26.5rem;height:22.5rem;padding-top:13rem;font-size:2rem}}.vos-services>.wrapper .liste-lecture .wrapper-empty .bookmark-info{margin-top:4rem;padding:0 2rem;text-align:center;font-weight:500;color:#435A8C;font-size:1.8rem;line-height:1.6}.vos-services>.wrapper .liste-lecture .wrapper-empty .bookmark-info .bookmark::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:2.4rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vos-services>.wrapper .liste-lecture .wrapper-empty .bookmark-info .bookmark::before{vertical-align:middle}.vos-services>.wrapper .liste-lecture .bookmark-page-link{position:absolute;bottom:0;left:8rem;padding-bottom:2.5rem;width:18rem;margin-left:calc(50% - 9rem);appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;padding:0.8rem 2rem;font-size:1.2rem;font-weight:bold}.vos-services>.wrapper .liste-lecture .bookmark-page-link:hover,.vos-services>.wrapper .liste-lecture .bookmark-page-link:focus{background-color:#008983;border-color:#008983}.vos-services>.wrapper .liste-lecture .bookmark-page-link:hover[type="submit"],.vos-services>.wrapper .liste-lecture .bookmark-page-link:focus[type="submit"]{background-color:#008983}.vos-services>.wrapper .liste-lecture .bookmark-page-link:active{background-color:#00716D;border-color:#00716D}.vos-services>.wrapper .liste-lecture .bookmark-page-link:active[type="submit"]{background-color:#00716D}.vos-services>.wrapper .liste-lecture .bookmark-page-link:hover,.vos-services>.wrapper .liste-lecture .bookmark-page-link:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.vos-services>.wrapper .liste-lecture .bookmark-page-link:hover[type="submit"],.vos-services>.wrapper .liste-lecture .bookmark-page-link:focus[type="submit"]{background-color:#00B6B1}.vos-services>.wrapper .liste-lecture .bookmark-page-link:active{border-color:#008983;background-color:#008983;color:#fff}.vos-services>.wrapper .liste-lecture .bookmark-page-link:active[type="submit"]{background-color:#008983}@media only screen and (max-width:48em){.vos-services>.wrapper .liste-lecture .bookmark-page-link{left:4rem}}.path-recherche .layout-container>.region-breadcrumb{display:none}.path-recherche div.title{margin-top:2rem;font-family:"Quicksand",sans-serif;font-weight:bold}.path-recherche main[role="main"]{position:relative}.path-recherche main[role="main"]::before{content:"";position:absolute;top:11rem;left:calc(50% - (223.9rem / 2));display:block;width:223.9rem;height:100%;min-height:153.1rem;background-image:url(/themes/custom/gan/images/bg-category.png);background-position:left top;background-size:100% auto;background-repeat:repeat-y;z-index:1;pointer-events:none}.path-recherche .block-facets-summary-blockfacettes-selectionnees{display:flex;align-items:center;margin:3rem 0}@media only screen and (max-width:48em){.path-recherche .block-facets-summary-blockfacettes-selectionnees{flex-wrap:wrap;justify-content:center;margin:3rem 0}}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links){margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;margin-bottom:-1rem}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links) li{margin:0;padding:0}@media only screen and (max-width:48em){.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links){width:100%;justify-content:center;margin:-1rem}}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li{margin-right:3rem;margin-bottom:1rem}@media only screen and (max-width:48em){.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li{padding:1rem;margin:0}}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C;border-width:0.1rem;padding:0.5rem 4rem 0.5rem 2rem;font-size:1.6rem;line-height:1.2;border-radius:1.6rem}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:hover,.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:focus{background-color:#2E4068;border-color:#2E4068}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:hover[type="submit"],.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:focus[type="submit"]{background-color:#2E4068}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:active{background-color:#1C2740;border-color:#1C2740}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:active[type="submit"]{background-color:#1C2740}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:hover,.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:hover[type="submit"],.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:focus[type="submit"]{background-color:#435A8C}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:active{color:#fff;background-color:#2E4068;border-color:#2E4068}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a:active[type="submit"]{background-color:#2E4068}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.2rem;text-transform:none;color:inherit;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a::before{position:absolute;right:1.6rem;top:calc(50% - 0.6rem)}.path-recherche .block-facets-summary-blockfacettes-selectionnees ul:not(.contextual-links)>li a .facet-item__status{display:none}.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button{margin-left:auto;appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;padding-left:6.5rem;background-image:url(/themes/custom/gan/images/icon-filters-white.svg);background-position:left 3.8rem center;background-size:2.2rem 2.2rem;background-repeat:no-repeat;padding:1.3rem 3rem 1.3rem 6rem;background-size:2.7rem 1.9rem;background-position:2rem center;font-size:1.6rem}.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button:hover,.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button:focus{background-color:#2E4068;border-color:#2E4068}.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button:hover[type="submit"],.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button:focus[type="submit"]{background-color:#2E4068}.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button:active{background-color:#1C2740;border-color:#1C2740}.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button:active[type="submit"]{background-color:#1C2740}@media only screen and (max-width:48em){.path-recherche .block-facets-summary-blockfacettes-selectionnees .filters-button{order:-1;margin-left:0;margin-bottom:3rem}}@media only screen and (max-width:48em){.path-recherche .block-gan-hub-recherche-header+.block-facets-summary-blockfacettes-selectionnees{margin-top:-2.4rem}}.path-recherche .block-gan-search-header-search-page{margin-bottom:6rem}@media only screen and (max-width:48em){.path-recherche .block-gan-search-header-search-page{margin-bottom:3rem}}.path-recherche .block-gan-search-header-search-page .title{margin-bottom:2rem;font-size:3.2rem;color:#435A8C;text-align:center;line-height:1.2}@media only screen and (max-width:48em){.path-recherche .block-gan-search-header-search-page .title{font-size:2.8rem}}.path-recherche .block-gan-search-header-search-page .nb-resultats{font-family:"Quicksand",sans-serif;font-size:2.5rem;font-weight:bold;color:#435A8C}.path-recherche .view-recherche .view-content{display:flex;flex-wrap:wrap;margin:-2.5rem -1rem}.path-recherche .view-recherche .view-content .views-row{width:33.3333%;padding:2.5rem 1rem}@media only screen and (max-width:48em){.path-recherche .view-recherche .view-content .views-row{width:100%}}.path-recherche .view-recherche .view-empty{text-align:center;font-size:2rem;line-height:1.2}.path-recherche .view-recherche .view-empty .fixed-image{width:47.4rem;height:28.7rem;margin:5rem auto;background-image:url(/themes/custom/gan/images/bg-footer-social.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.path-recherche .view-recherche .view-empty .fixed-image{width:100%;height:0;padding-bottom:60.54%}}.path-recherche .layout-sidebar-first{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,0.2);opacity:1;overflow:hidden;pointer-events:none;z-index:20}.path-recherche .layout-sidebar-first.with-animation{animation-name:fadeOut;animation-delay:0.3s;animation-duration:0.5s;animation-fill-mode:forwards}.path-recherche .layout-sidebar-first.with-animation .region-sidebar-first{animation-name:fadeOutLeft;animation-duration:0.5s;animation-delay:0s;animation-fill-mode:forwards}.path-recherche .layout-sidebar-first .region-sidebar-first{position:relative;display:flex;flex-direction:column;width:57rem;height:100%;margin-left:auto;padding:4rem 8rem 10rem 8rem;opacity:1;background-color:#fff;overflow:auto;transform:translateX(0)}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .region-sidebar-first{width:100%;padding:2rem}}.path-recherche .layout-sidebar-first .region-sidebar-first::before{content:"";position:absolute;top:4.5rem;left:8rem;display:block;width:2.7rem;height:1.9rem;background-image:url(/themes/custom/gan/images/icon-filters-gray.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .region-sidebar-first::before{top:2.2rem;left:2rem}}.path-recherche .layout-sidebar-first.open{display:flex}.path-recherche .layout-sidebar-first.open.with-animation{opacity:0;pointer-events:all;animation-name:fadeIn;animation-duration:0.5s;animation-delay:0s;animation-fill-mode:forwards}.path-recherche .layout-sidebar-first.open.with-animation .region-sidebar-first{opacity:0;transform:translateX(100%);animation-name:fadeInLeft;animation-duration:0.5s;animation-delay:0.3s;animation-fill-mode:forwards}.path-recherche .layout-sidebar-first .fermer-button{flex:0 0 auto;appearance:none;display:block;margin:0 0 4rem auto;margin-left:auto;width:2.4rem;height:2.4rem;background:none;border:0;font-size:0;color:transparent;background-image:url(/themes/custom/gan/images/icon-close-gray.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .fermer-button{margin:0 0 2rem auto}}.path-recherche .layout-sidebar-first .fermer-button:focus,.path-recherche .layout-sidebar-first .fermer-button:hover{background-image:url(/themes/custom/gan/images/icon-close-blue.svg)}.path-recherche .layout-sidebar-first .block{display:flex;flex-direction:column;margin-bottom:4rem;flex:1 0 auto}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .block{margin-bottom:2rem}}.path-recherche .layout-sidebar-first .block .buttons{display:flex;flex-wrap:wrap;margin-top:auto;margin-bottom:4rem;justify-content:space-between}.path-recherche .layout-sidebar-first .block .buttons .reset-link{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;padding:0.8rem 2rem;font-size:1.7rem}.path-recherche .layout-sidebar-first .block .buttons .reset-link:hover,.path-recherche .layout-sidebar-first .block .buttons .reset-link:focus{background-color:#008983;border-color:#008983}.path-recherche .layout-sidebar-first .block .buttons .reset-link:hover[type="submit"],.path-recherche .layout-sidebar-first .block .buttons .reset-link:focus[type="submit"]{background-color:#008983}.path-recherche .layout-sidebar-first .block .buttons .reset-link:active{background-color:#00716D;border-color:#00716D}.path-recherche .layout-sidebar-first .block .buttons .reset-link:active[type="submit"]{background-color:#00716D}.path-recherche .layout-sidebar-first .block .buttons .reset-link:hover,.path-recherche .layout-sidebar-first .block .buttons .reset-link:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.path-recherche .layout-sidebar-first .block .buttons .reset-link:hover[type="submit"],.path-recherche .layout-sidebar-first .block .buttons .reset-link:focus[type="submit"]{background-color:#00B6B1}.path-recherche .layout-sidebar-first .block .buttons .reset-link:active{border-color:#008983;background-color:#008983;color:#fff}.path-recherche .layout-sidebar-first .block .buttons .reset-link:active[type="submit"]{background-color:#008983}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .block .buttons .reset-link{width:100%;margin-bottom:1rem}}.path-recherche .layout-sidebar-first .block .buttons .all-results-button{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;padding:0.8rem 2rem;font-size:1.7rem}.path-recherche .layout-sidebar-first .block .buttons .all-results-button:hover,.path-recherche .layout-sidebar-first .block .buttons .all-results-button:focus{background-color:#008983;border-color:#008983}.path-recherche .layout-sidebar-first .block .buttons .all-results-button:hover[type="submit"],.path-recherche .layout-sidebar-first .block .buttons .all-results-button:focus[type="submit"]{background-color:#008983}.path-recherche .layout-sidebar-first .block .buttons .all-results-button:active{background-color:#00716D;border-color:#00716D}.path-recherche .layout-sidebar-first .block .buttons .all-results-button:active[type="submit"]{background-color:#00716D}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .block .buttons .all-results-button{width:100%}}.path-recherche .layout-sidebar-first .filter-par div{margin:0 0 2rem;padding:0 0 1rem;border-bottom:0.4rem solid #F3F3F3;line-height:1;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.5rem;color:#435A8C}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .filter-par div{margin-bottom:2rem}}.path-recherche .layout-sidebar-first .block-title{margin:0 0 3rem;padding:0 0 1rem;border-bottom:0.4rem solid #F3F3F3;line-height:1;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.5rem;color:#435A8C}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .block-title{margin-bottom:2rem}}.path-recherche .layout-sidebar-first #block-age .facet-title,.path-recherche .layout-sidebar-first #block-activite .facet-title{margin:0 0 1rem;line-height:1;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.2rem;color:#000;border:none}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first #block-age .facet-title,.path-recherche .layout-sidebar-first #block-activite .facet-title{margin-bottom:1rem}}.path-recherche .layout-sidebar-first .title{margin:0 0 2rem;line-height:1;font-family:"Quicksand",sans-serif;font-weight:bold;font-size:2.2rem;color:#000}@media only screen and (max-width:48em){.path-recherche .layout-sidebar-first .title{margin-bottom:1rem}}.path-recherche .layout-sidebar-first ul{margin:0;padding:0;list-style:none}.path-recherche .layout-sidebar-first ul li{margin:0;padding:0}.path-recherche .layout-sidebar-first a{text-decoration:none;color:inherit;transition:all ease .4s;font-size:1.5rem}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links li{margin-bottom:1.5rem}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a{position:relative;display:block;padding-right:4.4rem;font-size:1.5rem;color:#000}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a:focus,.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a:hover{color:#435A8C}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a::before,.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a::after{content:"";position:absolute;display:block;box-sizing:border-box;border-radius:50%;transition:all ease .4s}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a::before{top:calc(50% - 1.2rem);right:0;width:2.4rem;height:2.4rem;border:0.1rem solid #EBEBEB}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a::after{top:calc(50% - 0.5rem);right:0.7rem;width:1rem;height:1rem;background-color:#435A8C;opacity:0}.path-recherche .layout-sidebar-first .block-ows-search-views-sort-with-links a.active::after{opacity:1}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links>ul ul{display:none}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links>ul.hide-parent>.facet-item--active-trail>a{display:none}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li{display:none}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li.open{display:block}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li.open::before{opacity:1}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li.open::after{display:none}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li.open>a{margin-left:3rem;font-weight:bold;color:#000}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li.open>a .facet-item__count{display:none}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links ul.open>li.open>div[class*="facets-widget-"]>ul{display:block}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links li{position:relative;border-bottom:0.2rem solid #F3F3F3}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links li.facet-item--expanded::after{content:"";position:absolute;top:calc(50% - 0.7rem);right:0;display:block;width:0.8rem;height:1.4rem;background-image:url(/themes/custom/gan/images/arrow-green.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links li:last-child{border-bottom:0}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links li.facet-item--expanded{cursor:pointer}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links li.facet-item--expanded::before{content:"";position:absolute;top:1.9rem;left:0;display:block;width:1.4rem;height:1rem;opacity:0;background-image:url(/themes/custom/gan/images/arrow-back.svg);background-position:center;background-size:100% 100%;background-repeat:no-repeat;transition:all ease .4s}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links li.facet-item--expanded>a{width:calc(100% - 3rem)}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a{position:relative;display:flex;align-items:center;height:4.5rem;padding-right:1.8rem;font-size:1.5rem;line-height:1.2;color:#000}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a .facet-item__status{display:none}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a .facet-item__count{display:inline-block;margin-left:1rem;padding:0 0.8rem;line-height:2rem;border-radius:0.8rem;font-size:1.2rem;background-color:#EBEBEB;color:#000;font-weight:normal;transition:all ease .4s}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a:hover,.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a:focus,.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a.is-active{color:#00B6B1}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a:hover .facet-item__count,.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a:focus .facet-item__count,.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a.is-active .facet-item__count{background-color:#CDEBEB}.path-recherche .layout-sidebar-first .block-facet-blockrubrique .facets-widget-links a.is-active{font-weight:bold}.path-recherche .layout-sidebar-first .block-facet-blockactivite h2{margin-bottom:3rem}.path-recherche .layout-sidebar-first .block-facet-blockactivite .facets-widget-links{display:flex;justify-content:center}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul{display:flex;flex-wrap:wrap;max-width:39rem;margin:-1rem}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li{width:13rem;padding:1rem}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a{display:flex;flex-direction:column;align-items:center;text-align:center}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a::before{display:block;margin-bottom:1rem;width:6.1rem;background-image:url(/themes/custom/gan/images/bg-title-icon-gray.svg);background-position:center;background-size:6.1rem 4.5rem;background-repeat:no-repeat;transition:all ease .4s}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a:hover::before,.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a:focus::before,.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a.is-active::before{color:#000 !important;background-image:url(/themes/custom/gan/images/bg-title-icon-green.svg);background-position:center;background-size:6.1rem 4.5rem;background-repeat:no-repeat}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2648"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:4.6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2648"]::before{line-height:6rem}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2625"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2645"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2636"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2637"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2635"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2640"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li a[data-drupal-facet-item-id="activite-2638"]::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:6rem;text-transform:none;color:#6D6D6D;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li .facet-item__value{font-size:1.4rem;line-height:1.2;color:#000}.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li .facet-item__count,.path-recherche .layout-sidebar-first .block-facet-blockactivite ul li .facet-item__status{display:none}.path-recherche .layout-sidebar-first .block-facet-blockage ul{display:flex;flex-wrap:wrap}.path-recherche .layout-sidebar-first .block-facet-blockage ul li{margin:0 2rem 2rem 0}.path-recherche .layout-sidebar-first .block-facet-blockage ul a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;padding:0.3rem 1rem;font-size:1.6rem;font-weight:bold;font-family:"Quicksand",sans-serif;background-color:#868686;border-color:#868686}.path-recherche .layout-sidebar-first .block-facet-blockage ul a:hover,.path-recherche .layout-sidebar-first .block-facet-blockage ul a:focus{background-color:#008983;border-color:#008983}.path-recherche .layout-sidebar-first .block-facet-blockage ul a:hover[type="submit"],.path-recherche .layout-sidebar-first .block-facet-blockage ul a:focus[type="submit"]{background-color:#008983}.path-recherche .layout-sidebar-first .block-facet-blockage ul a:active{background-color:#00716D;border-color:#00716D}.path-recherche .layout-sidebar-first .block-facet-blockage ul a:active[type="submit"]{background-color:#00716D}.path-recherche .layout-sidebar-first .block-facet-blockage ul a:hover,.path-recherche .layout-sidebar-first .block-facet-blockage ul a:focus,.path-recherche .layout-sidebar-first .block-facet-blockage ul a.is-active{background-color:#00B6B1;border-color:#00B6B1}.path-recherche .block-gan-hub-recherche-header{position:relative;width:100vw;padding:10rem 0;margin-left:calc(-50vw + 50%);background-color:#E9F4F6;background-image:url(/themes/custom/gan/images/bg-sprinkles-blue.png);background-position:center;background-size:auto auto;background-repeat:repeat;z-index:-2}@media only screen and (max-width:48em){.path-recherche .block-gan-hub-recherche-header{padding:5rem 0 8rem}}.path-recherche .block-gan-hub-recherche-header>article{width:100%;max-width:79.2rem;margin:0 auto;text-align:center}@media only screen and (max-width:48em){.path-recherche .block-gan-hub-recherche-header>article{padding:0 2rem}}.path-recherche .block-gan-hub-recherche-header>article .field--name-field-texte-court{margin-bottom:3rem;font-weight:bold;font-family:"Quicksand",sans-serif;color:#435A8C;font-size:4.5rem;line-height:1.2}.path-recherche .block-gan-hub-recherche-header>article .field--name-field-accroche{font-size:inherit;font-weight:inherit}.path-recherche .block-gan-hub-recherche-footer{position:relative;background:#F5FCFF;background:#F5FCFF;margin-top:10rem;margin-bottom:-11.6rem;padding-bottom:21.6rem}.path-recherche .block-gan-hub-recherche-footer::before{content:"";position:absolute;top:0;right:100%;display:block;width:9999px;height:100%;background:#F5FCFF}@media only screen and (max-width:48em){.path-recherche .block-gan-hub-recherche-footer::before{width:2rem}}@media only screen and (max-width:30em){.path-recherche .block-gan-hub-recherche-footer::before{width:2rem}}.path-recherche .block-gan-hub-recherche-footer::after{content:"";position:absolute;top:0;left:100%;display:block;width:9999px;height:100%;background:#F5FCFF}@media only screen and (max-width:48em){.path-recherche .block-gan-hub-recherche-footer::after{width:2rem}}@media only screen and (max-width:30em){.path-recherche .block-gan-hub-recherche-footer::after{width:2rem}}@media only screen and (max-width:48em){.path-recherche .block-gan-hub-recherche-footer{margin-top:5rem;margin-bottom:-15.6rem}}.path-recherche .block-gan-hub-recherche-footer .field--name-field-texte-court{margin-bottom:2rem;font-weight:bold;color:#000;text-align:center}.tooltip-open{position:absolute;max-width:30rem;padding:1rem;background-color:#fff;border-radius:5px;color:#1F1F1F;font-size:1.3rem;line-height:1.2;pointer-events:none;box-shadow:0 0 2rem rgba(0,0,0,0.2);z-index:10;animation-name:fadeIn;animation-duration:0.4s;animation-fill-mode:forwards}.tooltip-open::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fff transparent transparent transparent}.path-user .block-local-tasks-block{display:none}.path-user .region-breadcrumb{margin-top:2rem}.path-user .block-system-main-block{margin:4rem auto 8rem;width:60rem}@media only screen and (max-width:48em){.path-user .block-system-main-block{width:100%;margin:3rem auto}}.path-user p.intro,.path-user p.inscription-infos,.path-user p#per-connect-header-form{margin:0 0 4rem;padding:0 5rem;font-size:1.4rem;text-align:center}@media only screen and (max-width:48em){.path-user p.intro,.path-user p.inscription-infos,.path-user p#per-connect-header-form{padding:0}}.path-user p.intro a,.path-user p.inscription-infos a,.path-user p#per-connect-header-form a{color:#00B6B1}.path-user p.inscription-infos,.path-user p#per-connect-header-form{margin:0 0 4rem;text-align:left;padding:0}.path-user p.intro,.path-user p.inscription-infos,.path-user p.acces_donnees,.path-user p.cgv-footer{display:none}#ws_global{width:100%;margin:0}#form_account{width:100%;margin:0;padding:0;color:inherit;font-family:"Montserrat",sans-serif;font-size:1.6rem;text-align:left}#form_account label{font-weight:600}#form_account .submit_button{margin-left:auto;margin-right:auto;appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;display:block;width:auto;height:auto;font-size:1.7rem}#form_account .submit_button:hover,#form_account .submit_button:focus{background-color:#008983;border-color:#008983}#form_account .submit_button:hover[type="submit"],#form_account .submit_button:focus[type="submit"]{background-color:#008983}#form_account .submit_button:active{background-color:#00716D;border-color:#00716D}#form_account .submit_button:active[type="submit"]{background-color:#00716D}#form_account .submit{padding-right:0}#global_registration_ens_form .submit,#global_registration_par_form .submit,#global_registration_etu_form .submit,#global_registration_ent_form .submit,#global_registration_ele_form .submit,#profil_choice_form .submit{position:relative}#global_registration_ens_form .submit::before,#global_registration_par_form .submit::before,#global_registration_etu_form .submit::before,#global_registration_ent_form .submit::before,#global_registration_ele_form .submit::before,#profil_choice_form .submit::before{content:"Valider";position:absolute;left:0;top:0;width:100%;pointer-events:none;text-align:center;font-size:1.7rem;font-family:"Quicksand",sans-serif;font-weight:bold;color:#fff;line-height:4rem;z-index:2}#global_registration_ens_form .submit .submit_button,#global_registration_par_form .submit .submit_button,#global_registration_etu_form .submit .submit_button,#global_registration_ent_form .submit .submit_button,#global_registration_ele_form .submit .submit_button,#profil_choice_form .submit .submit_button{width:19rem}#profil_choice_form .submit::before{content:"Créer un compte"}#bordsso-lost-pass .fieldset{position:relative}#bordsso-lost-pass .fieldset::before{content:"Valider";position:absolute;left:0;bottom:0;width:100%;pointer-events:none;text-align:center;font-size:1.7rem;font-family:"Quicksand",sans-serif;font-weight:bold;color:#fff;line-height:4rem;z-index:2}#bordsso-lost-pass .fieldset .submit_button{width:19rem}#group_personal_infos,#group_institution_infos,#div_options_list_form,#div_personal_information,#div_password,#div_profil_par_subform,#div_lost_password,#div_profil_choice,#div_login,#div_registration_confirmation,#user-login-form{position:relative;width:100%;float:none;margin:0 0 6rem;padding:0 0 2rem;border:0}#group_personal_infos::after,#group_institution_infos::after,#div_options_list_form::after,#div_personal_information::after,#div_password::after,#div_profil_par_subform::after,#div_lost_password::after,#div_profil_choice::after,#div_login::after,#div_registration_confirmation::after,#user-login-form::after{content:"";position:absolute;bottom:0;left:-9.5rem;display:block;width:calc(100% + 19rem);height:0.5rem;background-color:#f5f5f5}@media only screen and (max-width:48em){#group_personal_infos::after,#group_institution_infos::after,#div_options_list_form::after,#div_personal_information::after,#div_password::after,#div_profil_par_subform::after,#div_lost_password::after,#div_profil_choice::after,#div_login::after,#div_registration_confirmation::after,#user-login-form::after{width:100%;left:0}}#group_personal_infos h2,#group_personal_infos .fieldset h2,#group_institution_infos h2,#group_institution_infos .fieldset h2,#div_options_list_form h2,#div_options_list_form .fieldset h2,#div_personal_information h2,#div_personal_information .fieldset h2,#div_password h2,#div_password .fieldset h2,#div_profil_par_subform h2,#div_profil_par_subform .fieldset h2,#div_lost_password h2,#div_lost_password .fieldset h2,#div_profil_choice h2,#div_profil_choice .fieldset h2,#div_login h2,#div_login .fieldset h2,#div_registration_confirmation h2,#div_registration_confirmation .fieldset h2,#user-login-form h2,#user-login-form .fieldset h2{display:inline;padding:0.5rem 3rem;border:0;line-height:1.7;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;font-family:"Quicksand",sans-serif;font-size:3.2rem;font-weight:bold;background-image:url(/themes/custom/gan/images/bg-line.svg);background-position:left center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:48em){#group_personal_infos h2,#group_personal_infos .fieldset h2,#group_institution_infos h2,#group_institution_infos .fieldset h2,#div_options_list_form h2,#div_options_list_form .fieldset h2,#div_personal_information h2,#div_personal_information .fieldset h2,#div_password h2,#div_password .fieldset h2,#div_profil_par_subform h2,#div_profil_par_subform .fieldset h2,#div_lost_password h2,#div_lost_password .fieldset h2,#div_profil_choice h2,#div_profil_choice .fieldset h2,#div_login h2,#div_login .fieldset h2,#div_registration_confirmation h2,#div_registration_confirmation .fieldset h2,#user-login-form h2,#user-login-form .fieldset h2{font-size:2.4rem;line-height:1.9}}#group_personal_infos h2+*,#group_personal_infos .fieldset h2+*,#group_institution_infos h2+*,#group_institution_infos .fieldset h2+*,#div_options_list_form h2+*,#div_options_list_form .fieldset h2+*,#div_personal_information h2+*,#div_personal_information .fieldset h2+*,#div_password h2+*,#div_password .fieldset h2+*,#div_profil_par_subform h2+*,#div_profil_par_subform .fieldset h2+*,#div_lost_password h2+*,#div_lost_password .fieldset h2+*,#div_profil_choice h2+*,#div_profil_choice .fieldset h2+*,#div_login h2+*,#div_login .fieldset h2+*,#div_registration_confirmation h2+*,#div_registration_confirmation .fieldset h2+*,#user-login-form h2+*,#user-login-form .fieldset h2+*{margin-top:4rem}#group_personal_infos label,#group_personal_infos .fieldset label,#group_institution_infos label,#group_institution_infos .fieldset label,#div_options_list_form label,#div_options_list_form .fieldset label,#div_personal_information label,#div_personal_information .fieldset label,#div_password label,#div_password .fieldset label,#div_profil_par_subform label,#div_profil_par_subform .fieldset label,#div_lost_password label,#div_lost_password .fieldset label,#div_profil_choice label,#div_profil_choice .fieldset label,#div_login label,#div_login .fieldset label,#div_registration_confirmation label,#div_registration_confirmation .fieldset label,#user-login-form label,#user-login-form .fieldset label{float:none;display:block;width:100%;padding:0;margin:0 0 1rem;font-size:1.6rem;font-weight:600;text-align:left}#group_personal_infos input[type="text"],#group_personal_infos .fieldset input[type="text"],#group_personal_infos input[type="password"],#group_personal_infos .fieldset input[type="password"],#group_personal_infos input[type="email"],#group_personal_infos .fieldset input[type="email"],#group_personal_infos select,#group_personal_infos .fieldset select,#group_institution_infos input[type="text"],#group_institution_infos .fieldset input[type="text"],#group_institution_infos input[type="password"],#group_institution_infos .fieldset input[type="password"],#group_institution_infos input[type="email"],#group_institution_infos .fieldset input[type="email"],#group_institution_infos select,#group_institution_infos .fieldset select,#div_options_list_form input[type="text"],#div_options_list_form .fieldset input[type="text"],#div_options_list_form input[type="password"],#div_options_list_form .fieldset input[type="password"],#div_options_list_form input[type="email"],#div_options_list_form .fieldset input[type="email"],#div_options_list_form select,#div_options_list_form .fieldset select,#div_personal_information input[type="text"],#div_personal_information .fieldset input[type="text"],#div_personal_information input[type="password"],#div_personal_information .fieldset input[type="password"],#div_personal_information input[type="email"],#div_personal_information .fieldset input[type="email"],#div_personal_information select,#div_personal_information .fieldset select,#div_password input[type="text"],#div_password .fieldset input[type="text"],#div_password input[type="password"],#div_password .fieldset input[type="password"],#div_password input[type="email"],#div_password .fieldset input[type="email"],#div_password select,#div_password .fieldset select,#div_profil_par_subform input[type="text"],#div_profil_par_subform .fieldset input[type="text"],#div_profil_par_subform input[type="password"],#div_profil_par_subform .fieldset input[type="password"],#div_profil_par_subform input[type="email"],#div_profil_par_subform .fieldset input[type="email"],#div_profil_par_subform select,#div_profil_par_subform .fieldset select,#div_lost_password input[type="text"],#div_lost_password .fieldset input[type="text"],#div_lost_password input[type="password"],#div_lost_password .fieldset input[type="password"],#div_lost_password input[type="email"],#div_lost_password .fieldset input[type="email"],#div_lost_password select,#div_lost_password .fieldset select,#div_profil_choice input[type="text"],#div_profil_choice .fieldset input[type="text"],#div_profil_choice input[type="password"],#div_profil_choice .fieldset input[type="password"],#div_profil_choice input[type="email"],#div_profil_choice .fieldset input[type="email"],#div_profil_choice select,#div_profil_choice .fieldset select,#div_login input[type="text"],#div_login .fieldset input[type="text"],#div_login input[type="password"],#div_login .fieldset input[type="password"],#div_login input[type="email"],#div_login .fieldset input[type="email"],#div_login select,#div_login .fieldset select,#div_registration_confirmation input[type="text"],#div_registration_confirmation .fieldset input[type="text"],#div_registration_confirmation input[type="password"],#div_registration_confirmation .fieldset input[type="password"],#div_registration_confirmation input[type="email"],#div_registration_confirmation .fieldset input[type="email"],#div_registration_confirmation select,#div_registration_confirmation .fieldset select,#user-login-form input[type="text"],#user-login-form .fieldset input[type="text"],#user-login-form input[type="password"],#user-login-form .fieldset input[type="password"],#user-login-form input[type="email"],#user-login-form .fieldset input[type="email"],#user-login-form select,#user-login-form .fieldset select{height:4.6rem;width:100%;border:0.1rem solid #EBEBEB;padding:0 1.5rem;font-size:1.6rem;font-family:"Montserrat",sans-serif;color:#4A4A4A;background-color:#fff;appearance:none}#group_personal_infos select,#group_personal_infos .fieldset select,#group_institution_infos select,#group_institution_infos .fieldset select,#div_options_list_form select,#div_options_list_form .fieldset select,#div_personal_information select,#div_personal_information .fieldset select,#div_password select,#div_password .fieldset select,#div_profil_par_subform select,#div_profil_par_subform .fieldset select,#div_lost_password select,#div_lost_password .fieldset select,#div_profil_choice select,#div_profil_choice .fieldset select,#div_login select,#div_login .fieldset select,#div_registration_confirmation select,#div_registration_confirmation .fieldset select,#user-login-form select,#user-login-form .fieldset select{background-image:url(/themes/custom/gan/images/icon-select-arrow.svg);background-position:right 1.1rem center;background-size:1.4rem 0.8rem;background-repeat:no-repeat}#group_personal_infos input[type="checkbox"],#group_personal_infos input[type="radio"],#group_institution_infos input[type="checkbox"],#group_institution_infos input[type="radio"],#div_options_list_form input[type="checkbox"],#div_options_list_form input[type="radio"],#div_personal_information input[type="checkbox"],#div_personal_information input[type="radio"],#div_password input[type="checkbox"],#div_password input[type="radio"],#div_profil_par_subform input[type="checkbox"],#div_profil_par_subform input[type="radio"],#div_lost_password input[type="checkbox"],#div_lost_password input[type="radio"],#div_profil_choice input[type="checkbox"],#div_profil_choice input[type="radio"],#div_login input[type="checkbox"],#div_login input[type="radio"],#div_registration_confirmation input[type="checkbox"],#div_registration_confirmation input[type="radio"],#user-login-form input[type="checkbox"],#user-login-form input[type="radio"]{position:absolute;width:0;height:0;opacity:0}#group_personal_infos input[type="checkbox"]+label,#group_personal_infos input[type="radio"]+label,#group_institution_infos input[type="checkbox"]+label,#group_institution_infos input[type="radio"]+label,#div_options_list_form input[type="checkbox"]+label,#div_options_list_form input[type="radio"]+label,#div_personal_information input[type="checkbox"]+label,#div_personal_information input[type="radio"]+label,#div_password input[type="checkbox"]+label,#div_password input[type="radio"]+label,#div_profil_par_subform input[type="checkbox"]+label,#div_profil_par_subform input[type="radio"]+label,#div_lost_password input[type="checkbox"]+label,#div_lost_password input[type="radio"]+label,#div_profil_choice input[type="checkbox"]+label,#div_profil_choice input[type="radio"]+label,#div_login input[type="checkbox"]+label,#div_login input[type="radio"]+label,#div_registration_confirmation input[type="checkbox"]+label,#div_registration_confirmation input[type="radio"]+label,#user-login-form input[type="checkbox"]+label,#user-login-form input[type="radio"]+label{position:relative;margin-bottom:0;padding-left:4rem;font-size:1.6rem;line-height:2.4rem;cursor:pointer}#group_personal_infos input[type="checkbox"]+label::before,#group_personal_infos input[type="radio"]+label::before,#group_institution_infos input[type="checkbox"]+label::before,#group_institution_infos input[type="radio"]+label::before,#div_options_list_form input[type="checkbox"]+label::before,#div_options_list_form input[type="radio"]+label::before,#div_personal_information input[type="checkbox"]+label::before,#div_personal_information input[type="radio"]+label::before,#div_password input[type="checkbox"]+label::before,#div_password input[type="radio"]+label::before,#div_profil_par_subform input[type="checkbox"]+label::before,#div_profil_par_subform input[type="radio"]+label::before,#div_lost_password input[type="checkbox"]+label::before,#div_lost_password input[type="radio"]+label::before,#div_profil_choice input[type="checkbox"]+label::before,#div_profil_choice input[type="radio"]+label::before,#div_login input[type="checkbox"]+label::before,#div_login input[type="radio"]+label::before,#div_registration_confirmation input[type="checkbox"]+label::before,#div_registration_confirmation input[type="radio"]+label::before,#user-login-form input[type="checkbox"]+label::before,#user-login-form input[type="radio"]+label::before{content:"";position:absolute;left:0;top:0;display:block;width:2.4rem;height:2.4rem;border:0.1rem solid #666;box-sizing:border-box}#group_personal_infos input[type="checkbox"]:checked+label::before,#group_institution_infos input[type="checkbox"]:checked+label::before,#div_options_list_form input[type="checkbox"]:checked+label::before,#div_personal_information input[type="checkbox"]:checked+label::before,#div_password input[type="checkbox"]:checked+label::before,#div_profil_par_subform input[type="checkbox"]:checked+label::before,#div_lost_password input[type="checkbox"]:checked+label::before,#div_profil_choice input[type="checkbox"]:checked+label::before,#div_login input[type="checkbox"]:checked+label::before,#div_registration_confirmation input[type="checkbox"]:checked+label::before,#user-login-form input[type="checkbox"]:checked+label::before{background-image:url(/themes/custom/gan/images/icon-checkbox.svg);background-position:center;background-size:1.6rem 1.2rem;background-repeat:no-repeat}#group_personal_infos input[type="radio"]+label::before,#group_institution_infos input[type="radio"]+label::before,#div_options_list_form input[type="radio"]+label::before,#div_personal_information input[type="radio"]+label::before,#div_password input[type="radio"]+label::before,#div_profil_par_subform input[type="radio"]+label::before,#div_lost_password input[type="radio"]+label::before,#div_profil_choice input[type="radio"]+label::before,#div_login input[type="radio"]+label::before,#div_registration_confirmation input[type="radio"]+label::before,#user-login-form input[type="radio"]+label::before{border-radius:50%}#group_personal_infos input[type="radio"]+label::after,#group_institution_infos input[type="radio"]+label::after,#div_options_list_form input[type="radio"]+label::after,#div_personal_information input[type="radio"]+label::after,#div_password input[type="radio"]+label::after,#div_profil_par_subform input[type="radio"]+label::after,#div_lost_password input[type="radio"]+label::after,#div_profil_choice input[type="radio"]+label::after,#div_login input[type="radio"]+label::after,#div_registration_confirmation input[type="radio"]+label::after,#user-login-form input[type="radio"]+label::after{content:"";position:absolute;top:0.7rem;left:0.7rem;display:block;width:1rem;height:1rem;background-color:#435A8C;border-radius:50%;opacity:0}#group_personal_infos input[type="radio"]:checked+label::after,#group_institution_infos input[type="radio"]:checked+label::after,#div_options_list_form input[type="radio"]:checked+label::after,#div_personal_information input[type="radio"]:checked+label::after,#div_password input[type="radio"]:checked+label::after,#div_profil_par_subform input[type="radio"]:checked+label::after,#div_lost_password input[type="radio"]:checked+label::after,#div_profil_choice input[type="radio"]:checked+label::after,#div_login input[type="radio"]:checked+label::after,#div_registration_confirmation input[type="radio"]:checked+label::after,#user-login-form input[type="radio"]:checked+label::after{opacity:1}#group_personal_infos .fieldset,#group_institution_infos .fieldset,#div_options_list_form .fieldset,#div_personal_information .fieldset,#div_password .fieldset,#div_profil_par_subform .fieldset,#div_lost_password .fieldset,#div_profil_choice .fieldset,#div_login .fieldset,#div_registration_confirmation .fieldset,#user-login-form .fieldset{background:none;border:0;padding:0}#group_personal_infos ul.field li,#group_institution_infos ul.field li,#div_options_list_form ul.field li,#div_personal_information ul.field li,#div_password ul.field li,#div_profil_par_subform ul.field li,#div_lost_password ul.field li,#div_profil_choice ul.field li,#div_login ul.field li,#div_registration_confirmation ul.field li,#user-login-form ul.field li{padding:0;margin-bottom:3rem}#user-login-form h2{align-self:flex-start}#user-login-form .links{margin-top:1rem;text-align:center}#user-login-form .links a{font-size:1.4rem;color:#4A4A4A;transition:all ease .4s}#user-login-form .links a:focus,#user-login-form .links a:hover{color:#00B6B1}#user-login-form .outro{position:relative;margin-top:3rem;margin-bottom:2rem;padding-top:3rem;text-align:center}#user-login-form .outro::before{content:"";position:absolute;top:0;left:-9.5rem;display:block;width:calc(100% + 19rem);height:0.5rem;background-color:#f5f5f5}#user-login-form .outro p{margin-top:0;margin-bottom:2rem}#user-login-form .outro a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#435A8C;border:0.2rem solid #435A8C;color:#fff;background-color:transparent;border:0.2rem solid #435A8C;color:#435A8C}#user-login-form .outro a:hover,#user-login-form .outro a:focus{background-color:#2E4068;border-color:#2E4068}#user-login-form .outro a:hover[type="submit"],#user-login-form .outro a:focus[type="submit"]{background-color:#2E4068}#user-login-form .outro a:active{background-color:#1C2740;border-color:#1C2740}#user-login-form .outro a:active[type="submit"]{background-color:#1C2740}#user-login-form .outro a:hover,#user-login-form .outro a:focus{background-color:#435A8C;border-color:#435A8C;color:#fff}#user-login-form .outro a:hover[type="submit"],#user-login-form .outro a:focus[type="submit"]{background-color:#435A8C}#user-login-form .outro a:active{color:#fff;background-color:#2E4068;border-color:#2E4068}#user-login-form .outro a:active[type="submit"]{background-color:#2E4068}#div_login,#div_profil_par_subform,#div_lost_password,#div_registration_confirmation{margin:0}#div_login,#div_profil_par_subform,#div_options_list_form,#div_lost_password,#div_registration_confirmation,#div_password,#div_profil_choice{padding:0}#div_login::after,#div_profil_par_subform::after,#div_options_list_form::after,#div_lost_password::after,#div_registration_confirmation::after,#div_password::after,#div_profil_choice::after{display:none}#div_options_list_form h2+input+label{margin-top:4rem}#div_login ul.field{margin-bottom:-4.5rem}#div_registration_confirmation .fieldset{text-align:left}#div_registration_confirmation .confirmation_email,#div_registration_confirmation .login_use{margin:0 0 4rem;font-size:1.6rem;line-height:1.6470}#div_registration_confirmation .login_use{margin:0 0 2rem}#div_registration_confirmation .login_infos{width:100%;margin:0 0 4rem;border:0;padding:0;background-color:#f5f5f5}#div_registration_confirmation .login_infos td{padding:1rem;font-size:1.6rem}#div_registration_confirmation .redirection{border:1px solid #FF9F89;padding:15px}#div_registration_confirmation .redirection .info_redirection{color:#FF9F89;font-weight:bold;margin:0}#div_registration_confirmation .redirection #decompte,#div_registration_confirmation .redirection .lien{font-weight:bold}#div_profil_choice p{margin-bottom:4rem}#div_profil_choice .field{padding:0}#div_password{margin-bottom:0}#div_password p{margin:4rem 0}#div_password p.password_edit_link{padding-top:0;text-align:center}#div_password p.password_edit_link a{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1;font-size:1.7rem}#div_password p.password_edit_link a:hover,#div_password p.password_edit_link a:focus{background-color:#008983;border-color:#008983}#div_password p.password_edit_link a:hover[type="submit"],#div_password p.password_edit_link a:focus[type="submit"]{background-color:#008983}#div_password p.password_edit_link a:active{background-color:#00716D;border-color:#00716D}#div_password p.password_edit_link a:active[type="submit"]{background-color:#00716D}#div_password p.password_edit_link a:hover,#div_password p.password_edit_link a:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}#div_password p.password_edit_link a:hover[type="submit"],#div_password p.password_edit_link a:focus[type="submit"]{background-color:#00B6B1}#div_password p.password_edit_link a:active{border-color:#008983;background-color:#008983;color:#fff}#div_password p.password_edit_link a:active[type="submit"]{background-color:#008983}#div_lost_password .fieldset p.lost-password-intro{margin-bottom:4rem}.description_children{font-size:1.6rem;color:#4A4A4A;font-weight:600}#div_profil_par_subform #div_button_add_child{text-align:left}#div_profil_par_subform .fieldset .child_birthday_inputs{height:auto}#add_child.submit_button{display:inline-block;width:auto;margin:0 !important;padding:0.8rem 2rem;font-size:1.4rem;background-color:#fff;color:#00B6B1}#add_child.submit_button:focus,#add_child.submit_button:hover{color:#fff}#add_child.submit_button::before{content:"+ Ajouter un  autre enfant"}#div_profil_par_subform #children_list>div{width:69rem}@media only screen and (max-width:48em){#div_profil_par_subform #children_list>div{width:100%}}#div_profil_par_subform .children_box{position:relative;width:69rem;margin:2rem 0;padding:3rem 10rem 1rem 2rem;border:0}@media only screen and (max-width:48em){#div_profil_par_subform .children_box{width:100%;padding-right:2rem}}#div_profil_par_subform .children_box label{font-weight:600;color:#4A4A4A}#div_profil_par_subform .children_box input,#div_profil_par_subform .children_box select{font-weight:normal;color:#4A4A4A;font-size:1.6rem}#div_profil_par_subform .children_box select{padding-left:1rem}#div_profil_par_subform .children_box ul.field,#div_profil_par_subform .fieldset .child_birthday_inputs{display:flex}@media only screen and (max-width:48em){#div_profil_par_subform .children_box ul.field,#div_profil_par_subform .fieldset .child_birthday_inputs{flex-wrap:wrap;width:100%}}#div_profil_par_subform .children_box ul.field li:first-child{flex:0 0 auto;width:18rem;margin-right:3rem}@media only screen and (max-width:48em){#div_profil_par_subform .children_box ul.field li:first-child{width:100%;margin:0 0 2rem}}#div_profil_par_subform .fieldset .child_birthday_inputs>select:nth-child(1){flex:0 0 auto;width:8.5rem;margin-right:2rem}@media only screen and (max-width:48em){#div_profil_par_subform .fieldset .child_birthday_inputs>select:nth-child(1){width:calc(50% - 1rem);margin-bottom:2rem}}#div_profil_par_subform .fieldset .child_birthday_inputs>select:nth-child(2){flex:0 0 auto;width:15rem;margin-right:2rem}@media only screen and (max-width:48em){#div_profil_par_subform .fieldset .child_birthday_inputs>select:nth-child(2){width:calc(50% - 1rem);margin-right:0;margin-bottom:2rem}}#div_profil_par_subform .fieldset .child_birthday_inputs>select:nth-child(3){flex:1 1 auto;min-width:10rem}@media only screen and (max-width:48em){#div_profil_par_subform .fieldset .child_birthday_inputs>select:nth-child(3){width:100%}}#div_profil_par_subform a.delete_child{position:absolute;right:2.4rem;bottom:4.9rem;width:2.7rem;height:2.7rem;border:0.2rem solid #ABABAB;border-radius:50%;background:none;background-image:url(/themes/custom/gan/images/icon-close-gray.svg);background-position:center;background-size:1.3rem 1.3rem;background-repeat:no-repeat}@media only screen and (max-width:48em){#div_profil_par_subform a.delete_child{right:1rem;bottom:auto;top:1rem}}#div_profil_par_subform a.delete_child:hover,#div_profil_par_subform a.delete_child:focus{background-color:#ABABAB;background-image:url(/themes/custom/gan/images/icon-close-white.svg);background-position:center;background-size:1.3rem 1.3rem;background-repeat:no-repeat}.block-gan-user-header-user-logout{position:relative;margin:9rem 0 6rem;padding:4rem 0;text-align:center}@media only screen and (max-width:48em){.block-gan-user-header-user-logout{margin:3rem 0}}.block-gan-user-header-user-logout::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#FBF5F5;background-image:url(/themes/custom/gan/images/bg-article.png);background-position:left top;background-size:auto;background-repeat:repeat;z-index:-1}.block-gan-user-header-user-logout::after{content:"";position:absolute;left:20%;bottom:-0.2rem;display:block;width:18.5rem;height:17.8rem;background-image:url(/themes/custom/gan/images/illustration-user.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media only screen and (max-width:48em){.block-gan-user-header-user-logout::after{display:none}}.block-gan-user-header-user-logout .texte-bienvenue{font-size:3rem;font-family:"Quicksand",sans-serif;font-weight:bold;color:#435A8C;line-height:1;margin-bottom:3rem}.block-gan-user-header-user-logout .lien-deconnexion{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:#00B6B1;border:0.2rem solid #00B6B1;color:#fff;background-color:transparent;border:0.2rem solid #00B6B1;color:#00B6B1}.block-gan-user-header-user-logout .lien-deconnexion:hover,.block-gan-user-header-user-logout .lien-deconnexion:focus{background-color:#008983;border-color:#008983}.block-gan-user-header-user-logout .lien-deconnexion:hover[type="submit"],.block-gan-user-header-user-logout .lien-deconnexion:focus[type="submit"]{background-color:#008983}.block-gan-user-header-user-logout .lien-deconnexion:active{background-color:#00716D;border-color:#00716D}.block-gan-user-header-user-logout .lien-deconnexion:active[type="submit"]{background-color:#00716D}.block-gan-user-header-user-logout .lien-deconnexion:hover,.block-gan-user-header-user-logout .lien-deconnexion:focus{background-color:#00B6B1;border-color:#00B6B1;color:#fff}.block-gan-user-header-user-logout .lien-deconnexion:hover[type="submit"],.block-gan-user-header-user-logout .lien-deconnexion:focus[type="submit"]{background-color:#00B6B1}.block-gan-user-header-user-logout .lien-deconnexion:active{border-color:#008983;background-color:#008983;color:#fff}.block-gan-user-header-user-logout .lien-deconnexion:active[type="submit"]{background-color:#008983}.infos_login{margin-top:1rem}.identifiant-mention,.password-mention{display:block;margin-top:-3rem;margin-bottom:4rem;font-size:1.4rem}.form-item-remember-me label{font-weight:normal !important}.form-item-remember-me label::before{border-color:#ABABAB !important}.mes-lectures .region-breadcrumb{display:none}.mes-lectures .block-system-main-block{width:69rem;max-width:100%;margin-top:0}.mes-lectures .block-system-main-block .header{position:relative;padding-top:6rem;padding-left:20rem;z-index:0}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header{padding-left:0;padding-top:3rem}}.mes-lectures .block-system-main-block .header::before{content:"";position:absolute;top:0;left:calc(-50vw + 50%);width:100vw;height:100%;background-color:#E9F3F5;background-image:url(/themes/custom/gan/images/bg-sprinkles-gray.png);background-position:center;background-size:auto auto;background-repeat:repeat;z-index:-1}.mes-lectures .block-system-main-block .header::after{content:"";position:absolute;bottom:-5rem;left:-1rem;display:block;width:13.5rem;height:20.9rem;background-image:url(/themes/custom/gan/images/illustration-liste-lecture.png);background-position:center;background-size:13.5rem 20.9rem;background-repeat:no-repeat}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header::after{display:none}}.mes-lectures .block-system-main-block .header .title{position:relative;display:inline;margin:0;padding:.5rem 1rem;font-weight:bold;font-size:4.5rem;color:#fff;font-family:"Quicksand",sans-serif;line-height:1.6;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:url(/themes/custom/gan/images/bg-line-green.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:1}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header .title{font-size:3.6rem}}.mes-lectures .block-system-main-block .header .links-wrapper{margin-top:4rem}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header .links-wrapper{margin-top:3rem;margin-right:-2rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}.mes-lectures .block-system-main-block .header .link{position:relative;display:inline-block;margin-right:3.5rem;padding-bottom:1.4rem;font-size:1.6rem;line-height:2.4rem;color:#2B3955;text-decoration:none;font-weight:500;transition:all ease .4s}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header .link{margin-right:2rem}}.mes-lectures .block-system-main-block .header .link::before{transition:all ease .4s}.mes-lectures .block-system-main-block .header .link:after{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:0.5rem;background-color:#FF9F89;transform-origin:center;transform:scaleX(0);transition:all ease .4s}.mes-lectures .block-system-main-block .header .link span{display:inline-block;width:2.4rem;height:2.4rem;margin-left:0.5rem;text-align:center;line-height:2.4rem;border-radius:50%;color:#fff;font-weight:bold;font-size:1.2rem;background-color:#2B3955;transition:all ease .4s}.mes-lectures .block-system-main-block .header .link:nth-of-type(1)::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.6rem;text-transform:none;color:#2B3955;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mes-lectures .block-system-main-block .header .link:nth-of-type(1)::before{position:relative;top:0.1rem;margin-right:1rem}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header .link:nth-of-type(1)::before{margin-right:0.5rem}}.mes-lectures .block-system-main-block .header .link:nth-of-type(2)::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.6rem;text-transform:none;color:#2B3955;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mes-lectures .block-system-main-block .header .link:nth-of-type(2)::before{position:relative;top:0.1rem;margin-right:1rem}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header .link:nth-of-type(2)::before{margin-right:0.5rem}}.mes-lectures .block-system-main-block .header .link:last-of-type{margin-right:0}.mes-lectures .block-system-main-block .header .link.current-page,.mes-lectures .block-system-main-block .header .link:hover,.mes-lectures .block-system-main-block .header .link:focus{color:#000}.mes-lectures .block-system-main-block .header .link.current-page::after,.mes-lectures .block-system-main-block .header .link:hover::after,.mes-lectures .block-system-main-block .header .link:focus::after{transform:scaleX(1)}.mes-lectures .block-system-main-block .header .link.current-page::before,.mes-lectures .block-system-main-block .header .link:hover::before,.mes-lectures .block-system-main-block .header .link:focus::before{color:#00B6B1}.mes-lectures .block-system-main-block .header .link.current-page span,.mes-lectures .block-system-main-block .header .link:hover span,.mes-lectures .block-system-main-block .header .link:focus span{background-color:#00B6B1}.mes-lectures .block-system-main-block .header+div{margin-top:6rem}@media only screen and (max-width:48em){.mes-lectures .block-system-main-block .header+div{margin-top:4rem}}article.node--view-mode-mes-lectures{margin-bottom:3.5rem;padding-bottom:3.5rem;border-bottom:0.1rem solid #E9F3F7}@media only screen and (max-width:48em){article.node--view-mode-mes-lectures{margin-bottom:2rem;padding-bottom:2rem}}article.node--view-mode-mes-lectures:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}article.node--view-mode-mes-lectures .node__content{display:flex}article.node--view-mode-mes-lectures .node__content .wrapper-visuel{flex:0 0 auto;margin-left:2.5rem;width:17rem}@media only screen and (max-width:48em){article.node--view-mode-mes-lectures .node__content .wrapper-visuel{width:6.7rem;margin-left:1.6rem}}article.node--view-mode-mes-lectures .node__content .wrapper-visuel img{display:block}article.node--view-mode-mes-lectures .node__content .wrapper-left{flex:1 1 auto}@media only screen and (max-width:48em){article.node--view-mode-mes-lectures .node__content .wrapper-left{max-width:calc(100% - 8.3rem)}}article.node--view-mode-mes-lectures .node__content .wrapper-left>a:not(.link-unflag-custom){display:block;margin-top:1.5rem;margin-bottom:1rem;font-size:1.7rem;font-weight:500;color:#435A8C;text-decoration:none;line-height:1.4}article.node--view-mode-mes-lectures .wrapper-date-temps-lecture{display:flex;align-items:center;margin-top:2.3rem}@media only screen and (max-width:48em){article.node--view-mode-mes-lectures .wrapper-date-temps-lecture{flex-wrap:wrap;margin-top:1rem}}article.node--view-mode-mes-lectures .field--name-field-reference-image{position:absolute;right:-5.5rem;top:-1.5rem}@media only screen and (max-width:48em){article.node--view-mode-mes-lectures .field--name-field-reference-image{display:none}}article.node--view-mode-mes-lectures .field--name-field-reference-image::before{content:"";position:absolute;top:calc(50% - 2rem);left:0;width:4rem;height:4rem;background-image:url(/themes/custom/gan/images/bg-title-icon.svg);background-position:center;background-size:100% auto;background-repeat:no-repeat;z-index:1}article.node--view-mode-mes-lectures .field--name-field-reference-image img{position:relative;display:block;width:4rem;z-index:2}article.node--view-mode-mes-lectures .field--name-field-accroche{font-size:1.3rem;font-weight:500;color:#000;line-height:1.4}article.node--view-mode-mes-lectures .bookmark-date,article.node--view-mode-mes-lectures .field--name-field-duree,article.node--view-mode-mes-lectures .temps-lecture{display:inline-block;margin-right:1rem;font-size:1.2rem;color:#000}article.node--view-mode-mes-lectures .bookmark-date::before,article.node--view-mode-mes-lectures .field--name-field-duree::before,article.node--view-mode-mes-lectures .temps-lecture::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.4rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article.node--view-mode-mes-lectures .bookmark-date:before,article.node--view-mode-mes-lectures .field--name-field-duree:before,article.node--view-mode-mes-lectures .temps-lecture:before{margin-right:0.5rem}article.node--view-mode-mes-lectures .field--name-field-duree::before,article.node--view-mode-mes-lectures .temps-lecture::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.4rem;text-transform:none;color:#00B6B1;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article.node--view-mode-mes-lectures .field--name-field-duree>div,article.node--view-mode-mes-lectures .temps-lecture>div{display:inline}article.node--view-mode-mes-lectures .link-unflag-custom{appearance:none;position:relative;display:inline-block;padding:0.8rem 4rem;border-radius:50em;background:none;font-family:"Quicksand",sans-serif;font-weight:bold;text-decoration:none;text-align:center;line-height:1.4;transition:all ease .4s;z-index:1;overflow:hidden;background-color:transparent;border:0.2rem solid #F35F3D;color:#F35F3D;margin-left:auto;padding:0.3rem 1.5rem;font-size:1.4rem}article.node--view-mode-mes-lectures .link-unflag-custom:hover,article.node--view-mode-mes-lectures .link-unflag-custom:focus{background-color:#F35F3D;border-color:#F35F3D;color:#fff}article.node--view-mode-mes-lectures .link-unflag-custom:hover[type="submit"],article.node--view-mode-mes-lectures .link-unflag-custom:focus[type="submit"]{background-color:#F35F3D}article.node--view-mode-mes-lectures .link-unflag-custom:active{border-color:#DB340E;background-color:#DB340E;color:#fff}article.node--view-mode-mes-lectures .link-unflag-custom:active[type="submit"]{background-color:#DB340E}article.node--view-mode-mes-lectures .link-unflag-custom::before{content:"";font-family:"icons" !important;font-style:normal;font-weight:normal;font-variant:normal;font-size:1.3rem;text-transform:none;color:inherit;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:48em){article.node--view-mode-mes-lectures .link-unflag-custom{align-self:center;margin-right:-1.3rem;margin-left:auto;margin-top:2rem}}article.node--view-mode-mes-lectures .link-unflag-custom::before{position:relative;top:0.1rem;margin-right:0.8rem}article.node--view-mode-mes-lectures.node--type-parcours .node__content .wrapper-left{display:flex;flex-wrap:wrap;align-items:center}.liste-historique .historique .node--view-mode-mes-lectures .link-unflag-custom{display:none}
