/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}0%,to{-webkit-transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}0%,to{-webkit-transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}0%,to{-webkit-transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}0%,to{-webkit-transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}0%,to{-webkit-transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}0%,to{-webkit-transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}0%,to{-webkit-transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}0%,to{-webkit-transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}0%,to{-webkit-transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}0%,to{-webkit-transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{animation-timing-function:ease-in-out;-webkit-transform-origin:top left}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}
@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:400;text-align:left;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}@font-face{font-family:VistaSansLight;font-style:normal;font-weight:400;src:url(../fonts/VistaSansLight.eot) format("embedded-opentype");src:url(../fonts/VistaSansLight.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansLight.woff) format("woff"),url(../fonts/VistaSansLight.ttf) format("truetype")}@font-face{font-family:VistaSansReg;font-style:normal;font-weight:400;src:url(../fonts/VistaSansReg.eot) format("embedded-opentype");src:url(../fonts/VistaSansReg.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansReg.woff) format("woff"),url(../fonts/VistaSansReg.ttf) format("truetype")}@font-face{font-family:VistaSansBold;font-style:normal;font-weight:400;src:url(../fonts/VistaSansBold.eot) format("embedded-opentype");src:url(../fonts/VistaSansBold.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansBold.woff) format("woff"),url(../fonts/VistaSansBold.ttf) format("truetype")}@font-face{font-family:VistaSansBook;font-style:normal;font-weight:400;src:url(../fonts/VistaSansBook.eot) format("embedded-opentype");src:url(../fonts/VistaSansBook.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansBook.woff) format("woff"),url(../fonts/VistaSansBook.ttf) format("truetype")}@font-face{font-family:VistaSansBoldItalic;font-style:normal;font-weight:400;src:url(../fonts/VistaSansBoldItalic.eot) format("embedded-opentype");src:url(../fonts/VistaSansBoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansBoldItalic.woff) format("woff"),url(../fonts/VistaSansBoldItalic.ttf) format("truetype")}@font-face{font-family:VistaSansMed;font-style:normal;font-weight:400;src:url(../fonts/VistaSansMed.eot) format("embedded-opentype");src:url(../fonts/VistaSansMed.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansMed.woff) format("woff"),url(../fonts/VistaSansMed.ttf) format("truetype")}@font-face{font-family:VistaSansRegItalic;font-style:normal;font-weight:400;src:url(../fonts/VistaSansRegItalic.eot) format("embedded-opentype");src:url(../fonts/VistaSansRegItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansRegItalic.woff) format("woff"),url(../fonts/VistaSansRegItalic.ttf) format("truetype")}@font-face{font-family:VistaSansAltReg;font-style:normal;font-weight:500;src:url(../fonts/VistaSansAltReg.eot);src:url(../fonts/VistaSansAltReg.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltReg.woff2) format("woff2"),url(../fonts/VistaSansAltReg.woff) format("woff"),url(../fonts/VistaSansAltReg.ttf) format("truetype")}@font-face{font-family:VistaSansAltRegIta;font-style:normal;font-weight:500;src:url(../fonts/VistaSansAltRegIta.eot);src:url(../fonts/VistaSansAltRegIta.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltRegIta.woff2) format("woff2"),url(../fonts/VistaSansAltRegIta.woff) format("woff"),url(../fonts/VistaSansAltRegIta.ttf) format("truetype")}@font-face{font-family:VistaSansAltBold;font-style:normal;font-weight:700;src:url(../fonts/VistaSansAltBold.eot);src:url(../fonts/VistaSansAltBold.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltBold.woff2) format("woff2"),url(../fonts/VistaSansAltBold.woff) format("woff"),url(../fonts/VistaSansAltBold.ttf) format("truetype")}@font-face{font-family:VistaSansAltMed;font-style:normal;font-weight:500;src:url(../fonts/VistaSansAltMed.eot);src:url(../fonts/VistaSansAltMed.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltMed.woff2) format("woff2"),url(../fonts/VistaSansAltMed.woff) format("woff"),url(../fonts/VistaSansAltMed.ttf) format("truetype")}@font-face{font-family:VistaSansAltLight;font-style:normal;font-weight:300;src:url(../fonts/VistaSansAltLight.eot);src:url(../fonts/VistaSansAltLight.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltLight.woff2) format("woff2"),url(../fonts/VistaSansAltLight.woff) format("woff"),url(../fonts/VistaSansAltLight.ttf) format("truetype")}@font-face{font-family:VistaSansAltLightIta;font-style:normal;font-weight:300;src:url(../fonts/VistaSansAltLightIta.eot);src:url(../fonts/VistaSansAltLightIta.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltLightIta.woff2) format("woff2"),url(../fonts/VistaSansAltLightIta.woff) format("woff"),url(../fonts/VistaSansAltLightIta.ttf) format("truetype")}@font-face{font-family:VistaSansAltBook;font-style:normal;font-weight:500;src:url(../fonts/VistaSansAltBook.eot);src:url(../fonts/VistaSansAltBook.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltBook.woff2) format("woff2"),url(../fonts/VistaSansAltBook.woff) format("woff"),url(../fonts/VistaSansAltBookIta.ttf) format("truetype")}@font-face{font-family:VistaSansAltBookIta;font-style:normal;font-weight:500;src:url(../fonts/VistaSansAltBookIta.eot);src:url(../fonts/VistaSansAltBookIta.eot?#iefix) format("embedded-opentype"),url(../fonts/VistaSansAltBookIta.woff2) format("woff2"),url(../fonts/VistaSansAltBookIta.woff) format("woff"),url(../fonts/VistaSansAltBookIta.ttf) format("truetype")}.light,footer div.nav_footer a.left,footer div.nav_footer a.mentions,footer div.nav_footer div.right a.next,footer div.nav_footer div.right a.prev,footer div.nav_footer div.right div.next,footer div.nav_footer div.right div.prev,footer div.nav_footer_mobile a.mentions,footer.ML div.back_button a.back,section.ML div.wrapper_lg h2,section.main div#actions div.chiffres div.chiffre div.titre div.more{font-family:VistaSansLight}.reg,.txt,.ui-autocomplete,footer div.nav_footer_mobile a.back,footer div.nav_footer_mobile a.next,footer div.nav_footer_mobile a.prev,h3,h4,h5,h6,p,section.VR_2020 div#assos div.bulles_assos #vis #svg_vis text.years,section.VR_2020 div#assos div.bulles_assos div.switch #search-result,section.VR_2020 div#assos div.bulles_assos div.switch .btn,section.VR_2020 div#assos div.bulles_assos div.switch .wrap-input input,section.VR_2020 div.infos_plus,section.main div#actions div.chiffres div.chiffre div.slide div.data h4 span,section.main div#actions div.chiffres div.chiffre div.slide div.data p,section.main div#recettes_depenses div.services div.bulles article h4,section.main div#soutien_locaux div.services div.bulles article h4{font-family:VistaSansReg}.italic,section.VR_2020 div#grands_chiffres div.datas div.link_fab a,section.main div#recettes_depenses div.services div.bulles article span.bulle,section.main div#soutien_locaux div.services div.bulles article span.bulle{font-family:VistaSansRegItalic}.medium,div.merdier_info_bulle,header.int nav#main_nav ul li a,section.VR_2020 div.infos_plus div.btn,section.main div#actions div.chiffres div.chiffre div.slide div.resume h4,section.main div#actions div.chiffres div.chiffre div.slide div.resume p,section.main div#actions div.chiffres div.chiffre div.titre h3.action,section.main div#grands_chiffres div.budget_annexe div.legend h4,section.main div#grands_chiffres div.budget_general div.container div.legend h4,section.main div#grands_chiffres div.transitions div.legend h4,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.titre,section.main h3{font-family:VistaSansMed}.bold,.titles,h1,h2,header div.wrapper h1,section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title h3.title,section.main h2{font-family:VistaSansBold}.boldIt,header div.wrapper h1 a{font-family:VistaSansBoldItalic}.book,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row h6{font-family:VistaSansBook}.alt,footer div.wrapper{font-family:VistaSansAltReg}.alt-italic,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.toggle p{font-family:VistaSansAltRegIta}.alt-med{font-family:VistaSansAltMed}.alt-bold,header div.wrapper h3,header.int div.header_title div.wrapper h1,section.main div#actions div.chiffres div.chiffre div.slide div.data h4{font-family:VistaSansAltBold}.alt-light,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title span.montant,section.main div#actions div.chiffres div.chiffre div.titre div.montant,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.montant{font-family:VistaSansAltLight}.alt-light-it{font-family:VistaSansAltLightIta}.alt-book,section.VR_2020 div#actions div.chiffres div.chiffre div.titre div.montant,section.main div#recettes_depenses div.services div.bulles article div.bulle div.montant,section.main div#soutien_locaux div.services div.bulles article div.bulle div.montant{font-family:VistaSansAltBook}.alt-book-ita{font-family:VistaSansAltBookIta}.alt,.alt-bold,.alt-book-ita,.alt-italic,.alt-light,.alt-med,footer div.wrapper,header div.wrapper h3,header.int div.header_title div.wrapper h1,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title span.montant,section.main div#actions div.chiffres div.chiffre div.slide div.data h4,section.main div#actions div.chiffres div.chiffre div.titre div.montant,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.toggle p,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.montant{font-size:inherit}[class*=col-]{float:left;margin:0 0 15px;min-height:1px;padding:0 0 15px;width:100%}@media (min-width:960px){[class*=col-]{padding:0 15px 15px}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}}[class*=offset-]{margin-left:0}@media (min-width:960px){.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.offset-12{margin-left:100%}}@media only screen and (max-width:344px){.hidden-xxs{display:none!important}}@media only screen and (min-width:345px) and (max-width:639px){.hidden-xs{display:none!important}}@media only screen and (min-width:640px) and (max-width:959px){.hidden-sm{display:none!important}}@media only screen and (min-width:960px){.hidden-lg{display:none!important}}*{border:0;box-sizing:border-box;margin:0;padding:0;text-decoration:none}.reset-list{list-style:none}.reset-list,.reset-list li{margin-left:0;padding-left:0}.reset-list li{list-style-image:none;list-style-type:none}.reset-list li a{-webkit-tap-highlight-color:transparent;text-decoration:none}.wrapper{margin:0 auto;position:relative;width:290px}@media (min-width:345px){.wrapper{width:345px}}@media (min-width:640px){.wrapper{width:640px}}@media (min-width:960px){.wrapper{width:960px}}.wrapper2{margin:0 auto;position:relative;width:290px}@media (min-width:345px){.wrapper2{width:345px}}@media (min-width:640px){.wrapper2{width:640px}}@media (min-width:960px){.wrapper2{width:1000px}}.clearfix:after,.row:after,.wrapper2:after,.wrapper:after{clear:both;content:"";display:block;float:none}.left{float:left}.right{float:right}.cover{-o-object-fit:cover;object-fit:cover}.opacity_transition{transition:opacity .2s ease}.transition,.vision-globale .btn-slide,a#scrolltop,header .home-btn,header .home-btn:after,header.int div.header_title div.wrapper a#BigTasty span,header.int div.header_title div.wrapper a#BigTasty span i.trait,header.int nav#main_nav ul li a,section.VR_2020 div#actions div.chiffres div.chiffre div.titre i.filet,section.VR_2020 div#assos div.bulles_assos div.switch .btn,section.VR_2020 div#assos div.bulles_assos div.switch .wrap-input input,section.VR_2020 div#assos div.subventions g.picto,section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend>div,section.VR_2020 div#grands_chiffres div.datas div.link_fab a,section.VR_2020 div.chapo a.hand,section.VR_2020 div.infos_plus div.btn,section.main div#actions div.chiffres div.chiffre div.titre,section.main div#actions div.chiffres div.chiffre div.titre div.montant,section.main div#actions div.chiffres div.chiffre div.titre div.more,section.main div#actions div.chiffres div.chiffre div.titre div.overlay,section.main div#actions div.chiffres div.chiffre div.titre i.fleche,section.main div#recettes_depenses div.donut_wrap .donut_element,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row i.fleche,section.main div#recettes_depenses div.services div.bulles article,section.main div#recettes_depenses div.services div.bulles article div.bulle div.montant,section.main div#recettes_depenses div.services div.bulles article div.bulle i,section.main div#recettes_depenses div.services div.bulles article span.bulle,section.main div#soutien_locaux div.services div.bulles article,section.main div#soutien_locaux div.services div.bulles article div.bulle div.montant,section.main div#soutien_locaux div.services div.bulles article div.bulle i,section.main div#soutien_locaux div.services div.bulles article span.bulle,section.main div.asterisque,section.main div.asterisque p.more,section.main div.chapo:after,section.main line,section.main path{transition:all .35s ease}.mid_transition{transition:all .5s ease}.slow_transition{transition:all 1s ease}.shadow{box-shadow:2px 1px 1px rgba(35,31,32,.5)}.clear20{clear:both;height:20px}.clear30{clear:both;height:30px}.clear40{clear:both;height:40px}.clear50{clear:both;height:50px}.clear60{clear:both;height:60px}.table{display:table;width:100%}.table-cell{display:table-cell;height:100%;text-align:center;vertical-align:middle;width:100%}.titles,.txt,h1,h3,h4,h5,h6,p{color:#333}body{margin:0 auto;max-width:1920px}h1{font-size:35px;margin-bottom:30px;text-align:left}h2{color:#333;font-size:30px;margin-bottom:10px;margin-top:20px}h2 span.numbers{font-weight:500}h3,h4,h5,h6{color:#333;font-size:19px}p{color:#333;font-size:14px;line-height:24px}a{text-decoration:none}.uppercase,section.VR_2020 div#assos div.services_usagers svg text tspan,section.VR_2020 div#grands_chiffres div.budget_annexe div.svg_wrap svg text{text-transform:uppercase}.bleu{color:#4a6aff}.vert{color:#00b91e}.graph_vert{color:#00b7c2}.center{text-align:center}header .ww{margin:0 auto;max-width:1920px;position:relative}header .vert{color:#00ba1f}header .bleu{color:#3052f2}header img.bienvenue{position:relative;top:-2px;vertical-align:middle;width:30px}header .home-btn{background:url(../images/home.png) no-repeat 50%;background-size:60%;border:1px solid #fff;border-radius:50%;display:block;display:none;height:40px;left:32px;position:absolute;top:40px;width:40px}.y2020 header .home-btn{top:37px}@media (min-width:960px){header .home-btn{display:block}}header .home-btn:after{color:#fff;content:"RETOUR À L'ACCUEIL";display:none;font-family:VistaSansBold;font-size:13px;height:28px;left:48px;line-height:1.2;position:absolute;top:4px;width:60px}header .home-btn:hover{background-color:#fff;background-image:url(../images/home-hover.png);background-size:60%}header .home-btn:hover:after{display:block}header .home-btn:hover.vr{background-image:url(../images/home-hover-vert.png)!important}header .help{background:url(../images/picto-activation-elements.png) no-repeat 30px;background-size:10%;border-radius:8px;box-sizing:border-box;display:none;height:80px;padding:23px 0 0 90px;position:absolute;right:20px;top:20px;width:340px}@media (min-width:1500px){header .help{display:block}}.y2020 header .help{height:90px;padding:28px 0 0 90px;top:10px}header .help .close{background:url(../images/times-white.png) no-repeat 50%;background-size:70%;cursor:pointer;height:14px;position:absolute;right:5px;top:5px;width:14px}header .help p{color:#fff;font-size:12px;line-height:1.5}header div.wrapper{position:relative}@media (min-width:640px){header div.wrapper{padding:0 100px}}header div.wrapper h3{color:#333;font-size:30px;margin:40px 0 15px;text-align:center}@media (min-width:640px){header div.wrapper h3{margin:0 0 15px;padding-top:70px}}header div.wrapper h1{font-size:17px;line-height:27px;margin:0;padding:0;text-align:center}@media (min-width:640px){header div.wrapper h1{font-size:16px;line-height:25px}}@media (min-width:960px){header div.wrapper h1{padding:0 50px}}header div.wrapper h1 a{border-bottom:1px solid #999;color:#333}header.int div.header_title div.wrapper{padding:0}header.int div.header_title div.wrapper a{-webkit-tap-highlight-color:transparent;height:140px;margin:0;padding:0}.y2019 header.int div.header_title div.wrapper a{height:120px}.y2020 header.int div.header_title div.wrapper a{height:110px}header.int div.header_title div.wrapper a i{display:block;height:100%}header.int div.header_title div.wrapper a i.arrow-left{background:url(../images/fleche-blanche.png) 50% no-repeat;background-size:30px;transform:rotate(180deg)}.y2019 header.int div.header_title div.wrapper a i.arrow-left,.y2020 header.int div.header_title div.wrapper a i.arrow-left{background-size:20px}header.int div.header_title div.wrapper a i.arrow-right{background:url(../images/fleche-blanche.png) 50% no-repeat;background-size:30px}.y2019 header.int div.header_title div.wrapper a i.arrow-right,.y2020 header.int div.header_title div.wrapper a i.arrow-right{background-size:20px}header.int div.header_title div.wrapper h1{color:#fff;font-size:28px;margin:0;padding:15px 50px 15px 5px;text-align:left}@media (min-width:640px){header.int div.header_title div.wrapper h1{font-size:36px;padding:50px 0}}@media (min-width:960px){header.int div.header_title div.wrapper h1{font-size:38px;padding:57px 0;text-align:center}.y2019 header.int div.header_title div.wrapper h1{font-size:31px;padding:47px 0}.y2020 header.int div.header_title div.wrapper h1{font-size:31px;line-height:110px;padding:0}}header.int div.header_title div.wrapper a#BigTasty{-webkit-tap-highlight-color:transparent;bottom:0;cursor:pointer;display:block;height:50px;padding:0;position:absolute;right:0;text-align:center;top:18px;width:50px}@media (min-width:640px){header.int div.header_title div.wrapper a#BigTasty{top:45px}.y2019 header.int div.header_title div.wrapper a#BigTasty,.y2020 header.int div.header_title div.wrapper a#BigTasty{top:37px}}@media (min-width:960px){header.int div.header_title div.wrapper a#BigTasty{display:none}}header.int div.header_title div.wrapper a#BigTasty span{border:1px solid #fff;border-radius:50%;display:block;height:50px;padding-top:5px;width:50px}header.int div.header_title div.wrapper a#BigTasty span i.trait{background-color:#fff;display:block;height:1px;margin:9px auto 0;width:24px}header.int div.header_title div.wrapper a#BigTasty.cheddar span{border:0;padding-top:15px;transform:rotate(180deg)}header.int nav#main_nav{display:none}header.int nav#main_nav ul{padding:0}header.int nav#main_nav ul li{background-color:#4d4d4d;display:block;padding:0}header.int nav#main_nav ul li a{-webkit-tap-highlight-color:transparent;border-bottom:1px solid #999;color:#333;display:block;padding:15px 0 15px 5px;text-transform:uppercase}@media only screen and (min-width:345px) and (max-width:639px){header.int nav#main_nav ul li a{margin:0 auto;width:345px}}@media only screen and (min-width:640px) and (max-width:959px){header.int nav#main_nav ul li a{margin:0 auto;width:640px}}header.int nav#main_nav ul li.home{background-color:#4d4d4d}header.int nav#main_nav ul li.home a{background:url(../images/fleche-retour.png) 5px no-repeat;background-size:20px;border-bottom:0;color:#fff;padding:15px 0 15px 35px}@media (min-width:960px){header.int nav#main_nav{background-color:#4d4d4d;display:block!important}header.int nav#main_nav ul{margin:0 auto;padding-left:44px;position:relative;width:960px}.y2019 header.int nav#main_nav ul,.y2020 header.int nav#main_nav ul{padding-left:0}header.int nav#main_nav ul:after{clear:both;content:"";display:block;float:none}header.int nav#main_nav ul li{background-color:transparent;float:left;width:auto}header.int nav#main_nav ul li a{border-bottom:0;color:#fff;font-size:14px;line-height:50px;padding:0 19px}header.int nav#main_nav ul li.maison{left:0;position:absolute}header.int nav#main_nav ul li.maison a{height:50px;padding:0 10px!important}header.int nav#main_nav ul li.maison a svg{margin-top:10px}header.int nav#main_nav ul li.maison a svg path{fill:#fff}}header.RM div.header_title{background-color:#4a6aff}.y2019 header.RM div.header_title{background-color:#264dff}.y2020 header.RM div.header_title{background:url(../VR/2020/images/header.jpg) 50% no-repeat}header.RM div.header_title a#BigTasty.cheddar span{background-color:#3f5ad9}header.RM div.header_title .help{background-color:#1f45b2}header.RM nav#main_nav ul li{background-color:#e4e9ff}header.RM nav#main_nav ul li a{border-bottom:#c8d2ff}header.RM nav#main_nav ul li.active{background-color:#6e88ff}.y2019 header.RM nav#main_nav ul li.active,.y2020 header.RM nav#main_nav ul li.active{background-color:#264dff}header.RM nav#main_nav ul li.active a{color:#fff}@media (min-width:960px){.y2019 header.RM nav#main_nav,.y2020 header.RM nav#main_nav{background-color:#5d79ff}header.RM nav#main_nav ul li{background-color:#4d4d4d}.y2019 header.RM nav#main_nav ul li,.y2020 header.RM nav#main_nav ul li{background-color:#5d79ff}header.RM nav#main_nav ul li a{font-size:15px!important;padding:0 16px!important}.y2019 header.RM nav#main_nav ul li a,.y2020 header.RM nav#main_nav ul li a{padding:0 23px!important}header.RM nav#main_nav ul li a:hover{background-color:#6e88ff}}header.VR div.header_title{background-color:#00b91e}.y2019 header.VR div.header_title{background-color:#00bb36}.y2020 header.VR div.header_title{background:#4dca63 url(../VR/2020/images/header.png) 50% no-repeat}header.VR div.header_title a#BigTasty.cheddar span{background-color:#01a11c}header.VR div.header_title .help{background-color:rgba(0,153,54,.8)}header.VR nav#main_nav ul li{background-color:#d8f5e0}header.VR nav#main_nav ul li a{border-bottom:#a5e6b0}header.VR nav#main_nav ul li.active{background-color:#32c74b}.y2019 header.VR nav#main_nav ul li.active{background-color:#00bb36}.y2020 header.VR nav#main_nav ul li.active{background-color:#008500}header.VR nav#main_nav ul li.active a{color:#fff}@media (min-width:960px){.y2019 header.VR nav#main_nav{background-color:#00cc61}.y2020 header.VR nav#main_nav{background-color:#00b800}header.VR nav#main_nav ul li{background-color:#4d4d4d}.y2019 header.VR nav#main_nav ul li{background-color:#00cc61}.y2020 header.VR nav#main_nav ul li{background-color:#00b800}header.VR nav#main_nav ul li a{font-size:13px!important;padding:0 11px!important}.y2019 header.VR nav#main_nav ul li a,.y2020 header.VR nav#main_nav ul li a{padding:0 9px!important}header.VR nav#main_nav ul li a:hover{background-color:#32c74b}}header.archive_rm div.header_title{background-color:#e4e9ff}header.archive_rm div.header_title div.wrapper h1{color:#4d4d4d}header.archive_rm div.header_title div.wrapper a i.arrow-left,header.archive_rm div.header_title div.wrapper a i.arrow-right{background:url(../images/fleche-bleue.png) 50% no-repeat;background-size:30px}header.archive_rm div.header_title div.wrapper a#BigTasty span{border:1px solid #4d4d4d}header.archive_rm div.header_title div.wrapper a#BigTasty span i.trait{background-color:#4d4d4d}header.archive_rm div.header_title div.wrapper a#BigTasty.cheddar span{background-color:#cdd4ef}header.archive_vr div.header_title{background-color:#d8f4f5!important}header.archive_vr div.header_title div.wrapper h1{color:#4d4d4d}header.archive_vr div.header_title div.wrapper a i.arrow-left,header.archive_vr div.header_title div.wrapper a i.arrow-right{background:url(../images/fleche-verte.png) 50% no-repeat;background-size:30px}header.archive_vr div.header_title div.wrapper a#BigTasty span{border:1px solid #4d4d4d}header.archive_vr div.header_title div.wrapper a#BigTasty span i.trait{background-color:#4d4d4d}header.archive_vr div.header_title div.wrapper a#BigTasty.cheddar span{background-color:#bee3e4}header.archive_vr nav#main_nav ul li{background-color:#cacaca}header.archive_vr nav#main_nav ul li.active{background-color:#32c74b}header.archive_vr nav#main_nav ul li.active a{color:#fff}header.archive_vr nav#main_nav ul li a{border-bottom:#32c74b}@media (min-width:960px){header.archive_vr nav#main_nav ul li a{padding:0 10.93px!important}header.archive_vr nav#main_nav ul li a:hover{background-color:#32c74b}}header.ML div.header_title{background-color:#adb6bc}header.ML div.header_title div.wrapper h1{padding-left:15px}@media (min-width:960px){header.ML div.header_title div.wrapper h1{padding-left:0}}body{position:relative}section.main{padding-top:50px}@media (min-width:960px){section.main .wrapper_lg{margin:0 auto}}section.main h3{font-size:21px;margin:0 0 5px}section.main h2,section.main h3{text-align:center;text-transform:uppercase}section.main h2{font-size:28px;margin:0 0 15px}@media (min-width:640px){section.main h2{font-size:38px;line-height:44px}}section.main h2 span{font-family:VistaSansAltBold}section.main p{font-size:16px}@media (min-width:960px){section.main span.paragraphe{display:block}}section.main hr{background-color:#cacaca;border:0;display:block;height:1px;margin:50px auto;width:100%}section.main div.chapo{padding-bottom:30px;position:relative}@media (min-width:960px){section.main div.chapo{padding-bottom:0}}section.main div.chapo h3,section.main div.chapo p{text-align:center}section.main div.chapo:after{background:#eaeaea url(../images/Picto-Main-seule.svg) 50% no-repeat;background-size:contain;border-radius:50%;bottom:-28px;content:"";cursor:pointer;height:45px;margin-right:-22.5px;position:absolute;right:50%;width:45px}@media (min-width:640px){section.main div.chapo:after{height:50px;width:50px}}@media (min-width:960px){section.main div.chapo:after{bottom:auto;margin-right:0;right:100px;top:5px}}section.main div.chapo:hover:after{background:#d1d9ff url(../images/Picto-Main-seule.svg) 50% no-repeat;background-size:contain}@media (min-width:640px){section.main div.entete{margin-bottom:40px}}section.main div.entete p{margin-bottom:15px;text-align:center}section.main div.share{background:url(../images/btn-share-default.svg) 50% no-repeat;background-size:contain;border-radius:50%;cursor:pointer;height:32px;position:absolute;right:0;top:-40px;width:32px;z-index:10}.y2019 section.main div.share,.y2020 section.main div.share{background-image:url(../images/btn-share-default-2019.svg);border:1px solid #999}@media (min-width:960px){.y2019 section.main div.share,.y2020 section.main div.share{top:-20px}}section.main div.share:hover{background:url(../images/btn-share-default-hover.svg) 50% no-repeat}section.main div.share:hover:after{background:url(../images/btn-share-default-tooltip.svg) 50% no-repeat;content:"";height:50px;left:-30px;position:absolute;top:-42px;width:90px}section.main div.share.bleu{background:url(../images/btn-share-bleu.svg) 50% no-repeat}section.main div.share.bleu:hover{background:url(../images/btn-share-bleu-hover.svg) 50% no-repeat}section.main div.share.bleu:hover:after{background:url(../images/btn-share-bleu-tooltip.svg) 50% no-repeat}section.main div.share.bleu2{background:url(../images/btn-share-bleu2.svg) 50% no-repeat}section.main div.share.bleu2:hover{background:url(../images/btn-share-bleu2-hover.svg) 50% no-repeat}section.main div.share.bleu2:hover:after{background:url(../images/btn-share-bleu2-tooltip.svg) 50% no-repeat}section.main div.share.bleu-clair{background:url(../images/btn-share-bleu-clair.svg) 50% no-repeat}section.main div.share.bleu-clair:hover{background:url(../images/btn-share-bleu-clair-hover.svg) 50% no-repeat}section.main div.share.bleu-clair:hover:after{background:url(../images/btn-share-bleu-clair-tooltip.svg) 50% no-repeat}section.main div.share.violet{background:url(../images/btn-share-violet.svg) 50% no-repeat}section.main div.share.violet:hover{background:url(../images/btn-share-violet-hover.svg) 50% no-repeat}section.main div.share.violet:hover:after{background:url(../images/btn-share-violet-tooltip.svg) 50% no-repeat}section.main div.share.violet2{background:url(../images/btn-share-violet2.svg) 50% no-repeat}section.main div.share.violet2:hover{background:url(../images/btn-share-violet2-hover.svg) 50% no-repeat}section.main div.share.violet2:hover:after{background:url(../images/btn-share-violet2-tooltip.svg) 50% no-repeat}section.main div.share.turquoise{background:url(../images/btn-share-turquoise.svg) 50% no-repeat}section.main div.share.turquoise:hover{background:url(../images/btn-share-turquoise-hover.svg) 50% no-repeat}section.main div.share.turquoise:hover:after{background:url(../images/btn-share-turquoise-tooltip.svg) 50% no-repeat}section.main div.share.orange{background:url(../images/btn-share-orange.svg) 50% no-repeat}section.main div.share.orange:hover{background:url(../images/btn-share-orange-hover.svg) 50% no-repeat}section.main div.share.orange:hover:after{background:url(../images/btn-share-orange-tooltip.svg) 50% no-repeat}section.main div.share.orange2{background:url(../images/btn-share-orange2.svg) 50% no-repeat}section.main div.share.orange2:hover{background:url(../images/btn-share-orange2-hover.svg) 50% no-repeat}section.main div.share.orange2:hover:after{background:url(../images/btn-share-orange2-tooltip.svg) 50% no-repeat}section.main div.share.rouge{background:url(../images/btn-share-rouge.svg) 50% no-repeat}section.main div.share.rouge:hover{background:url(../images/btn-share-rouge-hover.svg) 50% no-repeat}section.main div.share.rouge:hover:after{background:url(../images/btn-share-rouge-tooltip.svg) 50% no-repeat}section.main div.share.rouge2{background:url(../images/btn-share-rouge2.svg) 50% no-repeat}section.main div.share.rouge2:hover{background:url(../images/btn-share-rouge2-hover.svg) 50% no-repeat}section.main div.share.rouge2:hover:after{background:url(../images/btn-share-rouge2-tooltip.svg) 50% no-repeat}section.main div.share.vert{background:url(../images/btn-share-vert.svg) 50% no-repeat}section.main div.share.vert:hover{background:url(../images/btn-share-vert-hover.svg) 50% no-repeat}section.main div.share.vert:hover:after{background:url(../images/btn-share-vert-tooltip.svg) 50% no-repeat}section.main div.share.vert2{background:url(../images/btn-share-vert2.svg) 50% no-repeat}section.main div.share.vert2:hover{background:url(../images/btn-share-vert2-hover.svg) 50% no-repeat}section.main div.share.vert2:hover:after{background:url(../images/btn-share-vert2-tooltip.svg) 50% no-repeat}section.main div.share.jaune{background:url(../images/btn-share-jaune.svg) 50% no-repeat}section.main div.share.jaune:hover{background:url(../images/btn-share-jaune-hover.svg) 50% no-repeat}section.main div.share.jaune:hover:after{background:url(../images/btn-share-jaune-tooltip.svg) 50% no-repeat}section.main div.share.taupe{background:url(../images/btn-share-taupe.svg) 50% no-repeat}section.main div.share.taupe:hover{background:url(../images/btn-share-taupe-hover.svg) 50% no-repeat}section.main div.share.taupe:hover:after{background:url(../images/btn-share-taupe-tooltip.svg) 50% no-repeat}section.main div.embed{background:url(../images/btn-embed-default.svg) 50% no-repeat;background-size:contain;border-radius:50%;cursor:pointer;height:32px;position:absolute;right:40px;top:-40px;width:32px;z-index:10}.y2019 section.main div.embed,.y2020 section.main div.embed{background-image:url(../images/btn-embed-default-2019.svg);border:1px solid #999}@media (min-width:960px){.y2019 section.main div.embed,.y2020 section.main div.embed{top:-20px}}section.main div.embed:hover{background-image:url(../images/btn-embed-default-hover.svg)}section.main div.asterisque{background:#eaeaea;border-radius:4px;margin:20px 0;padding:0;position:relative}@media (min-width:640px){section.main div.asterisque{padding:0 50px}}@media (min-width:960px){section.main div.asterisque{padding:0 102px}}section.main div.asterisque p{color:#3f3f3f;text-align:center}section.main div.asterisque p a{border-bottom:1px solid #ccc;color:#3f3f3f}section.main div.asterisque p.content{padding:20px}section.main div.asterisque p.more{background:#eaeaea url(../images/Picto-Info.svg) 90% no-repeat;background-size:40px;cursor:pointer;padding:20px 60px}@media (min-width:640px){section.main div.asterisque p.more{background:#eaeaea url(../images/Picto-Info.svg) 80% no-repeat;background-size:40px;padding:20px 0}}section.main div.asterisque.info{background:transparent;margin-top:35px;padding:0}section.main div.asterisque.info div.toggle{background:#eaeaea;display:none;margin-top:-88px;padding:50px 0}@media (min-width:640px){section.main div.asterisque.info div.toggle{margin-top:-64px}}section.main div.asterisque.info div.toggle i.close{background:url(../images/Picto-Close.svg) 50% no-repeat;background-size:30px;cursor:pointer;height:30px;position:absolute;right:10px;top:-40px;width:30px;z-index:2}section.main div.asterisque.info div.toggle div.toggle_text{padding:0 15px}@media (min-width:960px){section.main div.asterisque.info div.toggle div.toggle_text{padding:0 25px;padding:0 140px}}section.main div.asterisque.info div.toggle div.gauche{margin-bottom:0}@media (min-width:960px){section.main div.asterisque.info div.toggle div.gauche{padding:0 20px 0 0}}section.main div.asterisque.info div.toggle div.droite{margin-bottom:20px}@media (min-width:960px){section.main div.asterisque.info div.toggle div.droite{padding:0 0 0 20px}}section.main div.asterisque.info div.toggle p{margin-bottom:0;text-align:left}section.main div.asterisque.info.active{background-image:none}section.main div.asterisque.info.active p.more{opacity:0;padding-top:10px}@media (min-width:960px){section.main div#grands_chiffres div.budget_general div.wrapper_lg{margin:0 auto;width:570px}}section.main div#grands_chiffres div.budget_general div.container{margin:25px 0 15px}@media only screen and (min-width:640px) and (max-width:959px){section.main div#grands_chiffres div.budget_general div.container{padding:0 100px 15px}}@media (min-width:960px){section.main div#grands_chiffres div.budget_general div.container div.donut{padding:0 20px 0 80px}}section.main div#grands_chiffres div.budget_general div.container div.donut #donut_1 .dep_fonction{position:relative}section.main div#grands_chiffres div.budget_general div.container div.donut #donut_1 text tspan{text-transform:uppercase}@media only screen and (min-width:960px){section.main div#grands_chiffres div.budget_general div.container div.legend{margin-top:10px;padding-left:40px}}section.main div#grands_chiffres div.budget_general div.container div.legend h4{font-size:18px;line-height:30px;margin:25px 0 10px}section.main div#grands_chiffres div.budget_general div.container div.legend h4 i{display:inline-block;height:30px;margin-right:10px;width:30px}section.main div#grands_chiffres div.budget_general div.container div.legend h4.graph_bleu{color:#4969ff}section.main div#grands_chiffres div.budget_general div.container div.legend h4.graph_bleu i{background:url(../images/Picto-Grue.svg) 50% no-repeat;background-size:contain;color:#4969ff}section.main div#grands_chiffres div.budget_general div.container div.legend h4.graph_vert{color:#00b7c2}section.main div#grands_chiffres div.budget_general div.container div.legend h4.graph_vert i{background:url(../images/Picto-Rouages.svg) 50% no-repeat;background-size:contain}section.main div#grands_chiffres div.transitions div.legend{margin:10px 0}section.main div#grands_chiffres div.transitions div.legend .col-6{margin:0;padding:0}section.main div#grands_chiffres div.transitions div.legend h4{font-size:15px;line-height:24px;text-align:center}section.main div#grands_chiffres div.transitions div.legend h4 i{display:inline-block;height:30px;margin-right:10px;width:30px}section.main div#grands_chiffres div.transitions div.legend h4.graph_bleu{color:#4969ff}@media (min-width:960px){section.main div#grands_chiffres div.transitions div.legend h4.graph_bleu{padding:0 15px 0 0;text-align:right}}section.main div#grands_chiffres div.transitions div.legend h4.graph_bleu i{background:url(../images/Picto-Grue.svg) 50% no-repeat;background-size:contain;color:#4969ff}section.main div#grands_chiffres div.transitions div.legend h4.graph_vert{color:#00b7c2}@media (min-width:960px){section.main div#grands_chiffres div.transitions div.legend h4.graph_vert{padding:0 0 0 15px;text-align:left}}section.main div#grands_chiffres div.transitions div.legend h4.graph_vert i{background:url(../images/Picto-Rouages.svg) 50% no-repeat;background-size:contain}@media (min-width:960px){section.main div#grands_chiffres div.budget_annexe div.wrapper_lg{width:640px}}section.main div#grands_chiffres div.budget_annexe div.container #bars>text{text-transform:uppercase}section.main div#grands_chiffres div.budget_annexe div.legend{margin:10px 0}section.main div#grands_chiffres div.budget_annexe div.legend .col-6{margin:0;padding:0}section.main div#grands_chiffres div.budget_annexe div.legend h4{font-size:15px;line-height:24px;text-align:center}section.main div#grands_chiffres div.budget_annexe div.legend h4 i{display:inline-block;height:30px;margin-right:10px;width:30px}section.main div#grands_chiffres div.budget_annexe div.legend h4.graph_bleu{color:#4969ff}@media (min-width:960px){section.main div#grands_chiffres div.budget_annexe div.legend h4.graph_bleu{padding:0 15px 0 0;text-align:right}}section.main div#grands_chiffres div.budget_annexe div.legend h4.graph_bleu i{background:url(../images/Picto-Grue.svg) 50% no-repeat;background-size:contain;color:#4969ff}section.main div#grands_chiffres div.budget_annexe div.legend h4.graph_vert{color:#00b7c2}@media (min-width:960px){section.main div#grands_chiffres div.budget_annexe div.legend h4.graph_vert{padding:0 0 0 15px;text-align:left}}section.main div#grands_chiffres div.budget_annexe div.legend h4.graph_vert i{background:url(../images/Picto-Rouages.svg) 50% no-repeat;background-size:contain}@media only screen and (max-width:344px){section.main div#grands_chiffres #bars{display:none}}@media only screen and (min-width:345px) and (max-width:639px){section.main div#grands_chiffres #bars{display:none}}@media only screen and (min-width:640px) and (max-width:959px){section.main div#grands_chiffres #bars{display:block}}@media only screen and (min-width:960px){section.main div#grands_chiffres #bars{display:block}}section.main div#grands_chiffres #bars_mobile{width:100%}@media only screen and (min-width:345px) and (max-width:639px){section.main div#grands_chiffres #bars_mobile{display:block}}@media only screen and (min-width:640px) and (max-width:959px){section.main div#grands_chiffres #bars_mobile{display:none}}@media only screen and (min-width:960px){section.main div#grands_chiffres #bars_mobile{display:none}}@media (min-width:960px){section.main div#recettes_depenses div.wrapper_lg{margin:0 auto;width:570px}}section.main div#recettes_depenses div.donut_wrap{margin-bottom:25px}section.main div#recettes_depenses div.donut_wrap div.donut_container{text-align:center}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat{margin:15px 0}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4{margin-bottom:7px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 i,section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 i svg{height:20px;width:20px}@media (min-width:640px){section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 i{height:30px;margin-right:5px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 i svg{height:30px}}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.titre{font-size:14px;text-transform:uppercase}@media (min-width:640px){section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.titre{font-size:20px}}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.montant{font-size:14px}@media (min-width:640px){section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat h4 span.montant{font-size:20px}}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row{cursor:pointer;padding:8px 0;position:relative}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row.active{background-color:#eaeaea}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row.active i.fleche{stroke:#333;transform:rotate(180deg)}@media (min-width:960px){section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row:hover{background-color:#eaeaea}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row:hover i.fleche{stroke:#333}}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row i.color{border:2px solid #fff;border-radius:50%;float:left;height:20px;margin:0 10px 0 5px;width:20px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row div.montant{float:left;font-size:18px;line-height:20px;width:100px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row div.montant span{float:left;margin-right:5px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row h6{float:left;font-size:18px;line-height:20px;width:150px}@media (min-width:640px){section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row h6{width:450px}}@media (min-width:960px){section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row h6{width:280px}}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.row i.fleche{stroke:#e6e6e6;height:20px;position:absolute;right:5px;top:6px;width:20px;z-index:1}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.active div.titre{background-color:#eaeaea}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.active div.titre i.fleche{stroke:#333;transform:rotate(180deg)}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.active div.toggle{background-color:#eaeaea}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.toggle{display:none;padding:0 7px 10px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.toggle p{color:#3f3f3f;font-size:15px}section.main div#recettes_depenses div.donut_wrap div.donut_legend div.donut_legend_cat div.toggle p a{border-bottom:1px solid #3f3f3f;color:#3f3f3f;text-decoration:none}section.main div#recettes_depenses div.donut_wrap .donut_element.hovered{background-color:#eaeaea}section.main div#recettes_depenses div.donut_wrap .donut_element.hovered i.fleche{stroke:#333}section.main div#recettes_depenses div.donut_wrap .donut_element.hovered h4 i{stroke:transparent!important}section.main div#recettes_depenses div.services div.bulles{text-align:center}section.main div#recettes_depenses div.services div.bulles article{cursor:pointer;display:inline-block;height:150px;margin:20px 40px 100px 39px;position:relative;width:150px}section.main div#recettes_depenses div.services div.bulles article div.bulle{border-radius:50%;height:100%;left:0;position:absolute;right:0;top:0}section.main div#recettes_depenses div.services div.bulles article div.bulle i{height:120px;left:50%;margin:-60px 0 0 -60px;position:absolute;top:50%;width:120px}section.main div#recettes_depenses div.services div.bulles article div.bulle div.montant{color:#fff;font-size:25px;height:100%;left:0;line-height:150px;margin:-75px 0 0 -75px;opacity:0;position:absolute;top:50%;width:100%}section.main div#recettes_depenses div.services div.bulles article h4{left:0;line-height:21px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:165px}section.main div#recettes_depenses div.services div.bulles article span.bulle{bottom:-175px;font-size:14px;left:0;line-height:18px;opacity:0;position:absolute;right:0;text-align:center;z-index:-1}section.main div#recettes_depenses div.services div.bulles article:hover div.bulle i{left:100%;opacity:0}section.main div#recettes_depenses div.services div.bulles article:hover div.bulle div.montant{left:50%;opacity:1}@media (min-width:960px){section.main div#actions div.chapo{padding:0 100px}}section.main div#actions div.chapo:after{display:none}section.main div#actions div.legend{margin-top:20px!important;overflow:visible!important;position:relative!important}@media (min-width:960px){section.main div#actions div.legend{margin-top:40px!important}}section.main div#actions div.chiffres{margin:20px -20px 50px}section.main div#actions div.chiffres div.chiffre{float:left;margin-bottom:40px;padding:0 20px;position:relative;width:100%}@media only screen and (min-width:640px) and (max-width:959px){section.main div#actions div.chiffres div.chiffre{margin-bottom:20px;padding:0 10px}}section.main div#actions div.chiffres div.chiffre div.infos{padding:0 20px 0 0;width:50%}section.main div#actions div.chiffres div.chiffre div.titre{border-radius:10px;cursor:pointer;display:block;height:225px;padding:30px;position:relative;width:100%}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre div.titre{height:210px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre div.titre{height:230px}section.main div#actions div.chiffres div.chiffre div.titre:hover div.montant{left:40px;opacity:0}section.main div#actions div.chiffres div.chiffre div.titre:hover div.more{left:30px;opacity:1}}section.main div#actions div.chiffres div.chiffre div.titre h3.action{color:#fff;font-size:20px;left:30px;line-height:30px;margin:0;position:absolute;right:30px;text-align:left;text-transform:uppercase;top:30px;z-index:2}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre div.titre h3.action{font-size:15px;line-height:23px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre div.titre h3.action{font-size:25px;line-height:30px}}section.main div#actions div.chiffres div.chiffre div.titre i.filet{background:#fff;bottom:60px;height:1px;left:30px;position:absolute;right:30px;z-index:3}section.main div#actions div.chiffres div.chiffre div.titre div.montant{bottom:25px;color:#fff;font-size:25px;left:30px;position:absolute;text-align:center;z-index:2}section.main div#actions div.chiffres div.chiffre div.titre i.fleche{background:url(../images/Picto-Fleche-Bas.svg) 50% no-repeat;background-size:cover;bottom:25px;height:25px;position:absolute;right:30px;width:25px;z-index:3}section.main div#actions div.chiffres div.chiffre div.titre div.more{display:none}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre div.titre div.more{bottom:30px;color:#fff;display:block;font-size:20px;left:20px;opacity:0;position:absolute;z-index:3}}section.main div#actions div.chiffres div.chiffre div.titre div.overlay{border-radius:5px;bottom:0;left:0;opacity:1;position:absolute;right:0;top:0;z-index:1}section.main div#actions div.chiffres div.chiffre div.slide{border-radius:5px;display:none;margin:25px 0 0;padding:30px;position:relative;width:260px}@media (min-width:345px){section.main div#actions div.chiffres div.chiffre div.slide{width:295px}}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre div.slide{width:630px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre div.slide{width:930px}}section.main div#actions div.chiffres div.chiffre div.slide:after,section.main div#actions div.chiffres div.chiffre div.slide:before{clear:both;content:"";height:0;left:110px;position:absolute;width:0!important;z-index:1}section.main div#actions div.chiffres div.chiffre div.slide:before{border-bottom:17px solid #fff;border-left:17px solid transparent;border-right:17px solid transparent;top:-17px;z-index:2}@media (min-width:290px){section.main div#actions div.chiffres div.chiffre div.slide:before{left:123px}}@media (min-width:345px){section.main div#actions div.chiffres div.chiffre div.slide:before{left:153px}}@media (min-width:290px){section.main div#actions div.chiffres div.chiffre div.slide:before{left:120px}}@media (min-width:345px){section.main div#actions div.chiffres div.chiffre div.slide:before{left:150px}}section.main div#actions div.chiffres div.chiffre div.slide:after{border-left:20px solid transparent;border-right:20px solid transparent;top:-20px}@media (min-width:290px){section.main div#actions div.chiffres div.chiffre div.slide:after{left:120px}}@media (min-width:345px){section.main div#actions div.chiffres div.chiffre div.slide:after{left:150px}}section.main div#actions div.chiffres div.chiffre div.slide div.share{left:10px;top:10px}.y2019 section.main div#actions div.chiffres div.chiffre div.slide div.share,.y2020 section.main div#actions div.chiffres div.chiffre div.slide div.share{left:30px;top:30px}section.main div#actions div.chiffres div.chiffre div.slide i.close{cursor:pointer;height:30px;opacity:1;position:absolute;right:5px;top:5px;width:30px}section.main div#actions div.chiffres div.chiffre div.slide div.resume{padding:0;text-align:center}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre div.slide div.resume{padding:0 50px;padding:0 100px}}section.main div#actions div.chiffres div.chiffre div.slide div.resume i{display:inline-block;height:90px;width:90px}section.main div#actions div.chiffres div.chiffre div.slide div.resume h4{margin:10px 0;text-align:center}section.main div#actions div.chiffres div.chiffre div.slide div.resume p{color:#333;font-size:16px;line-height:25px;margin-bottom:10px;text-align:center}section.main div#actions div.chiffres div.chiffre div.slide div.data{margin-top:30px;padding-bottom:25px;position:relative}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre div.slide div.data{padding:0 25px 25px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre div.slide div.data div.row:first-child h4{margin-top:0}}section.main div#actions div.chiffres div.chiffre div.slide div.data div.col-6{margin:0;padding:0}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre div.slide div.data div.col-6{padding:0 50px}}section.main div#actions div.chiffres div.chiffre div.slide div.data h4{font-size:22px;margin:30px 0 5px;text-align:center}section.main div#actions div.chiffres div.chiffre div.slide div.data h4 span{color:#333;display:inline}section.main div#actions div.chiffres div.chiffre div.slide div.data p{font-size:15px;line-height:22px;text-align:center}section.main div#actions div.chiffres div.chiffre div.slide div.data p:last-child{margin-bottom:0}section.main div#actions div.chiffres div.chiffre.mobilite div.titre{background:url(../images/1.jpg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.mobilite div.titre div.overlay{background:#6580ff}section.main div#actions div.chiffres div.chiffre.mobilite.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.mobilite:hover div.titre div.overlay{opacity:.7}}section.main div#actions div.chiffres div.chiffre.mobilite div.slide{background-color:#e3e8ff}section.main div#actions div.chiffres div.chiffre.mobilite div.slide div.resume i{background:url(../images/Picto-Carre-1.svg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.mobilite div.slide i.close svg line{stroke:#6580ff}section.main div#actions div.chiffres div.chiffre.mobilite div.slide h4{color:#6580ff}section.main div#actions div.chiffres div.chiffre.mobilite div.slide:after{border-bottom:20px solid #e3e8ff}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.mobilite div.slide div.data div.gauche{border-right:1px solid #6580ff}}section.main div#actions div.chiffres div.chiffre.action_publique div.titre{background:url(../images/2.jpg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.action_publique div.titre div.overlay{background:#96f}section.main div#actions div.chiffres div.chiffre.action_publique.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.action_publique:hover div.titre div.overlay{opacity:.7}}section.main div#actions div.chiffres div.chiffre.action_publique div.slide{background-color:#ede6fb}section.main div#actions div.chiffres div.chiffre.action_publique div.slide div.resume i{background:url(../images/Picto-Carre-2.svg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.action_publique div.slide i.close svg line{stroke:#96f}section.main div#actions div.chiffres div.chiffre.action_publique div.slide h4{color:#96f}section.main div#actions div.chiffres div.chiffre.action_publique div.slide:after{border-bottom:20px solid #ede6fb}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre.action_publique div.slide:after{left:285px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.action_publique div.slide:after{left:445px}section.main div#actions div.chiffres div.chiffre.action_publique div.slide div.data div.gauche{border-right:1px solid #96f}}section.main div#actions div.chiffres div.chiffre.environnement div.titre{background:url(../images/3.jpg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.environnement div.titre div.overlay{background:#22b573}section.main div#actions div.chiffres div.chiffre.environnement.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.environnement:hover div.titre div.overlay{opacity:.7}}section.main div#actions div.chiffres div.chiffre.environnement div.slide{background-color:#ddf3e9}section.main div#actions div.chiffres div.chiffre.environnement div.slide div.resume i{background:url(../images/Picto-Carre-3.svg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.environnement div.slide i.close svg line{stroke:#22b573}section.main div#actions div.chiffres div.chiffre.environnement div.slide h4{color:#22b573}section.main div#actions div.chiffres div.chiffre.environnement div.slide:after{border-bottom:20px solid #ddf3e9}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre.environnement div.slide:after{left:500px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.environnement div.slide:after{left:775px}section.main div#actions div.chiffres div.chiffre.environnement div.slide div.data div.gauche{border-right:1px solid #22b573}}section.main div#actions div.chiffres div.chiffre.attractivite div.titre{background:url(../images/4.jpg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.attractivite div.titre div.overlay{background:#00b7c2}section.main div#actions div.chiffres div.chiffre.attractivite.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.attractivite:hover div.titre div.overlay{opacity:.7}}section.main div#actions div.chiffres div.chiffre.attractivite div.slide{background-color:#d8f4f5}section.main div#actions div.chiffres div.chiffre.attractivite div.slide div.resume i{background:url(../images/Picto-Carre-4.svg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.attractivite div.slide i.close svg line{stroke:#00b7c2}section.main div#actions div.chiffres div.chiffre.attractivite div.slide h4{color:#00b7c2}section.main div#actions div.chiffres div.chiffre.attractivite div.slide:after{border-bottom:20px solid #d8f4f5}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.attractivite div.slide div.data div.gauche{border-right:1px solid #00b7c2}}section.main div#actions div.chiffres div.chiffre.amenagement div.titre{background:url(../images/5.jpg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.amenagement div.titre div.overlay{background:#ff5a7a}section.main div#actions div.chiffres div.chiffre.amenagement.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.amenagement:hover div.titre div.overlay{opacity:.7}}section.main div#actions div.chiffres div.chiffre.amenagement div.slide{background-color:#ffdfe6}section.main div#actions div.chiffres div.chiffre.amenagement div.slide div.resume i{background:url(../images/Picto-Carre-5.svg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.amenagement div.slide i.close svg line{stroke:#ff5a7a}section.main div#actions div.chiffres div.chiffre.amenagement div.slide h4{color:#ff5a7a}section.main div#actions div.chiffres div.chiffre.amenagement div.slide:after{border-bottom:20px solid #ffdfe6}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre.amenagement div.slide:after{left:285px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.amenagement div.slide:after{left:445px}section.main div#actions div.chiffres div.chiffre.amenagement div.slide div.data div.gauche{border-right:1px solid #ff5a7a}}section.main div#actions div.chiffres div.chiffre.culture div.titre{background:url(../images/6.jpg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.culture div.titre div.overlay{background:#ff8359}section.main div#actions div.chiffres div.chiffre.culture.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.culture:hover div.titre div.overlay{opacity:.7}}section.main div#actions div.chiffres div.chiffre.culture div.slide{background-color:#ffece6}section.main div#actions div.chiffres div.chiffre.culture div.slide div.resume i{background:url(../images/Picto-Carre-6.svg) 50% no-repeat;background-size:cover}section.main div#actions div.chiffres div.chiffre.culture div.slide i.close svg line{stroke:#ff8359}section.main div#actions div.chiffres div.chiffre.culture div.slide h4{color:#ff8359}section.main div#actions div.chiffres div.chiffre.culture div.slide:after{border-bottom:20px solid #ffece6}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre.culture div.slide:after{left:500px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre.culture div.slide:after{left:775px}section.main div#actions div.chiffres div.chiffre.culture div.slide div.data div.gauche{border-right:1px solid #ff8359}}section.main div#actions div.chiffres div.chiffre.active div.titre i.fleche{transform:rotate(180deg)}@media (min-width:640px){section.main div#actions div.chiffres div.chiffre:first-child div.slide,section.main div#actions div.chiffres div.chiffre:nth-child(4) div.slide{margin-left:0}section.main div#actions div.chiffres div.chiffre:first-child div.slide:after,section.main div#actions div.chiffres div.chiffre:nth-child(4) div.slide:after{left:75px}section.main div#actions div.chiffres div.chiffre:nth-child(2) div.slide,section.main div#actions div.chiffres div.chiffre:nth-child(5) div.slide{margin-left:-216px}section.main div#actions div.chiffres div.chiffre:nth-child(2) div.slide:after,section.main div#actions div.chiffres div.chiffre:nth-child(5) div.slide:after{left:295px}section.main div#actions div.chiffres div.chiffre:nth-child(3) div.slide,section.main div#actions div.chiffres div.chiffre:nth-child(6) div.slide{margin-left:-432px}section.main div#actions div.chiffres div.chiffre:nth-child(3) div.slide:after,section.main div#actions div.chiffres div.chiffre:nth-child(6) div.slide:after{left:510px}}@media (min-width:960px){section.main div#actions div.chiffres div.chiffre:first-child div.slide,section.main div#actions div.chiffres div.chiffre:nth-child(4) div.slide{margin-left:0}section.main div#actions div.chiffres div.chiffre:first-child div.slide:after,section.main div#actions div.chiffres div.chiffre:nth-child(4) div.slide:after{left:120px}section.main div#actions div.chiffres div.chiffre:nth-child(2) div.slide,section.main div#actions div.chiffres div.chiffre:nth-child(5) div.slide{margin-left:-323px}section.main div#actions div.chiffres div.chiffre:nth-child(2) div.slide:after,section.main div#actions div.chiffres div.chiffre:nth-child(5) div.slide:after{left:443px}section.main div#actions div.chiffres div.chiffre:nth-child(3) div.slide,section.main div#actions div.chiffres div.chiffre:nth-child(6) div.slide{margin-left:-646px}section.main div#actions div.chiffres div.chiffre:nth-child(3) div.slide:after,section.main div#actions div.chiffres div.chiffre:nth-child(6) div.slide:after{left:770px}}section.main div#soutien_locaux div.services div.bulles{text-align:center}section.main div#soutien_locaux div.services div.bulles article{cursor:pointer;display:inline-block;height:150px;margin:20px 40px 100px 39px;position:relative;width:150px}section.main div#soutien_locaux div.services div.bulles article div.bulle{border-radius:50%;height:100%;left:0;position:absolute;right:0;top:0}section.main div#soutien_locaux div.services div.bulles article div.bulle i{height:120px;left:50%;margin:-60px 0 0 -60px;position:absolute;top:50%;width:120px}section.main div#soutien_locaux div.services div.bulles article div.bulle div.montant{color:#fff;font-size:25px;height:100%;left:0;line-height:150px;margin:-75px 0 0 -75px;opacity:0;position:absolute;top:50%;width:100%}section.main div#soutien_locaux div.services div.bulles article h4{left:0;line-height:21px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:165px}section.main div#soutien_locaux div.services div.bulles article span.bulle{bottom:-175px;font-size:14px;left:0;line-height:18px;opacity:0;position:absolute;right:0;text-align:center;z-index:-1}section.main div#soutien_locaux div.services div.bulles article:hover div.bulle i{left:100%;opacity:0}section.main div#soutien_locaux div.services div.bulles article:hover div.bulle div.montant{left:50%;opacity:1}.svg_wrap{position:relative}div.merdier_info_bulle{border-radius:6px;color:#fff;font-size:12px;height:auto;line-height:16px;margin-top:-55px;padding:14px 12px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;width:auto;z-index:1000}div.merdier_info_bulle i{border-left:10px solid transparent;border-right:10px solid transparent;bottom:-10px;content:"";left:50%;margin-left:-10px;position:absolute}div.tooltip{background:#fff;background-color:rgba(0,0,0,.8);border-radius:4px;color:#fff;font-size:12px;opacity:1;padding:10px;position:absolute;width:300px;z-index:10}@media (min-width:640px){div.tooltip{max-width:350px;width:auto!important}}div.tooltip:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;content:"";left:50%;margin-left:-10px;position:absolute;z-index:10}div.tooltip .titre_bulle{display:block;font-size:14px;margin:0 0 5px;max-width:300px;text-transform:uppercase}div.tooltip .label_montant,div.tooltip .label_theme{float:left;font-size:13px;margin:5px 0;text-transform:uppercase;width:70px}div.tooltip .value{float:left;font-size:13px;margin:5px 0 0 5px;text-transform:uppercase;width:calc(100% - 75px)}section.ML div.wrapper_lg h2,section.ML div.wrapper_lg h3,section.ML div.wrapper_lg p{text-align:left}section.ML div.wrapper_lg h2{color:#999;font-size:30px;margin:50px 0;text-transform:none}section.ML div.wrapper_lg h3{font-size:18px;margin:0}section.ML div.wrapper_lg p{font-size:14px}section.ML div.wrapper_lg p a{border-bottom:1px solid #e6e6e6;color:inherit}section.ML div.wrapper_lg i{background-color:#4d4d4d;display:block;height:1px;margin:25px 0;width:25px}section.ML div.wrapper_lg div.row{margin:0 0 50px}@media (min-width:960px){section.ML div.wrapper_lg{width:600px}section.ML div.wrapper_lg h2,section.ML div.wrapper_lg h3,section.ML div.wrapper_lg p{text-align:center}section.ML div.wrapper_lg i{margin:25px auto}}.popin{background:#fff;border-radius:5px;display:none;font-family:VistaSansLight;font-size:14px;height:280px;left:50%;margin-left:-45%;position:fixed;top:200px;width:90%;z-index:101}@media (min-width:640px){.popin{margin-left:-200px;width:400px}}.popin div.close{background:url(../images/times.png) 50% no-repeat;background-size:contain;cursor:pointer;height:14px;position:absolute;right:15px;top:15px;width:14px}.popin div.text{padding:70px 0 50px;text-align:center}.popin div.text2{font-size:16px;line-height:1.5;padding:100px 0 10px;text-align:center}.popin div.text2,.popin div.text2 span{font-family:VistaSansAltLight}.popin div.text3{font-family:VistaSansBold;font-size:16px;padding:10px 0 50px;text-align:center}.popin div.text3 span{font-family:VistaSansAltBold}.popin input{border:1px solid #ccc;border-radius:5px;display:block;margin:0 5% 15px;padding:10px 20px;width:90%}@media (min-width:640px){.popin input{margin:0 auto 15px;width:350px}}.popin div.btn_copy{background:#ccc;border-radius:5px;cursor:pointer;font-family:VistaSansReg;font-size:14px;margin:0 5%;padding:10px 0;text-align:center;width:90%}@media (min-width:640px){.popin div.btn_copy{margin:0 auto;width:350px}}#masque_popin{background:rgba(0,0,0,.7);bottom:0;display:none;left:0;right:0;z-index:100}#masque_popin,.VR_2018 .ancre-missions{position:absolute;top:0}@media (min-width:960px){.VR_2018 .ancre-missions{top:-240px}}.VR_2018 .action_publique .ancre-missions{top:-230px}@media (min-width:960px){.VR_2018 .action_publique .ancre-missions{top:-240px}}@media (min-width:640px){.VR_2018 .education .ancre-missions{top:-230px}}@media (min-width:960px){.VR_2018 .education .ancre-missions{top:-240px}.VR_2018 .amenagement .ancre-missions,.VR_2018 .citoyen .ancre-missions,.VR_2018 .espaces_publics .ancre-missions,.VR_2018 .sport .ancre-missions{top:-10px}}.vision-globale{background:#ededed;border-radius:20px;margin:0 auto;overflow:hidden;padding:6px 8px 4px 12px;width:182px}.vision-globale p{float:left}.vision-globale .btn-slide{background:#fff;border:1px solid #c8c8c8;border-radius:20px;cursor:pointer;float:left;margin:2px 0 0 7px;padding:3px;width:35px}.vision-globale .btn-slide .circle{background:#959595;border-radius:50%;height:10px;width:10px}.vision-globale .btn-slide.on{background:#5d79ff;padding-left:20px}.vision-globale .btn-slide.on .circle{background:#fff}@media (min-width:960px){.RM_2020 .vision-globale{float:left;margin-top:7px;width:auto}}.ui-autocomplete{border-radius:5px;max-height:500px;overflow-x:hidden;overflow-y:auto;width:300px}@media (min-width:960px){body.y2020{max-width:100%}}section.VR_2020 sup{font-size:smaller;vertical-align:super}section.VR_2020 div.chapo a.hand{background:#eaeaea url(../images/Picto-Main-seule.svg) 50% no-repeat;background-size:contain;border-radius:50%;bottom:-28px;cursor:pointer;display:block;height:45px;margin-right:-22.5px;position:absolute;right:50%;width:45px}@media (min-width:640px){section.VR_2020 div.chapo a.hand{height:50px;width:50px}}@media (min-width:960px){section.VR_2020 div.chapo a.hand{bottom:auto;margin-right:0;right:100px;top:5px}}section.VR_2020 div.chapo:after{display:none}section.VR_2020 div.chapo:hover a.hand{background:#d1d9ff url(../images/Picto-Main-seule.svg) 50% no-repeat;background-size:contain}section.VR_2020 div#grands_chiffres div.datas div.entete{margin-bottom:0}section.VR_2020 div#grands_chiffres div.datas div.link_fab{margin-top:20px;text-align:center}section.VR_2020 div#grands_chiffres div.datas div.link_fab a{background:#f2f2f2;border-radius:5px;color:#31348a;padding:12px 20px}section.VR_2020 div#grands_chiffres div.datas div.link_fab a:hover{background-color:#31348a;color:#fff}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#grands_chiffres div.datas #datas{display:none}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#grands_chiffres div.datas #datas{display:block;margin:0 auto}}@media only screen and (min-width:960px){section.VR_2020 div#grands_chiffres div.datas #datas{display:block;margin:0 auto;width:750px}}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#grands_chiffres div.datas #datas_mobile{display:block}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#grands_chiffres div.datas #datas_mobile{display:none}}@media only screen and (min-width:960px){section.VR_2020 div#grands_chiffres div.datas #datas_mobile{display:none}}section.VR_2020 div#grands_chiffres div.budget_general{position:relative}@media (min-width:345px){section.VR_2020 div#grands_chiffres div.budget_general div.wrapper_lg{width:100%}}@media (min-width:640px){section.VR_2020 div#grands_chiffres div.budget_general div.wrapper_lg{width:100%}}@media (min-width:960px){section.VR_2020 div#grands_chiffres div.budget_general div.wrapper_lg{width:730px}section.VR_2020 div#grands_chiffres div.budget_general div.wrapper_lg.entete{width:800px}}section.VR_2020 div#grands_chiffres div.budget_general div.container{margin-top:45px}@media (min-width:640px){section.VR_2020 div#grands_chiffres div.budget_general div.container div.donut_budget_general{text-align:center}}@media (min-width:960px){section.VR_2020 div#grands_chiffres div.budget_general div.container div.donut_budget_general{padding:0 0 0 85px}}section.VR_2020 div#grands_chiffres div.budget_general div.container div.donut_budget_general div.svg_wrap{text-align:center}section.VR_2020 div#grands_chiffres div.budget_general div.container div.donut_budget_general div.svg_wrap svg{width:80%}@media (min-width:960px){section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend{margin-top:24px;padding-left:0}}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4{overflow:hidden;width:100%}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4.graph_bleu{color:#ff6a38;margin-top:0}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4.graph_bleu i{background:url(../RM/2017/images/Picto-Grue.svg) 50% no-repeat;background-size:contain;height:36px}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4.graph_vert{color:#ff3059}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4.graph_vert i{background:url(../RM/2017/images/Picto-Rouages.svg) 50% no-repeat;background-size:contain;height:34px}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4 i{float:left;width:40px}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend h4 div{float:left;line-height:1.2}section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend div.text_dep_fonction{margin-top:30px}@media (min-width:960px){section.VR_2020 div#grands_chiffres div.budget_general div.container div.legend div.text_dep_fonction{margin-top:50px}}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend{border-radius:6px;border-top:1px solid #eaeaea;padding:20px}@inculude sm{section.VR_2020 div#grands_chiffres div.budget_annexe div.legend{margin:30px 40px 60px}}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend .col-6{margin:0;padding:0}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4{line-height:8px;padding:0}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4.graph_orange{color:#ff6a38}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4.graph_orange i{background:url(../images/Picto-Grue-2017.svg) 50% no-repeat;background-size:contain}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4.graph_rouge{color:#ff3059}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4.graph_rouge i{background:url(../images/Picto-Rouages-2017.svg) 50% no-repeat;background-size:contain}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4 div{display:inline-block}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4 i,section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4 span{float:left}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4 i{height:40px;width:40px}section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4 span{font-size:17px;line-height:52px}@media (min-width:640px){section.VR_2020 div#grands_chiffres div.budget_annexe div.legend h4 span{font-size:20px}}section.VR_2020 div#recettes_depenses div.legende{font-size:20px;text-align:center}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.legende{margin-top:60px}}section.VR_2020 div#recettes_depenses div.legende i{background-size:contain;display:inline-block;height:35px;margin-right:10px;position:relative;top:6px;width:35px}@media (min-width:640px){section.VR_2020 div#recettes_depenses div.legende i{margin-right:15px}}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.legende.depenses>div:last-child,section.VR_2020 div#recettes_depenses div.legende.recettes>div:last-child{border-left:1px solid #cacaca}}section.VR_2020 div#recettes_depenses div.legende>div{margin-bottom:0}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.legende>div:first-child{padding:0 75px 30px 0}}section.VR_2020 div#recettes_depenses div.legende>div:first-child i.orange{background:url(../VR/2020/images/Picto-Grue-bleu.svg) 0 no-repeat}section.VR_2020 div#recettes_depenses div.legende>div:first-child i.bleu{background:url(../VR/2020/images/Picto-Grue-orange.svg) 0 no-repeat}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.legende>div:last-child{padding:0 0 30px 75px}}section.VR_2020 div#recettes_depenses div.legende>div:last-child i.rouge{background:url(../VR/2020/images/Picto-Rouages-vert.svg) 0 no-repeat}section.VR_2020 div#recettes_depenses div.legende>div:last-child i.vert{background:url(../VR/2020/images/Picto-Rouages-rouge.svg) 0 no-repeat}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.wrapper_lg{margin:0 auto;width:720px}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap{border:0;margin-bottom:25px}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap canvas,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container{height:295px!important;margin:0 auto;width:295px!important}@media (min-width:640px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap canvas,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container{height:450px!important;width:450px!important}}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap canvas,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container{height:350px!important;width:350px!important}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_depense_fonction,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_recette_fonction{border-left:1px solid #cacaca}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_recette_invest{color:#4a6aff}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_recette_invest{padding:0 75px 0 0}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_recette_fonction{color:#00b7c2}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_recette_fonction{padding:0 0 0 75px}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_depense_invest{color:#ff8359}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_depense_invest{padding:0 75px 0 0}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_depense_fonction{color:#ff3059}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap.donut_depense_fonction{padding:0 0 0 75px}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container{height:350px;position:relative;text-align:center}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title{left:50%;margin:-50px 0 0 -100px;position:absolute;text-align:center;top:50%;width:200px;z-index:-1}@media (min-width:640px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title{margin:-50px 0 0 -110px;width:220px}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title h3.title{color:#4d4d4d;display:block;font-size:20px;line-height:35px}@media (min-width:640px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title h3.title{font-size:22px}}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title h3.title{font-size:25px}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title i.asterix,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_container div.donut_title span.montant{color:#4d4d4d;font-size:25px}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_element{border-radius:8px;padding:10px 0 7px}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_element:hover{background:#eaeaea}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row h6{width:250px}}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row div.montant{font-size:18px;width:70px}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_invest_1 i.color{background-color:#1431b8}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_invest_2 i.color{background-color:#6580ff}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_invest_3 i.color{background-color:#b7c3ff}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_invest_4 i.color{background-color:#8097ff}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_invest_5 i.color{background-color:#b7c3ff}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_invest_6 i.color{background-color:#dbe1ff}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_fonction_1 i.color{background-color:#007a82}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_fonction_2 i.color{background-color:#00b7c2}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_fonction_3 i.color{background-color:#4dcdd4}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_fonction_4 i.color{background-color:#99e2e7}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .rec_fonction_5 i.color{background-color:#bfedf0}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_invest_1 i.color{background-color:#ff6a38}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_invest_2 i.color{background-color:#ffb59b}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_invest_3 i.color{background-color:#ffe6de}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_fonction_1 i.color{background-color:#9c001f}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_fonction_2 i.color{background-color:#d9002b}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_fonction_3 i.color{background-color:#ff3059}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_fonction_4 i.color{background-color:#ff5a7a}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_fonction_5 i.color{background-color:#ffa2b4}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat .dep_fonction_6 i.color{background-color:#ffd6de}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row{padding:0}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row i.color{margin-top:-3px}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row.active,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row:hover{background:transparent}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row.active i.fleche,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row:hover i.fleche{stroke:#333}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row div.titre.active,section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row div.titre:hover{background:transparent}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.row i.fleche{stroke:#ccc;right:15px;top:0}section.VR_2020 div#recettes_depenses div.donuts div.donut_wrap div.donut_legend div.donut_legend_cat div.toggle{background:transparent;padding:5px 7px 0 9px}section.VR_2020 div#recettes_depenses div.donuts div.asterisque{background-color:#eaeaea;margin:15px 0 50px;padding:20px 0}section.VR_2020 div#recettes_depenses div.donuts div.asterisque p.medium,section.VR_2020 div#recettes_depenses div.donuts div.asterisque section.main div#actions div.chiffres div.chiffre div.slide div.resume p,section.main div#actions div.chiffres div.chiffre div.slide div.resume section.VR_2020 div#recettes_depenses div.donuts div.asterisque p{font-size:16px}section.VR_2020 div#recettes_depenses div.donuts div.asterisque p.bold,section.VR_2020 div#recettes_depenses div.donuts div.asterisque p.titles{color:#1a1a1a;font-size:20px}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.desendettement div.wrapper_lg,section.VR_2020 div#recettes_depenses div.dotations div.wrapper_lg{margin:0 auto 50px;width:100%}}@media only screen and (max-width:344px){section.VR_2020 div#recettes_depenses #courbe_dette,section.VR_2020 div#recettes_depenses #courbe_dotations,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages{display:none}}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#recettes_depenses #courbe_dette,section.VR_2020 div#recettes_depenses #courbe_dotations,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages{display:none}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#recettes_depenses #courbe_dette,section.VR_2020 div#recettes_depenses #courbe_dotations,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages{display:block;height:261px;margin:0 auto;width:610px}}@media only screen and (min-width:960px){section.VR_2020 div#recettes_depenses #courbe_dette,section.VR_2020 div#recettes_depenses #courbe_dotations,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages{display:block;height:399px;margin:0 auto;width:930px}}@media only screen and (max-width:344px){section.VR_2020 div#recettes_depenses #courbe_dette_mobile,section.VR_2020 div#recettes_depenses #courbe_dotations_mobile,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages_mobile{display:block;height:295px;margin:0 auto;width:295px}}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#recettes_depenses #courbe_dette_mobile,section.VR_2020 div#recettes_depenses #courbe_dotations_mobile,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages_mobile{display:block;height:295px;margin:0 auto;width:295px}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#recettes_depenses #courbe_dette_mobile,section.VR_2020 div#recettes_depenses #courbe_dotations_mobile,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages_mobile{display:none}}@media only screen and (min-width:960px){section.VR_2020 div#recettes_depenses #courbe_dette_mobile,section.VR_2020 div#recettes_depenses #courbe_dotations_mobile,section.VR_2020 div#recettes_depenses #courbe_fiscalite_menages_mobile{display:none}}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#recettes_depenses #nombre_habitants{height:330px}}section.VR_2020 div#recettes_depenses div.asterisque{background:none}@media (min-width:640px){section.VR_2020 div#recettes_depenses div.asterisque{padding:0 60px}}@media (min-width:960px){section.VR_2020 div#recettes_depenses div.asterisque{padding:0 80px}}section.VR_2020 div#actions div.legend{margin-bottom:40px}section.VR_2020 div#actions div.legend div{margin:10px 0;padding:0;text-align:center}section.VR_2020 div#actions div.legend div h4{display:inline-block}section.VR_2020 div#actions div.legend div h4 i,section.VR_2020 div#actions div.legend div h4 span{float:left;height:30px}section.VR_2020 div#actions div.legend div h4 i svg,section.VR_2020 div#actions div.legend div h4 span svg{height:30px}section.VR_2020 div#actions div.legend div h4 span{color:#999;line-height:47px;margin-left:10px}@media (min-width:640px){section.VR_2020 div#actions div.legend div.fontionnement{float:left;text-align:right;width:50%}section.VR_2020 div#actions div.legend div.fontionnement h4{padding:0 30px 0 0}section.VR_2020 div#actions div.legend div.investissement{float:left;text-align:left;width:50%}section.VR_2020 div#actions div.legend div.investissement h4{padding:0 0 0 30px}section.VR_2020 div#actions div.chiffres div.chiffre{margin-bottom:20px;padding:0 10px;width:50%}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre{width:25%}}section.VR_2020 div#actions div.chiffres div.chiffre div.titre h3.action{font-size:18px;left:20px;line-height:25px;right:20px;top:20px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre i.filet{bottom:100px;left:20px;right:20px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre div.montant{font-size:18px;height:25px;left:20px;line-height:37px;padding-left:40px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre div.montant_fonction{background:url(../images/engrenage-blanc.svg) 0 100% no-repeat;background-size:25px 25px;bottom:60px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre div.montant_invest{background:url(../images/grue-blanc.svg) 0 100% no-repeat;background-size:25px 25px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre div.more{left:10px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre i.fleche{bottom:40px;opacity:0;right:25px}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre div.titre:hover i.filet{bottom:75px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre:hover div.montant{left:30px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre:hover div.more{left:20px}section.VR_2020 div#actions div.chiffres div.chiffre div.titre:hover i.fleche{bottom:30px;opacity:1}}section.VR_2020 div#actions div.chiffres div.chiffre div.slide{background:#fff!important;border-radius:15px!important;padding:29px;width:345px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide{width:660px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide{width:980px}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.col-6{padding:0 40px}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data{padding:0}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.col-6{padding:0 15px;width:50%}}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.share{left:20px!important;top:20px!important}section.VR_2020 div#actions div.chiffres div.chiffre div.slide i.close{right:20px;top:20px}section.VR_2020 div#actions div.chiffres div.chiffre div.slide:before{border-bottom:20px solid #fff;border-left:20px solid transparent;border-right:20px solid transparent;clear:both;content:"";height:0;position:absolute;top:-18px;width:0!important;z-index:2}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide:before{left:95px}}section.VR_2020 div#actions div.chiffres div.chiffre div.slide h4 span{color:inherit!important;font-family:VistaSansBold!important}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.droite,section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.gauche{border:none!important;padding:40px 0}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.gauche{padding:20px}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.gauche{float:none;margin:0 auto;width:80%}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.gauche{margin-left:50px;padding-right:40px;width:45%}}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.gauche h4,section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.gauche p{text-align:left}section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.droite{padding:20px}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.droite{float:none;margin:0 auto;width:80%}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre div.slide div.data div.droite{padding:40px 20px;width:45%}}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.titre{background:url(../images/carre_action_publique.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.titre div.overlay{background:#4a6aff}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.action_publique:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide{border:2px solid #e3e8ff}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide div.resume i{background:url(../images/3.1.1_picto_action_publique.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide i.close svg line{stroke:#4a6aff}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide h4{color:#4a6aff}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide:after{border-bottom:20px solid #e3e8ff}section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide div.data div.droite{background:#e3e8ff;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.action_publique div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.education div.titre{background:url(../images/carre_education.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.education div.titre div.overlay{background:#8b5de8}section.VR_2020 div#actions div.chiffres div.chiffre.education.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.education:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide{border:2px solid #ede6fb}section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide div.resume i{background:url(../images/3.1.2_picto_eduction-v2.svg) 50% no-repeat;background-size:contain;width:150px}section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide i.close svg line{stroke:#8b5de8}section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide h4{color:#8b5de8}section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide:after{border-bottom:20px solid #ede6fb}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide:after{left:285px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide:after{left:445px}}section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide div.data div.droite{background:#ede6fb;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.education div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.titre{background:url(../images/carre_culture.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.titre div.overlay{background:#00b7c2}section.VR_2020 div#actions div.chiffres div.chiffre.culture.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.culture:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide{border:2px solid #d8f4f5}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide div.resume i{background:url(../images/3.1.3_picto_culture.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide i.close svg line{stroke:#00b7c2}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide h4{color:#00b7c2}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide:after{border-bottom:20px solid #d8f4f5}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide:after{left:500px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide:after{left:775px}}section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide div.data div.droite{background:#d8f4f5;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.culture div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.titre{background:url(../images/carre_espaces_publics.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.titre div.overlay{background:#00ba1f}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide{border:2px solid #d8f4dd}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide div.resume i{background:url(../images/3.1.4_picto_espaces_publics.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide i.close svg line{stroke:#00ba1f}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide h4{color:#00ba1f}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide:after{border-bottom:20px solid #d8f4dd}section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide div.data div.droite{background:#d8f4dd;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.espaces_publics div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.titre{background:url(../images/carre_citoyen.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.titre div.overlay{background:#ff3059}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.citoyen:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide{border:2px solid #ffdfe6}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide div.resume i{background:url(../images/3.1.5_picto_citoyen.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide i.close svg line{stroke:#ff3059}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide h4{color:#ff3059}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide:after{border-bottom:20px solid #ffdfe6}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide:after{left:285px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide:after{left:445px}}section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide div.data div.droite{background:#ffdfe6;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.citoyen div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.social div.titre{background:url(../images/carre_social.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.social div.titre div.overlay{background:#ff8359}section.VR_2020 div#actions div.chiffres div.chiffre.social.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.social:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide{border:2px solid #ffece6}section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide div.resume i{background:url(../images/3.1.6_picto_social.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide i.close svg line{stroke:#ff8359}section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide h4{color:#ff8359}section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide:after{border-bottom:20px solid #ffece6}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide:after{left:500px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide:after{left:775px}}section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide div.data div.droite{background:#ffece6;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.social div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.titre{background:url(../images/carre_sport.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.titre div.overlay{background:#faaf3b}section.VR_2020 div#actions div.chiffres div.chiffre.sport.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.sport:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide{border:2px solid #fef2e1}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide div.resume i{background:url(../images/3.1.7_picto_sport.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide i.close svg line{stroke:#faaf3b}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide h4{color:#faaf3b}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide:after{border-bottom:20px solid #fef2e1}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide:after{left:500px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide:after{left:775px}}section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide div.data div.droite{background:#fef2e1;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.sport div.slide div.data div.droite{margin-top:0}}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.titre{background:url(../images/carre_amenagement.jpg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.titre div.overlay{background:#b8a48d}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement.active div.titre div.overlay{opacity:.7}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.amenagement:hover div.titre div.overlay{opacity:.7}}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide{border:2px solid #f4f1ed}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide div.resume i{background:url(../images/3.1.8_picto_amenagement.svg) 50% no-repeat;background-size:cover}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide i.close svg line{stroke:#b8a48d}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide h4{color:#b8a48d}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide:after{border-bottom:20px solid #f4f1ed}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide:after{left:500px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide:after{left:775px}}section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide div.data div.droite{background:#f4f1ed;margin-top:20px}@media (min-width:640px){section.VR_2020 div#actions div.chiffres div.chiffre.amenagement div.slide div.data div.droite{margin-top:0}section.VR_2020 div#actions div.chiffres div.chiffre:first-child div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(3) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(5) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(7) div.slide{margin-left:0}section.VR_2020 div#actions div.chiffres div.chiffre:first-child div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:first-child div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(3) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(3) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(5) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(5) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(7) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(7) div.slide:before{left:135px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(2) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(4) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(6) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(8) div.slide{margin-left:-340px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(2) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(2) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(4) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(4) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(6) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(6) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(8) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(8) div.slide:before{left:465px}}@media (min-width:960px){section.VR_2020 div#actions div.chiffres div.chiffre:first-child div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(5) div.slide{margin-left:0}section.VR_2020 div#actions div.chiffres div.chiffre:first-child div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:first-child div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(5) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(5) div.slide:before{left:95px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(2) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(6) div.slide{margin-left:-250px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(2) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(2) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(6) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(6) div.slide:before{left:345px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(3) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(7) div.slide{margin-left:-500px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(3) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(3) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(7) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(7) div.slide:before{left:595px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(4) div.slide,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(8) div.slide{margin-left:-750px}section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(4) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(4) div.slide:before,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(8) div.slide:after,section.VR_2020 div#actions div.chiffres div.chiffre:nth-child(8) div.slide:before{left:845px}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#actions div.services_usagers div.entete h2 span.paragraphe{display:block}}section.VR_2020 div#actions div.services_usagers div.col-3{margin-top:30px;padding:0;text-align:center}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#actions div.services_usagers div.col-3{width:50%}}@media (min-width:960px){section.VR_2020 div#actions div.services_usagers div.col-3{margin-top:0}section.VR_2020 div#actions div.services_usagers div.col-3.offset_lg{margin-left:118px}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#actions div.services_usagers div.col-3.offset_sm{margin-left:155px}}section.VR_2020 div#actions div.services_usagers div.col-3 div.embed{margin:5px auto 0;position:static}@media (min-width:960px){section.VR_2020 div#assos div.subventions div.wrapper_lg{margin:0 auto;width:840px}}@media only screen and (max-width:344px){section.VR_2020 div#assos div.subventions #bars_subv{display:none}}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#assos div.subventions #bars_subv{display:none}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#assos div.subventions #bars_subv{display:block;height:359px;width:610px}}@media only screen and (min-width:960px){section.VR_2020 div#assos div.subventions #bars_subv{display:block;height:547px;width:930px}}@media only screen and (min-width:345px) and (max-width:639px){section.VR_2020 div#assos div.subventions #bars_subv_mobile{display:block;height:560px;width:295px}}@media only screen and (min-width:640px) and (max-width:959px){section.VR_2020 div#assos div.subventions #bars_subv_mobile{display:none}}@media only screen and (min-width:960px){section.VR_2020 div#assos div.subventions #bars_subv_mobile{display:none}}section.VR_2020 div#assos div.subventions g.picto{opacity:0}section.VR_2020 div#assos div.services_usagers div#vis{position:relative}section.VR_2020 div#assos div.bulles_assos div.switch{display:inline-block;text-align:center;width:100%}@media (min-width:640px){section.VR_2020 div#assos div.bulles_assos div.switch{text-align:left}}section.VR_2020 div#assos div.bulles_assos div.switch .btn{background-image:none;border:1px solid #ccc;border-radius:5px;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;margin-bottom:0;margin-right:10px;padding:17px 15px 13px;text-align:center}section.VR_2020 div#assos div.bulles_assos div.switch .btn.active,section.VR_2020 div#assos div.bulles_assos div.switch .btn:hover{background-color:#ccc;outline:0}section.VR_2020 div#assos div.bulles_assos div.switch .wrap-input{margin-top:10px;position:relative}@media (min-width:640px){section.VR_2020 div#assos div.bulles_assos div.switch .wrap-input{float:right;margin-top:0;width:300px}}section.VR_2020 div#assos div.bulles_assos div.switch .wrap-input input{border:1px solid #ccc;border-radius:5px;font-size:14px;outline:none;padding:17px 25px 13px 15px;width:100%}section.VR_2020 div#assos div.bulles_assos div.switch .wrap-input .close{background:url(../images/times.png) no-repeat 50%;background-size:70%;cursor:pointer;height:14px;position:absolute;right:8px;top:16px;width:14px}section.VR_2020 div#assos div.bulles_assos div.switch #search-result{display:none;font-size:16px;margin:20px auto 0;padding:20px;position:relative;text-align:center;width:100%}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .titre{font-size:20px;font-weight:700}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .montant,section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type{margin-top:10px}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color5{color:#4a6aff}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color4{color:#8b5de8}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color2{color:#faaf3b}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color1{color:#ff3059}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color3{color:#ff8359}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color6{color:#00b7c2}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color7{color:#00ba1f}section.VR_2020 div#assos div.bulles_assos div.switch #search-result .type span.color8{color:#b8a48d}section.VR_2020 div#assos div.bulles_assos #vis{margin-top:20px}@media (min-width:640px){section.VR_2020 div#assos div.bulles_assos #vis{margin-top:0}}section.VR_2020 div#assos div.bulles_assos #vis #svg_vis text.years{font-size:14px;text-transform:uppercase}@media (min-width:640px){section.VR_2020 div#investissements .wrapper_lg{margin:0 auto;width:400px}}@media (min-width:960px){section.VR_2020 div#investissements .wrapper_lg{width:940px}}section.VR_2020 div#investissements .wrapper_lg h3{font-size:16px;line-height:1.2;margin:25px 0}section.VR_2020 div#investissements .wrapper_lg div.chapo{padding-bottom:50px}@media (min-width:640px){section.VR_2020 div#investissements .wrapper_lg div.chapo{padding-bottom:20px}}section.VR_2020 div#investissements .wrapper_lg div.chapo a.hand{bottom:0}@media (min-width:640px){section.VR_2020 div#investissements .wrapper_lg div.chapo a.hand{right:-80px;top:50px}}@media (min-width:960px){section.VR_2020 div#investissements .wrapper_lg div.chapo a.hand{right:-100px;top:10px}}section.VR_2020 div#investissements div.map_container div.embed,section.VR_2020 div#investissements div.map_container div.share{top:-50px}section.VR_2020 div#investissements div.map_container div.share{right:20px}section.VR_2020 div#investissements div.map_container div.embed{right:60px}section.VR_2020 div#investissements div.map_container iframe{height:360px;width:100%}@media (min-width:640px){section.VR_2020 div#investissements div.map_container iframe{height:550px}}@media (min-width:960px){section.VR_2020 div#investissements div.map_container iframe{height:750px}}section.VR_2020 #donut_1{height:295px;width:295px}@media (min-width:640px){section.VR_2020 #donut_1{height:410px;width:410px}}@media (min-width:960px){section.VR_2020 #donut_1{height:365px;width:365px}}section.VR_2020 #donut_depenses,section.VR_2020 #donut_recettes{height:295px;width:295px}@media (min-width:640px){section.VR_2020 #donut_depenses,section.VR_2020 #donut_recettes{height:410px;width:410px}}@media (min-width:960px){section.VR_2020 #donut_depenses,section.VR_2020 #donut_recettes{height:400px;width:400px}}section.VR_2020 #bars,section.VR_2020 #bars_mobile{height:200px;width:295px}@media (min-width:640px){section.VR_2020 #bars,section.VR_2020 #bars_mobile{height:180px;width:610px}}@media (min-width:960px){section.VR_2020 #bars,section.VR_2020 #bars_mobile{height:270px;width:930px}}section.VR_2020 div.infos_plus{background:#f0f0f0;border-radius:4px;margin:30px 0;padding:30px 20px;position:relative;text-align:center}section.VR_2020 div.infos_plus div.close{background:url(../images/times.png) no-repeat 50%;background-size:70%;cursor:pointer;display:none;height:14px;position:absolute;right:8px;top:8px;width:14px}section.VR_2020 div.infos_plus div.texte{line-height:1.3;margin:10px 0 20px}section.VR_2020 div.infos_plus div.btn{background:#525252;border-radius:4px;color:#fff;cursor:pointer;margin:0 auto;padding:10px 0 8px;width:150px}section.VR_2020 div.infos_plus div.wrap{margin:0 auto;text-align:left;width:300px}section.VR_2020 div.infos_plus div.svg svg#dette{display:none;margin:0 auto}@media (min-width:640px){section.VR_2020 div.infos_plus div.svg svg#dette{display:block}}section.VR_2020 div.infos_plus div.svg svg#dette_mobile{margin:0 auto}@media (min-width:640px){section.VR_2020 div.infos_plus div.svg svg#dette_mobile{display:none}}section.VR_2020 div.infos_plus div.svg svg#recette_fiscsale{display:none;margin:0 auto}@media (min-width:640px){section.VR_2020 div.infos_plus div.svg svg#recette_fiscsale{display:block}}section.VR_2020 div.infos_plus div.svg svg#recette_fiscsale_mobile{margin:0 auto}@media (min-width:640px){section.VR_2020 div.infos_plus div.svg svg#recette_fiscsale_mobile{display:none}}section.VR_2020 div.infos_plus div.svg svg#courbe_fiscalite_menages{display:none;margin:0 auto}@media (min-width:640px){section.VR_2020 div.infos_plus div.svg svg#courbe_fiscalite_menages{display:block}}section.VR_2020 div.infos_plus div.svg svg#courbe_fiscalite_menages_mobile{margin:0 auto}@media (min-width:640px){section.VR_2020 div.infos_plus div.svg svg#courbe_fiscalite_menages_mobile{display:none}}section.VR_2020 div.infos_plus div.svg div.ast{font-size:13px;margin:20px auto 0;text-align:left;width:370px}div.merdier_info_bulle{font-size:14px;margin-top:0}footer{display:block}.y2019 footer.RM div.background,.y2020 footer.RM div.background{background:#edf1fe}.y2019 footer.RM div.black,.y2020 footer.RM div.black{background:#333;color:#828282}.y2019 footer.RM div.nav_footer div.right a.next span,.y2019 footer.RM div.nav_footer div.right a.prev span,.y2019 footer.RM div.nav_footer div.right div.next span,.y2019 footer.RM div.nav_footer div.right div.prev span,.y2020 footer.RM div.nav_footer div.right a.next span,.y2020 footer.RM div.nav_footer div.right a.prev span,.y2020 footer.RM div.nav_footer div.right div.next span,.y2020 footer.RM div.nav_footer div.right div.prev span{color:#264dff}.y2020 footer.RM div.black{color:#1a1a1a;color:#c5c5c5}.y2020 footer.RM div.black div.wrapper a.legal{color:#c5c5c5}.y2019 footer.VR div.background,.y2020 footer.VR div.background{background:#e7faee}.y2019 footer.VR div.black,.y2020 footer.VR div.black{background:#333;color:#828282}.y2019 footer.VR div.nav_footer div.right a.next span,.y2019 footer.VR div.nav_footer div.right a.prev span,.y2019 footer.VR div.nav_footer div.right div.next span,.y2019 footer.VR div.nav_footer div.right div.prev span,.y2020 footer.VR div.nav_footer div.right a.next span,.y2020 footer.VR div.nav_footer div.right a.prev span,.y2020 footer.VR div.nav_footer div.right div.next span,.y2020 footer.VR div.nav_footer div.right div.prev span{color:#00bb36}.y2020 footer.VR a.prev i{background:url(../images/Picto-prev-vert.svg) 50% no-repeat!important}.y2020 footer.VR a.next i{background:url(../images/Picto-next-vert.svg) 50% no-repeat!important}.y2020 footer.VR i.separator{background:url(../images/2020/picto-barre-vert.svg) 50% no-repeat!important}footer div.wrapper{background:transparent;font-size:12px;margin:0 auto;padding:13px 0;text-align:center}@media (min-width:640px){footer div.wrapper{font-size:16px}}footer div.wrapper a.legal{color:#828282;display:inline-block}footer div.nav_footer{border-top:1px solid #cacaca;padding-top:25px}.y2019 footer div.nav_footer,.y2020 footer div.nav_footer{border:none;padding:12px 0}@media only screen and (max-width:344px){footer div.nav_footer{display:none}}@media only screen and (min-width:345px) and (max-width:639px){footer div.nav_footer{display:none}}@media only screen and (min-width:640px) and (max-width:959px){footer div.nav_footer{display:block}}@media only screen and (min-width:960px){footer div.nav_footer{display:block}}footer div.nav_footer a.left{color:#999;display:block;float:none;font-size:15px}@media (min-width:640px){footer div.nav_footer a.left{float:left}}footer div.nav_footer a.left i{background:url(../images/Picto-Home.svg) 50% no-repeat;background-size:contain;float:left;height:20px;margin:4px 5px 0 0;width:20px}footer div.nav_footer a.left span{float:left;line-height:29px}footer div.nav_footer a.mentions{color:#999;display:block;float:left;font-size:15px;line-height:29px}footer div.nav_footer div.right{display:block;float:none}@media (min-width:640px){footer div.nav_footer div.right{float:right}.y2019 footer div.nav_footer div.right,.y2020 footer div.nav_footer div.right{float:none;margin:0 auto;text-transform:uppercase;width:472px}}footer div.nav_footer div.right a.next,footer div.nav_footer div.right a.prev,footer div.nav_footer div.right div.next,footer div.nav_footer div.right div.prev{color:#999;cursor:pointer;display:block;float:left;font-size:15px}.y2019 footer div.nav_footer div.right a.next,.y2019 footer div.nav_footer div.right a.prev,.y2019 footer div.nav_footer div.right div.next,.y2019 footer div.nav_footer div.right div.prev,.y2020 footer div.nav_footer div.right a.next,.y2020 footer div.nav_footer div.right a.prev,.y2020 footer div.nav_footer div.right div.next,.y2020 footer div.nav_footer div.right div.prev{margin:0 30px}footer div.nav_footer div.right a.next.disabled,footer div.nav_footer div.right a.prev.disabled,footer div.nav_footer div.right div.next.disabled,footer div.nav_footer div.right div.prev.disabled{opacity:.5}footer div.nav_footer div.right a.next i,footer div.nav_footer div.right a.prev i,footer div.nav_footer div.right div.next i,footer div.nav_footer div.right div.prev i{float:left;height:20px;margin:4px 5px 0 0;width:20px}footer div.nav_footer div.right a.next span,footer div.nav_footer div.right a.prev span,footer div.nav_footer div.right div.next span,footer div.nav_footer div.right div.prev span{float:left;line-height:29px}footer div.nav_footer div.right a.prev i,footer div.nav_footer div.right div.prev i{background:url(../images/Picto-prev.svg) 50% no-repeat;background-size:contain;margin:4px 5px 0 0}.y2019 footer div.nav_footer div.right a.prev i,.y2019 footer div.nav_footer div.right div.prev i,.y2020 footer div.nav_footer div.right a.prev i,.y2020 footer div.nav_footer div.right div.prev i{margin:3px 30px 0 0}.y2020 footer div.nav_footer div.right a.prev i,.y2020 footer div.nav_footer div.right div.prev i{background:url(../images/Picto-prev-bleu.svg) 50% no-repeat}footer div.nav_footer div.right a.next i,footer div.nav_footer div.right div.next i{background:url(../images/Picto-next.svg) 50% no-repeat;background-size:contain;margin:4px 0 0 5px}.y2019 footer div.nav_footer div.right a.next i,.y2019 footer div.nav_footer div.right div.next i,.y2020 footer div.nav_footer div.right a.next i,.y2020 footer div.nav_footer div.right div.next i{margin:3px 0 0 30px}.y2020 footer div.nav_footer div.right a.next i,.y2020 footer div.nav_footer div.right div.next i{background:url(../images/Picto-next-bleu.svg) 50% no-repeat}footer div.nav_footer i.separator{background:url(../images/Picto-Barre.svg) 50% no-repeat;background-size:contain;display:block;float:left;height:20px;margin-top:4px;width:20px}.y2020 footer div.nav_footer i.separator{background:url(../images/2020/Picto-Barre.svg) 50% no-repeat}@media only screen and (min-width:345px) and (max-width:639px){footer div.nav_footer_mobile{display:block}}@media only screen and (min-width:640px) and (max-width:959px){footer div.nav_footer_mobile{display:none}}@media only screen and (min-width:960px){footer div.nav_footer_mobile{display:none}}footer div.nav_footer_mobile div.borders{border-bottom:1px solid #cacaca;border-top:1px solid #cacaca}footer div.nav_footer_mobile a.next,footer div.nav_footer_mobile a.prev{cursor:pointer;float:left;font-size:20px;padding:20px 0;text-align:center;width:calc(50% - 21px)}footer div.nav_footer_mobile a.next span,footer div.nav_footer_mobile a.prev span{display:block;float:left;line-height:25px;text-align:center;width:calc(100% - 30px)}footer div.nav_footer_mobile a.next i,footer div.nav_footer_mobile a.prev i{display:block;float:left;height:25px;width:25px}footer div.nav_footer_mobile a.prev i{background:url(../images/Picto-prev.svg) 50% no-repeat;background-size:contain;margin:0 5px 0 0}footer div.nav_footer_mobile a.next i{background:url(../images/Picto-next.svg) 50% no-repeat;background-size:contain;margin:0 0 0 5px}footer div.nav_footer_mobile i.separator{background:#cacaca;display:block;float:left;height:25px;margin:20px 20px 0;width:1px}footer div.nav_footer_mobile a.back{color:#999;display:block;float:left;font-size:17px;padding:15px 0}footer div.nav_footer_mobile a.back i{background:url(../images/Picto-Home.svg) 50% no-repeat;background-size:contain;float:left;height:25px;margin:1px 10px 0 0;width:25px}footer div.nav_footer_mobile a.back span{float:left;line-height:29px}footer div.nav_footer_mobile a.mentions{color:#999;display:block;float:right;font-size:17px;line-height:29px;padding:15px 0}footer.ML{border-top:1px solid #cacaca;padding:25px 0;text-align:center}footer.ML div.back_button{display:inline-block;text-align:center}footer.ML div.back_button a.back{color:#999;font-size:15px}footer.ML div.back_button a.back i{background:url(../images/Picto-Home.svg) 50% no-repeat;background-size:contain;float:left;height:20px;margin:4px 5px 0 0;width:20px}footer.ML div.back_button a.back span{float:left;line-height:29px}a#scrolltop{bottom:170px;display:none;height:50px;opacity:.5;position:fixed;right:10px;width:50px;z-index:4}@media (min-width:640px){a#scrolltop{bottom:80px}}
