body{min-width:1px;--f:1}.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-list, .slick-track, .slick-slide { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: inline-block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { display: none; }
.slick-slide { position: static; float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { display: none; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
@font-face { font-family: "slick"; src: url("slick.eot"); src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
.slick-prev:before { content: "\2190"; }
.slick-next:before { content: "\2192"; }
.slick-prev, .slick-next { position: absolute; display: block; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots { position: absolute; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; padding: 0; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button { border: 0; background: transparent; display: block; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; font-family: "slick"; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
[dir="rtl"] .slick-slide { float: right; }
[dir="rtl"] .slick-next:before { content: "\2190"; }
[dir="rtl"] .slick-prev:before { content: "\2192"; }
.slidex{display:none}
@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@font-face{font-display:block;font-family:"Lato";src:url('Lato-Regular.woff2') format('woff2'),url('Lato-Regular.woff') format('woff');font-weight:400}@font-face{font-display:block;font-family:"EB Garamond";src:url('EBGaramond-Regular.woff2') format('woff2'),url('EBGaramond-Regular.woff') format('woff');font-weight:400}.ps1{position:relative;margin-top:0}.v1{display:block;vertical-align:top}.s1{pointer-events:none;min-width:1200px;width:1200px;margin-left:auto;margin-right:auto;min-height:428px}.v2{display:inline-block;vertical-align:top}.ps2{position:relative;margin-left:0;margin-top:0}.s2{min-width:1126px;width:1126px;min-height:428px}.s3{min-width:288px;width:288px;min-height:428px;height:428px}.c2{pointer-events:auto}.i1{position:absolute;left:0;width:288px;height:428px;top:0;border:0}.i2{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps3{position:relative;margin-left:47px;margin-top:86px}.s4{min-width:791px;width:791px;min-height:287px}.w1{line-height:0}.s5{min-width:791px;width:791px;min-height:83px}.c3{z-index:41;pointer-events:auto}.p1{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f1{font-family:Lato;font-size:42px;font-size:calc(42px * var(--f));line-height:1.691;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps4{position:relative;margin-left:18px;margin-top:0}.s6{min-width:750px;width:750px;min-height:204px}.c4{z-index:42;pointer-events:auto}.f2{font-family:Lato;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.p2{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f3{font-family:Lato;font-size:16px;font-size:calc(16px * var(--f));line-height:1.688;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps5{position:absolute;margin-left:528px;margin-top:-121px}.s7{min-width:160px;width:160px;min-height:78px}.f4{font-family:"EB Garamond";font-size:37px;font-size:calc(37px * var(--f));line-height:1.812;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#191919;background-color:initial;text-shadow:none}.ps6{position:relative;margin-top:-506px}.s8{width:100%;min-width:1200px;min-height:503px;height:503px}.c5{z-index:11;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.fx1{background-attachment:fixed;background-image:url(../images/untitled-4000-3-4000.jpg);background-color:#268bd2;background-repeat:no-repeat;background-position:50% 50%;background-clip:padding-box}.webp .fx1{background-image:url(../images/untitled-4000-3-4000.webp);background-attachment:fixed}.ps7{position:relative;margin-top:-3px}.s9{width:100%;min-width:1200px;min-height:3px}.c6{z-index:17;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#191919;background-clip:padding-box}.c7{display:block;position:relative;width:max(1200px, 100%);overflow:hidden;margin-top:-3px;min-height:567px}.s10{pointer-events:none;min-width:1200px;width:1200px;margin-left:auto;margin-right:auto;min-height:567px}.s11{min-width:1200px;width:1200px;min-height:240px}.ps8{position:relative;margin-left:520px;margin-top:0}.s12{min-width:680px;width:680px;min-height:227px}.c8{z-index:20;pointer-events:auto}.f5{font-family:Lato;font-size:162px;font-size:calc(162px * var(--f));line-height:1.205;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:2.00px;color:#fff;background-color:initial;text-shadow:none}.ps9{position:relative;margin-left:0;margin-top:-224px}.s13{min-width:1200px;width:1200px;min-height:237px;height:237px}.c9{z-index:14;pointer-events:auto}.i3{position:absolute;left:0;width:1200px;height:237px;top:0;border:0}.ps10{position:relative;margin-left:643px;margin-top:-62px}.s14{min-width:453px;width:453px;min-height:49px}.c10{z-index:45;pointer-events:auto}.p3{text-indent:16px;padding-bottom:0;padding-right:0;text-align:center}.f6{font-family:Lato;font-size:25px;font-size:calc(25px * var(--f));line-height:1.681;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps11{position:relative;margin-left:0;margin-top:58px}.s15{min-width:1200px;width:1200px;min-height:1px}.ps12{position:relative;margin-left:147px;margin-top:25px}.s16{min-width:914px;width:914px;min-height:243px}.c11{z-index:15;pointer-events:auto}.ps13{position:relative;margin-left:41px;margin-top:-190px}.s17{min-width:3px;width:3px;min-height:118px}.c12{z-index:47;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;background-clip:padding-box}.ps14{position:relative;margin-top:35px}.s18{width:100%;min-width:1200px;min-height:901px;height:901px}.c13{z-index:16;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.fx2{background-attachment:fixed;background-image:url(../images/untitled-4000-2-320.jpg);background-color:#191919;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-clip:padding-box}.webp .fx2{background-image:url(../images/untitled-4000-2-320.webp);background-attachment:fixed}.ps15{position:relative;margin-top:8px}.s19{min-width:1200px;width:1200px;margin-left:auto;margin-right:auto;min-height:887px}.ps16{position:relative;margin-left:309px;margin-top:0}.s20{min-width:584px;width:584px;min-height:285px}.s21{min-width:584px;width:584px;min-height:285px;height:285px}.c14{z-index:43;pointer-events:auto}.i4{position:absolute;left:0;width:584px;height:118px;top:84px;border:0}.ps17{position:relative;margin-left:30px;margin-top:-82px}.s22{min-width:525px;width:525px;min-height:82px}.c15{z-index:44;pointer-events:auto}.f7{font-family:Lato;font-size:45px;font-size:calc(45px * var(--f));line-height:1.668;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f8{font-family:Lato;font-size:45px;font-size:calc(45px * var(--f));line-height:1.668;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#ccc;background-color:initial;text-shadow:none}.ps18{position:relative;margin-left:13px;margin-top:15px}.s23{min-width:1173px;width:1173px;min-height:507px}.c16{z-index:18;pointer-events:auto}.f9{font-family:Lato;font-size:43px;font-size:calc(43px * var(--f));line-height:1.443;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f10{font-family:Tahoma, Verdana, Segoe, sans-serif;font-size:43px;font-size:calc(43px * var(--f));line-height:1.466;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps19{position:relative;margin-left:1130px;margin-top:0}.s24{min-width:70px;width:70px;min-height:80px}.c17{z-index:19;pointer-events:auto}.f11{padding-top:40px;padding-bottom:40px;margin-top:0;margin-bottom:0}.btn1{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:url(../images/fleche-70.png);background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-clip:padding-box}.btn1:hover{background-color:#82939e;border-color:#191919;color:#191919}.btn1:active{background-color:#677a85;border-color:#191919;color:#fff}.v3{display:inline-block;overflow:hidden;outline:0}.s25{width:70px;padding-right:0;height:0}.webp .btn1{background-image:url(../images/fleche-70.webp)}.ps20{position:relative;margin-top:-6px}.s26{width:100%;min-width:1200px;min-height:11px}.c18{z-index:21;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#ccc;background-clip:padding-box}.c19{display:block;position:relative;width:max(1200px, 100%);overflow:hidden;margin-top:14px;min-height:693px}.s27{pointer-events:none;min-width:1200px;width:1200px;margin-left:auto;margin-right:auto;min-height:242px}.ps21{position:relative;margin-left:165px;margin-top:0}.s28{min-width:904px;width:904px;min-height:242px}.c20{z-index:23;pointer-events:auto}.ps22{position:relative;margin-left:23px;margin-top:-200px}.s29{min-width:3px;width:3px;min-height:119px}.c21{z-index:46;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;background-clip:padding-box}.ps23{position:relative;margin-top:-31px}.s30{width:100%;min-width:1200px;min-height:482px}.c22{z-index:48;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#ccc;background-clip:padding-box}.ps24{position:relative;margin-top:86px}.s31{min-width:1200px;width:1200px;margin-left:auto;margin-right:auto;min-height:305px}.s32{min-width:1200px;width:1200px;min-height:80px}.s33{min-width:144px;width:144px;min-height:80px;height:80px}.c23{z-index:49;pointer-events:auto}.i5{position:absolute;left:0;width:143px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps25{position:relative;margin-left:25px;margin-top:0}.s34{min-width:144px;width:144px;min-height:80px;height:80px}.c24{z-index:50;pointer-events:auto}.i6{position:absolute;left:8px;width:128px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps26{position:relative;margin-left:28px;margin-top:0}.c25{z-index:51;pointer-events:auto}.i7{position:absolute;left:0;width:144px;height:58px;top:11px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps27{position:relative;margin-left:31px;margin-top:0}.c26{z-index:52;pointer-events:auto}.i8{position:absolute;left:0;width:144px;height:75px;top:2px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps28{position:relative;margin-left:33px;margin-top:0}.s35{min-width:143px;width:143px;min-height:80px;height:80px}.c27{z-index:53;pointer-events:auto}.i9{position:absolute;left:0;width:143px;height:76px;top:2px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps29{position:relative;margin-left:45px;margin-top:0}.c28{z-index:54;pointer-events:auto}.i10{position:absolute;left:12px;width:120px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.c29{z-index:55;pointer-events:auto}.i11{position:absolute;left:0;width:144px;height:57px;top:12px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps30{position:relative;margin-left:0;margin-top:23px}.s36{min-width:1200px;width:1200px;min-height:80px}.s37{min-width:144px;width:144px;min-height:80px;height:80px}.c30{z-index:56;pointer-events:auto}.i12{position:absolute;left:0;width:144px;height:67px;top:6px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps31{position:relative;margin-left:26px;margin-top:0}.s38{min-width:144px;width:144px;min-height:80px;height:80px}.c31{z-index:57;pointer-events:auto}.i13{position:absolute;left:14px;width:115px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps32{position:relative;margin-left:21px;margin-top:0}.s39{min-width:144px;width:144px;min-height:80px;height:80px}.c32{z-index:58;pointer-events:auto}.i14{position:absolute;left:0;width:144px;height:47px;top:17px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps33{position:relative;margin-left:37px;margin-top:0}.c33{z-index:59;pointer-events:auto}.i15{position:absolute;left:32px;width:80px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.s40{min-width:143px;width:143px;min-height:80px;height:80px}.c34{z-index:60;pointer-events:auto}.i16{position:absolute;left:0;width:143px;height:52px;top:14px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps34{position:relative;margin-left:34px;margin-top:0}.c35{z-index:61;pointer-events:auto}.i17{position:absolute;left:16px;width:111px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps35{position:relative;margin-left:42px;margin-top:0}.c36{z-index:62;pointer-events:auto}.i18{position:absolute;left:1px;width:142px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps36{position:relative;margin-left:5px;margin-top:33px}.s41{min-width:1195px;width:1195px;min-height:89px}.ps37{position:relative;margin-left:0;margin-top:9px}.s42{min-width:144px;width:144px;min-height:80px;height:80px}.c37{z-index:63;pointer-events:auto}.i19{position:absolute;left:0;width:144px;height:40px;top:20px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps38{position:relative;margin-left:30px;margin-top:9px}.c38{z-index:64;pointer-events:auto}.i20{position:absolute;left:0;width:144px;height:24px;top:28px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps39{position:relative;margin-left:32px;margin-top:0}.s43{min-width:144px;width:144px;min-height:80px;height:80px}.c39{z-index:65;pointer-events:auto}.i21{position:absolute;left:0;width:144px;height:49px;top:16px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps40{position:relative;margin-left:30px;margin-top:0}.s44{min-width:144px;width:144px;min-height:80px;height:80px}.c40{z-index:66;pointer-events:auto}.i22{position:absolute;left:32px;width:80px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps41{position:relative;margin-left:20px;margin-top:0}.s45{min-width:120px;width:120px;min-height:80px;height:80px}.c41{z-index:67;pointer-events:auto}.i23{position:absolute;left:7px;width:107px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps42{position:relative;margin-left:57px;margin-top:0}.c42{z-index:71;pointer-events:auto}.i24{position:absolute;left:11px;width:123px;height:80px;top:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.c43{z-index:79;pointer-events:auto}.i25{position:absolute;left:0;width:144px;height:47px;top:16px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps43{position:relative;margin-top:75px}.s46{pointer-events:none;min-width:1200px;width:1200px;margin-left:auto;margin-right:auto;min-height:403px}.ps44{position:relative;margin-left:13px;margin-top:0}.s47{min-width:1175px;width:1175px;min-height:403px}.c44{z-index:90;pointer-events:auto}.f12{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f13{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f14{font-family:Tahoma, Verdana, Segoe, sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.688;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps45{position:relative;margin-left:0;margin-top:-304px}.c45{display:inline-block;position:relative;margin-left:0;margin-top:0}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:10042;overflow:hidden}.mfp-wrap{z-index:10043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:10045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:10044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:10046;-webkit-box-shadow:none;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler iframe,.mfp-player-scaler .player,.mfp-player-scaler .player1{display:block;top:0;width:100%;background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{height:100%}.mfp-player-scaler{width:100%;max-width:900px;height:0;overflow:hidden;padding-top:56.25%}.mfp-player-scaler .player,.mfp-player-scaler .player1{right:0;bottom:0}.mfp-plyr .mfp-container{padding:40px}.mfp-plyr .player{left:0;max-width:900px;margin:0 auto;height:100%}.mfp-plyr .player1{left:0;max-width:900px;margin:0 auto;height:0}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-fade.mfp-bg.mfp-removing{opacity:0!important}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0!important}
@media (min-width:960px) and (max-width:1199px){.s1{min-width:960px;width:960px;min-height:342px}.s2{min-width:901px;width:901px;min-height:342px}.s3{min-width:230px;width:230px;min-height:342px;height:342px}.i1{width:230px;height:342px}.ps3{margin-left:38px;margin-top:69px}.s4{min-width:633px;width:633px;min-height:229px}.s5{min-width:633px;width:633px;min-height:66px}.f1{font-size:33px;font-size:calc(33px * var(--f));line-height:1.698}.ps4{margin-left:14px}.s6{min-width:600px;width:600px;min-height:163px}.f2{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.f3{font-size:12px;font-size:calc(12px * var(--f));line-height:1.751}.ps5{margin-left:423px;margin-top:-97px}.s7{min-width:128px;width:128px;min-height:63px}.f4{font-size:29px;font-size:calc(29px * var(--f));line-height:1.829}.ps6{margin-top:-405px}.s8{min-width:960px;min-height:403px;height:403px}.ps7{margin-top:-2px}.s9{min-width:960px;min-height:2px}.c7{width:max(960px, 100%);margin-top:-2px;min-height:453px}.s10{min-width:960px;width:960px;min-height:453px}.s11{min-width:960px;width:960px;min-height:192px}.ps8{margin-left:416px}.s12{min-width:544px;width:544px;min-height:181px}.f5{font-size:129px;font-size:calc(129px * var(--f));line-height:1.195}.ps9{margin-top:-179px}.s13{min-width:960px;width:960px;min-height:190px;height:190px}.i3{width:960px;height:190px}.ps10{margin-left:514px;margin-top:-50px}.s14{min-width:363px;width:363px;min-height:39px}.p3{text-indent:13px}.f6{font-size:20px;font-size:calc(20px * var(--f));line-height:1.701}.ps11{margin-top:46px}.s15{min-width:960px;width:960px}.ps12{margin-left:118px;margin-top:20px}.s16{min-width:731px;width:731px;min-height:194px}.ps13{margin-left:32px;margin-top:-152px}.s17{min-height:95px}.ps14{margin-top:28px}.s18{min-width:960px;min-height:721px;height:721px}.ps15{margin-top:7px}.s19{min-width:960px;width:960px;min-height:709px}.ps16{margin-left:247px}.s20{min-width:467px;width:467px;min-height:228px}.s21{min-width:467px;width:467px;min-height:228px;height:228px}.i4{width:467px;height:94px;top:67px}.ps17{margin-left:24px;margin-top:-66px}.s22{min-width:420px;width:420px;min-height:66px}.f7{font-size:36px;font-size:calc(36px * var(--f));line-height:1.695}.f8{font-size:36px;font-size:calc(36px * var(--f));line-height:1.695}.ps18{margin-left:10px;margin-top:12px}.s23{min-width:939px;width:939px;min-height:405px}.f9{font-size:34px;font-size:calc(34px * var(--f));line-height:1.442}.f10{font-size:34px;font-size:calc(34px * var(--f));line-height:1.442}.ps19{margin-left:904px}.s24{min-width:56px;width:56px;min-height:64px}.f11{padding-top:32px;padding-bottom:32px}.btn1{background-image:url(../images/fleche-56-1.png)}.s25{width:56px}.webp .btn1{background-image:url(../images/fleche-56.webp)}.ps20{margin-top:-5px}.s26{min-width:960px;min-height:9px}.c19{width:max(960px, 100%);margin-top:11px;min-height:555px}.s27{min-width:960px;width:960px;min-height:194px}.ps21{margin-left:132px}.s28{min-width:723px;width:723px;min-height:194px}.ps22{margin-left:18px;margin-top:-160px}.s29{min-height:95px}.ps23{margin-top:-25px}.s30{min-width:960px;min-height:386px}.ps24{margin-top:69px}.s31{min-width:960px;width:960px;min-height:244px}.s32{min-width:960px;width:960px;min-height:64px}.s33{min-width:115px;width:115px;min-height:64px;height:64px}.i5{width:115px;height:64px}.ps25{margin-left:20px}.s34{min-width:115px;width:115px;min-height:64px;height:64px}.i6{left:6px;width:102px;height:64px}.ps26{margin-left:23px}.i7{width:115px;height:46px;top:9px}.ps27{margin-left:25px}.i8{width:115px;height:60px}.ps28{margin-left:26px}.s35{min-width:115px;width:115px;min-height:64px;height:64px}.i9{width:115px;height:61px;top:1px}.ps29{margin-left:36px}.i10{left:9px;width:96px;height:64px}.i11{width:115px;height:46px;top:9px}.ps30{margin-top:18px}.s36{min-width:960px;width:960px;min-height:64px}.s37{min-width:115px;width:115px;min-height:64px;height:64px}.i12{width:115px;height:53px}.ps31{margin-left:21px}.s38{min-width:115px;width:115px;min-height:64px;height:64px}.i13{left:11px;width:92px;height:64px}.ps32{margin-left:17px}.s39{min-width:115px;width:115px;min-height:64px;height:64px}.i14{width:115px;height:38px;top:13px}.ps33{margin-left:30px}.i15{left:26px;width:64px;height:64px}.s40{min-width:115px;width:115px;min-height:64px;height:64px}.i16{width:115px;height:41px;top:12px}.ps34{margin-left:27px}.i17{left:13px;width:89px;height:64px}.ps35{margin-left:34px}.i18{width:113px;height:64px}.ps36{margin-left:4px;margin-top:27px}.s41{min-width:956px;width:956px;min-height:71px}.ps37{margin-top:7px}.s42{min-width:115px;width:115px;min-height:64px;height:64px}.i19{width:115px;height:32px;top:16px}.ps38{margin-left:24px;margin-top:7px}.i20{width:115px;height:19px;top:23px}.ps39{margin-left:26px}.s43{min-width:115px;width:115px;min-height:64px;height:64px}.i21{width:115px;height:39px;top:13px}.ps40{margin-left:24px}.s44{min-width:115px;width:115px;min-height:64px;height:64px}.i22{left:26px;width:64px;height:64px}.ps41{margin-left:16px}.s45{min-width:96px;width:96px;min-height:64px;height:64px}.i23{left:5px;width:85px;height:64px}.ps42{margin-left:46px}.i24{left:8px;width:98px;height:64px}.i25{width:115px;height:38px;top:13px}.ps43{margin-top:60px}.s46{min-width:960px;width:960px;min-height:322px}.ps44{margin-left:10px}.s47{min-width:940px;width:940px;min-height:322px}.f12{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f13{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f14{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps45{margin-top:-243px}}@media (min-width:768px) and (max-width:959px){.s1{min-width:768px;width:768px;min-height:274px}.s2{min-width:721px;width:721px;min-height:274px}.s3{min-width:184px;width:184px;min-height:274px;height:274px}.i1{width:184px;height:274px}.ps3{margin-left:30px;margin-top:55px}.s4{min-width:507px;width:507px;min-height:184px}.s5{min-width:507px;width:507px;min-height:53px}.f1{font-size:26px;font-size:calc(26px * var(--f));line-height:1.693}.ps4{margin-left:12px}.s6{min-width:480px;width:480px;min-height:131px}.f2{font-size:12px;font-size:calc(12px * var(--f));line-height:1.751}.f3{font-size:10px;font-size:calc(10px * var(--f));line-height:1.701}.ps5{margin-left:338px;margin-top:-77px}.s7{min-width:103px;width:103px;min-height:49px}.f4{font-size:23px;font-size:calc(23px * var(--f));line-height:1.827}.ps6{margin-top:-324px}.s8{min-width:768px;min-height:322px;height:322px}.ps7{margin-top:-2px}.s9{min-width:768px;min-height:2px}.c7{width:max(768px, 100%);margin-top:-2px;min-height:363px}.s10{min-width:768px;width:768px;min-height:363px}.s11{min-width:768px;width:768px;min-height:154px}.ps8{margin-left:333px}.s12{min-width:435px;width:435px;min-height:145px}.f5{font-size:103px;font-size:calc(103px * var(--f))}.ps9{margin-top:-143px}.s13{min-width:768px;width:768px;min-height:152px;height:152px}.i3{width:768px;height:152px}.ps10{margin-left:412px;margin-top:-40px}.s14{min-width:289px;width:289px;min-height:31px}.p3{text-indent:10px}.f6{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.ps11{margin-top:37px}.s15{min-width:768px;width:768px}.ps12{margin-left:94px;margin-top:15px}.s16{min-width:585px;width:585px;min-height:156px}.ps13{margin-left:26px;margin-top:-122px}.s17{min-width:2px;width:2px;min-height:76px}.ps14{margin-top:22px}.s18{min-width:768px;min-height:577px;height:577px}.ps15{margin-top:5px}.s19{min-width:768px;width:768px;min-height:568px}.ps16{margin-left:198px}.s20{min-width:374px;width:374px;min-height:183px}.s21{min-width:374px;width:374px;min-height:183px;height:183px}.i4{width:374px;height:76px;top:53px}.ps17{margin-left:19px;margin-top:-53px}.s22{min-width:336px;width:336px;min-height:53px}.f7{font-size:28px;font-size:calc(28px * var(--f));line-height:1.680}.f8{font-size:28px;font-size:calc(28px * var(--f));line-height:1.680}.ps18{margin-left:8px;margin-top:9px}.s23{min-width:751px;width:751px;min-height:325px}.f9{font-size:27px;font-size:calc(27px * var(--f));line-height:1.445}.f10{font-size:27px;font-size:calc(27px * var(--f));line-height:1.445}.ps19{margin-left:723px}.s24{min-width:45px;width:45px;min-height:51px}.f11{padding-top:26px;padding-bottom:25px}.btn1{background-image:url(../images/fleche-45.png)}.s25{width:45px}.webp .btn1{background-image:url(../images/fleche-45.webp)}.ps20{margin-top:-4px}.s26{min-width:768px;min-height:7px}.c19{width:max(768px, 100%);margin-top:9px;min-height:444px}.s27{min-width:768px;width:768px;min-height:155px}.ps21{margin-left:106px}.s28{min-width:578px;width:578px;min-height:155px}.ps22{margin-left:14px;margin-top:-128px}.s29{min-width:2px;width:2px;min-height:76px}.ps23{margin-top:-20px}.s30{min-width:768px;min-height:309px}.ps24{margin-top:55px}.s31{min-width:768px;width:768px;min-height:195px}.s32{min-width:768px;width:768px;min-height:51px}.s33{min-width:92px;width:92px;min-height:51px;height:51px}.i5{width:91px;height:51px}.ps25{margin-left:16px}.s34{min-width:92px;width:92px;min-height:51px;height:51px}.i6{left:5px;width:82px;height:51px}.ps26{margin-left:18px}.i7{width:92px;height:37px;top:7px}.ps27{margin-left:20px}.i8{width:92px;height:48px;top:1px}.ps28{margin-left:22px}.s35{min-width:91px;width:91px;min-height:51px;height:51px}.i9{width:91px;height:48px}.ps29{margin-left:29px}.i10{left:8px;width:77px;height:51px}.i11{width:92px;height:37px;top:7px}.ps30{margin-top:15px}.s36{min-width:768px;width:768px;min-height:51px}.s37{min-width:92px;width:92px;min-height:51px;height:51px}.i12{width:92px;height:43px;top:4px}.ps31{margin-left:17px}.s38{min-width:92px;width:92px;min-height:51px;height:51px}.i13{left:9px;width:73px;height:51px}.ps32{margin-left:13px}.s39{min-width:93px;width:93px;min-height:51px;height:51px}.i14{width:93px;height:30px;top:11px}.ps33{margin-left:23px}.i15{left:21px;width:51px;height:51px}.s40{min-width:91px;width:91px;min-height:51px;height:51px}.i16{width:91px;height:33px;top:9px}.ps34{margin-left:22px}.i17{left:11px;width:71px;height:51px}.ps35{margin-left:27px}.i18{width:90px;height:51px}.ps36{margin-left:3px;margin-top:21px}.s41{min-width:765px;width:765px;min-height:57px}.ps37{margin-top:6px}.s42{min-width:92px;width:92px;min-height:51px;height:51px}.i19{width:92px;height:26px;top:12px}.ps38{margin-left:20px;margin-top:6px}.i20{width:92px;height:15px;top:18px}.ps39{margin-left:20px}.s43{min-width:92px;width:92px;min-height:52px;height:52px}.i21{width:92px;height:32px;top:10px}.ps40{margin-left:20px}.s44{min-width:92px;width:92px;min-height:52px;height:52px}.i22{left:20px;width:52px;height:52px}.ps41{margin-left:13px}.s45{min-width:76px;width:76px;min-height:52px;height:52px}.i23{left:3px;width:69px;height:52px}.ps42{margin-left:37px}.i24{left:6px;width:80px;height:52px}.i25{width:92px;height:30px;top:11px}.ps43{margin-top:48px}.s46{min-width:768px;width:768px;min-height:258px}.ps44{margin-left:8px}.s47{min-width:752px;width:752px;min-height:258px}.f12{font-size:10px;font-size:calc(10px * var(--f));line-height:1.701}.f13{font-size:10px;font-size:calc(10px * var(--f));line-height:1.701}.f14{font-size:10px;font-size:calc(10px * var(--f));line-height:1.701}.ps45{margin-top:-195px}}@media (min-width:480px) and (max-width:767px){.s1{min-width:480px;width:480px;min-height:171px}.s2{min-width:450px;width:450px;min-height:171px}.s3{min-width:115px;width:115px;min-height:171px;height:171px}.i1{width:115px;height:171px}.ps3{margin-left:19px;margin-top:34px}.s4{min-width:316px;width:316px;min-height:115px}.s5{min-width:316px;width:316px;min-height:34px}.f1{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.ps4{margin-left:7px}.s6{min-width:300px;width:300px;min-height:81px}.f2{font-size:8px;font-size:calc(8px * var(--f));line-height:1.626}.f3{font-size:6px;font-size:calc(6px * var(--f));line-height:1.668}.ps5{margin-left:212px;margin-top:-48px}.s7{min-width:64px;width:64px;min-height:31px}.f4{font-size:14px;font-size:calc(14px * var(--f));line-height:1.858}.ps6{margin-top:-203px}.s8{min-width:480px;min-height:201px;height:201px}.ps7{margin-top:-2px}.s9{min-width:480px;min-height:2px}.c7{width:max(480px, 100%);margin-top:-2px;min-height:227px}.s10{min-width:480px;width:480px;min-height:227px}.s11{min-width:480px;width:480px;min-height:96px}.ps8{margin-left:208px}.s12{min-width:272px;width:272px;min-height:91px}.f5{font-size:64px;font-size:calc(64px * var(--f));line-height:1.204}.ps9{margin-top:-89px}.s13{min-width:480px;width:480px;min-height:94px;height:94px}.i3{width:480px;height:94px}.ps10{margin-left:257px;margin-top:-24px}.s14{min-width:181px;width:181px;min-height:19px}.p3{text-indent:6px}.f6{font-size:10px;font-size:calc(10px * var(--f));line-height:1.701}.ps11{margin-top:24px}.s15{min-width:480px;width:480px}.ps12{margin-left:59px;margin-top:9px}.s16{min-width:365px;width:365px;min-height:97px}.ps13{margin-left:16px;margin-top:-76px}.s17{min-width:1px;width:1px;min-height:47px}.ps14{margin-top:14px}.s18{min-width:480px;min-height:361px;height:361px}.ps15{margin-top:3px}.s19{min-width:480px;width:480px;min-height:355px}.ps16{margin-left:124px}.s20{min-width:233px;width:233px;min-height:114px}.s21{min-width:233px;width:233px;min-height:114px;height:114px}.i4{width:233px;height:47px;top:34px}.ps17{margin-left:12px;margin-top:-32px}.s22{min-width:210px;width:210px;min-height:32px}.f7{font-size:18px;font-size:calc(18px * var(--f))}.f8{font-size:18px;font-size:calc(18px * var(--f))}.ps18{margin-left:5px;margin-top:6px}.s23{min-width:469px;width:469px;min-height:203px}.f9{font-size:17px;font-size:calc(17px * var(--f));line-height:1.413}.f10{font-size:17px;font-size:calc(17px * var(--f));line-height:1.413}.ps19{margin-left:452px}.s24{min-width:28px;width:28px;min-height:32px}.f11{padding-top:16px;padding-bottom:16px}.btn1{background-image:url(../images/fleche-28.png)}.s25{width:28px}.webp .btn1{background-image:url(../images/fleche-28.webp)}.ps20{margin-top:-3px}.s26{min-width:480px;min-height:5px}.c19{width:max(480px, 100%);margin-top:5px;min-height:277px}.s27{min-width:480px;width:480px;min-height:97px}.ps21{margin-left:66px}.s28{min-width:362px;width:362px;min-height:97px}.ps22{margin-left:9px;margin-top:-80px}.s29{min-width:1px;width:1px;min-height:48px}.ps23{margin-top:-12px}.s30{min-width:480px;min-height:192px}.ps24{margin-top:34px}.s31{min-width:480px;width:480px;min-height:122px}.s32{min-width:480px;width:480px;min-height:32px}.s33{min-width:58px;width:58px;min-height:32px;height:32px}.i5{width:57px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps25{margin-left:10px}.s34{min-width:57px;width:57px;min-height:32px;height:32px}.i6{left:3px;width:51px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps26{margin-left:11px}.i7{width:58px;height:23px;top:5px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps27{margin-left:12px}.i8{width:58px;height:30px;top:1px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps28{margin-left:13px}.s35{min-width:57px;width:57px;min-height:32px;height:32px}.i9{width:57px;height:30px;top:1px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps29{margin-left:18px}.i10{left:5px;width:48px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.i11{width:58px;height:23px;top:5px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps30{margin-top:9px}.s36{min-width:480px;width:480px;min-height:32px}.s37{min-width:58px;width:58px;min-height:32px;height:32px}.i12{width:58px;height:27px;top:2px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps31{margin-left:10px}.s38{min-width:58px;width:58px;min-height:32px;height:32px}.i13{left:6px;width:46px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps32{margin-left:8px}.s39{min-width:58px;width:58px;min-height:32px;height:32px}.i14{width:58px;height:19px;top:6px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps33{margin-left:14px}.i15{left:13px;width:32px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.s40{min-width:57px;width:57px;min-height:32px;height:32px}.i16{width:57px;height:21px;top:5px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps34{margin-left:14px}.i17{left:7px;width:44px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps35{margin-left:16px}.i18{width:57px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps36{margin-left:2px;margin-top:13px}.s41{min-width:478px;width:478px;min-height:36px}.ps37{margin-top:4px}.s42{min-width:58px;width:58px;min-height:32px;height:32px}.i19{width:58px;height:16px;top:8px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps38{margin-left:12px;margin-top:4px}.i20{width:57px;height:10px;top:11px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps39{margin-left:13px}.s43{min-width:58px;width:58px;min-height:32px;height:32px}.i21{width:58px;height:20px;top:6px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps40{margin-left:12px}.s44{min-width:57px;width:57px;min-height:32px;height:32px}.i22{left:13px;width:32px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps41{margin-left:8px}.s45{min-width:48px;width:48px;min-height:32px;height:32px}.i23{left:3px;width:43px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps42{margin-left:23px}.i24{left:4px;width:49px;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.i25{width:58px;height:19px;top:6px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps43{margin-top:30px}.s46{min-width:480px;width:480px;min-height:162px}.ps44{margin-left:5px}.s47{min-width:470px;width:470px;min-height:162px}.f12{font-size:6px;font-size:calc(6px * var(--f));line-height:1.668}.f13{font-size:6px;font-size:calc(6px * var(--f));line-height:1.668}.f14{font-size:6px;font-size:calc(6px * var(--f));line-height:1.668}.ps45{margin-top:-122px}}@media (max-width:479px){.s1{min-width:320px;width:320px;min-height:114px}.s2{min-width:300px;width:300px;min-height:114px}.s3{min-width:77px;width:77px;min-height:114px;height:114px}.i1{width:77px;height:114px}.ps3{margin-left:12px;margin-top:23px}.s4{min-width:211px;width:211px;min-height:76px}.s5{min-width:211px;width:211px;min-height:22px}.f1{font-size:11px;font-size:calc(11px * var(--f));line-height:1.637}.ps4{margin-left:5px}.s6{min-width:200px;width:200px;min-height:54px}.f2{font-size:5px;font-size:calc(5px * var(--f));line-height:1.601}.f3{font-size:4px;font-size:calc(4px * var(--f));line-height:1.751}.ps5{margin-left:141px;margin-top:-32px}.s7{min-width:43px;width:43px;min-height:21px}.f4{font-size:9px;font-size:calc(9px * var(--f));line-height:1.890}.ps6{margin-top:-135px}.s8{min-width:320px;min-height:134px;height:134px}.ps7{margin-top:-1px}.s9{min-width:320px;min-height:1px}.c7{width:max(320px, 100%);margin-top:-1px;min-height:151px}.s10{min-width:320px;width:320px;min-height:151px}.s11{min-width:320px;width:320px;min-height:64px}.ps8{margin-left:139px}.s12{min-width:181px;width:181px;min-height:61px}.f5{font-size:43px;font-size:calc(43px * var(--f));line-height:1.187}.ps9{margin-top:-60px}.s13{min-width:320px;width:320px;min-height:63px;height:63px}.i3{width:320px;height:63px}.ps10{margin-left:171px;margin-top:-16px}.s14{min-width:121px;width:121px;min-height:13px}.p3{text-indent:4px}.f6{font-size:6px;font-size:calc(6px * var(--f));line-height:1.668}.ps11{margin-top:16px}.s15{min-width:320px;width:320px}.ps12{margin-left:39px;margin-top:6px}.s16{min-width:244px;width:244px;min-height:64px}.ps13{margin-left:11px;margin-top:-50px}.s17{min-width:1px;width:1px;min-height:31px}.ps14{margin-top:10px}.s18{min-width:320px;min-height:240px;height:240px}.ps15{margin-top:2px}.s19{min-width:320px;width:320px;min-height:236px}.ps16{margin-left:82px}.s20{min-width:156px;width:156px;min-height:76px}.s21{min-width:156px;width:156px;min-height:76px;height:76px}.i4{width:156px;height:32px;top:22px}.ps17{margin-left:8px;margin-top:-22px}.s22{min-width:140px;width:140px;min-height:22px}.f7{font-size:12px;font-size:calc(12px * var(--f));line-height:1.751}.f8{font-size:12px;font-size:calc(12px * var(--f));line-height:1.751}.ps18{margin-left:3px;margin-top:4px}.s23{min-width:313px;width:313px;min-height:135px}.f9{font-size:11px;font-size:calc(11px * var(--f));line-height:1.456}.f10{font-size:11px;font-size:calc(11px * var(--f));line-height:1.456}.ps19{margin-left:301px}.s24{min-width:19px;width:19px;min-height:21px}.f11{padding-top:11px;padding-bottom:10px}.btn1{background-image:url(../images/fleche-19.png)}.s25{width:19px}.webp .btn1{background-image:url(../images/fleche-19.webp)}.ps20{margin-top:-2px}.s26{min-width:320px;min-height:3px}.c19{width:max(320px, 100%);margin-top:4px;min-height:185px}.s27{min-width:320px;width:320px;min-height:65px}.ps21{margin-left:44px}.s28{min-width:241px;width:241px;min-height:65px}.ps22{margin-left:6px;margin-top:-54px}.s29{min-width:1px;width:1px;min-height:32px}.ps23{margin-top:-9px}.s30{min-width:320px;min-height:129px}.ps24{margin-top:23px}.s31{min-width:320px;width:320px;min-height:82px}.s32{min-width:320px;width:320px;min-height:22px}.s33{min-width:38px;width:38px;min-height:22px;height:22px}.i5{width:38px;height:21px;top:1px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps25{margin-left:7px}.s34{min-width:38px;width:38px;min-height:22px;height:22px}.i6{left:1px;width:35px;height:22px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps26{margin-left:8px}.i7{width:38px;height:15px;top:4px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps27{margin-left:9px}.i8{width:38px;height:20px;top:1px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps28{margin-left:9px}.s35{min-width:38px;width:38px;min-height:22px;height:22px}.i9{width:38px;height:20px;top:1px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps29{margin-left:12px}.i10{left:2px;width:33px;height:22px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.i11{width:38px;height:15px;top:4px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps30{margin-top:6px}.s36{min-width:320px;width:320px;min-height:21px}.s37{min-width:38px;width:38px;min-height:21px;height:21px}.i12{width:38px;height:18px;top:1px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps31{margin-left:7px}.s38{min-width:39px;width:39px;min-height:21px;height:21px}.i13{left:4px;width:30px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps32{margin-left:5px}.s39{min-width:39px;width:39px;min-height:21px;height:21px}.i14{width:39px;height:13px;top:4px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps33{margin-left:10px}.i15{left:9px;width:21px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.s40{min-width:38px;width:38px;min-height:21px;height:21px}.i16{width:38px;height:14px;top:3px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps34{margin-left:9px}.i17{left:4px;width:29px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps35{margin-left:12px}.i18{left:0;width:37px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps36{margin-left:1px;margin-top:9px}.s41{min-width:319px;width:319px;min-height:24px}.ps37{margin-top:2px}.s42{min-width:39px;width:39px;min-height:22px;height:22px}.i19{width:39px;height:11px;top:5px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps38{margin-left:8px;margin-top:2px}.i20{width:38px;height:6px;top:8px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps39{margin-left:9px}.s43{min-width:38px;width:38px;min-height:21px;height:21px}.i21{width:38px;height:13px;top:4px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps40{margin-left:8px}.s44{min-width:38px;width:38px;min-height:21px;height:21px}.i22{left:9px;width:21px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps41{margin-left:6px}.s45{min-width:32px;width:32px;min-height:21px;height:21px}.i23{left:2px;width:28px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps42{margin-left:15px}.i24{left:3px;width:32px;height:21px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.i25{width:38px;height:12px;top:5px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.ps43{margin-top:20px}.s46{min-width:320px;width:320px;min-height:107px}.ps44{margin-left:3px}.s47{min-width:314px;width:314px;min-height:107px}.f12{font-size:4px;font-size:calc(4px * var(--f));line-height:1.501}.f13{font-size:4px;font-size:calc(4px * var(--f));line-height:1.501}.f14{font-size:4px;font-size:calc(4px * var(--f));line-height:1.751}.ps45{margin-top:-81px}}@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-640.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-640.webp);background-attachment:fixed}}@media (min-width:960px) and (max-width:1199px) and (-webkit-min-device-pixel-ratio:2), (min-width:960px) and (max-width:1199px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-640.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-640.webp);background-attachment:fixed}.btn1{background-image:url(../images/fleche-112-2.png);background-size:cover}.webp .btn1{background-image:url(../images/fleche-112-1.webp)}}@media (min-width:768px) and (max-width:959px) and (-webkit-min-device-pixel-ratio:2), (min-width:768px) and (max-width:959px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-640.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-640.webp);background-attachment:fixed}.btn1{background-image:url(../images/fleche-90.png);background-size:cover}.webp .btn1{background-image:url(../images/fleche-90.webp)}}@media (min-width:480px) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2), (min-width:480px) and (max-width:767px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-640.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-640.webp);background-attachment:fixed}.btn1{background-image:url(../images/fleche-56-2.png);background-size:cover}.webp .btn1{background-image:url(../images/fleche-56-1.webp)}}@media (max-width:479px) and (-webkit-min-device-pixel-ratio:2), (max-width:479px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-640.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-640.webp);background-attachment:fixed}.btn1{background-image:url(../images/fleche-38.png);background-size:cover}.webp .btn1{background-image:url(../images/fleche-38.webp)}}@media (min-width:320px){.fx2{background-image:url(../images/untitled-4000-2-480.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-480.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-480.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-480.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-480.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-480.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-480.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-480.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-480.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-480.webp);background-attachment:fixed}}@media (min-width:320px) and (-webkit-min-device-pixel-ratio:2),(min-width:320px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-960.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960.webp);background-attachment:fixed}}@media (min-width:480px){.fx2{background-image:url(../images/untitled-4000-2-768.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-768.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-768.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-768.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-768.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-768.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-768.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-768.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-768.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-768.webp);background-attachment:fixed}}@media (min-width:480px) and (-webkit-min-device-pixel-ratio:2),(min-width:480px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-1536.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1536.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1536.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1536.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1536.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1536.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1536.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1536.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1536.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1536.webp);background-attachment:fixed}}@media (min-width:768px){.fx2{background-image:url(../images/untitled-4000-2-960-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-960-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-960-1.webp);background-attachment:fixed}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1920.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1920.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1920.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1920.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1920.webp);background-attachment:fixed}}@media (min-width:960px){.fx2{background-image:url(../images/untitled-4000-2-1200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1200.webp);background-attachment:fixed}}@media (min-width:960px) and (-webkit-min-device-pixel-ratio:2),(min-width:960px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-2400.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2400.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2400.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2400.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2400.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2400.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2400.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2400.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2400.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2400.webp);background-attachment:fixed}}@media (min-width:1200px){.fx2{background-image:url(../images/untitled-4000-2-1600.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1600.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1600.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1600.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1600.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1600.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1600.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1600.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-1600.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-1600.webp);background-attachment:fixed}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:2),(min-width:1200px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-3200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-3200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-3200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-3200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-3200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-3200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-3200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-3200.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-3200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-3200.webp);background-attachment:fixed}}@media (min-width:1600px){.fx2{background-image:url(../images/untitled-4000-2-2000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2000.webp);background-attachment:fixed}}@media (min-width:2000px){.fx2{background-image:url(../images/untitled-4000-2-2560.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2560.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2560.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2560.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2560.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2560.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2560.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2560.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-2560.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-2560.webp);background-attachment:fixed}}@media (min-width:1600px) and (-webkit-min-device-pixel-ratio:2),(min-width:1600px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-4000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-4000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-4000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-4000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-4000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-4000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-4000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-4000.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-4000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-4000.webp);background-attachment:fixed}}@media (min-width:2000px) and (-webkit-min-device-pixel-ratio:2),(min-width:2000px) and (min-resolution:192dpi){.fx2{background-image:url(../images/untitled-4000-2-5120.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-5120.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-5120.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-5120.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-5120.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-5120.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-5120.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-5120.webp);background-attachment:fixed}.fx2{background-image:url(../images/untitled-4000-2-5120.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/untitled-4000-2-5120.webp);background-attachment:fixed}}