*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;scroll-behavior:smooth;color:#202024}img{height:auto;max-width:100%}.no-desktop{display:none !important}header{position:fixed;top:-100%;left:0;height:80px;width:100%;z-index:10;background:#202024;color:#fff;font-size:25px;font-family:"Rubik";display:flex;justify-content:space-between;align-items:center;opacity:0;transition:all .3s ease}header .wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%}header.show{opacity:1;top:0%}header a.logo-header{line-height:0}@media only screen and (min-width: 1200px)and (max-width: 1750px){header{font-size:21px;height:65px}header .logo-header{width:180px;line-height:0}}@media only screen and (max-width: 1200px){header{height:67px}header .wrapper{padding:0 15px;position:relative;top:auto;left:auto;width:100%}header .logo-header{width:130px}header p{display:none}}@media only screen and (min-width: 768px)and (max-width: 1200px){header .logo-header{width:170px}}.cta{position:relative;font-family:"Rubik";font-size:20px;font-weight:500;line-height:45px;padding:0 30px;background:#fff;color:#202024;text-decoration:none;display:inline-block;border-radius:30px;transition:all .3s}.cta:hover{transform:translateY(-5px)}.titre{font-size:50px;line-height:60px;margin:0 0 50px;font-weight:700;font-family:"Space Grotesk",sans-serif;text-align:left;width:100%;z-index:5}.red-txt .titre{color:#eb9092}.container{height:100vh;width:100%;overflow:hidden;scroll-behavior:smooth;background:#eb9092}.wrapper{width:100%;max-width:1610px;padding:0 40px;margin:auto;position:relative}.only-title .wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:35px}.only-title .wrapper .img-centrale{width:100%;max-width:1005px;position:absolute;bottom:0;left:0;right:0;top:0;margin:auto}.only-title .wrapper .titre{text-align:center;margin:0}.only-title .wrapper .cta{background:#202024;color:#fff}.only-title .wrapper .cta:hover{background:#fff;color:#202024}.section{height:100vh;position:relative;padding:110px 0 0;overflow:hidden;display:none}.section.show{display:block}.lieu{position:absolute;bottom:515px;left:480px;z-index:1}.lieu span{display:inline-block;font-size:40px;font-family:"League Gothic",sans-serif;background:#202024;color:#eb9092;text-transform:uppercase;line-height:53px;padding:0 24px;border-radius:27px;z-index:1;position:relative;left:45px;transform:rotate(-10deg)}.lieu span.nom-ville{border-radius:0;background:#fff;color:#202024;font-family:"Space Grotesk",sans-serif;font-size:33px;text-transform:none;font-weight:500;z-index:0;left:20px;top:-18px;padding:0 12px}.bloc-signataire{position:absolute;bottom:145px;left:385px;z-index:1}.bloc-signataire .nom-signatire{position:absolute;bottom:-32px;left:-65px}.bloc-signataire span{display:inline-block;font-size:46px;font-family:"League Gothic",sans-serif;background:#202024;color:#eb9092;text-transform:uppercase;line-height:61px;padding:0 35px;border-radius:40px;z-index:1;position:relative}.bloc-signataire span.nom{border-radius:0;background:#fff;color:#202024;font-family:"Space Grotesk",sans-serif;font-size:38px;text-transform:none;font-weight:500;line-height:normal;padding:4px 15px;z-index:0}.bloc-signataire span.nom sup{font-size:25px}.bloc-txt-audio{position:absolute;bottom:185px;left:65px}.bloc-txt-audio .txt{width:344px;border-radius:15px;font-size:15px;line-height:19px;font-family:"Rubik";transform:rotate(-10deg)}.bloc-txt-audio .txt .icon-close-popup-audio{display:none}.bloc-txt-audio .txt h3{text-align:center;background:#000;color:#fff;font-size:40px;line-height:40px;text-transform:uppercase;padding:11px 25px;width:100%;border-radius:15px 15px 0 0;font-family:"League Gothic",sans-serif;font-weight:normal}.bloc-txt-audio .txt>div{background:#fff;padding:20px 20px 50px;border-radius:0 0 15px 15px}.bloc-txt-audio .txt>div p{margin:0 0 15px}.bloc-txt-audio .play-btn{width:150px;position:absolute;bottom:-135px;left:-30px;z-index:1;cursor:pointer;transform:rotateY(0deg);transition:all .8s ease !important;display:none !important}.bloc-txt-audio .audio-play{width:150px;position:absolute;bottom:-135px;left:-30px;z-index:1;cursor:pointer;transform:rotateY(-90deg);transition:all .5s ease !important;display:none !important}.bloc-txt-audio.audio-is-playing .play-btn{transform:rotateY(90deg)}.bloc-txt-audio.audio-is-playing .audio-play{transform:rotateY(0deg)}#section0{display:block}#section0.active{background:#eb9092}#section0>.wrapper{height:100%;display:flex;align-items:center;justify-content:center}#section0 .les-signatures{position:relative;display:flex;justify-content:center;align-items:center;gap:10px}#section0 .les-signatures.hide{display:none !important}#section0 .img-les{width:300px;margin-top:-250px;position:relative}#section0 .img-signature{width:910px;position:relative}#section0 .les-signatures img{animation:none}#section0 .les-signatures.ready .les-1{animation:les1 2s steps(1, end) forwards}#section0 .les-signatures.ready .les-2{animation:les2 2s steps(1, end) forwards}#section0 .les-signatures.ready .les-3{animation:les3 2s steps(1, end) forwards}#section0 .les-signatures.ready .signature-1{animation:sig1 2s steps(1, end) forwards}#section0 .les-signatures.ready .signature-2{animation:sig2 2s steps(1, end) forwards}#section0 .les-signatures.ready .signature-3{animation:sig3 2s steps(1, end) forwards}#section0 .img-les img,#section0 .img-signature img{position:absolute;top:0;left:0;opacity:0;visibility:hidden;animation-duration:2s;animation-timing-function:steps(1, end);animation-fill-mode:forwards}@keyframes les1{0%{opacity:0;visibility:hidden}10%{opacity:1;visibility:visible}33.3333%{opacity:1;visibility:visible}33.3334%{opacity:0;visibility:hidden}100%{opacity:0;visibility:hidden}}@keyframes les2{0%{opacity:0;visibility:hidden}33.3333%{opacity:0;visibility:hidden}33.3334%{opacity:1;visibility:visible}66.6666%{opacity:1;visibility:visible}66.6667%{opacity:0;visibility:hidden}100%{opacity:0;visibility:hidden}}@keyframes les3{0%{opacity:0;visibility:hidden}66.6666%{opacity:0;visibility:hidden}66.6667%{opacity:1;visibility:visible}100%{opacity:1;visibility:visible}}@keyframes sig1{0%{opacity:0;visibility:hidden}16.6666%{opacity:0;visibility:hidden}16.6667%{opacity:1;visibility:visible}50%{opacity:1;visibility:visible}50.0001%{opacity:0;visibility:hidden}100%{opacity:0;visibility:hidden}}@keyframes sig2{0%{opacity:0;visibility:hidden}50%{opacity:0;visibility:hidden}50.0001%{opacity:1;visibility:visible}83.3333%{opacity:1;visibility:visible}83.3334%{opacity:0;visibility:hidden}100%{opacity:0;visibility:hidden}}@keyframes sig3{0%{opacity:0;visibility:hidden}83.3333%{opacity:0;visibility:hidden}83.3334%{opacity:1;visibility:visible}100%{opacity:1;visibility:visible}}#section0 .slide-up.active{transform:translateY(100px);opacity:0}#section0 .slide-up.active.active-anim{transform:translateY(0);opacity:1}#section0 .img-les img{top:-70px;max-width:100%}#section0 .img-les img.les-2{top:-135px}#section0 .img-les img.les-3{top:-40px}#section0 .img-signature img{top:-125px;left:auto;max-width:100%}#section0 .img-signature img.signature-2{top:-200px}#section0 .img-signature img.signature-3{top:-220px;max-width:85%;left:50px}#section0 .img-les-signatures{width:100%;max-width:1150px;position:absolute;margin:auto;left:10px;right:0;top:-60px;bottom:0;display:flex;justify-content:center;align-items:center}#section0 .img-les-signatures img{position:absolute;opacity:0;transform:scale(1.2);transition:all .3s ease}#section0 .img-les-signatures .titre{font-size:66.23px;line-height:66px;padding:10px 0 15px;text-align:center;position:relative;top:140px;left:-10px;margin:auto;opacity:0;transition:all .8s ease;font-family:"Instrument Serif",serif;font-weight:normal;background:#fff;max-width:555px;transform:rotate(-5.48deg)}#section0 .img-les-signatures.show img{opacity:1;transform:scale(1)}#section0 .img-les-signatures.show .titre{opacity:1}#section0 .img-signature-1{display:block;position:absolute;width:479px;left:-100px;top:0;opacity:0;transform:translateX(-100px);transition:all .5s ease}#section0 .img-signature-1.active-anim{opacity:1;transform:translateX(0px)}#section0 .img-signature-2{display:block;position:absolute;width:529px;right:250px;top:-100px;opacity:0;transform:translate(100px, -100px);transition:all .5s ease}#section0 .img-signature-2.active-anim{opacity:1;transform:translate(0px)}#section0 .img-papier-1{display:block;position:absolute;width:438px;right:-247px;top:-120px;opacity:0;transform:translate(100px, -100px);transition:all .5s ease}#section0 .img-papier-1.active-anim{opacity:1;transform:translate(0px)}#section0 .img-stylo{position:absolute;left:-440px;top:180px;width:484px;opacity:0;transform:translate(-100px, 40px);transition:all .5s ease}#section0 .img-stylo.active-anim{opacity:1;transform:translate(0px)}#section0 .img-stylo img{display:block;transform:rotate(99deg)}#section0 .img-femmes{display:block;position:absolute;width:480px;left:-100px;bottom:-70px;opacity:0;transform:translate(-100px, 100px);transition:all .5s ease}#section0 .img-femmes.active-anim{opacity:1;transform:translate(0px)}#section0 .img-papier-2{position:absolute;width:360px;right:-165px;bottom:-170px;opacity:0;transform:translate(100px, 100px);transition:all .5s ease}#section0 .img-papier-2 img{display:block;transform:rotate(5deg)}#section0 .img-papier-2.active-anim{opacity:1;transform:translate(0px)}#section0 .img-louis{display:block;position:absolute;width:311px;right:107px;bottom:-90px;z-index:1;opacity:0;transform:translate(100px, 100px);transition:all .5s ease}#section0 .img-louis.active-anim{opacity:1;transform:translate(0px)}#section0 .scroll-bottom{position:absolute;bottom:20px;left:0;right:0;margin:auto;width:237px;height:153px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;color:#202024;font-size:16.75px;font-family:"Rubik";text-align:center;font-weight:500;opacity:0;transition:all .5s ease}#section0 .scroll-bottom.active-anim{opacity:1}#section0 .scroll-bottom span{position:relative;z-index:1}#section0 .scroll-bottom>img{width:100%;max-width:100%;position:absolute;top:0;left:0}#section0 .scroll-bottom .arrow-bottom{width:14px;height:64px;position:absolute;bottom:0;left:0;right:0;margin:auto;overflow:hidden;display:flex;justify-content:center;align-items:center}#section0 .scroll-bottom .arrow-bottom img{width:100%;max-width:100%;position:absolute;bottom:0;left:0;animation:bouge 1.2s ease-in-out infinite}@keyframes bouge{from{transform:translateY(0px)}to{transform:translateY(64px)}}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section0 .img-les{width:200px;margin-top:-150px}#section0 .img-signature{width:700px}#section0 .img-femmes{width:310px;left:0px}#section0 .img-signature-1{width:250px;left:20px;top:-10px}#section0 .img-stylo{width:300px;left:-200px;top:80px}#section0 .img-signature-2{width:350px}#section0 .img-papier-1{width:300px;right:-60px;top:-90px}#section0 .img-louis{width:200px;bottom:-60px;right:150px}#section0 .img-papier-2{width:280px;right:-40px}#section0 .img-les-signatures{width:570px;top:-90px;z-index:1}#section0 .img-les-signatures .titre{font-size:50px;top:85px;padding:10px 0;line-height:50px;max-width:400px}#section0 .scroll-bottom{width:200px;bottom:-20px}#section0 .scroll-bottom span{top:-21px}#section0 .scroll-bottom .arrow-bottom{bottom:22px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section0 .img-signature-1{width:300px}#section0 .img-signature-2{width:450px}#section0 .img-papier-1{width:370px}#section0 .img-stylo{width:360px;top:100px;left:-245px}#section0 .img-femmes{width:400px}#section0 .img-papier-2{width:320px}#section0 .img-louis{width:250px}#section0 .scroll-bottom{width:250px;bottom:40px;font-size:18px}#section0 .scroll-bottom .arrow-bottom{bottom:2px}#section0 .scroll-bottom span{top:-2px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section0 .img-les-signatures{width:880px}#section0 .img-les-signatures .titre{font-size:66.23px;line-height:66px;max-width:555px;top:120px;left:0}}@media only screen and (max-width: 1200px){#section0 .img-signature-1{width:172px;left:15px;top:100px}#section0 .img-papier-1{width:255px;right:-76px;top:26px}#section0 .img-signature-2{right:-20px;top:215px;width:220px;z-index:1}#section0 .img-stylo{left:-135px;top:160px;width:230px}#section0 .img-les-signatures{max-width:323px}#section0 .img-les-signatures .titre{font-size:27px;line-height:33px;top:52px;padding:3px 0px 6px;max-width:230px}#section0 .scroll-bottom{width:109px;bottom:auto;top:57%;height:75px;font-size:10px}#section0 .scroll-bottom .arrow-bottom{width:7px;height:32px}#section0 .img-femmes{width:355px;left:-90px;bottom:-45px}#section0 .img-papier-2{width:230px;right:-86px;bottom:-30px}#section0 .img-louis{width:190px;bottom:-40px;right:35px}#section0 .img-les{width:90px}#section0 .img-les img{top:0}#section0 .img-les img.les-1{top:5px;width:80px}#section0 .img-les img.les-2{top:0}#section0 .img-les img.les-3{top:30px}#section0 .img-signature{width:220px}#section0 .img-signature img{top:-100px;left:-10px;right:auto}#section0 .img-signature img.signature-2{top:-110px}#section0 .img-signature img.signature-3{top:-110px;left:10px}@keyframes bouge{from{transform:translateY(0px)}to{transform:translateY(32px)}}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section0 .img-les-signatures{max-width:450px;top:0}#section0 .img-les-signatures .titre{font-size:39px;line-height:46px;top:65px}#section0 .img-signature-1{width:262px}#section0 .img-signature-2{top:225px;width:260px}#section0 .img-stylo{top:190px;width:290px}#section0 .img-papier-1{width:285px}#section0 .scroll-bottom{width:200px;bottom:auto;top:65%;height:120px;font-size:15px}#section0 .img-femmes{width:355px;left:-40px}#section0 .img-louis{right:75px}#section0 .img-papier-2{right:-46px}}@media screen and (max-width: 400px)and (max-height: 750px){#section0 .img-les-signatures{max-width:290px}#section0 .img-les-signatures .titre{font-size:25px;line-height:30px;top:43px}#section0 .img-papier-1{width:210px;top:10px}#section0 .img-signature-2{width:140px;top:168px;right:10px}#section0 .img-signature-1{top:80px}#section0 .img-stylo{top:143px;width:200px;left:-115px}#section0 .img-femmes{width:280px;left:-70px}#section0 .img-louis{width:150px}#section0 .img-papier-2{width:200px}}@media only screen and (min-width: 2500px){#section0 .img-femmes{width:900px}#section0 .img-signature-1{width:650px;left:-20px}#section0 .img-stylo{left:-210px;top:230px}#section0 .img-signature-2{width:750px;right:530px}#section0 .img-papier-1{width:750px}#section0 .img-louis{width:500px;right:340px}#section0 .img-papier-2{width:550px}#section0 .img-papier-2 img{width:100%}#section0 .scroll-bottom{width:450px;bottom:240px;font-size:35px}#section0 .scroll-bottom>img{top:-50px}}#section1.active{background:#eb9092}#section1>.wrapper{height:100%}#section1 .titre{max-width:690px}#section1 .img-tampon{width:360px;position:absolute;bottom:470px;right:250px}#section1 .img-centrale{width:575px;position:absolute;bottom:30px;left:0;right:0;margin:auto}#section1 .img-centrale_1{width:522px;position:absolute;bottom:55px;left:0;right:0;margin:auto}#section1 .bloc-signataire img{width:238px}#section1 .bloc-signataire span{transform:rotate(3deg);left:-10px}#section1 .bloc-signataire span.nom{transform:rotate(0deg);left:auto;top:-3px}#section1 .img-papier{position:absolute;bottom:65px;right:285px;z-index:1;width:349px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section1 .titre{max-width:500px}#section1 .lieu{bottom:280px;left:500px}#section1 .img-tampon{width:190px;bottom:280px;right:290px}#section1 .img-centrale{width:320px;left:80px}#section1 .img-centrale_1{width:280px;left:80px}#section1 .img-papier{width:210px;bottom:15px;right:285px}#section1 .lieu{bottom:300px;left:500px}#section1 .bloc-signataire img{width:170px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section1 .img-centrale{width:450px}#section1 .img-centrale_1{width:403px}#section1 .lieu{bottom:390px;left:490px}#section1 .img-tampon{width:240px;bottom:390px;right:280px}#section1 .img-papier{width:300px}#section1 .bloc-signataire img{width:200px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section1 .titre{max-width:690px;font-size:50px;line-height:60px;margin:0 0 50px}#section1>.wrapper{height:97%}}@media only screen and (max-width: 1200px){#section1 .img-centrale{width:322px;bottom:auto;top:291px}#section1 .img-centrale_1{width:288px;bottom:auto;top:387px}#section1 .img-tampon{width:152px;right:-10px;top:173px;bottom:auto}#section1 .img-papier{width:200px;left:-20px;top:550px;bottom:auto}#section1 .img-papier img{transform:rotate(-30deg)}#section1 .bloc-signataire img{width:145px}#section1 .bloc-signataire span.nom{transform:rotate(-2deg)}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section1 .titre{max-width:500px}#section1 .img-centrale{width:450px;bottom:auto;top:220px}#section1 .img-centrale_1{width:398px;bottom:auto;top:353px}#section1 .img-tampon{width:212px;right:13px;top:133px}#section1 .img-papier{width:280px;left:20px;top:460px}#section1 .bloc-signataire img{width:175px}}@media screen and (max-width: 375px)and (max-height: 800px){#section1 .img-centrale{width:250px;top:260px}#section1 .img-centrale_1{width:223px;top:336px}#section1 .img-tampon{width:140px;top:155px;right:10px}#section1 .img-papier{width:160px;top:420px}#section1 .bloc-signataire img{width:130px}}@media only screen and (min-width: 2500px){#section1 .img-centrale{width:1000px;bottom:150px;left:150px}#section1 .img-centrale_1{width:900px;bottom:210px;left:150px}#section1 .bloc-signataire img{width:400px}#section1 .img-tampon{width:550px;bottom:950px}#section1 .img-papier{width:660px;bottom:125px}#section1 .img-papier img{width:100%}}#section2.active{background:#202024}#section2>.wrapper{height:100%}#section2 .titre{max-width:955px;color:#eb9092}#section2 .img-signature{width:780px;position:absolute;bottom:515px;right:-440px}#section2 .img-centrale{width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto}#section2 .img-foule{width:100%;position:absolute;bottom:-120px;left:0;right:0;margin:auto}#section2 .bloc-txt-audio .txt{width:316px}#section2 .bloc-txt-audio .txt h3{padding:20px 25px}#section2 .bloc-txt-audio .txt>div{padding:20px 11px 10px 17px}#section2 .bloc-txt-audio .play-btn{bottom:-150px}#section2 .bloc-txt-audio .audio-play{bottom:-150px}#section2 .bloc-signataire{bottom:160px;left:360px}#section2 .bloc-signataire img{width:252px}#section2 .bloc-signataire .nom-signatire{position:absolute;bottom:-55px;left:20px}#section2 .bloc-signataire .nom-signatire span{left:-10px}#section2 .bloc-signataire .nom-signatire span.nom{transform:rotate(-4deg);left:15px;top:-4px;padding:4px 25px}#section2 .img-papier-1{position:absolute;width:375px;bottom:98px;right:365px;z-index:1}#section2 .img-papier-2{position:absolute;width:335px;bottom:140px;right:170px}#section2 .lieu{bottom:322px;left:auto;right:150px}#section2 .lieu span{font-size:52px;line-height:70px;border-radius:50px;padding:0 30px;left:60px}#section2 .lieu span.nom-ville{font-size:43px;border-radius:0px;left:0;top:-6px;padding:0 12px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section2 .titre{max-width:670px;z-index:1;position:relative}#section2 .img-signature{bottom:320px;width:400px;right:-140px}#section2 .bloc-txt-audio .txt{width:356px}#section2 .bloc-txt-audio .txt h3{padding:10px;font-size:29px;letter-spacing:.5px}#section2 .bloc-txt-audio .txt>div{padding:10px 11px 10px 11px}#section2 .bloc-txt-audio .play-btn,#section2 .bloc-txt-audio .audio-play{bottom:-20px}#section2 .bloc-signataire{bottom:70px;left:430px}#section2 .bloc-signataire img{width:190px}#section2 .bloc-signataire .nom-signatire{width:180px}#section2 .img-papier-1{width:240px;right:340px;bottom:50px}#section2 .img-papier-2{position:absolute;width:215px;bottom:40px;right:210px}#section2 .lieu{bottom:140px;right:190px}#section2 .lieu span{font-size:40px;line-height:60px}#section2 .lieu span.nom-ville{font-size:30px;line-height:55px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section2 .bloc-txt-audio{bottom:140px}#section2 .bloc-txt-audio .play-btn,#section2 .bloc-txt-audio .audio-play{bottom:-90px}#section2 .bloc-signataire{left:400px;bottom:90px}#section2 .bloc-signataire img{width:210px}#section2 .img-signature{width:500px;bottom:400px;right:-210px}#section2 .img-papier-1{width:300px}#section2 .img-papier-2{width:275px;right:170px;bottom:70px}#section2 .lieu{bottom:210px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section2>.wrapper{height:97%}#section2 .titre{max-width:955px;font-size:50px;line-height:60px;margin:0 0 50px}#section2 .img-signature{width:600px;bottom:450px;right:-280px}#section2 .bloc-signataire .nom-signatire{width:192px}}@media only screen and (max-width: 1200px){#section2 .cta.no-desktop{background:#fff;color:#202024}#section2 .img-signature{width:305px;right:-130px;bottom:auto;top:230px}#section2 .img-centrale{width:1100px;max-width:1100px;bottom:-20px;left:-150px}#section2 .img-papier-1{bottom:auto;top:315px;width:195px;left:20px}#section2 .img-papier-1 img{transform:rotate(-20deg)}#section2 .img-papier-2{width:183px;right:230px;bottom:auto;top:370px}#section2 .img-papier-2 img{transform:rotate(-45deg)}#section2 .lieu{display:none}#section2 .bloc-signataire{right:-20px;left:auto;top:480px}#section2 .bloc-signataire img{width:160px;transform:rotateY(180deg)}#section2 .bloc-signataire .nom-signatire{position:absolute;bottom:-20px;left:-60px}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section2 .titre{max-width:680px}#section2 .img-foule{bottom:-120px;width:175%;max-width:175%;left:-12%}#section2 .img-signature{width:425px;right:-130px;bottom:auto;top:160px}#section2 .img-papier-1{width:250px;left:30px}#section2 .img-papier-2{width:250px;right:auto;left:-60px;top:420px}#section2 .bloc-signataire{top:450px}#section2 .bloc-signataire img{width:190px}}@media screen and (max-width: 400px)and (max-height: 750px){#section2 .img-centrale{bottom:-200px}#section2 .img-papier-1{width:150px;top:280px}#section2 .img-papier-2{width:130px;top:345px;right:auto;left:-30px}#section2 .img-signature{top:200px}#section2 .bloc-signataire{top:380px}#section2 .bloc-signataire img{width:130px}}@media only screen and (min-width: 2500px){#section2 .bloc-txt-audio .txt{width:700px}#section2 .bloc-signataire{bottom:150px;left:720px}#section2 .bloc-signataire img{width:450px}#section2 .bloc-signataire .nom-signatire span.nom{width:370px;text-align:center}#section2 .img-signature{bottom:1110px;width:900px;right:-350px}#section2 .img-papier-1{width:630px}#section2 .img-papier-1 img{width:100%}#section2 .img-papier-2{width:550px;right:40px;bottom:170px}#section2 .img-papier-2 img{width:100%}#section2 .lieu{bottom:500px;right:0px}#section2 .lieu span{font-size:80px;line-height:100px;padding:0 35px;border-radius:50px}#section2 .lieu span.nom-ville{font-size:55px;top:-17px;padding:0 30px}}#section3.active{background:#eb9092}#section3>.wrapper{height:100%}#section3 .titre{max-width:770px}#section3 .img-tampon{width:520px;position:absolute;bottom:560px;right:-70px}#section3 .img-centrale{width:420px;position:absolute;bottom:95px;left:-110px;right:0;margin:auto}#section3 .img-boulanger{width:332px;position:absolute;bottom:15px;left:-25px;right:0;margin:auto}#section3 .bloc-signataire{left:350px;bottom:125px}#section3 .bloc-signataire img{width:257px}#section3 .bloc-signataire .nom-signatire{left:-15px;width:347px}#section3 .bloc-signataire span{transform:rotate(-1deg);left:40px}#section3 .bloc-signataire span.nom{transform:rotate(-6deg);left:auto;top:-6px;line-height:61px}#section3 .img-papier{position:absolute;bottom:173px;right:310px;z-index:1;width:378px}#section3 .img-papier img{width:100%}#section3 .img-baguette{position:absolute;bottom:166px;right:90px;z-index:1;width:474px}#section3 .img-baguette img{width:100%}#section3 .img-stylo{position:absolute;bottom:100px;right:-350px;z-index:1;width:492px}#section3 .img-stylo img{width:100%}#section3 .lieu{text-align:right;left:auto;right:530px;bottom:40px}#section3 .lieu span{font-size:52px;line-height:70px;padding:0 35px;border-radius:40px;right:0;transform:rotate(16deg)}#section3 .lieu span.nom-ville{font-size:43px;line-height:70px;padding:0 43px;transform:rotate(16deg);border-radius:0;top:-23px}#section3 .bloc-txt-audio .txt h3{line-height:80px;background:#202024}#section3 .bloc-txt-audio .txt>div{background:#fff;padding:20px 20px 25px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section3 .titre{max-width:545px}#section3 .img-centrale{width:300px;bottom:0;left:70px}#section3 .img-boulanger{width:200px;left:150px;bottom:0}#section3 .bloc-txt-audio{bottom:20px}#section3 .bloc-txt-audio .txt h3{line-height:normal}#section3 .bloc-txt-audio .txt>div{background:#fff;padding:10px 10px 15px}#section3 .bloc-txt-audio .play-btn,#section3 .bloc-txt-audio .audio-play{bottom:-10px}#section3 .bloc-signataire{left:380px;bottom:50px}#section3 .bloc-signataire img{width:160px}#section3 .bloc-signataire span.nom{line-height:50px}#section3 .lieu{left:auto;right:380px;bottom:10px}#section3 .lieu span{font-size:40px;line-height:60px;padding:0 25px}#section3 .lieu span.nom-ville{font-size:33px;line-height:60px;padding:0 30px}#section3 .img-papier{width:230px;bottom:130px;right:250px}#section3 .img-baguette{width:250px;right:120px;bottom:120px}#section3 .img-tampon{bottom:390px;width:200px;right:50px}#section3 .img-stylo{width:270px;right:-140px;bottom:135px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section3 .img-centrale{width:380px;bottom:30px}#section3 .img-boulanger{width:280px}#section3 .bloc-txt-audio{bottom:120px}#section3 .bloc-txt-audio .play-btn,#section3 .bloc-txt-audio .audio-play{bottom:-105px;left:-20px}#section3 .bloc-signataire img{width:200px}#section3 .bloc-signataire{left:340px;bottom:70px}#section3 .img-tampon{width:370px;bottom:420px}#section3 .img-stylo{width:310px;right:-110px}#section3 .img-papier{width:280px;bottom:110px;right:270px}#section3 .img-baguette{width:310px}#section3 .lieu{right:430px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section3>.wrapper{height:97%}#section3 .titre{max-width:770px;font-size:50px;line-height:60px;margin:0 0 50px}#section3 .img-papier{width:320px;right:210px}#section3 .img-tampon{width:400px;bottom:480px;right:0}#section3 .img-stylo{right:-150px;bottom:200px}}@media only screen and (max-width: 1200px){#section3 .img-tampon{width:165px;bottom:auto;top:200px;right:10px}#section3 .img-tampon.slide-up.active{transform:translateY(0) rotate(-8deg)}#section3 .img-stylo{width:208px;right:-80px;bottom:auto;top:270px}#section3 .img-centrale{width:260px;left:40px;right:0;top:274px;bottom:auto}#section3 .img-boulanger{width:210px;bottom:auto;left:80px;right:0;top:390px}#section3 .lieu{display:none}#section3 .img-papier{width:180px;bottom:auto;top:353px;left:0;right:auto}#section3 .img-papier img{transform:rotate(-17deg)}#section3 .img-baguette{display:none}#section3 .bloc-signataire{left:50px;right:auto;width:133px;bottom:auto !important;top:515px}#section3 .bloc-signataire .nom-signatire{width:235px;left:-40px}#section3 .bloc-signataire .nom-signatire .nom{line-height:38px;width:100%}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section3 .titre{max-width:550px}#section3 .img-centrale{width:350px;top:240px}#section3 .img-boulanger{width:270px}#section3 .img-tampon{width:220px;top:150px}#section3 .img-stylo{width:250px;right:-100px;top:250px}#section3 .img-papier{width:240px;left:110px}#section3 .bloc-signataire{width:140px;left:170px;top:520px}}@media screen and (max-width: 400px)and (max-height: 750px){#section3 .img-tampon{width:130px;top:170px}#section3 .img-stylo{width:170px;top:220px;right:-60px}#section3 .img-centrale{top:230px;width:220px;left:0}#section3 .img-papier{top:290px;width:170px}#section3 .bloc-signataire{width:110px;top:420px}#section3 .bloc-signataire .nom-signatire{width:208px}#section3 .bloc-signataire .nom-signatire .nom{line-height:32px}#section3 .img-boulanger{width:180px;top:300px;left:60px}}#section4.active{background:#f4f2ee}#section4>.wrapper{height:100%}#section4 .titre{max-width:830px;color:#000}#section4 .titre span{font-family:"Instrument Serif",serif;font-weight:400;font-style:normal;font-size:32px;padding:7px 25px;transform:rotate(-7deg);display:inline-block;vertical-align:middle;margin:-5px -8px 0;background:#eb9092;line-height:normal;font-style:italic}#section4 .img-tampon{width:545px;position:absolute;bottom:540px;right:120px}#section4 .img-centrale{width:610px;position:absolute;bottom:32px;left:20px;right:0;margin:auto}#section4 .img-centrale_1{width:613px;position:absolute;bottom:13px;left:10px;right:0;margin:auto}#section4 .img-boulanger{width:332px;position:absolute;bottom:15px;left:-25px;right:0;margin:auto}#section4 .bloc-signataire{right:367px;left:auto;bottom:155px;width:350px}#section4 .bloc-signataire .nom-signatire{left:auto;right:auto;width:350px}#section4 .bloc-signataire span{transform:rotate(-1deg);left:40px;background:#000}#section4 .bloc-signataire span.nom{color:#000;background:#fff;transform:rotate(-6deg);left:auto;top:-6px;line-height:61px;width:100%;text-align:center}#section4 .img-papier{position:absolute;bottom:135px;right:265px;z-index:1;width:366px}#section4 .img-papier img{width:100%}#section4 .img-stylo{position:absolute;bottom:420px;right:-340px;z-index:1;width:642px}#section4 .img-stylo img{width:100%}#section4 .lieu{text-align:right;left:auto;right:530px;bottom:40px}#section4 .lieu span{font-size:52px;line-height:70px;padding:0 35px;border-radius:40px;right:0;transform:rotate(16deg)}#section4 .lieu span.nom-ville{font-size:43px;line-height:70px;padding:0 43px;transform:rotate(16deg);border-radius:0;top:-23px}#section4 .bloc-txt-audio .txt h3{line-height:80px;background:#202024;padding:11px 10px}#section4 .bloc-txt-audio .txt>div{background:#fff;padding:20px 20px 35px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section4 .titre{max-width:610px}#section4 .titre span{padding:5px 15px;margin:-10px 0 0;font-size:24px}#section4 .img-centrale{width:350px;bottom:10px}#section4 .img-centrale_1{width:350px;bottom:0px}#section4 .bloc-txt-audio{bottom:30px}#section4 .bloc-txt-audio .txt>div{padding:10px 10px 15px}#section4 .bloc-txt-audio .txt h3{line-height:normal}#section4 .bloc-txt-audio .play-btn,#section4 .bloc-txt-audio .audio-play{bottom:-10px;left:-55px}#section4 .bloc-signataire .nom-signatire{width:260px;left:140px;bottom:-105px}#section4 .bloc-signataire .nom-signatire span.nom{line-height:50px;font-size:27px}#section4 .img-papier{width:250px;bottom:70px;right:245px}#section4 .img-stylo{bottom:280px;width:350px;right:-90px}#section4 .img-tampon{width:250px;bottom:360px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section4 .img-centrale_1{width:500px}#section4 .img-centrale{width:500px}#section4 .img-tampon{width:350px;bottom:430px}#section4 .img-stylo{width:450px;right:-190px;bottom:350px}#section4 .img-papier{width:300px;right:190px}#section4 .bloc-txt-audio{bottom:120px}#section4 .bloc-txt-audio .txt>div{padding:10px 10px 45px}#section4 .bloc-txt-audio .play-btn,#section4 .bloc-txt-audio .audio-play{bottom:-90px;left:-15px}#section4 .bloc-signataire .nom-signatire{width:300px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section4 .titre{max-width:830px;font-size:50px;line-height:60px;margin:0 0 50px}#section4 .img-centrale{width:550px}#section4 .img-centrale_1{width:550px}#section4 .img-tampon{width:450px;bottom:490px;right:100px}#section4 .img-stylo{bottom:400px;width:500px}#section4 .img-papier{width:350px}}@media only screen and (max-width: 1200px){#section4 .img-tampon{width:184px;bottom:auto;top:260px;right:0}#section4 .img-tampon.slide-up.active{transform:translateY(0) rotate(-7deg)}#section4 .titre span{font-size:17px;padding:5px 15px;margin:0}#section4 .img-centrale{width:360px;bottom:auto;top:350px;left:-35px}#section4 .img-centrale_1{width:360px;bottom:auto;top:260px;left:-35px}#section4 .image-desktop-centrale_1{display:none}#section4 .img-stylo{width:207px;right:-50px;bottom:auto;top:350px}#section4 .img-papier{width:183px;right:auto;top:530px;bottom:auto;left:6px}#section4 .img-papier img{transform:rotate(-20deg)}#section4 .bloc-signataire{width:215px;left:10px;right:auto;top:740px}#section4 .bloc-signataire .nom-signatire{width:100%}#section4 .bloc-signataire .nom-signatire span{transform:rotate(1deg)}#section4 .bloc-signataire .nom-signatire span.nom{width:100%;line-height:38px;transform:rotate(-1deg);width:100%;padding:4px 5px}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section4 .titre{max-width:600px;color:#000}#section4 .img-tampon{width:300px;top:170px}#section4 .img-stylo{width:350px;right:-100px;top:320px}#section4 .img-centrale{width:500px;top:200px;left:0}#section4 .img-papier{width:280px;top:450px}#section4 .bloc-signataire{left:30px}}@media screen and (max-width: 400px)and (max-height: 750px){#section4 .img-tampon{width:140px;top:200px}#section4 .img-stylo{width:180px;top:265px;right:-60px}#section4 .img-centrale{width:290px;top:306px;left:-50px}#section4 .img-centrale_1{width:290px;bottom:auto;top:230px;left:-50px}#section4 .img-papier{width:150px;top:430px}#section4 .bloc-signataire{top:590px}}#section5.active{background:#202024}#section5>.wrapper{height:100%}#section5 .titre{max-width:810px;color:#eb9092}#section5 .titre span{font-family:"Instrument Serif",serif;font-weight:400;font-style:normal;font-size:20px;padding:10px 25px;transform:rotate(-7deg);display:inline-block;vertical-align:middle;margin:-5px -8px 0;background:#eb9092;line-height:normal;font-style:italic}#section5 .img-centrale,#section5 .img-singer{width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto}#section5 .img-singer-instrument{width:972px;position:absolute;bottom:-8px;left:0;right:-387px;margin:auto;z-index:1}#section5 .img-singer-instrument .img-instrument{position:absolute;width:515px;left:-70px;right:0;bottom:135px;margin:auto;z-index:1}#section5 .img-tampon{width:414px;position:absolute;bottom:560px;right:130px}#section5 .bloc-signataire{right:367px;left:auto;bottom:155px;width:350px}#section5 .bloc-signataire .nom-signatire{left:auto;right:-50px;bottom:-20px;width:255px}#section5 .bloc-signataire span{transform:rotate(-1deg);left:0;background:#202024}#section5 .bloc-signataire span.nom{color:#202024;background:#fff;transform:rotate(-6deg);left:25px;top:-8px;line-height:57px}#section5 .img-papier{position:absolute;bottom:135px;right:265px;z-index:1;width:366px}#section5 .img-papier img{width:100%}#section5 .img-stylo{position:absolute;bottom:310px;right:-500px;z-index:1;width:619px}#section5 .img-stylo img{width:100%}#section5 .lieu{bottom:125px;left:410px;right:auto;text-align:right}#section5 .lieu span{font-size:52px;line-height:70px;border-radius:50px;padding:0 30px;left:auto;right:5px;background:#eb9092;color:#202024}#section5 .lieu span.nom-ville{font-size:43px;border-radius:0px;left:0;top:-10px;padding:0 35px;background:#fff}#section5 .bloc-txt-audio .txt h3{line-height:80px;background:#000;padding:11px 10px}#section5 .bloc-txt-audio .txt>div{background:#fff;padding:20px 20px 35px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section5 .titre{max-width:567px;z-index:1;position:relative}#section5 .img-centrale,#section5 .img-singer{bottom:-70px}#section5 .bloc-txt-audio .txt h3{line-height:normal}#section5 .bloc-txt-audio .txt>div{background:#fff;padding:10px 10px 15px}#section5 .img-singer-instrument{width:633px;right:-262px;bottom:-70px}#section5 .img-singer-instrument .img-instrument{width:270px;bottom:90px;left:-90px}#section5 .lieu{bottom:20px;left:420px}#section5 .lieu span{font-size:37px;line-height:60px}#section5 .lieu span.nom-ville{font-size:33px;padding:0 25px}#section5 .bloc-signataire{right:310px;bottom:50px}#section5 .bloc-signataire span.nom{font-size:26px;line-height:45px}#section5 .img-tampon{width:230px;right:190px;bottom:330px}#section5 .img-stylo{width:390px;right:-200px;bottom:170px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section5 .img-centrale,#section5 .img-singer{bottom:0}#section5 .img-singer-instrument{width:780px;bottom:-24px;right:-302px}#section5 .img-tampon{width:300px;bottom:450px}#section5 .img-stylo{width:420px;bottom:300px;right:-230px}#section5 .bloc-txt-audio .txt>div{background:#fff;padding:10px 10px 45px}#section5 .lieu{bottom:60px;left:400px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section5 .titre{max-width:810px;font-size:50px;line-height:60px;margin:0 0 50px}#section5 .img-tampon{bottom:520px;right:140px}#section5 .img-stylo{bottom:350px;right:-290px}#section5 .img-singer-instrument .img-instrument{width:380px}}@media only screen and (max-width: 1200px){#section5 .cta.no-desktop{background:#fff;color:#202024}#section5 .img-tampon{width:220px;left:25px;right:auto;bottom:auto;top:290px}#section5 .lieu{display:none}#section5 .img-stylo{width:325px;right:auto;left:124px;bottom:auto;top:280px}#section5 .img-stylo img{transform:rotate(-49deg)}#section5 .img-centrale,#section5 .img-singer{width:176%;max-width:1279px;left:-55%}#section5 .img-singer-instrument{width:176%;max-width:1279px;right:auto;left:-55%}#section5 .img-singer-instrument .img-instrument{width:200px;left:-30px;bottom:102px}#section5 .bloc-signataire{width:147px;right:auto;left:83px;bottom:68px !important}#section5 .bloc-signataire span{left:25px;transform:rotate(1deg)}#section5 .bloc-signataire span.nom{line-height:38px !important;transform:rotate(-2deg)}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section5 .titre{max-width:567px}#section5 .img-centrale,#section5 .img-singer{width:100%;max-width:100%;left:0}#section5 .img-singer-instrument{width:100%;max-width:100%;left:0}#section5 .img-singer-instrument .img-instrument{width:300px;left:0;bottom:50px}#section5 .img-stylo{left:auto;right:-60px;top:200px}#section5 .img-tampon{left:auto;right:130px;top:180px;width:260px}}@media screen and (max-width: 400px)and (max-height: 750px){#section5 .img-tampon{width:140px;top:230px}#section5 .img-stylo{width:270px;top:210px;left:80px}#section5 .img-centrale,#section5 .img-singer{bottom:-80px}#section5 .img-singer-instrument{bottom:-80px}#section5 .img-singer-instrument .img-instrument{width:160px;bottom:115px}#section5 .bloc-signataire .nom-signatire{right:-80px;bottom:-65px}#section5 .bloc-signataire span.nom{line-height:30px !important}}#section6.active{background:#eb9092}#section6>.wrapper{height:100%}#section6 .titre{max-width:950px;color:#202024}#section6 .img-centrale{width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto}#section6 .img-modem{width:424px;position:absolute;bottom:70px;left:-30px;right:0px;margin:auto}#section6 .bloc-signataire{right:367px;left:auto;bottom:155px;width:350px}#section6 .bloc-signataire .nom-signatire{left:auto;right:-205px;bottom:77px;width:296px}#section6 .bloc-signataire span{transform:rotate(-1deg);left:35px;background:#202024}#section6 .bloc-signataire span.nom{color:#202024;background:#fff;transform:rotate(-6deg);left:25px;top:-8px;line-height:40px;width:100%;text-align:center;padding:20px 0}#section6 .img-papier{position:absolute;bottom:225px;right:-130px;z-index:1;width:425px}#section6 .img-papier img{width:100%}#section6 .lieu{bottom:140px;left:360px;right:auto;text-align:right}#section6 .lieu span{font-size:52px;line-height:70px;border-radius:50px;padding:0 30px;left:auto;right:5px;background:#202024;color:#eb9092}#section6 .lieu span.nom-ville{font-size:43px;border-radius:0px;left:0;top:-10px;padding:0 35px;background:#fff;color:#202024}#section6 .bloc-txt-audio .txt h3{background:#202024;padding:11px 10px}#section6 .bloc-txt-audio .txt>div{background:#fff;padding:20px 20px 35px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section6 .titre{max-width:670px}#section6 .img-centrale{bottom:-120px}#section6 .img-modem{width:270px;bottom:20px;left:90px}#section6 .bloc-txt-audio{bottom:20px}#section6 .bloc-txt-audio .txt>div{background:#fff;padding:10px 10px 15px}#section6 .play-btn,#section6 .audio-play{width:80px;bottom:-10px;border:1.5px solid #202024;border-radius:50%}#section6 .lieu{bottom:10px}#section6 .lieu span{font-size:40px;line-height:60px}#section6 .lieu span.nom-ville{font-size:33px;padding:0 35px}#section6 .bloc-signataire{bottom:-10px;right:420px}#section6 .bloc-signataire span.nom{line-height:35px;padding:10px 0}#section6 .bloc-signataire .nom-signatire{width:180px;right:-160px}#section6 .img-papier{width:250px;bottom:140px;right:50px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section6 .img-centrale{bottom:0}#section6 .img-modem{width:330px}#section6 .img-papier{width:330px}#section6 .bloc-txt-audio{bottom:100px}#section6 .lieu{bottom:70px;left:360px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section6 .titre{max-width:950px;font-size:50px;line-height:60px;margin:0 0 50px}}@media only screen and (max-width: 1200px){#section6 .img-centrale{width:973px;max-width:973px;left:auto;right:-100px}#section6 .img-modem{width:210px;left:-84px;bottom:75px}#section6 .img-papier{width:170px;right:-5px;bottom:auto;top:220px}#section6 .img-papier img{transform:rotate(-8deg)}#section6 .lieu{display:none}#section6 .bloc-signataire{right:-20px;top:500px;width:162px}#section6 .bloc-signataire .nom-signatire{width:100%;right:auto;bottom:-40px;left:-55px;text-align:right}#section6 .bloc-signataire .nom-signatire span{left:auto;right:-30px !important}#section6 .bloc-signataire .nom-signatire span.nom{line-height:26px;transform:rotate(9deg);left:0;right:auto !important}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section6 .titre{max-width:680px}#section6 .img-modem{width:300px;left:-250px}#section6 .img-papier{width:270px;top:170px}#section6 .bloc-signataire .nom-signatire span.nom{padding:10px 0}#section6 .bloc-signataire{top:580px}}@media screen and (max-width: 400px)and (max-height: 750px){#section6 .img-centrale{bottom:-160px}#section6 .bloc-signataire .nom-signatire span.nom{padding:10px 0}#section6 .bloc-signataire{top:460px}#section6 .img-modem{width:190px;left:-150px;bottom:25px}}#section7.active{background:#eb9092}#section7>.wrapper{height:100%}#section7 .titre{max-width:765px;color:#202024}#section7 .img-centrale{width:100%;max-width:1005px;position:absolute;bottom:0;left:0;right:0;margin:auto}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section7 .titre{max-width:550px}#section7 .img-centrale{max-width:750px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section7 .titre{max-width:765px;font-size:50px;line-height:60px}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section6 .titre{max-width:550px}#section6 .img-centrale{max-width:100%;width:100%;right:0;left:0}}#section8.active{background:#f4f2ee}#section8>.wrapper{height:100%}#section8 .titre{max-width:630px;color:#202024}#section8 .img-tampon{width:516px;position:absolute;bottom:540px;right:0px}#section8 .img-centrale{width:806px;position:absolute;bottom:-40px;left:10px;right:0;margin:auto}#section8 .wrapper-img-hommes{width:516px;position:absolute;bottom:135px;left:50px;right:0;margin:auto;z-index:1}#section8 .wrapper-img-hommes .img-hommes,#section8 .wrapper-img-hommes .img-hommes-2{width:100%}#section8 .wrapper-img-hommes .img-hommes{display:block}#section8 .wrapper-img-hommes .img-hommes-2{display:none}#section8 .bloc-signataire{right:0px;left:280px;bottom:155px;width:350px}#section8 .bloc-signataire .nom-signatire{left:auto;right:auto;width:356px}#section8 .bloc-signataire span{transform:rotate(-1deg);left:40px;background:#000}#section8 .bloc-signataire span.nom{color:#000;background:#fff;transform:rotate(-5deg);left:auto;top:-6px;line-height:61px}#section8 .img-papier{position:absolute;bottom:140px;right:165px;z-index:1;width:397px}#section8 .img-papier img{width:100%}#section8 .img-stylo{position:absolute;bottom:285px;right:-310px;z-index:1;width:477px}#section8 .img-stylo img{width:100%}#section8 .lieu{text-align:right;left:auto;right:530px;bottom:40px}#section8 .lieu span{font-size:52px;line-height:70px;padding:0 35px;border-radius:40px;right:0;transform:rotate(16deg)}#section8 .lieu span.nom-ville{font-size:43px;line-height:70px;padding:0 43px;transform:rotate(16deg);border-radius:0;top:-23px}#section8 .bloc-txt-audio .txt h3{line-height:70px;background:#000;padding:11px 10px}#section8 .bloc-txt-audio .txt>div{background:#fff;padding:20px 20px 55px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section8 .titre{max-width:440px}#section8 .img-centrale{bottom:-80px;width:700px}#section8 .wrapper-img-hommes{width:290px;bottom:100px}#section8 .bloc-txt-audio .txt h3{line-height:normal}#section8 .bloc-txt-audio .txt>div{padding:10px 10px 15px}#section8 .bloc-signataire{left:370px;bottom:50px}#section8 .bloc-signataire span.nom{line-height:50px}#section8 .img-papier{width:270px;bottom:70px;right:200px}#section8 .img-tampon{width:270px;right:160px;bottom:330px}#section8 .img-stylo{width:300px;right:-60px;bottom:160px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section8 .img-centrale{width:870px;bottom:-20px}#section8 .img-tampon{width:400px;bottom:400px;right:40px}#section8 .img-stylo{bottom:260px;right:-140px}#section8 .wrapper-img-hommes{width:370px;bottom:160px}#section8 .img-papier{width:340px}#section8 .bloc-txt-audio .txt>div{padding:10px 10px 45px}#section8 .bloc-signataire .nom-signatire{left:-60px;bottom:10px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section8 .titre{max-width:630px;font-size:50px;line-height:60px;margin:0 0 50px}#section8 .img-tampon{bottom:510px}#section8 .img-stylo{bottom:380px}#section8 .img-papier{width:380px}#section8 .wrapper-img-hommes{width:430px}}@media only screen and (max-width: 1200px){#section8 .img-tampon{width:160px;right:20px;bottom:auto;top:165px;transform:translateY(350px) rotate(-6deg)}#section8 .img-tampon.slide-up.active{transform:translateY(0) rotate(-6deg)}#section8 .img-stylo{width:187px;right:-68px;bottom:auto;top:192px}#section8 .img-centrale{width:140%;max-width:200%;left:-20%;bottom:0}#section8 .wrapper-img-hommes{width:380px;max-width:380px;left:10px;bottom:110px}#section8 .bloc-signataire{width:225px;left:10px;bottom:70px !important;top:auto;text-align:center}#section8 .bloc-signataire .nom-signatire{width:100%;left:0;right:auto;text-align:left}#section8 .bloc-signataire .nom-signatire span{left:35px;right:auto;transform:rotate(2deg)}#section8 .bloc-signataire .nom-signatire span.nom{width:100%;line-height:38px;padding:4px 0px;transform:rotate(-1deg);left:0}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section8 .titre{max-width:450px}#section8 .img-centrale{width:100%;max-width:100%;left:0}#section8 .wrapper-img-hommes{bottom:170px}#section8 .img-tampon{width:220px;top:105px;right:80px}#section8 .img-stylo{width:217px;right:-58px;bottom:auto;top:120px}}@media screen and (max-width: 400px)and (max-height: 750px){#section8 .wrapper-img-hommes{width:240px}}#section9.active{background:#202024}#section9>.wrapper{height:100%;z-index:0}#section9 .titre{max-width:730px;color:#eb9092}#section9 .titre span{font-family:"Instrument Serif",serif;font-weight:400;font-style:normal;font-size:32px;padding:10px 25px 15px;transform:rotate(-7deg);display:inline-block;vertical-align:middle;margin:-20px 0px 0;background:#dbcdbf;color:#000;line-height:normal;font-style:italic}#section9 .img-tampon{width:455px;position:absolute;bottom:510px;right:-60px}#section9 .img-centrale{width:100%;max-width:1517px;position:absolute;bottom:0px;left:0;right:0;margin:auto}#section9 .bloc-signataire{right:0px;left:280px;bottom:135px;width:350px}#section9 .bloc-signataire .nom-signatire{left:auto;right:auto;width:356px}#section9 .bloc-signataire span{transform:rotate(-1deg);left:40px;background:#202024}#section9 .bloc-signataire span.nom{color:#000;background:#fff;transform:rotate(-5deg);left:auto;top:-6px;line-height:61px}#section9 .img-papier-1{position:absolute;bottom:340px;right:0;left:495px;z-index:1;width:261px}#section9 .img-papier-1 img{width:100%}#section9 .img-papier-2{position:absolute;bottom:190px;right:80px;left:auto;z-index:1;width:573px}#section9 .img-papier-2 img{width:100%}#section9 .img-papier-3{position:absolute;bottom:5px;right:460px;left:auto;z-index:1;width:297px}#section9 .img-papier-3 img{width:100%}#section9 .img-tour{position:absolute;bottom:295px;right:0;left:717px;z-index:1;width:132px}#section9 .img-tour img{width:100%}#section9 .img-stylo{position:absolute;bottom:378px;right:-280px;z-index:1;width:477px}#section9 .img-stylo img{width:100%}#section9 .lieu{bottom:215px;left:730px;right:auto;text-align:left}#section9 .lieu span{font-size:52px;line-height:70px;border-radius:50px;padding:0 30px;left:-70px;right:0;background:#202024;color:#eb9092}#section9 .lieu span.nom-ville{font-size:43px;border-radius:0px;left:0;top:-20px;padding:0 35px;background:#fff;color:#202024}#section9 .bloc-txt-audio .txt h3{line-height:60px;background:#000;padding:11px 10px}#section9 .bloc-txt-audio .txt>div{background:#fff;padding:20px 18px 35px 20px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section9 .titre{max-width:560px}#section9 .titre span{padding:10px 15px;font-size:25px}#section9 .img-centrale{max-width:1100px;bottom:-80px}#section9 .bloc-txt-audio .txt h3{line-height:normal}#section9 .bloc-txt-audio .txt>div{padding:10px 20px 15px 10px}#section9 .bloc-signataire{bottom:50px;left:340px}#section9 .bloc-signataire .nom{line-height:50px;font-size:27px}#section9 .img-papier-1{width:180px;bottom:190px;left:400px}#section9 .img-papier-3{width:180px;right:330px;bottom:45px}#section9 .img-papier-2{width:330px;bottom:160px;right:140px}#section9 .img-tour{width:100px;left:555px;bottom:160px}#section9 .lieu{bottom:80px;left:650px}#section9 .lieu span{font-size:37px;line-height:56px;padding:0 20px}#section9 .lieu span.nom-ville{font-size:33px;line-height:60px;padding:0 20px;left:-50px}#section9 .img-stylo{width:300px;right:-110px;bottom:235px}#section9 .img-tampon{width:230px;right:110px;bottom:310px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){#section9 .img-centrale{bottom:0}#section9 .bloc-txt-audio .txt>div{padding:10px 20px 45px 10px}#section9 .bloc-signataire span.nom{line-height:53px}#section9 .bloc-signataire{bottom:70px;left:300px}#section9 .lieu{left:800px}#section9 .img-tour{left:660px;bottom:190px}#section9 .img-papier-1{width:220px;left:450px}#section9 .lieu{left:710px;bottom:100px}#section9 .img-papier-3{width:240px;right:400px;bottom:20px}#section9 .img-tampon{width:350px;right:30px;bottom:360px}#section9 .img-stylo{width:350px;bottom:260px}#section9 .img-papier-2{width:350px;bottom:170px}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section9 .titre{max-width:730px;font-size:50px;line-height:60px;margin:0 0 50px}#section9 .img-centrale{max-width:1300px}#section9 .img-papier-1{bottom:270px}#section9 .img-tour{bottom:250px}#section9 .lieu{bottom:170px;left:700px}#section9 .img-tampon{bottom:450px;right:10px}#section9 .img-stylo{width:420px;bottom:310px;right:-170px}#section9 .img-papier-2{width:450px;bottom:190px}#section9 .img-papier-3{right:450px;width:250px}}@media only screen and (max-width: 1200px){#section9>.wrapper{z-index:auto}#section9 .titre span{font-size:18px;margin:0;padding:7px 15px 10px}#section9 .cta.no-desktop{background:#fff;color:#202024}#section9 .img-tampon{width:178px;right:7px;top:215px;bottom:auto}#section9 .img-stylo{width:220px;right:-80px;bottom:0;top:300px}#section9 .img-centrale{width:540px;max-width:540px;left:-80px;bottom:0;top:410px}#section9 .img-papier-1{width:130px;left:-170px;right:0;margin:auto;bottom:auto;top:355px}#section9 .img-tour{width:63px;bottom:auto;top:331px;left:30px;right:0;margin:auto}#section9 .lieu{left:-10px !important;right:0;margin:auto;width:90px;top:450px}#section9 .lieu span{left:0;transform:rotate(3deg)}#section9 .lieu span.nom-ville{transform:rotate(1deg);top:-3px !important}#section9 .img-papier-2{width:235px;right:-11px;top:500px}#section9 .img-papier-3{width:160px;top:550px;bottom:auto;right:auto;left:15px}#section9 .bloc-signataire{top:697px;width:200px;left:10px}#section9 .bloc-signataire .nom-signatire{width:100%}#section9 .bloc-signataire .nom-signatire span{left:10px;transform:rotate(2deg)}#section9 .bloc-signataire .nom-signatire span.nom{width:100%;line-height:38px;padding:4px 0}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section9 .titre{max-width:500px}#section9 .img-tampon{width:250px;right:20;top:120px;z-index:0}#section9 .img-stylo{width:320px;right:-110px;top:255px}#section9 .img-centrale{width:700px;max-width:700px;left:0}#section9 .img-papier-1{width:200px;left:-270px}#section9 .img-tour{width:100px;top:260px}#section9 .img-papier-3{width:220px;left:auto;right:220px;top:620px}#section9 .img-papier-2{width:300px;top:430px;right:0}}@media screen and (max-width: 400px)and (max-height: 750px){#section9 .titre span{font-size:16px;padding:5px 10px 7px}#section9 .img-tampon{width:130px;top:160px}#section9 .img-papier-1{top:290px}#section9 .img-tour{top:266px}#section9 .lieu{top:385px}#section9 .img-papier-3{top:465px}#section9 .img-papier-2{top:435px}#section9 .img-stylo{top:245px;right:-85px}#section9 .bloc-signataire{top:615px}}#section10.active{background:#eb9092}#section10>.wrapper{height:100%}#section10 .titre{max-width:715px;color:#202024}#section10 .titre.titre-2{max-width:100% !important}#section10 .titre.titre-2.slide-up.active{transform:translateY(-90px);transition-delay:1.5s}#section10 .slide-up.active.titre-1{opacity:1;transform:translateY(45px);animation:slideFadeOut 1s ease forwards;animation-delay:1.5s;transition:none}@keyframes slideFadeOut{to{transform:translateY(-100px);opacity:0}}#section10 .img-centrale{width:100%;max-width:1005px;position:absolute;bottom:0;left:0;right:0;margin:auto}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section10 .titre{max-width:500px}#section10 .img-centrale{max-width:750px}#section10 .titre.titre-2.slide-up.active{transform:translateY(-60px)}#section10 .slide-up.active.titre-1{transform:translateY(32px)}}@media only screen and (min-width: 1600px)and (max-width: 1800px){#section10 .titre{max-width:715px;font-size:50px;line-height:60px;margin:0 0 50px}#section10 .slide-up.active.titre-1{transform:translateY(95px)}}@media only screen and (max-width: 1200px){#section10 .titre.titre-2.slide-up.active{transform:translateY(-60px);transition-delay:1.5s}}#section11.active{background:#eb9092}#section11>.wrapper{height:100%}#section11 .titre{color:#202024}#section11 .img-centrale{width:100%;max-width:1005px;position:absolute;bottom:0;left:0;right:0;margin:auto}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section11 .img-centrale{max-width:750px}}@media only screen and (max-width: 1200px){#section11>.wrapper{padding:0}#section11 .titre span{display:block;margin-top:8px}}#section12.active{background:#eb9092}#section12>.wrapper{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}#section12 .titre{text-align:center;color:#202024;margin:0 0 40px}#section12 .wrapper-boxs{display:flex;justify-content:space-between;align-items:stretch;text-align:center;flex-wrap:wrap;width:100%;max-width:1092px}#section12 .wrapper-boxs .icon-box{background:#f4f2ee;border-radius:32px;padding:42px 15px 55px;font-size:22px;font-family:"Rubik";font-weight:500;line-height:25.615px;text-align:center;width:32%;max-width:348px}#section12 .wrapper-boxs .icon-box h3{font-family:"League Gothic";font-size:41.624px;font-style:normal;font-weight:400;line-height:38.422px;text-transform:uppercase;margin:0 0 16px}#section12 .wrapper-boxs .icon-box .icon{min-height:180px;display:flex;justify-content:center;align-items:center;margin:0 0 25px}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section12 .wrapper-boxs .icon-box{padding:20px 15px 30px;font-size:18px;line-height:23px}#section12 .wrapper-boxs .icon-box .icon{min-height:85px}#section12 .wrapper-boxs .icon-box .icon img{max-width:70px}#section12 .wrapper-boxs .icon-box h3{font-size:35px}}@media only screen and (max-width: 1200px){#section12.scrollable{overflow-y:auto;height:100vh;height:100dvh;max-height:100vh;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}#section12 .titre{text-align:left}#section12>.wrapper{height:auto;display:block;position:relative;padding:0 25px 40px}#section12 .wrapper-boxs{gap:35px}#section12 .wrapper-boxs .icon-box{width:100%;padding:42px 13px 55px}#section12 .wrapper-boxs .icon-box h3{font-size:39px}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section12 .titre{margin:0 0 20px}#section12 .wrapper-boxs{gap:1%}#section12 .wrapper-boxs .icon-box{width:32%}#section12 .wrapper-boxs .icon-box .icon img{width:120px}}@media screen and (max-width: 400px)and (max-height: 750px){#section12 .wrapper-boxs .icon-box img{max-width:120px}#section12 .wrapper-boxs .icon-box .icon{min-height:140px}#section12 .wrapper-boxs .icon-box{padding:25px 13px 40px;font-size:18px;line-height:22px}}#section13{height:calc(100vh - 66px)}#section13.active{background:#eb9092}#section13>.wrapper{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}#section13 .wrapper-boxs{display:flex;justify-content:space-between;align-items:stretch;text-align:center;flex-wrap:wrap;width:100%;max-width:1090px}#section13 .wrapper-boxs .box{position:relative;background:rgba(0,0,0,0);border:1px solid #f4f2ee;color:#202024;text-align:center;font-family:"Space Grotesk";font-size:32.55px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;box-shadow:0px 0px 24px rgba(174,23,28,.3);border-radius:32px;padding:42px 15px 240px;width:48%;max-width:528.94px}#section13 .wrapper-boxs .box .content{width:100%;max-width:450px;margin:auto}#section13 .wrapper-boxs .box p{margin:0 0 15px}#section13 .wrapper-boxs .box .logo{display:block;width:100%;max-width:360px;margin:0 auto 10px}#section13 .wrapper-boxs .box .icon{position:absolute;left:0;right:0;margin:auto;bottom:108px}#section13 .wrapper-boxs .box.box.box-1{background:#f4f2ee !important}#section13 .wrapper-boxs .box:hover{box-shadow:0px 0px 24px rgba(174,23,28,.8);transition:all .3s !important}@media only screen and (min-width: 1200px)and (max-width: 1750px){#section13 .wrapper-boxs .box{font-size:25px;padding:42px 15px 100px}#section13 .wrapper-boxs .box .logo{max-width:280px}#section13 .wrapper-boxs .box .icon{bottom:30px}}@media only screen and (max-width: 1200px){#section13{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow-y:auto}#section13>.wrapper{height:100%;display:flex;position:relative;padding:0 25px 40px}#section13 .wrapper-boxs{gap:35px}#section13 .wrapper-boxs .box{width:100%;padding:42px 35px 60px;font-size:20px}#section13 .wrapper-boxs .box p{margin:0 0 10px}#section13 .wrapper-boxs .box .logo{max-width:223px;margin:0 auto 5px}#section13 .wrapper-boxs .box .icon{width:30px;bottom:20px}}@media only screen and (min-width: 768px)and (max-width: 1200px){#section13.scrollable{height:calc(100vh - 96px);min-height:calc(100vh - 96px)}#section13>.wrapper{height:100%;display:flex}#section13 .titre{margin:0 0 20px}#section13 .wrapper-boxs{gap:2%}#section13 .wrapper-boxs .box{width:48%}}.date{display:flex;font-variant-numeric:tabular-nums;position:absolute;bottom:30px;right:50px;font-size:214px;line-height:174px;color:#202024;font-family:"League Gothic",sans-serif;z-index:2;overflow:hidden;width:312px;height:174px}.digit{width:78px;text-align:center;transition:all .6s ease !important}#section2 .date,#section5 .date,#section6 .date,#section9 .date{color:#fff}@media only screen and (min-width: 1200px)and (max-width: 1750px){.date{font-size:140px;width:205px;bottom:0px;right:20px}}@media only screen and (max-width: 1200px){.date{width:102px;right:20px;bottom:-35px;font-size:79px}.digit{width:25px}}@media screen and (max-width: 400px)and (max-height: 750px){.date{bottom:10px;font-size:60px;width:90px;height:50px;line-height:50px}}footer{height:66px;width:100%;z-index:10;background:#202024;color:#fff;font-size:15px;font-family:"Rubik";font-weight:400;justify-content:space-between;align-items:center;display:none}footer.show{display:flex}footer .wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%}footer .links{display:flex;align-items:center;justify-content:flex-end;gap:50px}footer .links a{color:#fff;text-decoration:none}footer .links a:hover{text-decoration:underline}@media only screen and (max-width: 1200px){footer{height:auto}footer .wrapper{position:relative;padding:20px 20px 0;display:block}footer .wrapper .links{display:block}footer .wrapper .links a{display:block;margin:20px 0}}@media only screen and (min-width: 768px)and (max-width: 1200px){footer{text-align:center}footer .wrapper .links{display:flex;justify-content:center}}.element{opacity:0;transition:all 1s ease}.element.delay-2{transition:all 1.3s ease}.element.delay-3{transition:all 1.4s ease}.element.section{opacity:1}.element.active{opacity:1}.slide-up{transform:translateY(100px)}.slide-up.delay-2{transform:translateY(350px)}.slide-up.delay-3{transform:translateY(500px)}.slide-up.active{transform:translateY(0)}.slide-left{transform:translateX(-100px)}.slide-left.active{transform:translateX(0)}.fade-in{transform:scale(0.7)}.fade-in.active{transform:scale(1)}.fade-out{transform:scale(1.2)}.fade-out.active{transform:scale(1)}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}.delay-3{transition-delay:.5s}@media only screen and (min-width: 1200px)and (max-width: 1750px){.section{padding:85px 0 0}.cta{font-size:17px}.titre{font-size:35px;line-height:38px}.bloc-txt-audio{bottom:40px}.bloc-txt-audio .txt{width:315px}.bloc-txt-audio .txt h3{font-size:26px;line-height:33px;padding:11px 5px}.bloc-txt-audio .txt h3 br{display:none}.bloc-txt-audio .txt>div{background:#fff;padding:10px 15px 20px;border-radius:0 0 15px 15px;letter-spacing:-0.5px}.bloc-txt-audio .txt>div p:last-child{margin:0}.bloc-txt-audio .play-btn,.bloc-txt-audio .audio-play{width:80px;bottom:-30px;left:-50px}.bloc-signataire{bottom:50px;left:460px}.bloc-signataire img{width:170px}.bloc-signataire span{font-size:27px}.bloc-signataire span.nom{font-size:30px}.lieu span{font-size:32px}.lieu span.nom-ville{font-size:25px}}@media only screen and (min-width: 1440px)and (max-width: 1750px){.wrapper{max-width:1440px}.bloc-txt-audio{bottom:100px}.bloc-txt-audio .txt h3{font-size:34px !important;line-height:36px !important}.bloc-txt-audio .txt h3 br{display:block}.bloc-txt-audio .play-btn,.bloc-txt-audio .audio-play{width:100px;bottom:-80px}.bloc-signataire{left:420px;bottom:80px}.bloc-signataire span{font-size:32px !important}}@media only screen and (min-width: 1600px)and (max-width: 1800px){.titre{font-size:50px;line-height:60px;margin:0 0 50px}}@media only screen and (max-width: 1200px){body{height:auto;scroll-behavior:smooth;overscroll-behavior-y:none;scroll-snap-type:y mandatory;touch-action:none}body.active-popup-audio .section .wrapper *,body.active-popup-audio header,body.active-popup-audio footer{filter:blur(2px)}.no-desktop{display:inline-block !important}.no-mobile{display:none !important}.container{overflow:hidden;height:100vh;height:100dvh}.container.scroll-to-end{overflow-y:scroll}.section{padding:80px 0 0;height:100vh;height:100dvh;max-height:100vh}.wrapper{padding:0 25px;position:absolute;top:0;left:0}.cta{font-size:14px;line-height:37px;padding:0 18px}.cta.no-desktop{font-size:15px;line-height:35px;padding:0 30px;color:#fff;background:#202024}.titre{font-size:30px;line-height:30px;margin:80px 0 10px;position:relative}.bloc-signataire{left:auto;right:-20px;bottom:auto !important;top:460px}.bloc-signataire .nom-signatire{bottom:-40px;left:-55px}.bloc-signataire span{font-size:29px;line-height:38px;padding:0 22px}.bloc-signataire span.nom{transform:rotate(-2deg);font-size:24px !important;width:160px;text-align:center}.bloc-signataire span.nom sup{font-size:18px}.lieu{top:310px;bottom:auto !important;left:0px !important}.lieu span{font-size:25px !important;line-height:33px !important;padding:0 15px !important}.lieu span.nom-ville{font-size:21px !important;line-height:33px !important;top:-11px !important}.bloc-txt-audio{display:block;top:55% !important;bottom:auto;transform:translateY(-30%) !important;opacity:0 !important;visibility:hidden;left:0;right:0;margin:auto;width:calc(100% - 50px);z-index:12;transition:all .3s ease !important;filter:none !important}.bloc-txt-audio *{filter:none !important}.bloc-txt-audio.show{transform:translateY(-50%) !important;opacity:1 !important;visibility:visible}.bloc-txt-audio *{transform:none !important}.bloc-txt-audio .txt{width:100% !important}.bloc-txt-audio .txt .icon-close-popup-audio{display:block;position:absolute;right:7px;top:7px;width:30px;z-index:1}.bloc-txt-audio .txt h3{font-size:35px !important;line-height:32px !important;padding:10px 35px !important;height:auto !important}.bloc-txt-audio .txt>div{padding:20px 20px 10px !important}.bloc-txt-audio .play-btn,.bloc-txt-audio .audio-play{display:none !important}.only-title .wrapper{gap:22px}.mask{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:11;background:rgba(0,0,0,.6)}.active-popup-audio .mask{display:block}}@media only screen and (min-width: 768px)and (max-width: 1200px){.titre{font-size:35px;line-height:40px}.lieu{top:250px;bottom:auto !important;left:110px !important}.lieu span{font-size:35px !important;line-height:43px !important;padding:3px 19px !important}.lieu span.nom-ville{font-size:25px !important;line-height:39px !important;top:-15px !important}.bloc-signataire{left:auto;right:60px;bottom:auto !important;top:470px}.only-title .wrapper .cta{font-size:18px;padding:4px 30px}}@media screen and (max-width: 400px)and (max-height: 750px){.titre{font-size:24px;line-height:29px}.lieu{top:280px}.bloc-signataire{top:350px}.bloc-signataire span{font-size:25px;line-height:35px;padding:0 17px}.bloc-signataire span.nom{font-size:21px !important}}@media only screen and (min-width: 2500px){.wrapper{max-width:2450px}.bloc-txt-audio .txt{width:650px;font-size:30px;line-height:45px}.bloc-txt-audio .txt h3{font-size:70px;line-height:74px}.bloc-signataire{left:670px}.bloc-signataire span{font-size:75px;line-height:95px;padding:0 50px;border-radius:50px}.bloc-signataire span.nom{font-size:70px}.lieu{left:700px;bottom:1000px}.lieu span{font-size:80px;line-height:100px;padding:0 35px;border-radius:50px}.lieu span.nom-ville{font-size:55px;top:-37px}}/*# sourceMappingURL=styles.css.map */
