@charset "utf-8";
/* template.scss */
#menu-btn{width:63px;height:60px;position:fixed;top:50px;right:70px;z-index:9999;cursor:pointer;overflow:hidden;padding:2px}@media (max-width: 1400px){#menu-btn{top:30px;right:40px;width:57px;height:57px}}@media (max-width: 768px){#menu-btn{top:30px;right:40px}}@media (max-width: 480px){#menu-btn{top:12px;right:10px;height:40px}}#menu-btn:hover span:first-child,#menu-btn:hover span:last-child{width:30px;transition:all 0.4s}#menu-btn:hover span:nth-child(2):before{width:100%;left:70px;transition:all 0.4s}#menu-btn span:nth-child(2):before{content:'';width:0;height:5px;background-color:#e9893d;position:absolute;top:0;left:-10px;transition:all 0.4s}#menu-btn span{width:60px;height:5px;background-color:#fff;display:block;margin:0 auto 13px;transition:all 0.4s;position:relative;box-shadow:0 0 2px #666}@media (max-width: 1400px){#menu-btn span{width:54px;margin:0 auto 10px}}@media (max-width: 768px){#menu-btn span{width:50px;margin:0 auto 10px}}@media (max-width: 480px){#menu-btn span{width:42px;margin:0 auto 8px}}#menu-content{position:fixed;height:100%;top:0;background:#0c0c0c;z-index:99999;overflow:hidden;padding-top:8%;visibility:hidden;width:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width 0.5s 0.3s, visibility 0s 0.8s;transition:width 0.5s 0.3s, visibility 0s 0.8s}@media (max-width: 1600px){#menu-content{padding-top:4%}}@media (max-width: 768px){#menu-content{padding-top:10%}}#menu-content.menu-open{visibility:visible;width:100%;-webkit-transition:width 0.5s;transition:width 0.5s}#menu-content.menu-open nav,#menu-content.menu-open #menu-close{opacity:1;-webkit-transition-delay:0.5s;transition-delay:0.5s}#menu-content.menu-close nav,#menu-content.menu-close #menu-close{-webkit-transition-delay:0.2s;transition-delay:0.2s}#menu-content nav{position:relative;border-left:1px solid #fff;opacity:0;-webkit-transition:opacity 0.3s 0.5s;transition:opacity 0.3s 0.5s}@media (max-width: 480px){#menu-content nav{border-bottom:1px solid #fff;border-left:none;margin-bottom:10px;padding-top:10px}}#menu-content ul{list-style:none;padding-left:30px;margin:0 auto;display:inline-block;height:100%;position:relative}#menu-content ul li{display:block;min-height:54px;-webkit-backface-visibility:hidden;backface-visibility:hidden}#menu-content ul li:last-child a{margin-bottom:0}@media (max-width: 375px){#menu-content ul li{min-height:40px}}#menu-content ul li a{outline:none;text-decoration:none;position:relative;font-size:2.4rem;line-height:1;color:#fff;display:inline-block;text-transform:uppercase;font-weight:700;margin-bottom:64px}@media (max-width: 1600px){#menu-content ul li a{margin-bottom:48px;font-size:2rem}}@media (max-width: 1024px){#menu-content ul li a{font-size:1.6rem}}@media (max-width: 768px){#menu-content ul li a{font-size:1.4rem}}@media (max-width: 480px){#menu-content ul li a{margin-bottom:20px;font-size:1.2rem}}@media (max-width: 375px){#menu-content ul li a{margin-bottom:5px;font-size:1rem}}#menu-content #menu-close{opacity:0;width:46px;height:46px;position:absolute;right:70px;top:50px;z-index:100;cursor:pointer;transition:all 0.2s ease-in}@media (max-width: 1024px){#menu-content #menu-close{right:20px;top:20px;width:38px;height:38px}}@media (max-width: 480px){#menu-content #menu-close{right:30px;top:15px}}#menu-content #menu-close:hover{transform:rotate(180deg);transform-origin:center center;transition:all 0.2s ease-out}#menu-content #menu-close span{width:0;height:5px;background-color:#fff;display:inline-block;transition:all 0.3s}#menu-content #menu-close .sp1{transform:rotate(45deg);transform-origin:23px -5px}#menu-content #menu-close .sp2{transform:rotate(-45deg);transform-origin:-6px -1px}@media (max-width: 1024px){#menu-content #menu-close .sp2{transform-origin:-14px -5px}}#menu-content.menu-open #menu-close{transition:all 0.2s}#menu-content.menu-open #menu-close .sp1{width:60px;transition:all 0.5s}@media (max-width: 1024px){#menu-content.menu-open #menu-close .sp1{width:50px}}#menu-content.menu-open #menu-close .sp2{width:60px;transition:all 0.5s}@media (max-width: 1024px){#menu-content.menu-open #menu-close .sp2{width:50px}}#menu-content p{margin-bottom:30px}@media (max-width: 480px){#menu-content p{margin-bottom:10px}}@media (max-width: 375px){#menu-content p{margin-bottom:5px}}.link-k{font-size:2.4rem;overflow:hidden;padding:10px;line-height:1}@media (max-width: 1024px){.link-k{padding:6px}}.link-k:hover{color:#e9893d}.link-k:hover:after{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.link-k:hover span:before{width:100%}.link-k:after{content:'';position:absolute;height:100%;width:100%;top:0;right:0;z-index:-1;background:#fff;-webkit-transform:translate3d(101%, 0, 0);transform:translate3d(101%, 0, 0);-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}.link-k span{display:block;position:relative}.link-k span:before{content:attr(data-letters);position:absolute;color:#e9893d;left:0;overflow:hidden;white-space:nowrap;width:0;-webkit-transition:width 0.5s;transition:width 0.5s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}.socials{margin:0 50px}@media (max-width: 480px){.socials{margin:0 20px}}.num-tel{color:#fff;font-weight:700;font-size:2rem;padding:10px;margin-bottom:10px;display:inline-block;position:relative}@media (max-width: 480px){.num-tel{margin-bottom:0}}.num-tel:hover{color:#e9893d}.num-tel:hover:after{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.num-tel:hover span:before{width:100%}.num-tel:after{content:'';position:absolute;height:100%;width:100%;top:0;right:0;z-index:-1;background:#fff;-webkit-transform:translate3d(101%, 0, 0);transform:translate3d(101%, 0, 0);-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}.num-tel span{display:block;position:relative}.num-tel span:before{content:attr(data-letters);position:absolute;color:#e9893d;left:0;overflow:hidden;white-space:nowrap;width:0;-webkit-transition:width 0.5s;transition:width 0.5s;-webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}.menu-open .info-left{opacity:1;-webkit-transition:opacity 0.3s 0.5s;transition:opacity 0.3s 0.5s}.menu-open .legal-bloc{opacity:1;-webkit-transition:opacity 0.3s 0.5s;transition:opacity 0.3s 0.5s}.menu-close .info-left{opacity:0;-webkit-transition:opacity 0.3s 0.2s;transition:opacity 0.3s 0.2s}.menu-close .legal-bloc{opacity:0;-webkit-transition:opacity 0.3s 0.2s;transition:opacity 0.3s 0.2s}.info-left{text-align:center;-webkit-transition:opacity 0.3s 0.2s;transition:opacity 0.3s 0.2s;opacity:0}.info-left span{font-size:2.4rem;text-transform:uppercase;font-weight:700;color:#fff;letter-spacing:5px}@media (max-width: 1600px){.info-left span{font-size:2rem}}@media (max-width: 480px){.info-left span{font-size:1.2rem}}.info-left .adresse:hover .fa{color:#e9893d}.info-left .adresse span{font-size:1.8rem}@media (max-width: 1600px){.info-left .adresse span{font-size:1.6rem}}@media (max-width: 1024px){.info-left .adresse span{font-size:1.4rem}}@media (max-width: 480px){.info-left .adresse span{font-size:0.8rem}}.info-left .adresse .fa{color:#fff}@media (max-width: 480px){.info-left .adresse .fa{font-size:1.4rem}}.legal-bloc{position:absolute;bottom:30px;left:0;right:0;text-align:center;opacity:0}@media (max-width: 480px){.legal-bloc{bottom:10px}}.legal-bloc .copyright,.legal-bloc .mentions{font-weight:300;color:#bbb;font-size:1.2rem}@media (max-width: 480px){.legal-bloc .copyright,.legal-bloc .mentions{font-size:1rem}}.legal-bloc .mentions:hover{color:#e9893d}.logo-menu-wrapper{position:relative;height:290px}@media (max-width: 1600px){.logo-menu-wrapper{height:240px}}@media (max-width: 480px){.logo-menu-wrapper{height:100px;margin-top:30px}}.logo-menu-wrapper .logo-link{background-color:#fff;height:270px;width:270px;display:block;border-radius:50%;transition:all 0.4s ease-out}@media (max-width: 1600px){.logo-menu-wrapper .logo-link{height:240px;width:240px}}@media (max-width: 1400px){.logo-menu-wrapper .logo-link{height:230px;width:230px}}@media (max-width: 1200px){.logo-menu-wrapper .logo-link{height:190px;width:190px}}@media (max-width: 998px){.logo-menu-wrapper .logo-link{height:150px;width:150px}}@media (max-width: 480px){.logo-menu-wrapper .logo-link{height:110px;width:110px}}#logo-nap-menu{vertical-align:inherit;padding:40px;width:100%;transition:all 0.4s ease-out;margin-top:0}@media (max-width: 480px){#logo-nap-menu{padding:15px}}.round-logo-menu{color:#dcdce2;position:absolute;top:22%;left:36%;margin-left:-72.5px;margin-top:-72.5px;width:290px;height:290px;text-align:center;font-size:18.125px;-webkit-font-smoothing:antialiased;z-index:9999;padding:10px;transition:all 0.4s ease-out}@media (max-width: 1600px){.round-logo-menu{top:16%;left:38%;margin-left:-65px;margin-top:-65px;width:260px;height:260px;font-size:16.25px;padding:10px}}@media (max-width: 1400px){.round-logo-menu{top:16%;margin-left:-60px;margin-top:-60px;width:240px;height:240px;font-size:15px;padding:5px}}@media (max-width: 1200px){.round-logo-menu{top:14%;margin-left:-50px;margin-top:-50px;width:200px;height:200px;font-size:12.5px;padding:5px}}@media (max-width: 998px){.round-logo-menu{top:16%;margin-left:-40px;margin-top:-40px;width:160px;height:160px;font-size:10px;padding:5px}}@media (max-width: 480px){.round-logo-menu{top:12%;margin-left:-30px;margin-top:-30px;width:120px;height:120px;font-size:7.5px;padding:5px;left:42%}}.round-logo-menu:after,.round-logo-menu:before{content:"";border-radius:100%;position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center center;transition:all 0.4s ease-out;z-index:-1}.round-logo-menu:after{box-shadow:inset 0 9.0625px 0 rgba(235, 133, 44, 0.6), inset 9.0625px 0 0 rgba(235, 133, 44, 0.6), inset 0 -9.0625px 0 rgba(220, 115, 30, 0.6), inset -9.0625px 0 0 rgba(208, 96, 27, 0.6);animation:rotar 3s -0.5s linear infinite}@media (max-width: 1600px){.round-logo-menu:after{box-shadow:inset 0 8.125px 0 rgba(235, 133, 44, 0.6), inset 8.125px 0 0 rgba(235, 133, 44, 0.6), inset 0 -8.125px 0 rgba(220, 115, 30, 0.6), inset -8.125px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 1400px){.round-logo-menu:after{box-shadow:inset 0 7.5px 0 rgba(235, 133, 44, 0.6), inset 7.5px 0 0 rgba(235, 133, 44, 0.6), inset 0 -7.5px 0 rgba(220, 115, 30, 0.6), inset -7.5px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 1200px){.round-logo-menu:after{box-shadow:inset 0 6.25px 0 rgba(235, 133, 44, 0.6), inset 6.25px 0 0 rgba(235, 133, 44, 0.6), inset 0 -6.25px 0 rgba(220, 115, 30, 0.6), inset -6.25px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 998px){.round-logo-menu:after{box-shadow:inset 0 5px 0 rgba(235, 133, 44, 0.6), inset 5px 0 0 rgba(235, 133, 44, 0.6), inset 0 -5px 0 rgba(220, 115, 30, 0.6), inset -5px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 480px){.round-logo-menu:after{box-shadow:inset 0 3.75px 0 rgba(235, 133, 44, 0.6), inset 3.75px 0 0 rgba(235, 133, 44, 0.6), inset 0 -3.75px 0 rgba(220, 115, 30, 0.6), inset -3.75px 0 0 rgba(208, 96, 27, 0.6)}}.round-logo-menu:before{box-shadow:inset 0 9.0625px 0 #000, inset 9.0625px 0 0 #000, inset 0 -9.0625px 0 #000, inset -9.0625px 0 0 #000;animation:rotarIz 3s -0.5s linear infinite}@media (max-width: 1600px){.round-logo-menu:before{box-shadow:inset 0 8.125px 0 #000, inset 8.125px 0 0 #000, inset 0 -8.125px 0 #000, inset -8.125px 0 0 #000}}@media (max-width: 1400px){.round-logo-menu:before{box-shadow:inset 0 7.5px 0 #000, inset 7.5px 0 0 #000, inset 0 -7.5px 0 #000, inset -7.5px 0 0 #000}}@media (max-width: 1200px){.round-logo-menu:before{box-shadow:inset 0 6.25px 0 #000, inset 6.25px 0 0 #000, inset 0 -6.25px 0 #000, inset -6.25px 0 0 #000}}@media (max-width: 998px){.round-logo-menu:before{box-shadow:inset 0 5px 0 #000, inset 5px 0 0 #000, inset 0 -5px 0 #000, inset -5px 0 0 #000}}@media (max-width: 480px){.round-logo-menu:before{box-shadow:inset 0 3.75px 0 #000, inset 3.75px 0 0 #000, inset 0 -3.75px 0 #000, inset -3.75px 0 0 #000}}#parallax{background:transparent no-repeat center center fixed;background-image:url('../../img/parallax/bg-ciel.jpg');display:table;height:2000px;position:relative;width:100%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;overflow:hidden}@media (max-width: 1600px){#parallax{background-image:url('../../img/parallax/bg-ciel-1600.jpg')}}@media (max-width: 1500px){#parallax{background-image:url('../../img/parallax/bg-ciel-1500.jpg')}}@media (max-width: 1400px){#parallax{background-image:url('../../img/parallax/bg-ciel-1400.jpg')}}@media (max-width: 1200px){#parallax{background-image:url('../../img/parallax/bg-ciel-1200.jpg')}}@media (max-width: 768px){#parallax{background-image:url('../../img/parallax/bg-ciel-768.jpg')}}@media (max-width: 480px){#parallax{background-image:url('../../img/parallax/bg-ciel-480.jpg')}}#parallax img{position:relative;top:150px}#parallax h2{margin:0 auto}#parallax .home-title,#parallax .h2-like,#parallax .home-title-small{text-transform:uppercase;font-size:164px;color:#fff;text-align:center;text-shadow:-2px 2px 2px #666;font-weight:900}@media (max-width: 1600px){#parallax .home-title,#parallax .h2-like,#parallax .home-title-small{font-size:150px}}@media (max-width: 1500px){#parallax .home-title,#parallax .h2-like,#parallax .home-title-small{font-size:130px}}@media (max-width: 1400px){#parallax .home-title,#parallax .h2-like,#parallax .home-title-small{font-size:110px}}@media (max-width: 1200px){#parallax .home-title,#parallax .h2-like,#parallax .home-title-small{font-size:90px}}@media (max-width: 480px){#parallax .home-title,#parallax .h2-like,#parallax .home-title-small{font-size:60px}}#parallax .h2-like{z-index:9999;line-height:0.8;margin:0 auto}#parallax .home-title-small{font-size:64px;display:inline-block}@media (max-width: 1600px){#parallax .home-title-small{font-size:56px}}@media (max-width: 1500px){#parallax .home-title-small{font-size:50px}}@media (max-width: 1400px){#parallax .home-title-small{font-size:42px}}@media (max-width: 1200px){#parallax .home-title-small{font-size:34px}}@media (max-width: 480px){#parallax .home-title-small{font-size:24px}}#parallax .layer{width:100%}#parallax .layer1 img{margin-top:100px;margin-left:150px}@media (max-width: 1200px){#parallax .layer1 img{margin-left:100px}}@media (max-width: 480px){#parallax .layer1 img{margin-top:80px;margin-left:30px}}@media (max-width: 1400px){#parallax .layer2{margin-top:40px}}@media (max-width: 1024px){#parallax .layer2{margin-top:20px}}@media (max-width: 768px){#parallax .layer2{margin-top:60px}}@media (max-width: 480px){#parallax .layer2{margin-top:40px}}#parallax .layer3{margin-top:200px}@media (max-width: 1600px){#parallax .layer3{margin-top:180px}}@media (max-width: 1500px){#parallax .layer3{margin-top:140px}}@media (max-width: 1400px){#parallax .layer3{margin-top:160px}}@media (max-width: 1200px){#parallax .layer3{margin-top:140px}}@media (max-width: 1024px){#parallax .layer3{margin-top:130px}}@media (max-width: 768px){#parallax .layer3{margin-top:160px}}@media (max-width: 480px){#parallax .layer3{margin-top:120px}}#parallax .layer4{position:relative;height:2000px}#parallax .layer4 img{position:absolute;right:10%;top:25%}@media (max-width: 1024px){#parallax .layer4 img{right:5%;top:20%}}@media (max-width: 480px){#parallax .layer4 img{top:15%}}#parallax .layer5{position:relative;height:2000px}#parallax .layer5 img{position:absolute;left:35%;top:40%}#parallax .layer6{position:relative;width:102%;margin-left:-20px;height:2000px;margin-top:250px;background-image:url('../../img/parallax/montagne-solo.png');background-repeat:no-repeat}@media (max-width: 1600px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-1600.png');height:1700px}}@media (max-width: 1500px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-1500.png');height:1600px}}@media (max-width: 1400px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-1400.png');height:1500px}}@media (max-width: 1200px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-1200.png');height:1290px}}@media (max-width: 1024px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-1024.png');height:1100px;margin-left:0px}}@media (max-width: 998px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-1024.png');height:1100px}}@media (max-width: 768px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-768.png');height:826px}}@media (max-width: 480px){#parallax .layer6{background-image:url('../../img/parallax/montagne-solo-480.png');height:516px}}#parallax .nuage1{-webkit-animation:nuage1 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-animation:nuage1 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);animation:nuage1 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955)}#parallax .nuage2{-webkit-animation:nuage2 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-animation:nuage2 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);animation:nuage2 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955)}@-webkit-keyframes "nuage1"{0%{-webkit-transform:translate3d(30%, 0, 0);-moz-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0);}100%{-webkit-transform:translate3d(-30%, 0, 0);-moz-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0);}}@-moz-keyframes nuage1 {0%{-webkit-transform:translate3d(30%, 0, 0);-moz-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0);}100%{-webkit-transform:translate3d(-30%, 0, 0);-moz-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0);}}@-ms-keyframes "nuage1"{0%{-webkit-transform:translate3d(30%, 0, 0);-moz-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0);}100%{-webkit-transform:translate3d(-30%, 0, 0);-moz-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0);}}@keyframes "nuage1"{0%{-webkit-transform:translate3d(30%, 0, 0);-moz-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0);}100%{-webkit-transform:translate3d(-30%, 0, 0);-moz-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0);}}@-webkit-keyframes "nuage2"{0%{-webkit-transform:translate3d(10%, 0, 0);-moz-transform:translate3d(10%, 0, 0);transform:translate3d(10%, 0, 0);}100%{-webkit-transform:translate3d(-10%, 0, 0);-moz-transform:translate3d(-10%, 0, 0);transform:translate3d(-10%, 0, 0);}}@-moz-keyframes nuage2 {0%{-webkit-transform:translate3d(10%, 0, 0);-moz-transform:translate3d(10%, 0, 0);transform:translate3d(10%, 0, 0);}100%{-webkit-transform:translate3d(-10%, 0, 0);-moz-transform:translate3d(-10%, 0, 0);transform:translate3d(-10%, 0, 0);}}@-ms-keyframes "nuage2"{0%{-webkit-transform:translate3d(10%, 0, 0);-moz-transform:translate3d(10%, 0, 0);transform:translate3d(10%, 0, 0);}100%{-webkit-transform:translate3d(-10%, 0, 0);-moz-transform:translate3d(-10%, 0, 0);transform:translate3d(-10%, 0, 0);}}@keyframes "nuage2"{0%{-webkit-transform:translate3d(10%, 0, 0);-moz-transform:translate3d(10%, 0, 0);transform:translate3d(10%, 0, 0);}100%{-webkit-transform:translate3d(-10%, 0, 0);-moz-transform:translate3d(-10%, 0, 0);transform:translate3d(-10%, 0, 0);}}@-webkit-keyframes "nuage3"{0%{-webkit-transform:translate3d(15%, 0, 0);-moz-transform:translate3d(15%, 0, 0);transform:translate3d(15%, 0, 0);}100%{-webkit-transform:translate3d(-15%, 0, 0);-moz-transform:translate3d(-15%, 0, 0);transform:translate3d(-15%, 0, 0);}}@-moz-keyframes nuage3 {0%{-webkit-transform:translate3d(15%, 0, 0);-moz-transform:translate3d(15%, 0, 0);transform:translate3d(15%, 0, 0);}100%{-webkit-transform:translate3d(-15%, 0, 0);-moz-transform:translate3d(-15%, 0, 0);transform:translate3d(-15%, 0, 0);}}@-ms-keyframes "nuage3"{0%{-webkit-transform:translate3d(15%, 0, 0);-moz-transform:translate3d(15%, 0, 0);transform:translate3d(15%, 0, 0);}100%{-webkit-transform:translate3d(-15%, 0, 0);-moz-transform:translate3d(-15%, 0, 0);transform:translate3d(-15%, 0, 0);}}@keyframes "nuage3"{0%{-webkit-transform:translate3d(15%, 0, 0);-moz-transform:translate3d(15%, 0, 0);transform:translate3d(15%, 0, 0);}100%{-webkit-transform:translate3d(-15%, 0, 0);-moz-transform:translate3d(-15%, 0, 0);transform:translate3d(-15%, 0, 0);}}#home-top-wrapper{position:relative}#home-top-wrapper .logo-link{background-color:rgba(255, 255, 255, 0.9);height:340px;width:340px;display:block;border-radius:50%;transition:all 0.4s ease-out}@media (max-width: 1600px){#home-top-wrapper .logo-link{height:280px;width:280px}}@media (max-width: 1500px){#home-top-wrapper .logo-link{height:240px;width:240px}}@media (max-width: 1400px){#home-top-wrapper .logo-link{height:230px;width:230px}}@media (max-width: 1200px){#home-top-wrapper .logo-link{height:190px;width:190px}}@media (max-width: 998px){#home-top-wrapper .logo-link{height:150px;width:150px}}#home-top-wrapper #logo-nap{vertical-align:inherit;padding:40px;width:100%;transition:all 0.4s ease-out;margin-top:0}@media (max-width: 1200px){#home-top-wrapper #logo-nap{padding:20px}}#home-top-wrapper h3{position:absolute;top:37%;left:22%;z-index:999}@media (max-width: 1600px){#home-top-wrapper h3{top:32%;left:18%;font-size:1.5rem}}@media (max-width: 1500px){#home-top-wrapper h3{top:30%;left:15%;font-size:1.4rem}}@media (max-width: 1400px){#home-top-wrapper h3{top:28%;left:15%;font-size:1.3rem}}@media (max-width: 1200px){#home-top-wrapper h3{top:24%;left:10%;font-size:1.2rem}}@media (max-width: 1024px){#home-top-wrapper h3{font-size:1.1rem}}@media (max-width: 998px){#home-top-wrapper h3{top:24%;left:10%;font-size:1.2rem}}@media (max-width: 768px){#home-top-wrapper h3{top:23%;left:1%;font-size:1rem}}@media (max-width: 480px){#home-top-wrapper h3{top:19%;left:2%;font-size:1rem;text-align:center;font-weight:900}}#brief{position:fixed;left:0;top:0;bottom:0;width:60px;z-index:9999;transition:all 0.4s ease-in}#brief .close-btn{background-color:#353535;width:40px;height:40px;border-radius:20px;position:absolute;bottom:40%;left:200px;z-index:99991;transition:all 0.4s ease-in;transition-delay:0.5s;opacity:1}@media (max-width: 1600px){#brief .close-btn{bottom:38%;left:160px}}@media (max-width: 1400px){#brief .close-btn{bottom:43%;left:164px;width:30px;height:30px}}@media (max-width: 1300px){#brief .close-btn{bottom:35%}}@media (max-width: 1024px){#brief .close-btn{bottom:43%}}@media (max-width: 768px){#brief .close-btn{bottom:35%}}@media (max-width: 480px){#brief .close-btn{bottom:41%}}#brief .close-btn.closed{transition:all 0.4s ease-out;opacity:0}#brief .close-btn .fa{transition:all 0.4s ease-in;color:#fff;width:40px;height:40px;text-align:center;padding-top:8px;cursor:pointer;font-size:1.4rem}@media (max-width: 1400px){#brief .close-btn .fa{width:30px;height:30px;padding-top:0px;font-size:1.2rem}}#brief-inner{position:fixed;left:20px;bottom:20%;width:254px;height:226px;background-image:url('../../img/bulle.png');background-repeat:no-repeat;z-index:9999;transition:all 0.4s ease-in;cursor:pointer;transform:rotate(0deg)}@media (max-width: 1600px){#brief-inner{background-image:url('../../img/bulle-200.png');width:200px;height:178px}}#brief-inner span{transition:all 0.4s ease-in;color:#e9893d;text-transform:uppercase;text-align:center;font-weight:700;top:80px;left:56px;position:absolute}@media (max-width: 1600px){#brief-inner span{font-size:1.2rem;top:62px;left:38px}}#brief-inner.closed{transition:all 0.4s ease-out;left:0;bottom:0;width:118px;height:102px;background-image:url('../../img/brief-closed.png');transform:rotate(-1080deg)}@media (max-width: 1400px){#brief-inner.closed{width:80px;height:69px;background-image:url('../../img/brief-closed-80.png')}}#brief-inner.closed span{transition:all 0.4s ease-out;color:#000;font-size:0}.round-logo{color:#dcdce2;position:absolute;top:22%;left:46%;margin-left:-90px;margin-top:-90px;width:360px;height:360px;text-align:center;font-size:22.5px;-webkit-font-smoothing:antialiased;z-index:9999;padding:10px;transition:all 0.4s ease-out}@media (max-width: 1600px){.round-logo{top:20%;margin-left:-75px;margin-top:-75px;width:300px;height:300px;font-size:18.75px}}@media (max-width: 1500px){.round-logo{top:18%;margin-left:-65px;margin-top:-65px;width:260px;height:260px;font-size:16.25px}}@media (max-width: 1400px){.round-logo{top:16%;margin-left:-60px;margin-top:-60px;width:240px;height:240px;font-size:15px;padding:5px}}@media (max-width: 1200px){.round-logo{top:14%;margin-left:-50px;margin-top:-50px;width:200px;height:200px;font-size:12.5px;padding:5px}}@media (max-width: 998px){.round-logo{top:16%;margin-left:-40px;margin-top:-40px;width:160px;height:160px;font-size:10px;padding:5px}}@media (max-width: 480px){.round-logo{top:12%;margin-left:-40px;margin-top:-40px;width:160px;height:160px;font-size:10px;padding:5px;left:42%}}.round-logo:after,.round-logo:before{content:"";border-radius:100%;position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center center;transition:all 0.4s ease-out}.round-logo:after{box-shadow:inset 0 11.25px 0 rgba(235, 133, 44, 0.6), inset 11.25px 0 0 rgba(235, 133, 44, 0.6), inset 0 -11.25px 0 rgba(220, 115, 30, 0.6), inset -11.25px 0 0 rgba(208, 96, 27, 0.6);animation:rotar 3s -0.5s linear infinite}@media (max-width: 1600px){.round-logo:after{box-shadow:inset 0 9.375px 0 rgba(235, 133, 44, 0.6), inset 9.375px 0 0 rgba(235, 133, 44, 0.6), inset 0 -9.375px 0 rgba(220, 115, 30, 0.6), inset -9.375px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 1500px){.round-logo:after{box-shadow:inset 0 8.125px 0 rgba(235, 133, 44, 0.6), inset 8.125px 0 0 rgba(235, 133, 44, 0.6), inset 0 -8.125px 0 rgba(220, 115, 30, 0.6), inset -8.125px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 1400px){.round-logo:after{box-shadow:inset 0 7.5px 0 rgba(235, 133, 44, 0.6), inset 7.5px 0 0 rgba(235, 133, 44, 0.6), inset 0 -7.5px 0 rgba(220, 115, 30, 0.6), inset -7.5px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 1200px){.round-logo:after{box-shadow:inset 0 6.25px 0 rgba(235, 133, 44, 0.6), inset 6.25px 0 0 rgba(235, 133, 44, 0.6), inset 0 -6.25px 0 rgba(220, 115, 30, 0.6), inset -6.25px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 998px){.round-logo:after{box-shadow:inset 0 5px 0 rgba(235, 133, 44, 0.6), inset 5px 0 0 rgba(235, 133, 44, 0.6), inset 0 -5px 0 rgba(220, 115, 30, 0.6), inset -5px 0 0 rgba(208, 96, 27, 0.6)}}@media (max-width: 480px){.round-logo:after{box-shadow:inset 0 5px 0 rgba(235, 133, 44, 0.6), inset 5px 0 0 rgba(235, 133, 44, 0.6), inset 0 -5px 0 rgba(220, 115, 30, 0.6), inset -5px 0 0 rgba(208, 96, 27, 0.6)}}.round-logo:before{box-shadow:inset 0 11.25px 0 #000, inset 11.25px 0 0 #000, inset 0 -11.25px 0 #000, inset -11.25px 0 0 #000;animation:rotarIz 3s -0.5s linear infinite}@media (max-width: 1600px){.round-logo:before{box-shadow:inset 0 9.375px 0 #000, inset 9.375px 0 0 #000, inset 0 -9.375px 0 #000, inset -9.375px 0 0 #000}}@media (max-width: 1500px){.round-logo:before{box-shadow:inset 0 8.125px 0 #000, inset 8.125px 0 0 #000, inset 0 -8.125px 0 #000, inset -8.125px 0 0 #000}}@media (max-width: 1400px){.round-logo:before{box-shadow:inset 0 7.5px 0 #000, inset 7.5px 0 0 #000, inset 0 -7.5px 0 #000, inset -7.5px 0 0 #000}}@media (max-width: 1200px){.round-logo:before{box-shadow:inset 0 6.25px 0 #000, inset 6.25px 0 0 #000, inset 0 -6.25px 0 #000, inset -6.25px 0 0 #000}}@media (max-width: 998px){.round-logo:before{box-shadow:inset 0 5px 0 #000, inset 5px 0 0 #000, inset 0 -5px 0 #000, inset -5px 0 0 #000}}@media (max-width: 480px){.round-logo:before{box-shadow:inset 0 5px 0 #000, inset 5px 0 0 #000, inset 0 -5px 0 #000, inset -5px 0 0 #000}}@-webkit-keyframes "rotar"{0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(180deg) scaleX(0.96) scaleY(0.98);}100%{transform:rotateZ(360deg) scaleX(1) scaleY(1);}}@-moz-keyframes rotar {0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(180deg) scaleX(0.96) scaleY(0.98);}100%{transform:rotateZ(360deg) scaleX(1) scaleY(1);}}@-ms-keyframes "rotar"{0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(180deg) scaleX(0.96) scaleY(0.98);}100%{transform:rotateZ(360deg) scaleX(1) scaleY(1);}}@keyframes "rotar"{0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(180deg) scaleX(0.96) scaleY(0.98);}100%{transform:rotateZ(360deg) scaleX(1) scaleY(1);}}@-webkit-keyframes "rotarIz"{0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(-180deg) scaleX(0.98) scaleY(0.96);}100%{transform:rotateZ(-360deg) scaleX(1) scaleY(1);}}@-moz-keyframes rotarIz {0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(-180deg) scaleX(0.98) scaleY(0.96);}100%{transform:rotateZ(-360deg) scaleX(1) scaleY(1);}}@-ms-keyframes "rotarIz"{0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(-180deg) scaleX(0.98) scaleY(0.96);}100%{transform:rotateZ(-360deg) scaleX(1) scaleY(1);}}@keyframes "rotarIz"{0%{transform:rotateZ(0deg) scaleX(1) scaleY(1);}50%{transform:rotateZ(-180deg) scaleX(0.98) scaleY(0.96);}100%{transform:rotateZ(-360deg) scaleX(1) scaleY(1);}}#home-top-wrapper .fixed-header{position:fixed;top:10%;left:5%;transition:all 0.4s ease-out;width:120px;height:120px;padding:0}@media (max-width: 1400px){#home-top-wrapper .fixed-header{width:100px;height:100px}}@media (max-width: 1024px){#home-top-wrapper .fixed-header{top:7%}}@media (max-width: 768px){#home-top-wrapper .fixed-header{top:5%;left:7%}}@media (max-width: 480px){#home-top-wrapper .fixed-header{top:6%;left:11%;width:80px;height:80px}}#home-top-wrapper .fixed-header:before{transition:all 0.4s ease-out;animation:none;box-shadow:inset 0 0.25px 0 #000, inset 0.25px 0 0 #000, inset 0 -3.25px 0 #000, inset -1.25px 0 0 #000;z-index:-1}#home-top-wrapper .fixed-header:after{transition:all 0.4s ease-out;animation:none;box-shadow:inset 0 1.25px 0 rgba(235, 133, 44, 0.6), inset 3.25px 0 0 rgba(235, 133, 44, 0.6), inset 0 -3.25px 0 rgba(220, 115, 30, 0.6), inset -4.25px 0 0 rgba(208, 96, 27, 0.6);z-index:-1}#home-top-wrapper .fixed-header a{width:120px;height:120px;transition:all 0.4s ease-out;background-image:url('../../img/logo-nap/logo-nap-agency.png');background-size:contain;background-color:transparent}@media (max-width: 1400px){#home-top-wrapper .fixed-header a{width:100px;height:100px}}@media (max-width: 480px){#home-top-wrapper .fixed-header a{width:80px;height:80px}}#home-top-wrapper .fixed-header a #logo-nap{display:none}#nos-services{z-index:999;margin-top:-1600px;height:3400px;position:relative;background-image:url('../../img/services/montagne-bg-1.png');background-size:cover;background-position:50% 0;background-repeat:no-repeat;transition:all 0.4s}@media (max-width: 1600px){#nos-services{background-image:url('../../img/services/montagne-bg-1-1600.png');height:2810px;margin-top:-1648px}}@media (max-width: 1500px){#nos-services{height:2528px;margin-top:-1648px}}@media (max-width: 1400px){#nos-services{background-image:url('../../img/services/montagne-bg-1-1400.png');height:2398px}}@media (max-width: 1300px){#nos-services{background-image:url('../../img/services/montagne-bg-1-1300.png');height:2248px}}@media (max-width: 1200px){#nos-services{background-image:url('../../img/services/montagne-bg-1-1200.png');height:2127px}}@media (max-width: 1024px){#nos-services{height:1818px}}@media (max-width: 998px){#nos-services{background-image:url('../../img/services/montagne-bg-1-1000.png');height:1773px}}@media (max-width: 768px){#nos-services{background-image:url('../../img/services/montagne-bg-1-768.png');height:1362px}}@media (max-width: 480px){#nos-services{background-image:url('../../img/services/montagne-bg-1-480.png');height:786px}}@media (max-width: 375px){#nos-services{height:715px}}#nos-services.sb3{background-image:url('../../img/services/montagne-bg-hover-2.png');transition:all 0.4s}#nos-services.sb1{background-image:url('../../img/services/montagne-bg-hover-3.png');transition:all 0.4s}#nos-services .nuage3{position:absolute;top:14%;left:30%;-webkit-animation:nuage2 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-animation:nuage2 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);animation:nuage2 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955)}@media (max-width: 1400px){#nos-services .nuage3{left:22%}}@media (max-width: 1024px){#nos-services .nuage3{left:10%}}@media (max-width: 480px){#nos-services .nuage3{left:15%}}#nos-services .scroll{background-image:url('../../img/services/scroll.png');background-repeat:no-repeat;width:31px;height:64px;position:absolute;top:13%;left:49.2%}@media (max-width: 1600px){#nos-services .scroll{left:49%}}@media (max-width: 1500px){#nos-services .scroll{left:48.8%}}@media (max-width: 1300px){#nos-services .scroll{left:48.7%}}@media (max-width: 1024px){#nos-services .scroll{left:48.4%;top:13.5%}}@media (max-width: 480px){#nos-services .scroll{left:45.8%;top:15%}}#nos-services #nos-services-inner{position:absolute;width:100%;top:30%}@media (max-width: 1400px){#nos-services #nos-services-inner{top:28%}}#nos-services #nos-services-inner div{text-align:center}#nos-services #nos-services-inner div h3{color:#fff;margin-bottom:190px}@media (max-width: 1600px){#nos-services #nos-services-inner div h3{margin-bottom:170px}}@media (max-width: 1500px){#nos-services #nos-services-inner div h3{margin-bottom:160px}}@media (max-width: 1400px){#nos-services #nos-services-inner div h3{margin-bottom:150px}}@media (max-width: 1200px){#nos-services #nos-services-inner div h3{margin-bottom:130px}}@media (max-width: 1024px){#nos-services #nos-services-inner div h3{margin-bottom:110px}}@media (max-width: 998px){#nos-services #nos-services-inner div h3{margin-bottom:100px}}@media (max-width: 768px){#nos-services #nos-services-inner div h3{margin-bottom:50px}}@media (max-width: 480px){#nos-services #nos-services-inner div h3{margin-bottom:15px}}@media (max-width: 375px){#nos-services #nos-services-inner div h3{margin-bottom:5px}}#nos-services #nos-services-inner div p{color:#fff}.sb{position:relative;overflow:hidden}.sb.open .service-bloc-hover{top:0;transition:all 0.4s}@media (max-width: 480px){.sb.open .service-bloc-hover p:not(.bloc-title){display:none}}.sb.open .service-bloc .bloc-bold{opacity:0;transition:all 0.4s}.service-bloc{height:320px;width:400px}@media (max-width: 1300px){.service-bloc{height:300px}}@media (max-width: 1024px){.service-bloc{height:260px}}@media (max-width: 768px){.service-bloc{height:230px}}@media (max-width: 480px){.service-bloc{height:140px}}.service-bloc .bloc-bold{opacity:1;transition:opacity 2s;cursor:pointer;font-weight:700;text-transform:uppercase;font-size:48px;line-height:2;color:#fff}@media (max-width: 1600px){.service-bloc .bloc-bold{font-size:46px}}@media (max-width: 1500px){.service-bloc .bloc-bold{font-size:42px}}@media (max-width: 1400px){.service-bloc .bloc-bold{font-size:32px}}@media (max-width: 1200px){.service-bloc .bloc-bold{font-size:28px}}@media (max-width: 1024px){.service-bloc .bloc-bold{font-size:24px}}@media (max-width: 1024px){.service-bloc .bloc-bold{line-height:1.6}}@media (max-width: 480px){.service-bloc .bloc-bold{font-size:16px}}.service-bloc .bloc-bold:hover{color:#e9893d !important;transition:all 0.2s}.bloc-title{font-weight:700;text-transform:uppercase;font-size:40px;line-height:1;cursor:pointer}@media (max-width: 1400px){.bloc-title{font-size:32px}}@media (max-width: 1024px){.bloc-title{font-size:24px}}@media (max-width: 768px){.bloc-title{font-size:20px}}@media (max-width: 480px){.bloc-title{font-size:16px}}.service-bloc-hover{position:absolute;top:-410px;left:0;width:100%;transition:all 0.4s;padding:20px}.service-bloc-hover p:not(.bloc-title){font-size:1.3rem;font-weight:300;line-height:1.1;text-align:left}@media (max-width: 1024px){.service-bloc-hover p:not(.bloc-title){font-size:1.2rem}}@media (max-width: 768px){.service-bloc-hover p:not(.bloc-title){font-size:1rem}}.service-bloc-hover .btn-border-white{padding:6px 20px;max-width:200px}@media (max-width: 1024px){.service-bloc-hover .btn-border-white{font-size:1.2rem;padding:4px 16px;max-width:160px}}@media (max-width: 768px){.service-bloc-hover .btn-border-white{font-size:1rem;max-width:140px}}.service-bloc-hover .btn-border-white:hover{transition:all 0.4s;background-color:#fff;color:#000;border-color:#fff}.service-bloc-1 .service-bloc{border-right:1px solid #fff;border-bottom:1px solid #fff;float:right}.service-bloc-1 .service-bloc .bloc-bold{position:absolute;left:0}@media (max-width: 1024px){.service-bloc-1 .service-bloc .bloc-bold{left:30px}}.service-bloc-2 .service-bloc{border-bottom:1px solid #fff;border-left:1px solid #fff}.service-bloc-2 .service-bloc img{position:absolute;right:140px;top:40px}@media (max-width: 480px){.service-bloc-2 .service-bloc img{right:32px;top:5px}}.service-bloc-2.sb1 img,.service-bloc-2.sb12 img,.service-bloc-2.sb3 img,.service-bloc-2.sb4 img{display:none}.service-bloc-img{width:100%;height:0;background-repeat:no-repeat;background-size:cover;transition:all 0.4s}.sb1 .service-bloc-img{background-image:url('../../img/services/web.png');height:280px;transition:all 0.4s}@media (max-width: 1024px){.sb1 .service-bloc-img{background-image:url('../../img/services/web-330.png');height:220px}}@media (max-width: 768px){.sb1 .service-bloc-img{height:140px}}@media (max-width: 480px){.sb1 .service-bloc-img{background-image:url('../../img/services/web-280.png');height:100px}}.sb3 .service-bloc-img{background-image:url('../../img/services/picto-data.png');height:280px;transition:all 0.4s}@media (max-width: 1024px){.sb3 .service-bloc-img{background-image:url('../../img/services/picto-data-330.png');height:220px}}@media (max-width: 768px){.sb3 .service-bloc-img{height:140px}}@media (max-width: 480px){.sb3 .service-bloc-img{background-image:url('../../img/services/picto-data-280.png');height:100px}}.sb4 .service-bloc-img{background-image:url('../../img/services/devspe.png');height:280px;transition:all 0.4s}@media (max-width: 1024px){.sb4 .service-bloc-img{background-image:url('../../img/services/devspe-330.png');height:220px}}@media (max-width: 768px){.sb4 .service-bloc-img{height:140px}}@media (max-width: 480px){.sb4 .service-bloc-img{background-image:url('../../img/services/devspe-280.png');height:100px}}.service-bloc-3 .service-bloc{float:right;border-top:1px solid #fff;border-right:1px solid #fff}.service-bloc-3 .service-bloc .bloc-bold{position:absolute;left:0;bottom:40px}@media (max-width: 1024px){.service-bloc-3 .service-bloc .bloc-bold{left:30px}}@media (max-width: 480px){.service-bloc-3 .service-bloc .bloc-bold{bottom:26px}}.service-bloc-4 .service-bloc{border-left:1px solid #fff;border-top:1px solid #fff}.service-bloc-4 .service-bloc .bloc-bold{position:absolute;right:0;bottom:0}@media (max-width: 1024px){.service-bloc-4 .service-bloc .bloc-bold{right:30px}}#section-white{background-image:url('../../img/chiffres/montagne-white.png');background-size:cover;background-repeat:no-repeat;background-position:50% 0;z-index:998;margin-top:-1400px;height:3400px;position:relative;overflow:hidden}@media (max-width: 1600px){#section-white{background-image:url('../../img/chiffres/montagne-white-1600.png');margin-top:-1100px;height:2740px}}@media (max-width: 1500px){#section-white{background-image:url('../../img/chiffres/montagne-white-1500.png');margin-top:-990px;height:2466px}}@media (max-width: 1400px){#section-white{background-image:url('../../img/chiffres/montagne-white-1400.png');margin-top:-942px;height:2340px}}@media (max-width: 1300px){#section-white{background-image:url('../../img/chiffres/montagne-white-1300.png');height:2280px}}@media (max-width: 1200px){#section-white{background-image:url('../../img/chiffres/montagne-white-1200.png')}}@media (max-width: 1024px){#section-white{background-image:url('../../img/chiffres/montagne-white-1024.png');height:2185px}}@media (max-width: 768px){#section-white{background-image:url('../../img/chiffres/montagne-white-768.png');margin-top:-535px;height:1806px}}@media (max-width: 750px){#section-white{height:1355px}}@media (max-width: 480px){#section-white{background-image:url('../../img/chiffres/montagne-white-480.png');margin-top:-350px;height:1800px;background-size:inherit}}@media (max-width: 375px){#section-white{margin-top:-320px;height:1950px}}#section-white #section-white-inner{background-color:rgba(255, 255, 255, 0.7);height:100%}#chiffres .logo-nap-black{position:absolute;top:21%;left:44%;text-align:center}@media (max-width: 1600px){#chiffres .logo-nap-black{left:42%}}@media (max-width: 1400px){#chiffres .logo-nap-black{left:41%}}@media (max-width: 1024px){#chiffres .logo-nap-black{top:26%;left:42.5%;max-width:180px}#chiffres .logo-nap-black img{max-width:100%}}@media (max-width: 768px){#chiffres .logo-nap-black{top:12%;left:38.5%}}@media (max-width: 750px){#chiffres .logo-nap-black{top:18%}}@media (max-width: 480px){#chiffres .logo-nap-black{top:11%;left:24%;max-width:inherit}}@media (max-width: 375px){#chiffres .logo-nap-black{left:21%;top:9%}}#chiffres .logo-nap-black h4{text-transform:uppercase;font-weight:300;margin-top:40px}@media (max-width: 1024px){#chiffres .logo-nap-black h4{margin-top:20px;font-size:1.2rem}}#chiffres .chiffres-blocs{position:absolute;top:30%;width:100%;text-align:center;padding-bottom:60px}@media (max-width: 1500px){#chiffres .chiffres-blocs{padding-bottom:5px}}@media (max-width: 1300px){#chiffres .chiffres-blocs{top:32%}}@media (max-width: 1024px){#chiffres .chiffres-blocs{top:37%}}@media (max-width: 768px){#chiffres .chiffres-blocs{top:24%;padding-bottom:10px}}@media (max-width: 750px){#chiffres .chiffres-blocs{top:30%}}@media (max-width: 480px){#chiffres .chiffres-blocs{top:18%}}@media (max-width: 375px){#chiffres .chiffres-blocs{top:15%}}#chiffres .chiffres-blocs:after{content:' ';width:120px;height:3px;background-color:#000;position:absolute;left:47%;bottom:0}@media (max-width: 1500px){#chiffres .chiffres-blocs:after{left:46%}}@media (max-width: 1400px){#chiffres .chiffres-blocs:after{left:45.5%}}@media (max-width: 1024px){#chiffres .chiffres-blocs:after{left:44%}}@media (max-width: 768px){#chiffres .chiffres-blocs:after{left:42%}}@media (max-width: 480px){#chiffres .chiffres-blocs:after{left:36%}}#chiffres .chiffres-bloc h4{text-transform:uppercase;font-weight:900;text-align:center;margin-top:30px;margin-bottom:50px;font-size:1.8rem}@media (max-width: 1600px){#chiffres .chiffres-bloc h4{font-size:1.6rem;margin-bottom:30px}}@media (max-width: 1024px){#chiffres .chiffres-bloc h4{font-size:1.4rem;margin-bottom:15px;margin-top:15px}}@media (max-width: 768px){#chiffres .chiffres-bloc h4{font-size:1.2rem}}@media (max-width: 750px){#chiffres .chiffres-bloc h4{font-size:1rem}}#chiffres .chiffres-bloc h4:before{content:url('../../img/chiffres/arrow-right.png');margin-right:10px}#chiffres .chiffres-bloc p{text-align:left;padding:0 40px}@media (max-width: 1600px){#chiffres .chiffres-bloc p{font-size:1.2rem}}@media (max-width: 1300px){#chiffres .chiffres-bloc p{padding:0 30px}}@media (max-width: 1024px){#chiffres .chiffres-bloc p{padding:0 10px}}@media (max-width: 768px){#chiffres .chiffres-bloc p{padding:0;font-size:1rem}}@media (max-width: 750px){#chiffres .chiffres-bloc p{display:none}}@media (max-width: 480px){#chiffres .chiffres-bloc p{display:none}}.progress{width:150px;height:150px;line-height:150px;background:none;margin:0 auto;box-shadow:none;position:relative;padding:4px}@media (max-width: 1024px){.progress{width:130px;height:130px;line-height:130px}}@media (max-width: 768px){.progress{margin-bottom:10px;width:90px;height:90px}}.progress > span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.progress .progress-left{left:0}.progress .progress-bar{width:100%;height:100%;background:none;border-width:20px;border-style:solid;position:absolute;top:0}@media (max-width: 1024px){.progress .progress-bar{border-width:15px}}@media (max-width: 1024px){.progress .progress-bar{border-width:10px}}.progress .progress-left .progress-bar{left:100%;border-top-right-radius:80px;border-bottom-right-radius:80px;border-left:0;-webkit-transform-origin:center left;transform-origin:center left}.chiffre-1.isVisible .progress-right .progress-bar,.chiffre-2.isVisible .progress-right .progress-bar,.chiffre-3.isVisible .progress-right .progress-bar{animation:loading-1 1.8s linear forwards}.chiffre-1.isVisible .progress-left .progress-bar{animation:loading-2 1.5s linear forwards 1.8s}.chiffre-2.isVisible .progress-left .progress-bar{animation:loading-3 1s linear forwards 1.8s}.chiffre-3.isVisible .progress-left .progress-bar{animation:loading-4 0.4s linear forwards 1.8s}.progress .progress-right{right:0}.progress .progress-right .progress-bar{left:-100%;border-top-left-radius:80px;border-bottom-left-radius:80px;border-right:0;-webkit-transform-origin:center right;transform-origin:center right}.progress .progress-value{width:85%;height:85%;font-size:32px;line-height:125px;text-align:center;position:absolute;top:7.5%;left:7.5%;font-weight:900}@media (max-width: 1024px){.progress .progress-value{line-height:115px;font-size:28px}}@media (max-width: 768px){.progress .progress-value{line-height:80px;font-size:16px}}.progress.chiffre-1 .progress-bar{border-color:#000}.progress.chiffre-1 .progress-value{color:#000}.progress.chiffre-2 .progress-bar{border-color:#000}.progress.chiffre-2 .progress-value{color:#000}.progress.chiffre-3 .progress-bar{border-color:#000}.progress.chiffre-3 .progress-value{color:#000}@-webkit-keyframes "loading-0"{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@-moz-keyframes loading-0 {0%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@-ms-keyframes "loading-0"{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes "loading-0"{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@-webkit-keyframes "loading-1"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}}@-moz-keyframes loading-1 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}}@-ms-keyframes "loading-1"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}}@keyframes "loading-1"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}}@-webkit-keyframes "loading-2"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg);}}@-moz-keyframes loading-2 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg);}}@-ms-keyframes "loading-2"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg);}}@keyframes "loading-2"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg);}}@-webkit-keyframes "loading-3"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);}}@-moz-keyframes loading-3 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);}}@-ms-keyframes "loading-3"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);}}@keyframes "loading-3"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);}}@-webkit-keyframes "loading-4"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg);}}@-moz-keyframes loading-4 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg);}}@-ms-keyframes "loading-4"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg);}}@keyframes "loading-4"{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg);}}@media only screen and (max-width: 990px){.progress{margin-bottom:20px}}#nos-outils{position:absolute;top:54%;width:100%}@media (max-width: 1300px){#nos-outils{top:56%}}@media (max-width: 1024px){#nos-outils{top:60%}}@media (max-width: 768px){#nos-outils{top:48%}}@media (max-width: 480px){#nos-outils{top:46%}}#nos-outils .nos-outils-bloc{width:500px;height:500px;transform:rotate(45deg);transform-origin:center;background-color:rgba(50, 50, 50, 0.5);background-image:url('../../img/outils/angle-blanc.png');background-repeat:no-repeat;background-position:40px 40px;margin:0 auto}@media (max-width: 1600px){#nos-outils .nos-outils-bloc{width:450px;height:450px}}@media (max-width: 1500px){#nos-outils .nos-outils-bloc{width:400px;height:400px;background-image:url('../../img/outils/angle-blanc-100.png')}}@media (max-width: 1024px){#nos-outils .nos-outils-bloc{width:320px;height:320px;background-position:15px 15px;background-image:url('../../img/outils/angle-blanc-60.png')}}@media (max-width: 768px){#nos-outils .nos-outils-bloc{width:260px;height:260px}}@media (max-width: 480px){#nos-outils .nos-outils-bloc{width:100%;height:100%;transform:skewY(-8deg);background-color:#999;background-image:none;margin-top:-20px}}@media (max-width: 375px){#nos-outils .nos-outils-bloc{margin-top:-88px}}#nos-outils .nos-outils-bloc .nos-outils-bloc-inner{transform:rotate(-45deg);transform-origin:center;padding:140px 0 105px 0}@media (max-width: 1600px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner{padding:120px 0 105px 0}}@media (max-width: 1600px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner{padding:100px 0 90px 0}}@media (max-width: 1024px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner{padding:50px 0 20px 0}}@media (max-width: 480px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner{transform:skewY(8deg);padding:30px 30px 100px}}#nos-outils .nos-outils-bloc .nos-outils-bloc-inner h3{text-transform:uppercase;color:#fff;font-weight:900;font-size:4.8rem}@media (max-width: 1600px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner h3{font-size:4.4rem}}@media (max-width: 1500px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner h3{font-size:4rem}}@media (max-width: 1400px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner h3{font-size:3.6rem}}@media (max-width: 1024px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner h3{font-size:2.8rem}}@media (max-width: 768px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner h3{font-size:2.2rem}}#nos-outils .nos-outils-bloc .nos-outils-bloc-inner p{color:#fff;font-weight:300}@media (max-width: 1600px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner p{font-size:1.2rem}}@media (max-width: 1024px){#nos-outils .nos-outils-bloc .nos-outils-bloc-inner p{font-size:1rem}}#nos-outils.isVisible #sur-mesures{right:0;transition:right 0.8s ease}#nos-outils #sur-mesures{position:absolute;right:-1900px;margin-top:-306px;margin-right:-38px;width:1400px;height:1400px;transform:rotate(45deg);transform-origin:bottom right;background:#2d2d2d;background:-moz-linear-gradient(45deg, #2d2d2d 0%, #000 100%);background:-webkit-linear-gradient(45deg, #2d2d2d 0%, #000 100%);background:linear-gradient(45deg, #2d2d2d 0%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000',GradientType=1);transition:right 0.8s ease}@media (max-width: 1600px){#nos-outils #sur-mesures{width:1106px;height:1142px}}@media (max-width: 1500px){#nos-outils #sur-mesures{width:1016px;height:1085px}}@media (max-width: 1300px){#nos-outils #sur-mesures{width:940px;height:1020px}}@media (max-width: 1024px){#nos-outils #sur-mesures{width:754px;height:906px}}@media (max-width: 480px){#nos-outils #sur-mesures{width:100%;height:100%;transform:skewY(8deg);margin-top:-50px;margin-right:0;padding:40px 15px;position:relative;right:inherit;min-height:600px}}#nos-outils #sur-mesures #sur-mesures-inner{color:#fff;transform:rotate(-45deg);transform-origin:top left;position:absolute;bottom:0;left:0;max-width:420px;margin-left:160px}@media (max-width: 1600px){#nos-outils #sur-mesures #sur-mesures-inner{margin-left:90px}}@media (max-width: 1500px){#nos-outils #sur-mesures #sur-mesures-inner{max-width:360px;margin-left:40px}}@media (max-width: 1300px){#nos-outils #sur-mesures #sur-mesures-inner{max-width:320px;bottom:-90px}}@media (max-width: 1024px){#nos-outils #sur-mesures #sur-mesures-inner{max-width:265px;margin-left:20px}}@media (max-width: 768px){#nos-outils #sur-mesures #sur-mesures-inner{max-width:220px;margin-left:0;bottom:-20px}}@media (max-width: 480px){#nos-outils #sur-mesures #sur-mesures-inner{transform:skewY(-8deg);max-width:100%;bottom:inherit;position:relative}}#nos-outils #sur-mesures #sur-mesures-inner h4{font-weight:700;margin-bottom:20px}@media (max-width: 1024px){#nos-outils #sur-mesures #sur-mesures-inner h4{margin-bottom:10px}}@media (max-width: 768px){#nos-outils #sur-mesures #sur-mesures-inner h4{font-size:1.2rem}}#nos-outils #sur-mesures #sur-mesures-inner p{font-weight:300}@media (max-width: 1400px){#nos-outils #sur-mesures #sur-mesures-inner p{font-size:1.3rem}}@media (max-width: 1024px){#nos-outils #sur-mesures #sur-mesures-inner p{font-size:1.2rem}}@media (max-width: 768px){#nos-outils #sur-mesures #sur-mesures-inner p{font-size:1rem}}#nos-outils #sur-mesures #sur-mesures-inner .button-white{margin-top:60px}@media (max-width: 1024px){#nos-outils #sur-mesures #sur-mesures-inner .button-white{margin-top:30px}}@media (max-width: 768px){#nos-outils #sur-mesures #sur-mesures-inner .button-white{margin-top:10px}}@media (max-width: 480px){#nos-outils #sur-mesures #sur-mesures-inner .button-white{max-width:160px}}#nos-outils #sur-mesures #sur-mesures-inner .button-white:hover{color:#000;background-color:#fff}.bg-square-wrapper{position:relative;z-index:9991}.bg-square-wrapper:after{content:"";clear:both}#bg-square-orange{width:100%;height:2000px;background:#ea944d;background:-moz-linear-gradient(45deg, #ea944d 0%, #d1601c 100%);background:-webkit-linear-gradient(45deg, #ea944d 0%, #d1601c 100%);background:linear-gradient(45deg, #ea944d 0%, #d1601c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea944d', endColorstr='#d1601c',GradientType=1);transform:rotate(45deg);transform-origin:center;position:absolute;top:-580px;left:-35px}@media (max-width: 1600px){#bg-square-orange{height:1664px;top:-500px}}@media (max-width: 1500px){#bg-square-orange{height:1484px;top:-440px}}@media (max-width: 1400px){#bg-square-orange{height:1433px;top:-410px}}@media (max-width: 1300px){#bg-square-orange{height:1340px;top:-382px}}@media (max-width: 1024px){#bg-square-orange{height:1092px;top:-310px}}@media (max-width: 768px){#bg-square-orange{height:880px;top:-560px}}@media (max-width: 480px){#bg-square-orange{top:-666px;height:1650px;width:1670px;transform-origin:0% 21%}}@media (max-width: 375px){#bg-square-orange{top:-684px;height:1510px}}#bg-square-orange #outils-logo-wrapper{max-width:910px;position:relative}@media (max-width: 1300px){#bg-square-orange #outils-logo-wrapper{max-width:800px}}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper{max-width:640px}}@media (max-width: 768px){#bg-square-orange #outils-logo-wrapper{max-width:480px}}#bg-square-orange #outils-logo-wrapper .white-square{position:absolute;top:-80px;left:-80px;width:220px;height:220px;background-color:#fff}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .white-square{top:-40px;left:-40px;width:180px;height:180px}}#bg-square-orange #outils-logo-wrapper .black-square{position:absolute;top:105px;left:-166px;width:120px;height:120px;background-color:#211f20}@media (max-width: 768px){#bg-square-orange #outils-logo-wrapper .black-square{top:100px;left:-100px;width:100px;height:100px}}@media (max-width: 480px){#bg-square-orange #outils-logo-wrapper .black-square{display:none}}#bg-square-orange #outils-logo-wrapper .orange-square{position:absolute;top:175px;left:-236px;width:120px;height:120px;background-color:#e57d28}@media (max-width: 768px){#bg-square-orange #outils-logo-wrapper .orange-square{top:150px;left:-150px;width:100px;height:100px}}@media (max-width: 480px){#bg-square-orange #outils-logo-wrapper .orange-square{display:none}}#bg-square-orange #outils-logo-wrapper .mont-square{position:absolute;top:7px;left:7px}@media (max-width: 1300px){#bg-square-orange #outils-logo-wrapper .mont-square{width:390px;height:390px}}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .mont-square{width:310px;height:310px}}@media (max-width: 768px){#bg-square-orange #outils-logo-wrapper .mont-square{width:228px;height:228px}}#bg-square-orange #outils-logo-wrapper .mont-square img{max-width:100%}#bg-square-orange #outils-logo-wrapper .outils-mobile{transform:rotate(-45deg);transform-origin:31% 25%}#bg-square-orange #outils-logo-wrapper .square{width:228px;height:228px;padding:4px;position:relative;transition:all 0.4s ease}@media (max-width: 1300px){#bg-square-orange #outils-logo-wrapper .square{width:200px;height:200px}}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .square{width:160px;height:160px}}@media (max-width: 768px){#bg-square-orange #outils-logo-wrapper .square{width:120px;height:120px}}#bg-square-orange #outils-logo-wrapper .square img{max-width:100%}#bg-square-orange #outils-logo-wrapper .square .square-bg:hover{transition:all 0.4s}#bg-square-orange #outils-logo-wrapper .logos-outils{position:absolute;transform:rotate(-45deg);transform-origin:center;z-index:9}#bg-square-orange #outils-logo-wrapper .lo-1-3{top:27%;left:33%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-1-3{top:20%;left:30%}}#bg-square-orange #outils-logo-wrapper .lo-1-4{top:30%;left:28%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-1-4{top:20%;left:20%}}#bg-square-orange #outils-logo-wrapper .lo-2-2{top:31%;left:30%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-2-2{top:22%;left:24%}}#bg-square-orange #outils-logo-wrapper .lo-2-3{top:32%;left:18%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-2-3{top:22%;left:0%}}#bg-square-orange #outils-logo-wrapper .lo-2-4{top:27%;left:33%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-2-4{top:16%;left:23%}}#bg-square-orange #outils-logo-wrapper .lo-3-1{top:28%;left:29%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-3-1{top:15%;left:15%}}#bg-square-orange #outils-logo-wrapper .lo-3-2{top:32%;left:34%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-3-2{top:25%;left:26%}}#bg-square-orange #outils-logo-wrapper .lo-3-3{top:24%;left:27%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-3-3{top:13%;left:16%}}#bg-square-orange #outils-logo-wrapper .lo-4-1{top:31%;left:32%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-4-1{top:21%;left:22%}}#bg-square-orange #outils-logo-wrapper .lo-4-2{top:25%;left:25%}@media (max-width: 1024px){#bg-square-orange #outils-logo-wrapper .lo-4-2{top:14%;left:14%}}#bg-square-orange .rect-down-big{background-image:url('../../img/outils/rect-down-big.png');background-repeat:no-repeat;width:143px;height:144px;position:absolute;left:36%;top:35%;display:block}@media (max-width: 1600px){#bg-square-orange .rect-down-big{left:41%;top:39%}}@media (max-width: 1500px){#bg-square-orange .rect-down-big{left:49%;top:47%}}@media (max-width: 1400px){#bg-square-orange .rect-down-big{left:50%;top:47%}}@media (max-width: 1024px){#bg-square-orange .rect-down-big{background-image:url('../../img/outils/rect-down-big-60.png')}}@media (max-width: 768px){#bg-square-orange .rect-down-big{left:48%;top:42%}}@media (max-width: 480px){#bg-square-orange .rect-down-big{left:32.5%;top:33%}}@media (max-width: 375px){#bg-square-orange .rect-down-big{left:32%;top:35%}}#bg-square-orange .line{width:200px;height:1px;background-color:#000;margin:0 auto;transform:rotate(-45deg);transform-origin:right;position:absolute;bottom:57%;left:41%}@media (max-width: 1600px){#bg-square-orange .line{bottom:53%;left:46%}}@media (max-width: 1500px){#bg-square-orange .line{bottom:43%;left:56%}}@media (max-width: 1024px){#bg-square-orange .line{bottom:50%;left:49%}}@media (max-width: 768px){#bg-square-orange .line{bottom:54%;left:45%}}@media (max-width: 480px){#bg-square-orange .line{display:none}}#projet{background:#ea944d;background:-moz-linear-gradient(87deg, #ea944d -9%, #d1601c 120%);background:-webkit-linear-gradient(87deg, #ea944d -9%, #d1601c 120%);background:linear-gradient(87deg, #ea944d -9%, #d1601c 120%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea944d', endColorstr='#d1601c',GradientType=1);padding-top:500px}@media (max-width: 1500px){#projet{padding-top:640px}}@media (max-width: 1024px){#projet{padding-top:460px}}@media (max-width: 768px){#projet{padding-top:20px}}@media (max-width: 480px){#projet{padding-top:310px}}#projet-inner{background-image:url('../../img/dessin-projet.png');background-position:50% 350px;background-repeat:no-repeat;background-size:cover;position:relative}@media (max-width: 1600px){#projet-inner{background-image:url('../../img/dessin-projet-1600.png')}}@media (max-width: 1500px){#projet-inner{background-image:url('../../img/dessin-projet-1400.png')}}@media (max-width: 1400px){#projet-inner{background-image:url('../../img/dessin-projet-1400.png')}}@media (max-width: 1300px){#projet-inner{background-image:url('../../img/dessin-projet-1300.png')}}@media (max-width: 1200px){#projet-inner{background-image:url('../../img/dessin-projet-1200.png')}}@media (max-width: 1024px){#projet-inner{background-image:url('../../img/dessin-projet-1024.png');background-position:50% 300px}}@media (max-width: 768px){#projet-inner{background-image:url('../../img/dessin-projet-768.png');background-position:50% 220px}}@media (max-width: 480px){#projet-inner{background-image:url('../../img/dessin-projet-mobile.png');background-position:50% 120px}}#projet-title{margin-bottom:100px;min-height:140px;position:relative}@media (max-width: 1024px){#projet-title{min-height:100px}}@media (max-width: 768px){#projet-title{margin-bottom:20px}}#projet-title.isVisible .title-white{left:0;transition:all 0.8s ease}#projet-title.isVisible .title-black{right:0;transition:all 0.8s ease}#projet-title .title-white{width:63%;color:#fff;text-transform:uppercase;border-bottom:3px solid #fff;text-align:right;font-weight:700;font-size:2.4rem;position:absolute;left:-1900px;top:0;transition:all 0.8s ease}@media (max-width: 1600px){#projet-title .title-white{font-size:2.2rem}}@media (max-width: 768px){#projet-title .title-white{font-size:1.8rem}}@media (max-width: 480px){#projet-title .title-white{font-size:1.4rem;width:90%}}#projet-title .title-black{font-weight:700;color:#000;float:right;width:72%;border-bottom:6px solid #000;font-size:4rem;position:absolute;right:-1900px;top:50px;transition:all 0.8s ease}@media (max-width: 1600px){#projet-title .title-black{font-size:3.6rem}}@media (max-width: 1400px){#projet-title .title-black{font-size:3.2rem}}@media (max-width: 1024px){#projet-title .title-black{font-size:2.8rem}}@media (max-width: 768px){#projet-title .title-black{font-size:2rem}}@media (max-width: 480px){#projet-title .title-black{font-size:1.6rem;width:90%}}#projet-steps{position:relative;margin-bottom:980px}@media (max-width: 1600px){#projet-steps{margin-bottom:780px}}@media (max-width: 1300px){#projet-steps{margin-bottom:720px}}@media (max-width: 1024px){#projet-steps{margin-bottom:600px}}@media (max-width: 1024px){#projet-steps{margin-bottom:400px}}@media (max-width: 480px){#projet-steps{margin-bottom:0;height:660px}}#projet-steps span{position:absolute;top:30px;font-weight:700;color:#000}@media (max-width: 1300px){#projet-steps span{font-size:1.2rem}}@media (max-width: 768px){#projet-steps span{font-size:1rem}}@media (max-width: 480px){#projet-steps span{font-size:1.2rem;line-height:1;display:block;height:40px}}#projet-steps .sp1{left:11%}@media (max-width: 1500px){#projet-steps .sp1{left:10.5%}}@media (max-width: 480px){#projet-steps .sp1{right:0;top:405px;display:block;width:100%;line-height:1.2;padding-left:222px;position:relative;background-image:url('../../img/rect-right-white.png');background-repeat:no-repeat;background-position:49% 22%}#projet-steps .sp1:before{content:'';position:absolute;left:15%;top:53%;background-color:#000;width:8px;height:8px;border-radius:50%}#projet-steps .sp1:after{content:'';display:block;width:160%;height:2px;background-color:#000;margin-left:-152px;margin-top:-22px}}#projet-steps .sp2{left:23.5%}@media (max-width: 1500px){#projet-steps .sp2{left:23%}}@media (max-width: 480px){#projet-steps .sp2{right:0;top:275px;display:block;width:100%;line-height:1.2;padding-left:170px;position:relative;background-image:url('../../img/rect-right-white.png');background-repeat:no-repeat;background-position:36% 22%}#projet-steps .sp2:before{content:'';position:absolute;left:15%;top:53%;background-color:#000;width:8px;height:8px;border-radius:50%}#projet-steps .sp2:after{content:'';display:block;width:120%;height:2px;background-color:#000;margin-left:-102px;margin-top:-22px}}#projet-steps .sp3{left:44.5%}@media (max-width: 1500px){#projet-steps .sp3{left:44%}}@media (max-width: 480px){#projet-steps .sp3{left:0;top:160px;display:block;width:100%;line-height:1.2;padding-left:30px;position:relative;background-image:url('../../img/rect-right-white.png');background-repeat:no-repeat;background-position:2% 22%}#projet-steps .sp3:before{content:'';position:absolute;left:52%;top:53%;background-color:#000;width:8px;height:8px;border-radius:50%}#projet-steps .sp3:after{content:'';display:block;width:60%;height:2px;background-color:#000;margin-left:-40px;margin-top:-22px}}#projet-steps .sp4{left:63.5%}@media (max-width: 1500px){#projet-steps .sp4{left:63%}}@media (max-width: 480px){#projet-steps .sp4{left:0;top:46px;display:block;width:81%;line-height:1.2;padding-left:30px;position:relative;background-image:url('../../img/rect-right-white.png');background-repeat:no-repeat;background-position:2% 22%}#projet-steps .sp4:before{content:'';position:absolute;left:78%;top:56%;background-color:#000;width:8px;height:8px;border-radius:50%}#projet-steps .sp4:after{content:'';display:block;width:90%;height:2px;background-color:#000;margin-left:-40px;margin-top:-22px}}#projet-steps .sp5{left:85%;top:60px}@media (max-width: 1500px){#projet-steps .sp5{left:84%}}@media (max-width: 480px){#projet-steps .sp5{left:0;top:-68px;display:block;width:96%;line-height:1.2;padding-left:30px;position:relative;background-image:url('../../img/rect-right-white.png');background-repeat:no-repeat;background-position:2% 20%}#projet-steps .sp5:before{content:'';position:absolute;left:88%;top:51%;background-color:#000;width:8px;height:8px;border-radius:50%}#projet-steps .sp5:after{content:'';display:block;width:100%;height:2px;background-color:#000;margin-left:-40px}}#projet-body h4{color:#fff;text-transform:uppercase;font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:30px}@media (max-width: 1300px){#projet-body h4{font-size:1.6rem}}@media (max-width: 1024px){#projet-body h4{font-size:1.4rem}}@media (max-width: 768px){#projet-body h4{font-size:1.2rem}}#projet-body p{color:#fff;font-weight:300}@media (max-width: 1024px){#projet-body p{font-size:1.2rem}}@media (max-width: 768px){#projet-body p{font-size:1rem}}#projet-body li{color:#fff;font-weight:300}@media (max-width: 1024px){#projet-body li{font-size:1.2rem}}@media (max-width: 768px){#projet-body li{font-size:1rem}}#projet-body .white-line{width:200px;margin:100px auto 0;display:block;height:1px;background-color:#fff}@media (max-width: 1024px){#projet-body .white-line{margin:80px auto 0}}@media (max-width: 480px){#projet-body .white-line{margin:40px auto 0}}#projet-body .arrow-down-white{text-align:center;padding:60px;display:block}@media (max-width: 480px){#projet-body .arrow-down-white{padding:30px}}#section-agence{width:100%;height:2393px;position:relative;z-index:9992;background:#bb743c;background:-moz-linear-gradient(94deg, #bb743c -4%, #a54b12 134%);background:-webkit-linear-gradient(94deg, #bb743c -4%, #a54b12 134%);background:linear-gradient(94deg, #bb743c -4%, #a54b12 134%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb743c', endColorstr='#ad561f',GradientType=1)}@media (max-width: 1024px){#section-agence{height:2120px}}@media (max-width: 768px){#section-agence{height:1750px}}@media (max-width: 480px){#section-agence{height:1300px}}#section-agence-inner{height:100%;width:2720px;background-image:url('../../img/agence-bg.png');background-repeat:no-repeat;background-size:cover;transform:rotate(33deg);transform-origin:top;background-position:0;position:absolute;left:-250px;top:260px}@media (max-width: 1600px){#section-agence-inner{background-image:url('../../img/agence-bg-1600.png');width:2360px}}@media (max-width: 1500px){#section-agence-inner{background-image:url('../../img/agence-bg-1500.png');width:2250px}}@media (max-width: 1400px){#section-agence-inner{background-image:url('../../img/agence-bg-1400.png')}}@media (max-width: 1300px){#section-agence-inner{background-image:url('../../img/agence-bg-1300.png');width:2130px}}@media (max-width: 1200px){#section-agence-inner{background-image:url('../../img/agence-bg-1200.png')}}@media (max-width: 1024px){#section-agence-inner{background-image:url('../../img/agence-bg-1024.png');width:2030px}}@media (max-width: 768px){#section-agence-inner{background-image:url('../../img/agence-bg-768.png');top:160px;width:1760px}}@media (max-width: 480px){#section-agence-inner{background-image:url('../../img/bg-agence-mobile.png');top:-130px;left:0;max-width:480px;width:100%;transform:rotate(0deg)}}#agence{transform:rotate(-33deg);transform-origin:center;text-align:center;color:#fff;margin-top:30px;height:1400px}@media (max-width: 1600px){#agence{height:1280px}}@media (max-width: 480px){#agence{transform:rotate(0deg);margin-top:200px}}#agence #agence-inner{margin-top:410px;margin-left:850px}@media (max-width: 1500px){#agence #agence-inner{margin-top:330px;margin-left:700px}}@media (max-width: 1024px){#agence #agence-inner{margin-top:300px;margin-left:480px}}@media (max-width: 768px){#agence #agence-inner{margin-top:200px;margin-left:410px}}@media (max-width: 480px){#agence #agence-inner{margin-top:0;margin-left:0}}#agence h2{font-size:4.6rem;text-transform:uppercase;font-weight:700;margin-bottom:80px}@media (max-width: 1600px){#agence h2{font-size:4.2rem;margin-bottom:60px}}@media (max-width: 1400px){#agence h2{font-size:4rem}}@media (max-width: 1024px){#agence h2{font-size:3.6rem}}@media (max-width: 768px){#agence h2{font-size:3rem;margin-bottom:30px}}@media (max-width: 480px){#agence h2{font-size:2rem;margin-bottom:10px}}#agence span{font-weight:700}#agence p{font-weight:300;margin-bottom:0}@media (max-width: 480px){#agence p{display:none}}#agence .bloc-left{margin-top:100px;text-align:center}@media (max-width: 1024px){#agence .bloc-left{margin-top:80px}}@media (max-width: 768px){#agence .bloc-left{margin-top:40px}}@media (max-width: 480px){#agence .bloc-left{margin-top:20px}}#agence .bloc-left h3{text-transform:uppercase;font-size:3rem;font-weight:700;border-right:2px solid #fff;padding:5px 0}@media (max-width: 1600px){#agence .bloc-left h3{font-size:2.6rem}}@media (max-width: 1400px){#agence .bloc-left h3{font-size:2.4rem}}@media (max-width: 1300px){#agence .bloc-left h3{font-size:2.2rem}}@media (max-width: 768px){#agence .bloc-left h3{font-size:2rem}}@media (max-width: 480px){#agence .bloc-left h3{font-size:1rem}}#agence .bloc-right{margin-top:100px;text-align:center}@media (max-width: 1024px){#agence .bloc-right{margin-top:80px}}@media (max-width: 768px){#agence .bloc-right{margin-top:40px}}@media (max-width: 480px){#agence .bloc-right{margin-top:20px}}#agence .bloc-right h3{text-transform:uppercase;font-size:3rem;font-weight:700;padding:5px 0}@media (max-width: 1600px){#agence .bloc-right h3{font-size:2.6rem}}@media (max-width: 1400px){#agence .bloc-right h3{font-size:2.4rem}}@media (max-width: 1300px){#agence .bloc-right h3{font-size:2.2rem}}@media (max-width: 768px){#agence .bloc-right h3{font-size:2rem}}@media (max-width: 480px){#agence .bloc-right h3{font-size:1rem}}#agence .check-wrapper{cursor:pointer}#agence .checkbox-like{width:40px;height:40px;border:2px solid #fff;border-radius:10px;margin:30px auto;cursor:pointer}@media (max-width: 480px){#agence .checkbox-like{margin:0 auto 10px}}#agence .checkbox-like .checkbox-like-inner{width:20px;height:20px;border-radius:6px;margin:8px;transition:all 0.4s}#agence .checkbox-like .checkbox-like-inner.checked{background-color:#fff;transition:all 0.4s}#agence .wrapper{padding:0 15px;max-width:1600px;margin:0 auto;position:relative}@media (max-width: 1500px){#agence .wrapper{max-width:1360px}}@media (max-width: 1300px){#agence .wrapper{max-width:1324px}}@media (max-width: 1024px){#agence .wrapper{max-width:1040px}}@media (max-width: 768px){#agence .wrapper{max-width:770px}}@media (max-width: 480px){#agence .wrapper{max-width:480px}}#agence .wrapper #valeur,#agence .wrapper #savoir{position:absolute;top:0;left:0;right:0;width:1600px;transition:all 0.4s ease-out;transform-origin:0 100%}@media (max-width: 1600px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:1380px}}@media (max-width: 1500px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:1330px}}@media (max-width: 1400px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:1200px}}@media (max-width: 1300px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:1170px}}@media (max-width: 1024px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:960px}}@media (max-width: 768px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:760px}}@media (max-width: 480px){#agence .wrapper #valeur,#agence .wrapper #savoir{width:100%}}#agence .wrapper #valeur.hidden,#agence .wrapper #savoir.hidden{transform:rotateX(180deg);transition:all 0.4s ease-out;z-index:-1}@media (max-width: 768px){#agence .wrapper #valeur.hidden,#agence .wrapper #savoir.hidden{transform:rotateX(0deg)}}@media (max-width: 480px){#agence .wrapper #valeur.hidden,#agence .wrapper #savoir.hidden{display:none}}#agence .square-black{cursor:pointer;width:270px;height:270px;transform:rotate(45deg);transform-origin:bottom left;background-color:#212121;text-align:left;margin:0 auto;position:relative;transition:all 0.4s}@media (max-width: 1600px){#agence .square-black{width:250px;height:250px}}@media (max-width: 1500px){#agence .square-black{width:230px;height:230px}}@media (max-width: 1024px){#agence .square-black{width:180px;height:180px}}@media (max-width: 768px){#agence .square-black{width:160px;height:160px;transform:rotate(0deg)}}@media (max-width: 480px){#agence .square-black{width:140px;height:140px;margin-top:20px}}#agence .square-black.big{width:350px;height:350px;margin-top:-80px;transition:all 0.4s}@media (max-width: 1600px){#agence .square-black.big{width:330px;height:330px}}@media (max-width: 1500px){#agence .square-black.big{width:300px;height:300px;margin-top:-70px}}@media (max-width: 1024px){#agence .square-black.big{width:220px;height:220px;margin-top:-40px}}@media (max-width: 768px){#agence .square-black.big{width:200px;height:200px;margin-top:0}}@media (max-width: 480px){#agence .square-black.big{width:180px;height:180px;margin-top:20px}}#agence .square-black.big h4{border-bottom:5px solid #fff;padding-bottom:10px;margin-bottom:10px;transition:all 0.2s}@media (max-width: 1500px){#agence .square-black.big h4{font-size:1.3rem}}@media (max-width: 1400px){#agence .square-black.big h4{font-size:1.2rem}}@media (max-width: 1024px){#agence .square-black.big h4{font-size:1rem;border-bottom:3px solid #fff;padding-bottom:5px;margin-bottom:5px}}@media (max-width: 768px){#agence .square-black.big h4{font-size:0.8rem}}@media (max-width: 480px){#agence .square-black.big h4{font-size:0.7rem}}#agence .square-black.big p{display:block;font-size:1.2rem;line-height:1.2;transition:all 0.2s;opacity:1;height:auto;transition-delay:0.5s}@media (max-width: 1600px){#agence .square-black.big p{font-size:1.1rem}}@media (max-width: 1400px){#agence .square-black.big p{font-size:1rem}}@media (max-width: 1024px){#agence .square-black.big p{font-size:0.8rem}}#agence .square-black.big .arrow-big{display:block;position:absolute;bottom:-20px;left:-20px;transition:all 0.2s}@media (max-width: 1024px){#agence .square-black.big .arrow-big{bottom:-30px;left:-30px}}@media (max-width: 768px){#agence .square-black.big .arrow-big{display:none}}#agence .square-black.big .arrow-big img{vertical-align:top}#agence .square-black.big .arrow-small{position:absolute;top:-2px;right:-1px;bottom:inherit;left:inherit;transition:all 0.2s}#agence .square-black.big .arrow-small img{vertical-align:top}#agence .square-black p{opacity:0;font-size:1.2rem;line-height:1.2;height:0;transition:all 0.2s}@media (max-width: 1600px){#agence .square-black p{font-size:1.1rem}}@media (max-width: 1400px){#agence .square-black p{font-size:1rem}}@media (max-width: 768px){#agence .square-black p{font-size:0.8rem}}#agence .square-black h4{cursor:pointer;display:inline-block;transition:all 0.2s}@media (max-width: 1500px){#agence .square-black h4{font-size:1.3rem}}@media (max-width: 1400px){#agence .square-black h4{font-size:1.2rem}}@media (max-width: 1024px){#agence .square-black h4{font-size:1rem}}@media (max-width: 768px){#agence .square-black h4{font-size:0.8rem}}@media (max-width: 480px){#agence .square-black h4{font-size:0.7rem}}#agence .square-black h4:hover{color:#e9893d}#agence .square-black .arrow-big{display:none}#agence .square-black .arrow-small{position:absolute;bottom:15px;left:15px;transition:all 0.2s}@media (max-width: 768px){#agence .square-black .arrow-small{bottom:0;left:0}}#agence .square-black .arrow-small img{vertical-align:top}#agence .square-black .square-black-inner{transform:rotate(-45deg);transform-origin:center;padding:100px 10px}@media (max-width: 1500px){#agence .square-black .square-black-inner{padding:70px 0}}@media (max-width: 1024px){#agence .square-black .square-black-inner{padding:60px 0 0;max-width:180px}}@media (max-width: 768px){#agence .square-black .square-black-inner{padding:24px 10px 0;transform:rotate(0deg)}}@media (max-width: 480px){#agence .square-black .square-black-inner{padding:10px}}#agence .square-black .square-black-inner h4{text-transform:uppercase;font-weight:700}#agence .agence-btn{position:absolute;bottom:200px;display:inline-block;margin:0 auto;left:63%}#agence .arrow-down-white{position:absolute;bottom:0;display:inline-block;margin:0 auto}@media (max-width: 1600px){#agence .arrow-down-white{bottom:160px;right:30.7%}}@media (max-width: 1400px){#agence .arrow-down-white{right:33.4%}}@media (max-width: 1024px){#agence .arrow-down-white{bottom:250px;right:36%}}@media (max-width: 768px){#agence .arrow-down-white{bottom:480px}}#section-references-bg{transform:rotate(-24deg);height:2000px;width:3000px;margin-top:-457px;margin-left:-315px;z-index:9992;position:relative;background-image:url('../../img/references-bg.jpg');background-repeat:no-repeat;background-size:cover;position:absolute}@media (max-width: 1600px){#section-references-bg{margin-top:-700px}}@media (max-width: 1400px){#section-references-bg{margin-top:-800px}}#section-references{z-index:9993;position:relative;margin:-100px 0 100px}@media (max-width: 1600px){#section-references{margin:-390px 0 100px}}@media (max-width: 480px){#section-references{margin:-390px 0 0}}#section-references-inner h3{text-align:center;text-transform:uppercase;font-size:3.2rem;font-weight:900;margin-bottom:30px}@media (max-width: 1500px){#section-references-inner h3{font-size:3rem}}@media (max-width: 1024px){#section-references-inner h3{font-size:2.8rem;margin-bottom:0}}@media (max-width: 480px){#section-references-inner h3{font-size:1.8rem}}#section-references-inner .royalSlider{width:100%;height:700px}@media (max-width: 1024px){#section-references-inner .royalSlider{height:500px}}@media (max-width: 768px){#section-references-inner .royalSlider{height:440px}}@media (max-width: 480px){#section-references-inner .royalSlider{height:300px}}#section-references-inner .royalSlider h4{color:#fff;text-transform:uppercase;text-shadow:-2px 4px 20px rgba(58, 58, 58, 0.6);font-size:5rem;font-weight:900;border-top:3px solid #fff;position:absolute;top:100px;width:65%;left:10%}@media (max-width: 1600px){#section-references-inner .royalSlider h4{font-size:4.2rem}}@media (max-width: 1500px){#section-references-inner .royalSlider h4{font-size:4rem;left:5%}}@media (max-width: 1300px){#section-references-inner .royalSlider h4{font-size:3.6rem;left:2%}}@media (max-width: 1024px){#section-references-inner .royalSlider h4{top:60px;left:8%}}@media (max-width: 768px){#section-references-inner .royalSlider h4{font-size:3rem;left:4%}}@media (max-width: 480px){#section-references-inner .royalSlider h4{top:74px;font-size:1.4rem;border-top:2px solid #fff}}#section-references-inner .royalSlider .rsABlock{max-width:480px;background-color:rgba(0, 0, 0, 0.7);color:#fff;bottom:14%;left:24%;top:inherit;padding:40px 40px 15px;font-weight:300;line-height:1.2}@media (max-width: 1600px){#section-references-inner .royalSlider .rsABlock{padding:30px 30px 15px;left:20%}}@media (max-width: 1400px){#section-references-inner .royalSlider .rsABlock{left:15%}}@media (max-width: 1300px){#section-references-inner .royalSlider .rsABlock{padding:20px 20px 10px;left:10%}}@media (max-width: 1024px){#section-references-inner .royalSlider .rsABlock{max-width:420px;bottom:10%;left:16%;padding:10px 10px 10px}}@media (max-width: 768px){#section-references-inner .royalSlider .rsABlock{max-width:360px}}@media (max-width: 480px){#section-references-inner .royalSlider .rsABlock{background-color:transparent;left:0;max-width:100%;width:100%;bottom:16%}}@media (max-width: 1300px){#section-references-inner .royalSlider .rsABlock p{font-size:1.2rem}}@media (max-width: 768px){#section-references-inner .royalSlider .rsABlock p{font-size:1.2rem}}@media (max-width: 480px){#section-references-inner .royalSlider .rsABlock p{display:none}}#section-references-inner .royalSlider .slide-num{font-size:8rem;color:#fff;font-weight:700;position:absolute;bottom:5%;right:22%;font-family:Montserrat, lato, "Helvetica Neue", Arial, sans-serif}@media (max-width: 1600px){#section-references-inner .royalSlider .slide-num{font-size:7rem;right:20%}}@media (max-width: 1500px){#section-references-inner .royalSlider .slide-num{font-size:6rem;right:12%}}@media (max-width: 1400px){#section-references-inner .royalSlider .slide-num{right:10%}}@media (max-width: 1300px){#section-references-inner .royalSlider .slide-num{right:7%}}@media (max-width: 1024px){#section-references-inner .royalSlider .slide-num{bottom:5%;right:11%;font-size:5rem}}@media (max-width: 768px){#section-references-inner .royalSlider .slide-num{font-size:4rem}}@media (max-width: 480px){#section-references-inner .royalSlider .slide-num{font-size:2.4rem;bottom:17%;right:7%}}#section-references-inner .royalSlider .btn-slider{color:#fff;border:3px solid #fff;padding:8px 40px;text-transform:uppercase;font-weight:700;display:block;width:280px;border-radius:10px;margin:0 auto;text-align:center;transition:all 0.4s ease}@media (max-width: 1024px){#section-references-inner .royalSlider .btn-slider{font-size:1.2rem;width:200px;padding:6px 30px}}@media (max-width: 768px){#section-references-inner .royalSlider .btn-slider{font-size:1rem;width:160px;padding:6px 15px}}@media (max-width: 480px){#section-references-inner .royalSlider .btn-slider{font-size:0.8rem;width:140px;padding:4px 10px;border:2px solid #fff;background-color:#fff;color:#000;border-radius:5px;font-weight:900}}#section-references-inner .royalSlider .btn-slider:hover{color:#000;background-color:#fff;transition:all 0.4s ease}@media (max-width: 480px){#section-references-inner .royalSlider .btn-slider:hover{background-color:#000;color:#fff;border-color:#000}}#section-references-inner .royalSlider .rsArrow{position:absolute;top:0;bottom:0;height:100%;width:44px;display:block;cursor:pointer;z-index:21}#section-references-inner .royalSlider .rsArrowIcn{height:100%}#section-references-inner .royalSlider .rsArrowLeft{left:16%}@media (max-width: 1500px){#section-references-inner .royalSlider .rsArrowLeft{left:12%}}@media (max-width: 1400px){#section-references-inner .royalSlider .rsArrowLeft{left:10%}}@media (max-width: 1300px){#section-references-inner .royalSlider .rsArrowLeft{left:8%}}@media (max-width: 1024px){#section-references-inner .royalSlider .rsArrowLeft{left:12%}}@media (max-width: 480px){#section-references-inner .royalSlider .rsArrowLeft{left:6%}}#section-references-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{content:'\f104';font-family:Font Awesome\ 5 Pro;width:60px;height:80px;display:block;font-size:8rem;color:#fff;position:absolute;top:40%;text-shadow:-1px 2px 6px rgba(58, 58, 58, 0.6)}@media (max-width: 1600px){#section-references-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:7em}}@media (max-width: 1500px){#section-references-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:6.5rem}}@media (max-width: 1400px){#section-references-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:6rem}}@media (max-width: 768px){#section-references-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:5rem}}@media (max-width: 480px){#section-references-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:3rem}}#section-references-inner .royalSlider .rsArrowRight{right:16%}@media (max-width: 1500px){#section-references-inner .royalSlider .rsArrowRight{right:12%}}@media (max-width: 1400px){#section-references-inner .royalSlider .rsArrowRight{right:10%}}@media (max-width: 1300px){#section-references-inner .royalSlider .rsArrowRight{right:8%}}@media (max-width: 1024px){#section-references-inner .royalSlider .rsArrowRight{right:12%}}@media (max-width: 480px){#section-references-inner .royalSlider .rsArrowRight{right:0%}}#section-references-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-family:Font Awesome\ 5 Pro;content:'\f105';width:60px;height:80px;display:block;font-size:8rem;color:#fff;position:absolute;top:40%;text-shadow:-1px 2px 6px rgba(58, 58, 58, 0.6)}@media (max-width: 1600px){#section-references-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:7em}}@media (max-width: 1500px){#section-references-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:6.5rem}}@media (max-width: 1400px){#section-references-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:6rem}}@media (max-width: 768px){#section-references-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:5rem}}@media (max-width: 480px){#section-references-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:3rem}}#section-references-inner .royalSlider .rsThumbsContainer{width:100% !important;text-align:center}@media (max-width: 480px){#section-references-inner .royalSlider .rsThumbsContainer{display:none}}#section-references-inner .royalSlider .rsThumbs{width:100%}#section-references-inner .royalSlider .rsThumb{position:relative;width:240px;font-size:1.1rem;min-height:40px;background-image:url('../../img/point.png');background-repeat:no-repeat;background-position:100% 90%;transition:0.4s all}@media (max-width: 1500px){#section-references-inner .royalSlider .rsThumb{font-size:1rem;width:230px}}@media (max-width: 1300px){#section-references-inner .royalSlider .rsThumb{width:200px}}@media (max-width: 1024px){#section-references-inner .royalSlider .rsThumb{width:160px}}@media (max-width: 768px){#section-references-inner .royalSlider .rsThumb{font-size:0.8rem;width:140px}}#section-references-inner .royalSlider .rsThumb.rsNavSelected{font-size:2rem;font-weight:700;width:300px;transition:0.4s all}@media (max-width: 1500px){#section-references-inner .royalSlider .rsThumb.rsNavSelected{font-size:1.6rem;width:280px}}@media (max-width: 1300px){#section-references-inner .royalSlider .rsThumb.rsNavSelected{font-size:1.4rem;width:220px}}@media (max-width: 1024px){#section-references-inner .royalSlider .rsThumb.rsNavSelected{font-size:1.2rem;width:200px}}@media (max-width: 768px){#section-references-inner .royalSlider .rsThumb.rsNavSelected{font-size:1rem;width:180px}}#section-references-inner .royalSlider .rsThumb:last-child{background-image:none}#section-references-inner .royalSlider .rsTmb{text-transform:uppercase;position:absolute;bottom:0;left:0;right:0;text-align:center}#section-contact{background-image:url('../../img/contact-bg.png');background-repeat:no-repeat;background-size:cover;z-index:9993;position:relative;padding:110px 0 20px}@media (max-width: 1600px){#section-contact{padding:100px 0 20px;background-image:url('../../img/contact-bg-1600.png')}}@media (max-width: 1400px){#section-contact{background-image:url('../../img/contact-bg-1400.png')}}@media (max-width: 1024px){#section-contact{padding:60px 0 20px;background-image:url('../../img/contact-bg-1024.png')}}@media (max-width: 768px){#section-contact{padding:30px 0 20px;background-image:url('../../img/contact-bg-768.png')}}@media (max-width: 480px){#section-contact{background-image:url('../../img/bg-contact-mobile.jpg')}}#section-contact-inner{text-align:center}#section-contact-inner h2{color:#fff;font-size:4.6rem;text-transform:uppercase;font-weight:900;margin-bottom:50px}@media (max-width: 1600px){#section-contact-inner h2{font-size:4.2rem}}@media (max-width: 1500px){#section-contact-inner h2{font-size:4rem}}@media (max-width: 1400px){#section-contact-inner h2{font-size:3.8rem}}@media (max-width: 1300px){#section-contact-inner h2{font-size:3.6rem}}@media (max-width: 1024px){#section-contact-inner h2{font-size:3rem}}@media (max-width: 768px){#section-contact-inner h2{font-size:2.8rem;margin-bottom:20px}}@media (max-width: 480px){#section-contact-inner h2{font-size:2rem;margin-bottom:10px}}#section-contact-inner p{color:#999;font-weight:300}@media (max-width: 1024px){#section-contact-inner p{font-size:1.2rem}}#section-contact-inner span{margin-top:30px;font-weight:700;font-style:italic;color:#fff;display:inline-block;padding-bottom:10px;border-bottom:1px solid #fff}#section-contact-inner .btn-contact-white{display:inline-block;margin-top:10px;padding:20px 60px;border:2px solid #fff;text-transform:uppercase;color:#fff;border-radius:8px;font-weight:500;transition:all 0.4s;font-size:1.8rem}@media (max-width: 1500px){#section-contact-inner .btn-contact-white{padding:15px 45px}}@media (max-width: 1400px){#section-contact-inner .btn-contact-white{font-size:1.6rem}}@media (max-width: 1024px){#section-contact-inner .btn-contact-white{padding:10px 30px;font-size:1.2rem}}#section-contact-inner .btn-contact-white:hover{transition:all 0.4s;color:#000;background-color:#fff}#side-nav{position:fixed;right:-290px;top:35%;z-index:9999;padding-left:0;min-width:520px}@media (max-width: 1024px){#side-nav{min-width:440px}#side-nav ul{padding-left:0}}#side-nav li{list-style-type:none;padding-left:170px;transition:all 0.4s ease}@media (max-width: 1024px){#side-nav li{padding-left:130px}}#side-nav li:hover{padding-left:0;transition:all 0.4s ease}#side-nav li a{cursor:pointer;transition:all 0.4s ease;display:block;overflow:hidden;color:#fff;text-shadow:0 0 4px #000}@media (max-width: 1500px){#side-nav li a{font-size:1.3rem}}@media (max-width: 1024px){#side-nav li a{font-size:1rem}}#side-nav li a:hover:before{background-color:#e9893d;transition:all 0.4s ease}#side-nav li a:before{content:'';margin-left:2px;width:12px;height:12px;margin-right:15px;display:inline-block;background-color:#fff;box-shadow:0 0 4px rgba(58, 58, 58, 0.6);border-radius:6px;transition:all 0.4s ease}@media (max-width: 1024px){#side-nav li a:before{margin-right:10px}}#side-nav li a.active:before{background-color:#e9893d}.tablet #nos-services .scroll{left:48.5%;top:14%}@media (max-width: 768px){.tablet #nos-services .scroll{left:48%}}.tablet #nos-services .nuage3{left:28%}.tablet #nos-outils #sur-mesures{width:768px;height:908px}@media (max-width: 768px){.tablet #nos-outils #sur-mesures{width:595px;height:780px}}.tablet #bg-square-orange #outils-logo-wrapper .lo-1-3{top:36%;left:39%}.tablet #bg-square-orange #outils-logo-wrapper .lo-1-4{top:34%;left:34%}.tablet #bg-square-orange #outils-logo-wrapper .lo-2-2{top:36%;left:36%}.tablet #bg-square-orange #outils-logo-wrapper .lo-2-3{top:40%;left:35%}.tablet #bg-square-orange #outils-logo-wrapper .lo-2-4{top:34%;left:36%}.tablet #bg-square-orange #outils-logo-wrapper .lo-3-1{top:34%;left:33%}.tablet #bg-square-orange #outils-logo-wrapper .lo-3-2{top:36%;left:38%}.tablet #bg-square-orange #outils-logo-wrapper .lo-3-3{top:30%;left:32%}.tablet #bg-square-orange #outils-logo-wrapper .lo-4-1{top:35%;left:35%}.tablet #bg-square-orange #outils-logo-wrapper .lo-4-2{top:35%;left:35%}#developpement p a{color:#e9893d}#developpement p a:hover{color:#ac5714}#developpement-header{background-image:url('../../img/developpement/developpement-bg.jpg')}#developpement-top:after{content:'';width:300px;height:1px;background-color:#000;display:block;margin:80px auto}#developpement-top-inner{position:relative;margin-top:80px}@media (max-width: 480px){#developpement-top-inner{margin-top:30px}}#developpement-top-inner h2{position:absolute;font-size:4rem;text-transform:uppercase;font-weight:900;color:#fff;width:65%;top:190px;right:-100%;z-index:99;border-bottom:6px solid #fff;box-shadow:7px 10px 12px rgba(58, 58, 58, 0.6);transition:all 0.8s ease}@media (max-width: 1500px){#developpement-top-inner h2{width:70%}}@media (max-width: 1400px){#developpement-top-inner h2{width:75%}}@media (max-width: 1024px){#developpement-top-inner h2{font-size:3.2rem;top:140px}}@media (max-width: 768px){#developpement-top-inner h2{font-size:2rem;top:80px}}@media (max-width: 480px){#developpement-top-inner h2{width:95%;font-size:1.6rem;top:60px}}#developpement-top-inner .rect{position:absolute;bottom:10px;left:30px}#developpement-top-inner #sur-mesure{position:absolute;top:20%;right:-100%;transition:all 0.8s ease}#developpement-top-inner #sur-mesure #sur-mesure-inner{background-color:#212121;color:#fff;max-width:800px;padding:180px 60px 60px}@media (max-width: 1300px){#developpement-top-inner #sur-mesure #sur-mesure-inner{max-width:700px}}@media (max-width: 1024px){#developpement-top-inner #sur-mesure #sur-mesure-inner{padding:150px 40px 40px}}@media (max-width: 768px){#developpement-top-inner #sur-mesure #sur-mesure-inner{padding:100px 20px 10px;max-width:560px}}@media (max-width: 480px){#developpement-top-inner #sur-mesure #sur-mesure-inner{padding:70px 20px 10px}}#developpement-top-inner #sur-mesure #sur-mesure-inner p{font-weight:300}@media (max-width: 768px){#developpement-top-inner #sur-mesure #sur-mesure-inner p{font-size:1.2rem}}@media (max-width: 480px){#developpement-top-inner #sur-mesure #sur-mesure-inner p{font-size:1rem}}#developpement-top-inner.isVisible h2{right:0;transition:all 1.8s ease}#developpement-top-inner.isVisible #sur-mesure{right:8%;transition:all 0.8s ease}@media (max-width: 1300px){#developpement-top-inner.isVisible #sur-mesure{right:4%}}.img-wrapper{min-height:150px;text-align:center}@media (max-width: 480px){.img-wrapper{min-height:100px}}.img-wrapper img{margin:0 auto}.bloc{padding-right:40px}@media (max-width: 1024px){.bloc{padding-right:20px}}@media (max-width: 768px){.bloc{padding-right:0}}.text-wrapper h4{text-transform:uppercase;font-weight:700;margin-bottom:30px}@media (max-width: 1024px){.text-wrapper h4{font-size:1.2rem}}@media (max-width: 768px){.text-wrapper h4{font-size:1rem;margin-bottom:20px}}@media (max-width: 768px){.text-wrapper p{font-size:1rem}}#dev-application{margin:60px 0;background:#ea852b;background:-moz-linear-gradient(left, #ea852b 0%, #d2611b 100%);background:-webkit-linear-gradient(left, #ea852b 0%, #d2611b 100%);background:linear-gradient(to right, #ea852b 0%, #d2611b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea852b', endColorstr='#d2611b',GradientType=1);color:#fff;padding:80px 0}@media (max-width: 1400px){#dev-application{padding:60px 0}}@media (max-width: 1024px){#dev-application{padding:40px 0}}@media (max-width: 768px){#dev-application{padding:30px 0}}@media (max-width: 480px){#dev-application{margin:30px 0}}#dev-application h3{font-size:4rem;font-weight:700;text-transform:uppercase;text-align:center;width:100%}@media (max-width: 1400px){#dev-application h3{font-size:3.6rem}}@media (max-width: 1024px){#dev-application h3{font-size:3.2rem}}@media (max-width: 768px){#dev-application h3{font-size:2.6rem}}@media (max-width: 480px){#dev-application h3{font-size:2rem}}#dev-application h3:after{content:'';width:300px;height:2px;background-color:#fff;display:block;margin:20px auto 10px}#dev-application span{text-transform:uppercase;font-weight:300;display:block;margin:0 auto;font-size:2.4rem}@media (max-width: 768px){#dev-application span{font-size:2rem}}#developpement-qualites{position:relative;background-image:url('../../img/developpement/montagne-bg.png');background-repeat:no-repeat;background-position:50% 0;padding-bottom:1094px}@media (max-width: 1600px){#developpement-qualites{padding-bottom:1090px}}#developpement-qualites .floatting-text{left:43.5%}@media (max-width: 1300px){#developpement-qualites .floatting-text{left:48.5%}}#developpement-qualites-1 h2,#developpement-qualites-2 h2,#developpement-qualites-3 h2{color:#ff8a00;border-top:6px solid #ff8a00;text-shadow:2px 3px 25px #000}#developpement-qualites-1 .rect{left:35px}#developpement-qualites-2 .rect{right:140px}@media (max-width: 1600px){#developpement-qualites-2 .rect{right:30px}}#developpement-qualites-3 .rect{left:25px}#expertise{background-image:url('../../img/developpement/mont-white-bg.png');background-repeat:no-repeat;background-position:-17px 0;margin-top:-1570px;padding-top:900px;padding-bottom:100px}@media (max-width: 1600px){#expertise{background-position:50% 0}}@media (max-width: 1500px){#expertise{padding-top:825px}}@media (max-width: 768px){#expertise{padding-top:750px}}@media (max-width: 480px){#expertise{padding-top:640px}}#expertise-inner h2{font-size:4rem;text-transform:uppercase;font-weight:900;color:#000;margin-bottom:60px}@media (max-width: 1600px){#expertise-inner h2{font-size:3.6rem;margin-bottom:30px}}@media (max-width: 1500px){#expertise-inner h2{font-size:3.2rem}}@media (max-width: 768px){#expertise-inner h2{font-size:2.6rem}}@media (max-width: 480px){#expertise-inner h2{font-size:2rem}}#expertise-inner .objects{text-align:center;margin-top:60px}#expertise-inner .objects-inner{width:440px;height:440px;background-image:url('../../img/developpement/ampoule.png');background-repeat:no-repeat;background-size:contain;margin:0 auto;position:relative}@media (max-width: 480px){#expertise-inner .objects-inner{width:360px;height:360px}}#expertise-inner .objects-inner .obj-1{position:absolute;top:0;left:10px;animation:rounding-1 12s linear infinite}@media (max-width: 480px){#expertise-inner .objects-inner .obj-1{animation:none;max-width:80px;max-height:100px}}#expertise-inner .objects-inner .obj-2{position:absolute;top:0;right:0;animation:rounding-2 12s linear infinite}@media (max-width: 480px){#expertise-inner .objects-inner .obj-2{animation:none;max-width:80px;max-height:100px}}#expertise-inner .objects-inner .obj-3{position:absolute;bottom:12px;right:-26px;animation:rounding-3 12s linear infinite}@media (max-width: 480px){#expertise-inner .objects-inner .obj-3{animation:none;max-width:80px;max-height:100px}}#expertise-inner .objects-inner .obj-4{position:absolute;bottom:42px;left:-8px;animation:rounding-4 12s linear infinite}@media (max-width: 480px){#expertise-inner .objects-inner .obj-4{animation:none;max-width:80px;max-height:100px}}@-webkit-keyframes "rounding-1"{0%{top:0;left:10px;}12%{top:160px;left:-20px;}24%{top:300px;left:0;}36%{top:400px;left:190px;}48%{top:300px;left:320px;}60%{top:160px;left:380px;}72%{top:0;left:380px;}84%{top:-40px;left:190px;}100%{top:0;left:10px;}}@-moz-keyframes rounding-1 {0%{top:0;left:10px;}12%{top:160px;left:-20px;}24%{top:300px;left:0;}36%{top:400px;left:190px;}48%{top:300px;left:320px;}60%{top:160px;left:380px;}72%{top:0;left:380px;}84%{top:-40px;left:190px;}100%{top:0;left:10px;}}@-ms-keyframes "rounding-1"{0%{top:0;left:10px;}12%{top:160px;left:-20px;}24%{top:300px;left:0;}36%{top:400px;left:190px;}48%{top:300px;left:320px;}60%{top:160px;left:380px;}72%{top:0;left:380px;}84%{top:-40px;left:190px;}100%{top:0;left:10px;}}@keyframes "rounding-1"{0%{top:0;left:10px;}12%{top:160px;left:-20px;}24%{top:300px;left:0;}36%{top:400px;left:190px;}48%{top:300px;left:320px;}60%{top:160px;left:380px;}72%{top:0;left:380px;}84%{top:-40px;left:190px;}100%{top:0;left:10px;}}@-webkit-keyframes "rounding-2"{0%{top:0;right:0;}12%{top:-60px;right:180px;}24%{top:0;right:360px;}36%{top:160px;right:400px;}48%{top:280px;right:360px;}60%{top:380px;right:180px;}72%{top:300px;right:0;}84%{top:160px;right:-40px;}100%{top:0;right:0;}}@-moz-keyframes rounding-2 {0%{top:0;right:0;}12%{top:-60px;right:180px;}24%{top:0;right:360px;}36%{top:160px;right:400px;}48%{top:280px;right:360px;}60%{top:380px;right:180px;}72%{top:300px;right:0;}84%{top:160px;right:-40px;}100%{top:0;right:0;}}@-ms-keyframes "rounding-2"{0%{top:0;right:0;}12%{top:-60px;right:180px;}24%{top:0;right:360px;}36%{top:160px;right:400px;}48%{top:280px;right:360px;}60%{top:380px;right:180px;}72%{top:300px;right:0;}84%{top:160px;right:-40px;}100%{top:0;right:0;}}@keyframes "rounding-2"{0%{top:0;right:0;}12%{top:-60px;right:180px;}24%{top:0;right:360px;}36%{top:160px;right:400px;}48%{top:280px;right:360px;}60%{top:380px;right:180px;}72%{top:300px;right:0;}84%{top:160px;right:-40px;}100%{top:0;right:0;}}@-webkit-keyframes "rounding-3"{0%{bottom:12px;right:-26px;}12%{bottom:120px;right:-84px;}24%{bottom:280px;right:-32px;}36%{bottom:336px;right:130px;}48%{bottom:280px;right:290px;}60%{bottom:160px;right:360px;}72%{bottom:-20px;right:280px;}84%{bottom:-80px;right:140px;}100%{bottom:12px;right:-26px;}}@-moz-keyframes rounding-3 {0%{bottom:12px;right:-26px;}12%{bottom:120px;right:-84px;}24%{bottom:280px;right:-32px;}36%{bottom:336px;right:130px;}48%{bottom:280px;right:290px;}60%{bottom:160px;right:360px;}72%{bottom:-20px;right:280px;}84%{bottom:-80px;right:140px;}100%{bottom:12px;right:-26px;}}@-ms-keyframes "rounding-3"{0%{bottom:12px;right:-26px;}12%{bottom:120px;right:-84px;}24%{bottom:280px;right:-32px;}36%{bottom:336px;right:130px;}48%{bottom:280px;right:290px;}60%{bottom:160px;right:360px;}72%{bottom:-20px;right:280px;}84%{bottom:-80px;right:140px;}100%{bottom:12px;right:-26px;}}@keyframes "rounding-3"{0%{bottom:12px;right:-26px;}12%{bottom:120px;right:-84px;}24%{bottom:280px;right:-32px;}36%{bottom:336px;right:130px;}48%{bottom:280px;right:290px;}60%{bottom:160px;right:360px;}72%{bottom:-20px;right:280px;}84%{bottom:-80px;right:140px;}100%{bottom:12px;right:-26px;}}@-webkit-keyframes "rounding-4"{0%{bottom:42px;left:-8px;}12%{bottom:-40px;left:135px;}24%{bottom:56px;left:330px;}36%{bottom:170px;left:380px;}48%{bottom:320px;left:335px;}60%{bottom:400px;left:150px;}72%{bottom:320px;left:-50px;}84%{bottom:180px;left:-130px;}100%{bottom:42px;left:-8px;}}@-moz-keyframes rounding-4 {0%{bottom:42px;left:-8px;}12%{bottom:-40px;left:135px;}24%{bottom:56px;left:330px;}36%{bottom:170px;left:380px;}48%{bottom:320px;left:335px;}60%{bottom:400px;left:150px;}72%{bottom:320px;left:-50px;}84%{bottom:180px;left:-130px;}100%{bottom:42px;left:-8px;}}@-ms-keyframes "rounding-4"{0%{bottom:42px;left:-8px;}12%{bottom:-40px;left:135px;}24%{bottom:56px;left:330px;}36%{bottom:170px;left:380px;}48%{bottom:320px;left:335px;}60%{bottom:400px;left:150px;}72%{bottom:320px;left:-50px;}84%{bottom:180px;left:-130px;}100%{bottom:42px;left:-8px;}}@keyframes "rounding-4"{0%{bottom:42px;left:-8px;}12%{bottom:-40px;left:135px;}24%{bottom:56px;left:330px;}36%{bottom:170px;left:380px;}48%{bottom:320px;left:335px;}60%{bottom:400px;left:150px;}72%{bottom:320px;left:-50px;}84%{bottom:180px;left:-130px;}100%{bottom:42px;left:-8px;}}#technologies{padding:100px 0;text-align:center;background-image:url('../../img/developpement/cloud-3.jpg');background-repeat:no-repeat;background-size:cover;background-position:50% 0}@media (max-width: 1600px){#technologies{background-image:url('../../img/developpement/cloud-3-1600.jpg');padding:40px 0}}@media (max-width: 1500px){#technologies{background-image:url('../../img/developpement/cloud-3-1500.jpg');padding:0}}@media (max-width: 1400px){#technologies{background-image:url('../../img/developpement/cloud-3-1400.jpg')}}@media (max-width: 1300px){#technologies{background-image:url('../../img/developpement/cloud-3-1300.jpg')}}@media (max-width: 1024px){#technologies{background-image:url('../../img/developpement/cloud-3-1024.jpg')}}@media (max-width: 768px){#technologies{background-image:url('../../img/developpement/cloud-3-768.jpg')}}@media (max-width: 480px){#technologies{background-image:url('../../img/developpement/cloud-3-480.jpg')}}#technologies h2{font-size:4rem;text-transform:uppercase;font-weight:900;color:#000;margin-bottom:60px;width:100%}@media (max-width: 1500px){#technologies h2{font-size:3.6rem;margin-bottom:5px;margin-top:10px}}@media (max-width: 1024px){#technologies h2{font-size:2.8rem}}@media (max-width: 768px){#technologies h2{font-size:2.6rem}}@media (max-width: 750px){#technologies h2{font-size:2rem}}@media (max-width: 480px){#technologies h2{font-size:1.6rem}}@media (max-width: 375px){#technologies h2{font-size:1.4rem}}#technologies-inner{background:transparent no-repeat center center fixed;display:table;height:950px;position:relative;width:100%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;overflow:hidden}@media (max-width: 1300px){#technologies-inner{height:800px}}@media (max-width: 1024px){#technologies-inner{height:600px}}@media (max-width: 768px){#technologies-inner{height:490px}}@media (max-width: 750px){#technologies-inner{height:380px}}#technologies-inner .point{width:100%;height:100%}#technologies-inner .point-inner{width:160px;height:160px;background-color:#000;border-radius:50%;position:absolute;cursor:pointer;z-index:99;box-shadow:2px 2px 8px #000}@media (max-width: 1024px){#technologies-inner .point-inner{width:100px;height:100px}}@media (max-width: 768px){#technologies-inner .point-inner{width:80px;height:80px}}@media (max-width: 750px){#technologies-inner .point-inner{width:60px;height:60px}}#technologies-inner .point-inner img{padding:30px;max-width:100%}@media (max-width: 1024px){#technologies-inner .point-inner img{padding:20px}}@media (max-width: 768px){#technologies-inner .point-inner img{padding:15px}}#technologies-inner .point1{top:15%;left:10%}#technologies-inner .point2{top:3%;left:30%}#technologies-inner .point3{top:7%;left:55%}#technologies-inner .point4{top:12%;right:8%}#technologies-inner .point5{top:36%;left:26%}#technologies-inner .point6{top:45%;left:50%}#technologies-inner .point7{top:35%;right:23%}#technologies-inner .point8{bottom:10%;left:20%}#technologies-inner .point9{bottom:12%;left:60%}#technologies-inner .point10{bottom:20%;right:13%}#technologies-inner .bp{width:100%;height:100%}#technologies-inner .bp .bp-inner{background-color:#000;position:absolute;border-radius:50%;width:15px;height:15px}#technologies-inner .bp1{top:22%;left:27%}#technologies-inner .bp2{top:27%;left:47%}#technologies-inner .bp3{top:7%;right:26%}#technologies-inner .bp4{top:60%;left:14%}#technologies-inner .bp5{top:33%;left:40%}#technologies-inner .bp6{top:58%;right:30%}#technologies-inner .bp7{top:50%;right:11%}#technologies-inner .bp8{bottom:32%;left:39%}#technologies-inner .bp9{bottom:16%;left:42%}#technologies-inner .bp10{top:22%;right:22%}#technologies-inner .bp11{top:35%;left:55%}#technologies-inner .line{width:100%;height:100%;z-index:-1}#technologies-inner .line .line-inner{width:100px;height:1px;position:absolute;background-color:#000}#dev-ref{background:#545152;background:-moz-linear-gradient(left, #545152 0%, #3d3a3b 49%, #0a0a0a 75%, #000 100%);background:-webkit-linear-gradient(left, #545152 0%, #3d3a3b 49%, #0a0a0a 75%, #000 100%);background:linear-gradient(to right, #545152 0%, #3d3a3b 49%, #0a0a0a 75%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#545152', endColorstr='#000000',GradientType=1)}#dev-ref .royalSlider{margin-top:150px}@media (max-width: 768px){#dev-ref .royalSlider{margin-top:80px}}@media (max-width: 480px){#dev-ref .royalSlider{margin-top:30px}}#dev-ref .royalSlider .rsThumb{background-image:url('../../img/point-grey.png')}#dev-ref .royalSlider .rsTmb{color:#fff}#conception p a{color:#e9893d}#conception p a:hover{color:#ac5714}#conception-header{background-image:url('../../img/conception/conception-bg.jpg')}@media (max-width: 1600px){#conception-header{background-image:url('../../img/conception/conception-bg-1600.jpg')}}@media (max-width: 1300px){#conception-header{background-image:url('../../img/conception/conception-bg-1300.jpg')}}@media (max-width: 1024px){#conception-header{background-image:url('../../img/conception/conception-bg-1024.jpg')}}@media (max-width: 768px){#conception-header{background-image:url('../../img/conception/conception-bg-768.jpg')}}@media (max-width: 480px){#conception-header{background-image:url('../../img/conception/conception-bg-480.jpg')}}#conception-top{padding-bottom:40px}#conception-top-inner{position:relative;margin-top:80px;padding-top:80px}@media (max-width: 768px){#conception-top-inner{margin-top:60px}}@media (max-width: 480px){#conception-top-inner{margin-top:40px}}#conception-top-inner.isVisible .h2-like.left{left:0;transition:all 0.8s ease}#conception-top-inner.isVisible .h2-like.right{right:0;transition:all 0.8s ease}#conception-top-inner .h2-like{font-size:4rem;text-transform:uppercase;font-weight:900;color:#000;top:25%;z-index:99;border-bottom:6px solid #000;text-shadow:2px 2px 4px rgba(58, 58, 58, 0.6)}@media (max-width: 1300px){#conception-top-inner .h2-like{font-size:3rem}}@media (max-width: 768px){#conception-top-inner .h2-like{font-size:2.4rem}}@media (max-width: 480px){#conception-top-inner .h2-like{font-size:1.6rem}}#conception-top-inner .h2-like.left{width:69%;text-align:right;box-shadow:-2px 3px 2px #888;left:-1900px;position:absolute;top:0;transition:all 0.8s ease}@media (max-width: 1024px){#conception-top-inner .h2-like.left{width:74%}}@media (max-width: 480px){#conception-top-inner .h2-like.left{width:80%}}#conception-top-inner .h2-like.right{width:64%;right:-1900px;top:90px;position:absolute;box-shadow:3px 3px 2px #888;transition:all 0.8s ease}@media (max-width: 1024px){#conception-top-inner .h2-like.right{width:70%}}@media (max-width: 768px){#conception-top-inner .h2-like.right{top:70px}}@media (max-width: 480px){#conception-top-inner .h2-like.right{top:50px;width:80%}}#conception-top-inner .content{padding-top:200px;font-size:1.6rem;font-weight:300}@media (max-width: 1300px){#conception-top-inner .content{font-size:1.4rem;padding-top:170px}}@media (max-width: 768px){#conception-top-inner .content{padding-top:100px}}@media (max-width: 480px){#conception-top-inner .content{padding-top:60px;font-size:1.2rem}}#conception-top-inner .content:before{content:url('../../img/conception/arrow-right.png');float:left;margin-right:20px}@media (max-width: 768px){#conception-top-inner .content:before{content:url('../../img/conception/arrow-right-60.png')}}#conception-top-inner .content:after{content:' ';width:200px;height:10px;background-color:#000;margin:100px auto;display:block}@media (max-width: 768px){#conception-top-inner .content:after{margin:70px auto}}#conception-top-inner .three-blocs{text-align:center}@media (max-width: 750px){#conception-top-inner .three-blocs{margin-bottom:40px}}#conception-top-inner .three-blocs img{margin-bottom:40px}@media (max-width: 750px){#conception-top-inner .three-blocs img{margin-bottom:20px}}#conception-top-inner .three-blocs h3{text-transform:uppercase;font-weight:700;margin-bottom:20px}#conception-top-inner .three-blocs h3:before{content:url('../../img/developpement/rect-angle-right-black.png');padding-right:10px}#conception-top-inner .three-blocs p{text-align:left}#conception-top-inner .three-blocs-inner{padding:0 30px}@media (max-width: 768px){#conception-top-inner .three-blocs-inner{padding:0}}@media (max-width: 1300px){#conception-top-inner .three-blocs-inner p{font-size:1.3rem}}#conception-partner{background-image:url('../../img/conception/bg-nap.jpg');background-repeat:no-repeat;background-size:cover;padding:360px 0 100px;background-position:50% 0}@media (max-width: 1600px){#conception-partner{background-image:url('../../img/conception/bg-nap-1600.jpg')}}@media (max-width: 1300px){#conception-partner{background-image:url('../../img/conception/bg-nap-1300.jpg')}}@media (max-width: 1024px){#conception-partner{background-image:url('../../img/conception/bg-nap-1024.jpg')}}@media (max-width: 768px){#conception-partner{background-image:url('../../img/conception/bg-nap-768.jpg')}}@media (max-width: 750px){#conception-partner{padding:180px 0 0}}@media (max-width: 480px){#conception-partner{background-image:url('../../img/conception/bg-nap-480.jpg')}}#conception-partner-inner h2{text-transform:uppercase;font-weight:900;margin-bottom:40px;font-size:4rem;margin-top:20px}@media (max-width: 1300px){#conception-partner-inner h2{font-size:3.6rem;margin-bottom:30px}}@media (max-width: 1024px){#conception-partner-inner h2{font-size:3rem;margin-bottom:20px}}@media (max-width: 768px){#conception-partner-inner h2{font-size:2.4rem;margin-top:20px}}@media (max-width: 750px){#conception-partner-inner h2{font-size:1.6rem}}#conception-partner-inner h3{font-weight:300;font-size:2.4rem;text-transform:uppercase}@media (max-width: 1024px){#conception-partner-inner h3{font-size:2rem}}@media (max-width: 768px){#conception-partner-inner h3{font-size:1.6rem}}@media (max-width: 750px){#conception-partner-inner h3{font-size:1.4rem}}#conception-partner-inner img{max-width:100%;opacity:0;transition:all 0.8s ease}@media (max-width: 750px){#conception-partner-inner img{margin:0 auto}}@media (max-width: 1300px){#conception-partner-inner p{font-size:1.3rem}}@media (max-width: 750px){#conception-partner-inner p{font-size:1rem}}#conception-partner-inner.isVisible img{opacity:1;transition:all 6s ease}#conception-banner{background-color:#e9893d}#conception-qualites{background:#333;background:-moz-linear-gradient(left, #333 0%, #000 100%);background:-webkit-linear-gradient(left, #333 0%, #000 100%);background:linear-gradient(to right, #333 0%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000',GradientType=1)}#conception-qualites .floatting-text{left:48.5%;top:200px}@media (max-width: 768px){#conception-qualites .floatting-text{top:90px}}#conception-qualites-1 h2,#conception-qualites-2 h2,#conception-qualites-3 h2{color:#ff8a00;border-top:6px solid #ff8a00;text-shadow:2px 3px 25px #000}#conception-qualites-1 .rect{left:25px}#conception-qualites-2 .rect{right:30px}#conception-qualites-3 .rect{left:25px}#conception-bottom{background:#eb852c;background:-moz-linear-gradient(left, #eb852c 0%, #d0601b 100%);background:-webkit-linear-gradient(left, #eb852c 0%, #d0601b 100%);background:linear-gradient(to right, #eb852c 0%, #d0601b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb852c', endColorstr='#d0601b',GradientType=1);transform:skewY(10deg);margin-top:-180px;padding-bottom:300px}@media (max-width: 768px){#conception-bottom{padding-bottom:200px}}#conception-bottom .neige{transform:skewY(-11deg)}@media (max-width: 1300px){#conception-bottom .neige{max-width:170px}}@media (max-width: 768px){#conception-bottom .neige{transform:skewY(0deg);margin-left:-30px}}#conception-bottom-inner{transform:skewY(-10deg);position:relative}#conception-bottom-inner .compo{position:absolute;top:45.3%;left:42%;z-index:99}@media (max-width: 1600px){#conception-bottom-inner .compo{top:44.3%;left:42%;max-width:250px}}@media (max-width: 1500px){#conception-bottom-inner .compo{top:44%;left:42.5%;max-width:210px}}@media (max-width: 1400px){#conception-bottom-inner .compo{top:42%;left:42.5%;max-width:200px}}@media (max-width: 1300px){#conception-bottom-inner .compo{top:42.2%;left:42.3%;max-width:190px}}@media (max-width: 1024px){#conception-bottom-inner .compo{top:44.5%;left:42.8%;max-width:140px}}@media (max-width: 768px){#conception-bottom-inner .compo{top:48%;left:43.8%;max-width:100px}}@media (max-width: 750px){#conception-bottom-inner .compo{top:48.6%}}@media (max-width: 480px){#conception-bottom-inner .compo{max-width:70px;top:50%;top:42.8%}}#conception-bottom-inner .creation{margin-bottom:100px}@media (max-width: 768px){#conception-bottom-inner .creation{margin-bottom:60px}}#conception-bottom-inner .creation h3{color:#fff;font-size:4rem;text-transform:uppercase;font-weight:900;text-align:center;margin-bottom:40px}@media (max-width: 1300px){#conception-bottom-inner .creation h3{font-size:3.6rem}}@media (max-width: 1024px){#conception-bottom-inner .creation h3{font-size:3rem}}@media (max-width: 768px){#conception-bottom-inner .creation h3{font-size:2.4rem}}#conception-bottom-inner .creation h3:before{content:url('../../img/conception/rect-angle-right-white.png');padding-right:20px}@media (max-width: 768px){#conception-bottom-inner .creation h3:before{content:url('../../img/conception/rect-angle-right-white-25.png')}}@media (max-width: 480px){#conception-bottom-inner .creation h3:before{content:url('../../img/conception/rect-angle-right-white-18.png')}}#conception-bottom-inner .creation p{color:#fff;font-weight:300}@media (max-width: 1300px){#conception-bottom-inner .creation p{font-size:1.3rem}}@media (max-width: 1024px){#conception-bottom-inner .creation p{font-size:1.2rem}}#conception-bottom-inner .text-col{text-align:center;padding:60px 100px 0;color:#fff}@media (max-width: 1600px){#conception-bottom-inner .text-col{padding:30px 60px 0}}@media (max-width: 1024px){#conception-bottom-inner .text-col{padding:0 40px}}@media (max-width: 768px){#conception-bottom-inner .text-col{padding:0 20px}}#conception-bottom-inner .text-col h4{font-size:3.4rem;text-transform:uppercase;font-weight:700;margin-bottom:60px}@media (max-width: 1600px){#conception-bottom-inner .text-col h4{margin-bottom:20px}}@media (max-width: 1300px){#conception-bottom-inner .text-col h4{font-size:2.8rem}}@media (max-width: 1024px){#conception-bottom-inner .text-col h4{font-size:2rem}}@media (max-width: 768px){#conception-bottom-inner .text-col h4{margin-bottom:10px}}#conception-bottom-inner .text-col p{font-weight:300;text-align:left}@media (max-width: 1300px){#conception-bottom-inner .text-col p{font-size:1.3rem}}@media (max-width: 1024px){#conception-bottom-inner .text-col p{font-size:1.2rem}}#conception-bottom-inner #carouselIdentite .carousel-control-next,#conception-bottom-inner #carouselWeb .carousel-control-next{top:inherit;width:12%}#conception-bottom-inner #carouselIdentite .carousel-control-next-icon,#conception-bottom-inner #carouselWeb .carousel-control-next-icon{background-image:url('../../img/conception/arrow-slide-right.png');background-size:contain;width:108px;height:108px}#conception-ref{background:#545152;background:-moz-linear-gradient(left, #545152 0%, #3d3a3b 49%, #0a0a0a 75%, #000 100%);background:-webkit-linear-gradient(left, #545152 0%, #3d3a3b 49%, #0a0a0a 75%, #000 100%);background:linear-gradient(to right, #545152 0%, #3d3a3b 49%, #0a0a0a 75%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#545152', endColorstr='#000000', GradientType=1);margin-top:-170px}#conception-ref .royalSlider{margin-top:150px}@media (max-width: 1024px){#conception-ref .royalSlider{margin-top:100px}}@media (max-width: 768px){#conception-ref .royalSlider{margin-top:60px}}@media (max-width: 480px){#conception-ref .royalSlider{margin-top:0}}#conception-ref .royalSlider .rsThumb{background-image:url('../../img/point-grey.png')}#conception-ref .royalSlider .rsTmb{color:#fff}#hebergement p a{color:#e9893d}#hebergement p a:hover{color:#ac5714}#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg.jpg')}@media (max-width: 1600px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-1600.jpg')}}@media (max-width: 1500px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-1500.jpg')}}@media (max-width: 1400px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-1400.jpg')}}@media (max-width: 1300px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-1300.jpg')}}@media (max-width: 1024px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-1024.jpg')}}@media (max-width: 768px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-768.jpg')}}@media (max-width: 480px){#hebergement-header{background-image:url('../../img/hebergement/hebergement-bg-480.jpg')}}#hebergement-top-inner{position:relative;margin-top:80px}@media (max-width: 480px){#hebergement-top-inner{margin-top:20px}}#hebergement-top-inner.isVisible .h2-like.left{left:0;transition:all 0.5s ease}#hebergement-top-inner.isVisible .h2-like.right{right:0;transition:all 0.5s ease}#hebergement-top-inner .h2-like{font-size:4rem;text-transform:uppercase;font-weight:900;color:#000;top:25%;z-index:99;border-bottom:6px solid #000;text-shadow:2px 2px 4px rgba(58, 58, 58, 0.6)}@media (max-width: 1300px){#hebergement-top-inner .h2-like{font-size:3rem}}@media (max-width: 1024px){#hebergement-top-inner .h2-like{font-size:2.6rem}}@media (max-width: 480px){#hebergement-top-inner .h2-like{font-size:2rem}}#hebergement-top-inner .h2-like.left{top:0;width:60%;left:-1900px;text-align:right;box-shadow:-2px 3px 2px #888;transition:left 0.4s ease;position:absolute}@media (max-width: 480px){#hebergement-top-inner .h2-like.left{width:90%}}#hebergement-top-inner .h2-like.right{width:65%;right:-1900px;top:90px;position:absolute;box-shadow:3px 3px 2px #888;transition:all 0.4s ease}@media (max-width: 1024px){#hebergement-top-inner .h2-like.right{top:80px}}@media (max-width: 480px){#hebergement-top-inner .h2-like.right{width:90%;top:60px}}#hebergement-top-inner .content{padding:200px 0;font-size:1.6rem;font-weight:300}@media (max-width: 1400px){#hebergement-top-inner .content{padding:200px 0 100px}}@media (max-width: 1024px){#hebergement-top-inner .content{font-size:1.4rem}}@media (max-width: 480px){#hebergement-top-inner .content{padding:140px 0 40px;font-size:1.2rem}}#hebergement-top-inner .content:before{content:url('../../img/conception/arrow-right.png');float:left;margin-right:65px}@media (max-width: 768px){#hebergement-top-inner .content:before{content:url('../../img/conception/arrow-right-60.png')}}#hebergement-top-inner .content-second h3{padding-bottom:60px;text-transform:uppercase;font-weight:700}@media (max-width: 1400px){#hebergement-top-inner .content-second h3{padding-bottom:30px}}@media (max-width: 1300px){#hebergement-top-inner .content-second h3{padding-bottom:20px}}@media (max-width: 480px){#hebergement-top-inner .content-second h3{text-align:center;padding:10px 0}}#hebergement-top-inner .content-second h3:before{content:url('../../img/developpement/rect-angle-right-black.png');padding-right:10px}#hebergement-top-inner .content-second p{font-weight:300}@media (max-width: 480px){#hebergement-top-inner .content-second p{font-size:1.2rem}}#hebergement-top-inner .content-second > div{padding-bottom:100px}@media (max-width: 480px){#hebergement-top-inner .content-second > div{padding-bottom:40px}}#hebergement-banner{background:#333;background:-moz-linear-gradient(left, #333 0%, #000 100%);background:-webkit-linear-gradient(left, #333 0%, #000 100%);background:linear-gradient(to right, #333 0%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000',GradientType=1)}#hebergement-qualites{background:#ea852b;background:-moz-linear-gradient(left, #ea852b 0%, #d05f1b 100%);background:-webkit-linear-gradient(left, #ea852b 0%, #d05f1b 100%);background:linear-gradient(to right, #ea852b 0%, #d05f1b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea852b', endColorstr='#d05f1b',GradientType=1);padding-bottom:1px}#hebergement-qualites .floatting-text{left:48.5%;top:200px}@media (max-width: 1024px){#hebergement-qualites .floatting-text{top:90px}}#hebergement-qualites-1 h2,#hebergement-qualites-2 h2,#hebergement-qualites-3 h2{color:#fff;border-top:6px solid #fff;text-shadow:2px 3px 25px #000}#hebergement-qualites-1 .rect{left:25px}#hebergement-qualites-2 .rect{right:140px}@media (max-width: 1600px){#hebergement-qualites-2 .rect{right:30px}}#hebergement-qualites-3 .rect{left:25px}#hebergement-ref{background:#d9d7d8;background:-moz-linear-gradient(left, #d9d7d8 0%, #cfcfcf 100%);background:-webkit-linear-gradient(left, #d9d7d8 0%, #cfcfcf 100%);background:linear-gradient(to right, #d9d7d8 0%, #cfcfcf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d7d8', endColorstr='#cfcfcf',GradientType=1)}#hebergement-ref #section-references-inner #section-references-title{border-bottom:3px solid #000}#hebergement-ref #section-references-inner h3{color:#000}#hebergement-ref #section-references-inner #section-references-subtitle{border-bottom:3px solid #000}@media (max-width: 1600px){#hebergement-ref #section-references-inner #section-references-subtitle{width:78%}}@media (max-width: 480px){#hebergement-ref #section-references-inner #section-references-subtitle{width:94%}}#hebergement-ref #section-references-inner #section-references-subtitle .subtitle{color:#000}#hebergement-ref .royalSlider{margin-top:150px}@media (max-width: 1400px){#hebergement-ref .royalSlider{margin-top:130px}}@media (max-width: 1024px){#hebergement-ref .royalSlider{margin-top:100px}}@media (max-width: 480px){#hebergement-ref .royalSlider{margin-top:0px}}#hebergement-ref .royalSlider .rsTmb{color:#000}#contact-header{background-image:url('../../img/contact/contact-bg.jpg');min-height:612px}@media (max-width: 1024px){#contact-header{min-height:450px}}@media (max-width: 768px){#contact-header{min-height:320px}}@media (max-width: 480px){#contact-header{min-height:220px}}#contact-header .top-header-inner{text-align:center}#contact-header .top-header-inner h1{color:#000}#contact-header .top-header-inner span{font-size:2rem;font-weight:300;display:block;margin-bottom:15px}@media (max-width: 480px){#contact-header .top-header-inner span{font-size:1.4rem}}#contact-content{background-image:url('../../img/contact/contact-content-bg.jpg');background-repeat:no-repeat;background-size:cover;padding:180px 0 40px}@media (max-width: 1024px){#contact-content{padding:100px 0 40px}}@media (max-width: 768px){#contact-content{padding:60px 0 40px}}@media (max-width: 480px){#contact-content{padding:30px 0 40px}}@media (max-width: 1400px){#contact-content label{font-size:1.2rem}}@media (max-width: 1024px){#contact-content label{font-size:1rem}}#contact-content h3{color:#fff;text-transform:uppercase;font-weight:700;font-size:2.4rem}@media (max-width: 1500px){#contact-content h3{font-size:2rem}}@media (max-width: 1024px){#contact-content h3{font-size:1.6rem}}@media (max-width: 480px){#contact-content h3{font-size:1.4rem}}#contact-content h3:before{content:url('../../img/contact/rect-right-white.png');margin-right:10px;vertical-align:sub}@media (max-width: 1400px){#contact-content h3:before{content:url('../../img/contact/rect-right-white-20.png')}}#contact-content .group-radio{padding:50px 0 60px;text-align:center}@media (max-width: 768px){#contact-content .group-radio{padding:30px 0 40px}}#contact-content .group-radio label{color:#fff;padding:6px 30px;text-transform:uppercase;border:3px solid #fff;border-radius:30px;margin-right:15px;margin-top:10px;transition:all 0.4s ease;cursor:pointer;vertical-align:top}#contact-content .group-radio label:hover{margin-top:0;transition:all 0.4s ease}#contact-content .group-radio input[type=radio]{visibility:hidden}#contact-content .group-radio [type="radio"]:checked + label{background-color:#fff;color:#000;margin-top:0;transition:all 0.4s ease}#contact-content .group-coordonnees{padding:60px 0 30px}@media (max-width: 1024px){#contact-content .group-coordonnees{padding:40px 0 30px}}#contact-content .coordonnees label{color:#fff;text-transform:uppercase}#contact-content .coordonnees input{background-color:transparent;border:none;border-bottom:2px solid #fff;box-shadow:none;margin-bottom:60px;width:10%;transition:all 0.4s ease;color:#e9893d;padding-left:15px}@media (max-width: 480px){#contact-content .coordonnees input{margin-bottom:40px}}#contact-content .coordonnees input:focus,#contact-content .coordonnees input:not(:placeholder-shown){width:60%;outline:0;transition:all 0.4s ease}#contact-content .coordonnees input:-webkit-autofill,#contact-content .coordonnees input:-webkit-autofill:hover,#contact-content .coordonnees input:-webkit-autofill:focus{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both;-webkit-text-fill-color:#e9893d !important;background-color:transparent !important;transition:background-color 5000s ease-in-out 0s}#contact-content .form-inline{display:inline-block}#contact-content textarea{background-color:transparent;border:none;border-left:2px solid #fff;border-bottom:2px solid #fff;border-radius:0;color:#e9893d;margin-top:20px}#contact-content textarea:focus{outline:0;box-shadow:none}#contact-content .group-address{text-align:center;color:#fff}@media (max-width: 768px){#contact-content .group-address{margin-top:20px}}@media (max-width: 480px){#contact-content .group-address{display:none}}#contact-content .group-address .num-tel{font-size:2.8rem;font-weight:900;letter-spacing:5px;margin-top:30px;margin-bottom:0}@media (max-width: 1500px){#contact-content .group-address .num-tel{font-size:2.4rem}}@media (max-width: 1400px){#contact-content .group-address .num-tel{font-size:2rem}}@media (max-width: 1024px){#contact-content .group-address .num-tel{font-size:1.4rem}}@media (max-width: 480px){#contact-content .group-address .num-tel{margin-top:10px}}#contact-content .group-address .adresse{font-size:2rem;color:#fff}@media (max-width: 1500px){#contact-content .group-address .adresse{font-size:1.6rem}}@media (max-width: 1400px){#contact-content .group-address .adresse{font-size:1.4rem}}@media (max-width: 1024px){#contact-content .group-address .adresse{font-size:1.2rem}}#contact-content .group-address .adresse:hover{color:#e9893d}#contact-content .button-group{margin-top:80px}@media (max-width: 480px){#contact-content .button-group{margin-top:20px}}#contact-content .button-group .btn-contact{background-color:#e9893d;text-transform:uppercase;color:#000;font-weight:900;font-size:2rem;padding:10px 60px;border-radius:10px;border:3px solid #e9893d}@media (max-width: 1500px){#contact-content .button-group .btn-contact{font-size:1.6rem}}@media (max-width: 1400px){#contact-content .button-group .btn-contact{font-size:1.4rem}}#contact-content .button-group .btn-contact:hover{background-color:transparent;color:#fff;border:3px solid #fff}#contact-content .divHidden{transition:all 0.4s ease;overflow:hidden;display:none}@media (max-width: 1024px){#contact-content .socials{margin:20px 20px 0}}#contact-banner{background:#ea852b;background:-moz-linear-gradient(left, #ea852b 0%, #d05f1b 100%);background:-webkit-linear-gradient(left, #ea852b 0%, #d05f1b 100%);background:linear-gradient(to right, #ea852b 0%, #d05f1b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea852b', endColorstr='#d05f1b',GradientType=1)}#contact-banner p{color:#fff;font-weight:300;margin-top:30px}#contact-confirmation{padding:200px 0}.subfiles{color:#aaa;font-style:italic}@media (max-width: 480px){.subfiles{font-size:1.2rem}}.files{margin-bottom:40px}@media (max-width: 1400px){.files .file-drop-zone-title{font-size:1.6rem;padding:60px 10px}}@media (max-width: 1024px){.files .file-drop-zone-title{font-size:1.4rem;padding:40px 10px}}@media (max-width: 480px){.files .file-drop-zone-title{font-size:1.2rem}}.kv-file-remove{color:#e9893d}.file-drop-zone.clickable:hover{border:1px dashed #e9893d}.file-caption-info{color:#e9893d}.file-input .progress{width:100%}.file-input .progress .progress-bar{color:#e9893d}#refsem p a{color:#14a0de}#refsem p a:hover{color:#0c5d80}#refsem-top{background-image:url('../../img/refs/sem/image-bg-header.jpg');background-repeat:no-repeat;background-size:cover;position:relative;min-height:950px}@media (max-width: 1600px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-1600.jpg');min-height:780px}}@media (max-width: 1500px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-1500.jpg');min-height:780px}}@media (max-width: 1400px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-1400.jpg');min-height:650px}}@media (max-width: 1300px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-1300.jpg')}}@media (max-width: 1024px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-1024.jpg')}}@media (max-width: 768px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-768.jpg')}}@media (max-width: 750px){#refsem-top{min-height:540px}}@media (max-width: 480px){#refsem-top{background-image:url('../../img/refs/sem/image-bg-header-480.jpg')}}#refsem-top-inner{text-align:center;background-image:url('../../img/refs/sem/montagne-header.png');background-repeat:no-repeat;background-size:cover;background-position:50% 0;position:absolute;top:0;left:0;right:0;bottom:0}@media (max-width: 1600px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-1600.png')}}@media (max-width: 1500px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-1500.png')}}@media (max-width: 1400px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-1400.png')}}@media (max-width: 1300px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-1300.png')}}@media (max-width: 1024px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-1024.png')}}@media (max-width: 768px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-768.png')}}@media (max-width: 480px){#refsem-top-inner{background-image:url('../../img/refs/sem/montagne-header-480.png')}}#refsem-top-inner h1{font-weight:900;font-size:4rem;color:#fff;margin-bottom:80px}@media (max-width: 1600px){#refsem-top-inner h1{margin-bottom:30px}}@media (max-width: 1500px){#refsem-top-inner h1{font-size:3.8rem;margin-bottom:20px}}@media (max-width: 1400px){#refsem-top-inner h1{font-size:3.6rem;margin-bottom:15px}}@media (max-width: 1024px){#refsem-top-inner h1{font-size:2.8rem;margin-bottom:10px}}@media (max-width: 768px){#refsem-top-inner h1{font-size:2.6rem;margin-bottom:20px}}@media (max-width: 750px){#refsem-top-inner h1{font-size:2.4rem}}#refsem-top-inner p{color:#fff;text-align:justify;font-weight:300}@media (max-width: 1400px){#refsem-top-inner p{font-size:1.2rem}}@media (max-width: 1300px){#refsem-top-inner p{font-size:1rem}}#refsem-top-inner img{max-width:100%}#refsem-top-inner .logo-sem{margin-top:80px}@media (max-width: 1600px){#refsem-top-inner .logo-sem{margin-top:20px}}@media (max-width: 1500px){#refsem-top-inner .logo-sem{margin-top:0}}#refsem-top-content{position:absolute;top:0;left:0;right:0;bottom:0}#refsem-top-content #refsem-top-content-inner{padding-top:20%}@media (max-width: 1400px){#refsem-top-content #refsem-top-content-inner{padding-top:18%}}@media (max-width: 1300px){#refsem-top-content #refsem-top-content-inner{padding-top:22%}}@media (max-width: 1024px){#refsem-top-content #refsem-top-content-inner{padding-top:27%}}@media (max-width: 768px){#refsem-top-content #refsem-top-content-inner{padding-top:32%}}@media (max-width: 750px){#refsem-top-content #refsem-top-content-inner{padding-top:50%}}#refsem-rea-inner{padding:60px 0}@media (max-width: 750px){#refsem-rea-inner{padding:30px 0}}#refsem-rea-inner h2{text-transform:uppercase;font-size:3.8rem;font-weight:700}@media (max-width: 1500px){#refsem-rea-inner h2{font-size:3.6rem}}@media (max-width: 1400px){#refsem-rea-inner h2{font-size:3.2rem}}@media (max-width: 1300px){#refsem-rea-inner h2{font-size:2.6rem}}@media (max-width: 480px){#refsem-rea-inner h2{font-size:2rem}}@media (max-width: 375px){#refsem-rea-inner h2{font-size:1.6rem}}#refsem-rea-inner h2:before{content:url('../../img/refs/sem/rect-black.png');vertical-align:sub;margin-right:15px}@media (max-width: 1300px){#refsem-rea-inner h2:before{content:url('../../img/refs/sem/rect-black-30.png');vertical-align:inherit}}#refsem-rea-inner .mockup{text-align:center}#refsem-rea-inner .mockup img{margin:60px 0;max-width:100%}#refsem-rea-inner .btn-sem{color:#000;border-color:#000;font-weight:700;transition:0.4s all ease}#refsem-rea-inner .btn-sem:hover{color:#fff;background-color:#000}#chiffres.refsem-chiffres{background-image:url('../../img/refs/sem/chiffres-bg-image.jpg');background-repeat:no-repeat;background-size:cover}#chiffres.refsem-chiffres .chiffres-blocs{position:relative;top:inherit;padding-top:60px}@media (max-width: 1300px){#chiffres.refsem-chiffres .chiffres-blocs{padding-top:40px}}@media (max-width: 750px){#chiffres.refsem-chiffres .chiffres-blocs{padding-top:20px}}#chiffres.refsem-chiffres .chiffres-blocs:after{display:none}#chiffres.refsem-chiffres .chiffres-bloc h4{font-size:1.6rem;color:#fff}@media (max-width: 1300px){#chiffres.refsem-chiffres .chiffres-bloc h4{font-size:1.3rem}}@media (max-width: 768px){#chiffres.refsem-chiffres .chiffres-bloc h4{font-size:1.2rem}}#chiffres.refsem-chiffres .chiffres-bloc h4:before{content:url('../../img/chiffres/arrow-right-white.png')}#chiffres.refsem-chiffres .chiffres-bloc p{color:#fff;font-size:1.4rem}@media (max-width: 1300px){#chiffres.refsem-chiffres .chiffres-bloc p{font-size:1.2rem}}#chiffres.refsem-chiffres .chiffre-1.isVisible .progress-right .progress-bar,#chiffres.refsem-chiffres .chiffre-2.isVisible .progress-right .progress-bar,#chiffres.refsem-chiffres .chiffre-3.isVisible .progress-right .progress-bar{animation:loading-1 1.8s linear forwards}#chiffres.refsem-chiffres .chiffre-1.isVisible .progress-left .progress-bar{animation:loading-2 1.5s linear forwards 1.8s}#chiffres.refsem-chiffres .chiffre-2.isVisible .progress-left .progress-bar{animation:loading-2 1.2s linear forwards 1.8s}#chiffres.refsem-chiffres .chiffre-3.isVisible .progress-left .progress-bar{animation:loading-3 1.2s linear forwards 1.8s}#chiffres.refsem-chiffres .progress .progress-bar{border-color:#fff}#chiffres.refsem-chiffres .progress-value{color:#fff}#refsem-mesure-inner{position:relative;margin-top:80px;margin-bottom:180px}@media (max-width: 768px){#refsem-mesure-inner{margin-top:40px;margin-bottom:200px}}@media (max-width: 750px){#refsem-mesure-inner{margin-bottom:60px}}@media (max-width: 480px){#refsem-mesure-inner{margin-top:15px;margin-bottom:15px}}#refsem-mesure-inner h2{position:absolute;font-size:4rem;text-transform:uppercase;font-weight:900;color:#fff;width:65%;top:210px;right:-100%;z-index:99;border-bottom:6px solid #fff;box-shadow:7px 10px 12px rgba(58, 58, 58, 0.6);transition:all 0.8s ease;text-shadow:4px 4px 8px rgba(58, 58, 58, 0.6)}@media (max-width: 1500px){#refsem-mesure-inner h2{font-size:3.6rem;width:72%}}@media (max-width: 1400px){#refsem-mesure-inner h2{font-size:3.2rem;top:120px}}@media (max-width: 1300px){#refsem-mesure-inner h2{font-size:2.8rem;top:100px}}@media (max-width: 768px){#refsem-mesure-inner h2{font-size:2rem;width:78%;top:60px}}@media (max-width: 750px){#refsem-mesure-inner h2{font-size:1.8rem;top:95px}}@media (max-width: 480px){#refsem-mesure-inner h2{top:235px;font-size:1.2rem}}@media (max-width: 375px){#refsem-mesure-inner h2{top:210px;font-size:1rem;width:84%}}#refsem-mesure-inner .rect{position:absolute;bottom:25px;left:40px}#refsem-mesure-inner #sur-mesure{position:absolute;top:32%;right:-100%;transition:all 0.8s ease}@media (max-width: 480px){#refsem-mesure-inner #sur-mesure{position:relative}}#refsem-mesure-inner #sur-mesure #sur-mesure-inner{background-color:#212121;color:#fff;max-width:800px;padding:140px 60px 50px}@media (max-width: 1300px){#refsem-mesure-inner #sur-mesure #sur-mesure-inner{max-width:680px;padding:120px 40px 30px}}@media (max-width: 768px){#refsem-mesure-inner #sur-mesure #sur-mesure-inner{padding:70px 40px 15px;max-width:580px}}@media (max-width: 375px){#refsem-mesure-inner #sur-mesure #sur-mesure-inner{padding:70px 20px 15px}}#refsem-mesure-inner #sur-mesure #sur-mesure-inner p{font-weight:300}@media (max-width: 1300px){#refsem-mesure-inner #sur-mesure #sur-mesure-inner p{font-size:1.2rem}}@media (max-width: 750px){#refsem-mesure-inner #sur-mesure #sur-mesure-inner p{font-size:1rem}}#refsem-mesure-inner.isVisible h2{right:0;transition:all 1.8s ease}#refsem-mesure-inner.isVisible #sur-mesure{right:8%;transition:all 0.8s ease}@media (max-width: 480px){#refsem-mesure-inner.isVisible #sur-mesure{right:0;top:0}}#refsem-mesure-inner img{max-width:100%}#refsem-dev-inner{position:relative;background-color:#cecece;padding-bottom:120px}@media (max-width: 1300px){#refsem-dev-inner{padding-bottom:90px}}@media (max-width: 480px){#refsem-dev-inner{padding-bottom:0}}#refsem-dev-inner .triangle{background-image:url('../../img/refs/sem/triangle.png');background-repeat:no-repeat;background-size:contain;min-height:1500px}@media (max-width: 1400px){#refsem-dev-inner .triangle{min-height:1360px}}@media (max-width: 1024px){#refsem-dev-inner .triangle{min-height:1000px}}@media (max-width: 768px){#refsem-dev-inner .triangle{min-height:860px}}@media (max-width: 750px){#refsem-dev-inner .triangle{min-height:690px}}@media (max-width: 480px){#refsem-dev-inner .triangle{min-height:860px}}#refsem-dev-inner .text{position:absolute;top:180px;width:100%}@media (max-width: 1300px){#refsem-dev-inner .text{top:140px}}@media (max-width: 1024px){#refsem-dev-inner .text{top:100px}}@media (max-width: 750px){#refsem-dev-inner .text{top:80px}}@media (max-width: 480px){#refsem-dev-inner .text{top:30px}}@media (max-width: 375px){#refsem-dev-inner .text{top:20px}}#refsem-dev-inner .text h2{font-size:4rem;font-weight:900;text-transform:uppercase;text-align:center}@media (max-width: 1500px){#refsem-dev-inner .text h2{font-size:3.6rem}}@media (max-width: 1400px){#refsem-dev-inner .text h2{font-size:3.2rem}}@media (max-width: 1300px){#refsem-dev-inner .text h2{font-size:3rem}}@media (max-width: 1024px){#refsem-dev-inner .text h2{font-size:2.6rem}}@media (max-width: 768px){#refsem-dev-inner .text h2{font-size:2rem}}@media (max-width: 750px){#refsem-dev-inner .text h2{font-size:1.6rem}}#refsem-dev-inner .text .line{background-color:#000;width:300px;height:2px;margin:0 auto}#refsem-dev-inner .text h3{text-transform:uppercase;font-weight:300;text-align:center;margin-top:15px;font-size:2.5rem}@media (max-width: 1500px){#refsem-dev-inner .text h3{font-size:2.4rem}}@media (max-width: 1400px){#refsem-dev-inner .text h3{font-size:2.2rem}}@media (max-width: 1024px){#refsem-dev-inner .text h3{font-size:2rem}}@media (max-width: 768px){#refsem-dev-inner .text h3{font-size:1.2rem}}#refsem-dev-inner .text .zone{margin-top:130px}@media (max-width: 1400px){#refsem-dev-inner .text .zone{margin-top:100px}}@media (max-width: 1024px){#refsem-dev-inner .text .zone{margin-top:20px}}@media (max-width: 768px){#refsem-dev-inner .text .zone{margin-top:10px}}#refsem-dev-inner .text .zone img{max-width:100%}#refsem-dev-inner .text .ttu{padding:30px 0 0 80px;color:#fff;font-size:1.8rem;font-weight:300}@media (max-width: 1500px){#refsem-dev-inner .text .ttu{padding:30px 0 0 50px;font-size:1.6rem}}@media (max-width: 1400px){#refsem-dev-inner .text .ttu{padding:20px 0 0 30px}}@media (max-width: 1024px){#refsem-dev-inner .text .ttu{padding:10px 0 0 30px;font-size:1.2rem}}@media (max-width: 750px){#refsem-dev-inner .text .ttu{padding:5px 0 0 30px}}@media (max-width: 480px){#refsem-dev-inner .text .ttu{text-align:right;padding:5px 30px 0 30px}}#refsem-dev-inner .text .wrapper{position:relative}@media (max-width: 480px){#refsem-dev-inner .text .wrapper .hidden{display:none}}#refsem-dev-inner .text .wrapper img{max-width:100%}#refsem-dev-inner .text .wrapper .zones{position:absolute;top:200px}@media (max-width: 768px){#refsem-dev-inner .text .wrapper .zones{top:100px}}@media (max-width: 480px){#refsem-dev-inner .text .wrapper .zones{position:relative;top:0;padding:0 15px}}@media (max-width: 1024px){#refsem-dev-inner .text .wrapper .zones p{font-size:1.2rem}}@media (max-width: 750px){#refsem-dev-inner .text .wrapper .zones p{font-size:1rem}}#refsem-dev-inner #testimonials-inner .img-bg{background-image:url('../../img/refs/sem/testimonial.jpg');background-repeat:no-repeat;background-size:cover;padding-top:80px;padding-bottom:60px}@media (max-width: 1024px){#refsem-dev-inner #testimonials-inner .img-bg{padding-top:40px;padding-bottom:40px}}@media (max-width: 768px){#refsem-dev-inner #testimonials-inner .img-bg{padding-top:30px;padding-bottom:30px}}@media (max-width: 750px){#refsem-dev-inner #testimonials-inner .img-bg{padding-top:15px;padding-bottom:15px}}#refsem-dev-inner #testimonials-inner .img-left{text-align:right}#refsem-dev-inner #testimonials-inner .img-left img{position:absolute;top:0;right:0;max-width:100%}#refsem-dev-inner #testimonials-inner .testimonial{color:#fff;font-size:1.8rem;padding:40px 0 20px;text-align:justify}@media (max-width: 1500px){#refsem-dev-inner #testimonials-inner .testimonial{font-size:1.6rem}}@media (max-width: 1300px){#refsem-dev-inner #testimonials-inner .testimonial{font-size:1.4rem}}@media (max-width: 1024px){#refsem-dev-inner #testimonials-inner .testimonial{font-size:1.2rem}}@media (max-width: 480px){#refsem-dev-inner #testimonials-inner .testimonial{padding:30px 0 20px;font-size:1rem}}#refsem-dev-inner #testimonials-inner .author{font-weight:300}#refsem-dev-inner #testimonials-inner .author span{font-style:italic}#refsem-dev-inner #testimonials-inner .img-right img{position:absolute;bottom:0;left:0;max-width:100%}#galerie-inner{position:relative;padding-top:200px}@media (max-width: 1300px){#galerie-inner{padding-top:160px}}@media (max-width: 1024px){#galerie-inner{padding-top:90px}}@media (max-width: 768px){#galerie-inner{padding-top:60px}}#galerie-inner.isVisible #galerie-references-title{left:0;transition:all 0.4s ease}#galerie-inner.isVisible #galerie-references-subtitle{right:0;transition:all 0.4s ease}#galerie-inner #galerie-references-title{width:55%;border-bottom:3px solid #000;text-align:right;margin-bottom:15px;left:-100%;top:60px;position:absolute;transition:all 0.4s ease;text-transform:uppercase;font-weight:900;box-shadow:-8px 6px 7px rgba(58, 58, 58, 0.6)}@media (max-width: 1500px){#galerie-inner #galerie-references-title{width:58%}}@media (max-width: 1400px){#galerie-inner #galerie-references-title{width:58%}}@media (max-width: 1024px){#galerie-inner #galerie-references-title{top:30px}}@media (max-width: 768px){#galerie-inner #galerie-references-title{top:10px}}@media (max-width: 480px){#galerie-inner #galerie-references-title{width:65%}}#galerie-inner h3{color:#000;display:inline-block;margin-bottom:0;font-size:4rem;font-weight:900}@media (max-width: 1400px){#galerie-inner h3{font-size:3.6rem}}@media (max-width: 1300px){#galerie-inner h3{font-size:3.2rem}}@media (max-width: 1024px){#galerie-inner h3{font-size:3rem}}@media (max-width: 768px){#galerie-inner h3{font-size:2.6rem}}@media (max-width: 480px){#galerie-inner h3{font-size:2rem}}#galerie-inner #galerie-references-subtitle{width:70%;border-bottom:3px solid #000;float:right;text-align:left;right:-100%;top:140px;position:absolute;transition:all 0.4s ease;box-shadow:8px 6px 7px rgba(58, 58, 58, 0.6)}@media (max-width: 1400px){#galerie-inner #galerie-references-subtitle{width:78%}}@media (max-width: 1024px){#galerie-inner #galerie-references-subtitle{top:100px}}@media (max-width: 768px){#galerie-inner #galerie-references-subtitle{top:80px}}@media (max-width: 480px){#galerie-inner #galerie-references-subtitle{width:94%;top:60px}}#galerie-inner #galerie-references-subtitle .subtitle{text-transform:uppercase;color:#000;font-weight:300;font-size:3rem}@media (max-width: 1400px){#galerie-inner #galerie-references-subtitle .subtitle{font-size:2.6rem}}@media (max-width: 1300px){#galerie-inner #galerie-references-subtitle .subtitle{font-size:2.4rem}}@media (max-width: 1024px){#galerie-inner #galerie-references-subtitle .subtitle{font-size:2rem}}@media (max-width: 768px){#galerie-inner #galerie-references-subtitle .subtitle{font-size:1.8rem}}@media (max-width: 480px){#galerie-inner #galerie-references-subtitle .subtitle{font-size:1.4rem}}@media (max-width: 375px){#galerie-inner #galerie-references-subtitle .subtitle{font-size:1.2rem}}#galerie-inner .royalSlider{width:100%;height:600px;margin-top:100px;margin-bottom:100px}@media (max-width: 1500px){#galerie-inner .royalSlider{height:450px;margin-top:60px;margin-bottom:60px}}@media (max-width: 1400px){#galerie-inner .royalSlider{height:400px;margin-top:40px;margin-bottom:40px}}@media (max-width: 1024px){#galerie-inner .royalSlider{height:300px}}@media (max-width: 480px){#galerie-inner .royalSlider{height:200px}}#galerie-inner .royalSlider h4{color:#fff;text-transform:uppercase;text-shadow:-2px 4px 20px rgba(58, 58, 58, 0.6);font-size:5rem;font-weight:900;border-top:3px solid #fff;position:absolute;top:30px;width:65%;left:10%}@media (max-width: 1400px){#galerie-inner .royalSlider h4{font-size:4rem}}#galerie-inner .royalSlider .rsArrow{position:absolute;top:0;bottom:0;height:100%;width:44px;display:block;cursor:pointer;z-index:21}#galerie-inner .royalSlider .rsArrowIcn{height:100%}#galerie-inner .royalSlider .rsArrowLeft{left:20%}@media (max-width: 480px){#galerie-inner .royalSlider .rsArrowLeft{left:5%}}#galerie-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{content:'\f104';font-family:Font Awesome\ 5 Pro;width:60px;height:80px;display:block;font-size:8rem;color:#fff;position:absolute;top:40%;text-shadow:-1px 2px 6px rgba(58, 58, 58, 0.6)}@media (max-width: 1600px){#galerie-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:7em}}@media (max-width: 1500px){#galerie-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:6.5rem}}@media (max-width: 1400px){#galerie-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:6rem}}@media (max-width: 768px){#galerie-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:5rem}}@media (max-width: 480px){#galerie-inner .royalSlider .rsArrowLeft .rsArrowIcn:after{font-size:3rem}}#galerie-inner .royalSlider .rsArrowRight{right:20%}@media (max-width: 480px){#galerie-inner .royalSlider .rsArrowRight{right:5%}}#galerie-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-family:Font Awesome\ 5 Pro;content:'\f105';width:60px;height:80px;display:block;font-size:8rem;color:#fff;position:absolute;top:40%;text-shadow:-1px 2px 6px rgba(58, 58, 58, 0.6)}@media (max-width: 1600px){#galerie-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:7em}}@media (max-width: 1500px){#galerie-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:6.5rem}}@media (max-width: 1400px){#galerie-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:6rem}}@media (max-width: 768px){#galerie-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:5rem}}@media (max-width: 480px){#galerie-inner .royalSlider .rsArrowRight .rsArrowIcn:after{font-size:3rem}}#galerie-inner .royalSlider .rsThumbsContainer{width:100% !important;text-align:center}#galerie-inner .royalSlider .rsSlide{-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(0.6);-moz-transform:scale(0.6);-ms-transform:scale(0.6);-o-transform:scale(0.6);transform:scale(0.6)}#galerie-inner .royalSlider .rsActiveSlide{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.refsem #ref-footer-inner .btn-footer{border:2px solid #14a0de;background-color:#14a0de}.refsem #ref-footer-inner .btn-footer:hover{color:#14a0de}#refenmarge p a{color:#c3c}#refenmarge p a:hover{color:#7a1f7a}#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge.jpg');background-repeat:no-repeat;background-position:50% 0;background-size:cover;position:relative}@media (max-width: 1600px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-1600.jpg')}}@media (max-width: 1500px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-1500.jpg')}}@media (max-width: 1400px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-1400.jpg')}}@media (max-width: 1300px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-1300.jpg')}}@media (max-width: 1024px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-1024.jpg')}}@media (max-width: 768px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-768.jpg')}}@media (max-width: 480px){#refenmarge-top{background-image:url('../../img/refs/enmarge/enmarge-480.jpg')}}#refenmarge-top-inner .side{background-color:rgba(255, 255, 255, 0.7);min-height:950px}@media (max-width: 1600px){#refenmarge-top-inner .side{min-height:780px}}@media (max-width: 1400px){#refenmarge-top-inner .side{min-height:660px}}@media (max-width: 1024px){#refenmarge-top-inner .side{min-height:650px}}@media (max-width: 750px){#refenmarge-top-inner .side{min-height:440px}}@media (max-width: 480px){#refenmarge-top-inner .side{min-height:340px}}#refenmarge-top-inner .side-inner{padding:0 130px;text-align:center;margin:48% auto 0}@media (max-width: 1600px){#refenmarge-top-inner .side-inner{margin:46% auto 0;padding:0 100px}}@media (max-width: 1500px){#refenmarge-top-inner .side-inner{margin:44% auto 0;padding:0 80px}}@media (max-width: 1400px){#refenmarge-top-inner .side-inner{margin:30% auto 0;padding:0 60px}}@media (max-width: 1024px){#refenmarge-top-inner .side-inner{margin:20% auto 0;padding:0 30px}}@media (max-width: 768px){#refenmarge-top-inner .side-inner{padding:0 15px;margin:24% auto 0}}@media (max-width: 480px){#refenmarge-top-inner .side-inner{margin:15% auto 0}}#refenmarge-top-inner .side-inner h1{text-transform:uppercase;font-weight:900;margin-bottom:60px;font-size:4rem}@media (max-width: 1500px){#refenmarge-top-inner .side-inner h1{font-size:3.8rem}}@media (max-width: 1400px){#refenmarge-top-inner .side-inner h1{font-size:3.6rem}}@media (max-width: 1024px){#refenmarge-top-inner .side-inner h1{font-size:3rem;margin-bottom:40px}}@media (max-width: 768px){#refenmarge-top-inner .side-inner h1{font-size:2.6rem;margin-bottom:20px}}@media (max-width: 750px){#refenmarge-top-inner .side-inner h1{font-size:2.4rem}}#refenmarge-top-inner .side-inner h3{font-weight:700;margin-bottom:20px;text-align:left}@media (max-width: 1024px){#refenmarge-top-inner .side-inner h3{font-size:1.6rem}}@media (max-width: 768px){#refenmarge-top-inner .side-inner h3{font-size:1.4rem}}@media (max-width: 750px){#refenmarge-top-inner .side-inner h3{font-size:1.2rem}}#refenmarge-top-inner .side-inner p{text-align:left}@media (max-width: 1024px){#refenmarge-top-inner .side-inner p{font-size:1.3rem}}@media (max-width: 750px){#refenmarge-top-inner .side-inner p{font-size:1rem}}#refenmarge-rea-inner{padding:80px 0}@media (max-width: 1500px){#refenmarge-rea-inner{padding:60px 0}}@media (max-width: 1400px){#refenmarge-rea-inner{padding:40px 0}}@media (max-width: 768px){#refenmarge-rea-inner{padding:20px 0 0}}#refenmarge-rea-inner img{max-width:100%}#refenmarge-rea-inner h2{text-transform:uppercase;font-size:4rem;font-weight:900;margin-bottom:40px}@media (max-width: 1500px){#refenmarge-rea-inner h2{font-size:3.6rem}}@media (max-width: 1400px){#refenmarge-rea-inner h2{font-size:3.2rem}}@media (max-width: 1300px){#refenmarge-rea-inner h2{font-size:3rem;margin-bottom:30px}}@media (max-width: 1024px){#refenmarge-rea-inner h2{font-size:2.4rem;margin-bottom:20px}}@media (max-width: 768px){#refenmarge-rea-inner h2{font-size:1.8rem;margin-bottom:10px}}@media (max-width: 750px){#refenmarge-rea-inner h2{font-size:1.6rem}}@media (max-width: 480px){#refenmarge-rea-inner h2{margin-top:15px}}#refenmarge-rea-inner h2:before{content:url('../../img/refs/sem/rect-black.png');vertical-align:sub;margin-right:15px}@media (max-width: 1024px){#refenmarge-rea-inner h2:before{content:url('../../img/refs/sem/rect-black-30.png');vertical-align:inherit}}@media (max-width: 1024px){#refenmarge-rea-inner p{font-size:1.2rem}}#refenmarge-rea-inner .btn-enmarge{color:#000;border-color:#000;font-weight:700;transition:0.4s all ease;margin-top:60px}@media (max-width: 1300px){#refenmarge-rea-inner .btn-enmarge{margin-top:40px}}@media (max-width: 768px){#refenmarge-rea-inner .btn-enmarge{margin-top:15px}}#refenmarge-rea-inner .btn-enmarge:hover{color:#fff;background-color:#000;transition:0.4s all ease}#chiffres-wrapper:after{content:' ';background-color:#000;width:300px;height:1px;display:block;margin:40px auto}#chiffres-wrapper-inner{background-image:url('../../img/refs/enmarge/image-bandeau.jpg');background-repeat:no-repeat;background-size:cover}#chiffres-wrapper-inner .left{background-color:rgba(0, 0, 0, 0.7);padding:180px 0;text-align:center;color:#fff;text-transform:uppercase;font-size:1.8rem}@media (max-width: 1400px){#chiffres-wrapper-inner .left{font-size:1.6rem}}@media (max-width: 1300px){#chiffres-wrapper-inner .left{padding:160px 0}}@media (max-width: 1024px){#chiffres-wrapper-inner .left{font-size:1.4rem;padding:130px 0}}@media (max-width: 768px){#chiffres-wrapper-inner .left{padding:50px 0}}@media (max-width: 750px){#chiffres-wrapper-inner .left{padding:30px 0}}#chiffres-wrapper-inner .left img{margin-bottom:20px}#chiffres.refenmarge-chiffres .chiffres-blocs{position:relative;top:inherit;padding-top:60px}@media (max-width: 1300px){#chiffres.refenmarge-chiffres .chiffres-blocs{padding-top:30px}}#chiffres.refenmarge-chiffres .chiffres-blocs:after{display:none}#chiffres.refenmarge-chiffres .chiffres-bloc h4{font-size:1.6rem;color:#fff}@media (max-width: 1400px){#chiffres.refenmarge-chiffres .chiffres-bloc h4{font-size:1.4rem;margin:20px 0}}@media (max-width: 1024px){#chiffres.refenmarge-chiffres .chiffres-bloc h4{font-size:1.2rem}}@media (max-width: 768px){#chiffres.refenmarge-chiffres .chiffres-bloc h4{font-size:1rem}}#chiffres.refenmarge-chiffres .chiffres-bloc h4:before{content:url('../../img/chiffres/arrow-right-pink.png')}#chiffres.refenmarge-chiffres .chiffres-bloc p{color:#fff;font-size:1.4rem}@media (max-width: 1400px){#chiffres.refenmarge-chiffres .chiffres-bloc p{font-size:1.3rem}}@media (max-width: 1024px){#chiffres.refenmarge-chiffres .chiffres-bloc p{font-size:1.2rem}}@media (max-width: 768px){#chiffres.refenmarge-chiffres .chiffres-bloc p{font-size:1rem}}#chiffres.refenmarge-chiffres .chiffre-1.isVisible .progress-right .progress-bar,#chiffres.refenmarge-chiffres .chiffre-2.isVisible .progress-right .progress-bar,#chiffres.refenmarge-chiffres .chiffre-3.isVisible .progress-right .progress-bar{animation:loading-1 1.8s linear forwards}#chiffres.refenmarge-chiffres .chiffre-1.isVisible .progress-left .progress-bar{animation:loading-2 1.5s linear forwards 1.8s}#chiffres.refenmarge-chiffres .chiffre-2.isVisible .progress-left .progress-bar{animation:loading-2 1.2s linear forwards 1.8s}#chiffres.refenmarge-chiffres .chiffre-3.isVisible .progress-left .progress-bar{animation:loading-3 1.2s linear forwards 1.8s}#chiffres.refenmarge-chiffres .progress .progress-bar{border-color:#c3c}#chiffres.refenmarge-chiffres .progress-value{color:#c3c}#refenmarge-solution-inner{background-image:url('../../img/refs/enmarge/solution.jpg');background-repeat:no-repeat;background-size:contain;background-position:0 0;position:relative}@media (max-width: 1300px){#refenmarge-solution-inner{background-image:url('../../img/refs/enmarge/solution-700.jpg')}}#refenmarge-solution-inner .solution-text{background-color:rgba(0, 0, 0, 0.7);color:#fff;position:relative;padding:220px 220px 220px 100px;min-height:760px}@media (max-width: 1600px){#refenmarge-solution-inner .solution-text{min-height:700px;padding:220px 220px 180px 100px}}@media (max-width: 1500px){#refenmarge-solution-inner .solution-text{min-height:600px;padding:220px 160px 80px 100px}}@media (max-width: 1400px){#refenmarge-solution-inner .solution-text{min-height:540px;padding:200px 130px 50px 100px}}@media (max-width: 1300px){#refenmarge-solution-inner .solution-text{min-height:480px;padding:160px 130px 30px 100px}}@media (max-width: 1024px){#refenmarge-solution-inner .solution-text{min-height:480px;padding:120px 80px 30px 60px}}@media (max-width: 768px){#refenmarge-solution-inner .solution-text{min-height:440px;padding:100px 40px 10px 30px}}#refenmarge-solution-inner .solution-text.isVisible h2{right:-20px;transition:all 0.8s ease}@media (max-width: 768px){#refenmarge-solution-inner .solution-text.isVisible h2{right:0}}#refenmarge-solution-inner .solution-text h2{text-transform:uppercase;font-size:3.6rem;font-weight:900;position:absolute;right:-1900px;transition:all 0.8s ease;border-bottom:6px solid #fff;box-shadow:2px 8px 10px rgba(58, 58, 58, 0.6);text-shadow:2px 8px 10px rgba(58, 58, 58, 0.6);top:80px;width:92.5%;padding-bottom:10px}@media (max-width: 1500px){#refenmarge-solution-inner .solution-text h2{font-size:3rem}}@media (max-width: 1400px){#refenmarge-solution-inner .solution-text h2{top:60px;font-size:2.8rem}}@media (max-width: 1024px){#refenmarge-solution-inner .solution-text h2{font-size:2rem;top:40px}}@media (max-width: 768px){#refenmarge-solution-inner .solution-text h2{font-size:1.6rem;top:30px}}@media (max-width: 375px){#refenmarge-solution-inner .solution-text h2{font-size:1.4rem}}#refenmarge-solution-inner .solution-text p{font-weight:300;margin-bottom:20px;text-align:justify}@media (max-width: 1024px){#refenmarge-solution-inner .solution-text p{font-size:1.3rem}}#refenmarge-solution-inner .img-deco{position:absolute;bottom:40px;left:40px}@media (max-width: 768px){#refenmarge-solution-inner .img-deco{bottom:20px;left:20px}}#refenmarge-services-inner{text-align:center;padding-top:100px}@media (max-width: 1400px){#refenmarge-services-inner{padding-top:60px}}@media (max-width: 768px){#refenmarge-services-inner{padding-top:30px}}#refenmarge-services-inner h2{text-transform:uppercase;font-weight:900;font-size:3.8rem}@media (max-width: 1500px){#refenmarge-services-inner h2{font-size:3.2rem}}@media (max-width: 1400px){#refenmarge-services-inner h2{font-size:3rem}}@media (max-width: 1024px){#refenmarge-services-inner h2{font-size:2.4rem}}@media (max-width: 480px){#refenmarge-services-inner h2{font-size:1.6rem}}#refenmarge-services-inner h3{font-weight:300;text-transform:uppercase;margin-bottom:100px}@media (max-width: 1400px){#refenmarge-services-inner h3{margin-bottom:60px}}@media (max-width: 1024px){#refenmarge-services-inner h3{font-size:1.4rem}}@media (max-width: 480px){#refenmarge-services-inner h3{font-size:1.2rem}}#refenmarge-services-inner .line{width:300px;height:2px;background-color:#000;margin:20px auto 20px}#refenmarge-services-inner h4{font-size:1.8rem;color:#c3c;font-weight:900;text-transform:uppercase;margin-bottom:80px}@media (max-width: 1400px){#refenmarge-services-inner h4{font-size:1.6rem}}@media (max-width: 1300px){#refenmarge-services-inner h4{font-size:1.4rem}}@media (max-width: 1024px){#refenmarge-services-inner h4{font-size:1rem}}@media (max-width: 768px){#refenmarge-services-inner h4{margin-bottom:20px;font-size:1.4rem}}@media (max-width: 750px){#refenmarge-services-inner h4{font-size:1.2rem}}#refenmarge-services-inner h4:before{content:url('../../img/chiffres/arrow-right-pink.png');margin-right:10px}#refenmarge-services-inner .service-img-bg{background-image:url('../../img/refs/enmarge/img-bg.jpg');background-position:0 70px;background-repeat:no-repeat;padding-bottom:30px}@media (max-width: 768px){#refenmarge-services-inner .service-img-bg{background-position:0 40px;padding-bottom:0}}@media (max-width: 480px){#refenmarge-services-inner .service-img-bg{background-position:0 0;background-size:cover}}#refenmarge-services-inner .service-img-bg .col-sm-4:last-child .text-wrapper:after{display:none}#refenmarge-services-inner .text-wrapper{padding:0 40px;position:relative}@media (max-width: 1400px){#refenmarge-services-inner .text-wrapper{padding:0 30px}}@media (max-width: 1300px){#refenmarge-services-inner .text-wrapper{padding:0 20px}}@media (max-width: 1024px){#refenmarge-services-inner .text-wrapper{padding:0 10px}}#refenmarge-services-inner .text-wrapper:after{content:' ';height:120px;width:1px;background-color:#fff;position:absolute;top:20%;right:-15px}#refenmarge-services-inner .text-wrapper p{text-align:justify;color:#fff;font-weight:300}@media (max-width: 1024px){#refenmarge-services-inner .text-wrapper p{font-size:1.2rem}}#refenmarge-testimonials-inner{padding:100px 0 80px}@media (max-width: 1600px){#refenmarge-testimonials-inner{padding:80px 0 60px}}@media (max-width: 1400px){#refenmarge-testimonials-inner{padding:60px 0 40px}}@media (max-width: 1300px){#refenmarge-testimonials-inner{padding:50px 0 20px}}@media (max-width: 768px){#refenmarge-testimonials-inner{padding:30px 0 20px}}#refenmarge-testimonials-inner .some-text{padding-bottom:80px}@media (max-width: 1500px){#refenmarge-testimonials-inner .some-text{padding-bottom:40px}}@media (max-width: 1024px){#refenmarge-testimonials-inner .some-text{padding-bottom:20px}}#refenmarge-testimonials-inner .testimage{background-image:url('../../img/refs/enmarge/testimage.jpg');background-repeat:no-repeat;background-size:cover;padding:40px}@media (max-width: 480px){#refenmarge-testimonials-inner .testimage{padding:20px}}#refenmarge-testimonials-inner .testimage .testimage-inner{background-color:rgba(0, 0, 0, 0.7);color:#fff;padding:40px}@media (max-width: 1024px){#refenmarge-testimonials-inner .testimage .testimage-inner{padding:10px}}#refenmarge-testimonials-inner .testimage .testimonial{padding-top:40px}@media (max-width: 768px){#refenmarge-testimonials-inner .testimage .testimonial{padding-top:20px}}#refenmarge-testimonials-inner .testimage .testimonial p{font-weight:700;font-style:italic;text-align:justify}@media (max-width: 1300px){#refenmarge-testimonials-inner .testimage .testimonial p{font-size:1.2rem}}@media (max-width: 1024px){#refenmarge-testimonials-inner .testimage .testimonial p{font-size:1rem}}@media (max-width: 768px){#refenmarge-testimonials-inner .testimage .testimonial p{font-size:1.2rem}}@media (max-width: 480px){#refenmarge-testimonials-inner .testimage .testimonial p{font-size:1rem}}#refenmarge-testimonials-inner .testimage .testimonial .author{margin-top:40px;font-weight:300;font-style:normal}#refenmarge-testimonials-inner .testimage .testimonial .author span{font-style:italic}#refenmarge-testimonials-inner .testimage .img-right{position:relative}#refenmarge-testimonials-inner .testimage .img-right img{position:absolute;bottom:0;left:0;max-width:100%}#refenmarge-testimonials-inner .testimage .img-left img{position:absolute;top:0;left:0;max-width:100%}.refenmarge #ref-footer-inner .btn-footer{border:2px solid #c3c;background-color:#c3c}.refenmarge #ref-footer-inner .btn-footer:hover{color:#c3c}#refactia p a{color:#004f8a}#refactia p a:hover{color:#001524}#refactia-top{min-height:950px;background-image:url('../../img/refs/actia/actia.jpg');background-repeat:no-repeat;background-size:cover}@media (max-width: 1600px){#refactia-top{background-image:url('../../img/refs/actia/actia-1600.jpg');min-height:780px}}@media (max-width: 1500px){#refactia-top{background-image:url('../../img/refs/actia/actia-1500.jpg')}}@media (max-width: 1400px){#refactia-top{background-image:url('../../img/refs/actia/actia-1400.jpg');min-height:650px}}@media (max-width: 1300px){#refactia-top{background-image:url('../../img/refs/actia/actia-1300.jpg')}}@media (max-width: 1024px){#refactia-top{background-image:url('../../img/refs/actia/actia-1024.jpg')}}@media (max-width: 768px){#refactia-top{background-image:url('../../img/refs/actia/actia-768.jpg')}}@media (max-width: 750px){#refactia-top{min-height:420px}}@media (max-width: 480px){#refactia-top{background-image:url('../../img/refs/actia/actia-480.jpg')}}#refactia-top-inner{padding:280px 0 0}@media (max-width: 1600px){#refactia-top-inner{padding:160px 0 0}}@media (max-width: 1400px){#refactia-top-inner{padding:120px 0 0}}@media (max-width: 750px){#refactia-top-inner{padding:80px 0 0}}#refactia-top-inner .side{background-color:rgba(0, 0, 0, 0.8);color:#fff;padding:80px 0}@media (max-width: 1400px){#refactia-top-inner .side{padding:40px 0}}@media (max-width: 750px){#refactia-top-inner .side{padding:20px}}#refactia-top-inner .side h1{text-align:center;text-transform:uppercase;font-weight:900;color:#fff;margin-bottom:60px;font-size:4rem}@media (max-width: 1600px){#refactia-top-inner .side h1{margin-bottom:40px}}@media (max-width: 1500px){#refactia-top-inner .side h1{font-size:3.8rem;margin-bottom:20px}}@media (max-width: 1400px){#refactia-top-inner .side h1{font-size:3.6rem;margin-bottom:15px}}@media (max-width: 1024px){#refactia-top-inner .side h1{font-size:2.8rem;margin-bottom:10px}}@media (max-width: 768px){#refactia-top-inner .side h1{font-size:2.6rem;margin-bottom:20px}}@media (max-width: 750px){#refactia-top-inner .side h1{font-size:2.4rem}}#refactia-top-inner .side h3{font-weight:700;font-size:2.8rem;margin-bottom:40px}@media (max-width: 1600px){#refactia-top-inner .side h3{margin-bottom:30px}}@media (max-width: 1500px){#refactia-top-inner .side h3{font-size:2.6rem}}@media (max-width: 1400px){#refactia-top-inner .side h3{font-size:2.4rem}}@media (max-width: 1300px){#refactia-top-inner .side h3{font-size:2rem}}@media (max-width: 1024px){#refactia-top-inner .side h3{font-size:1.8rem}}@media (max-width: 768px){#refactia-top-inner .side h3{font-size:1.6rem}}@media (max-width: 480px){#refactia-top-inner .side h3{font-size:1.4rem}}#refactia-top-inner .side p{font-weight:300;text-align:justify}@media (max-width: 750px){#refactia-top-inner .side p{font-size:1.2rem}}#refactia-top-inner .line-1,#refactia-top-inner .line-2{padding:15px;background-color:rgba(0, 0, 0, 0.8);margin-top:15px}#actia-connect-inner{padding:60px 0 40px}@media (max-width: 750px){#actia-connect-inner{padding:40px 0 30px}}#actia-connect-inner h2{font-size:4rem;font-weight:700;text-transform:uppercase;margin-bottom:40px;text-align:center}@media (max-width: 1500px){#actia-connect-inner h2{font-size:3.6rem}}@media (max-width: 1400px){#actia-connect-inner h2{font-size:3.2rem}}@media (max-width: 1300px){#actia-connect-inner h2{font-size:2.6rem}}@media (max-width: 480px){#actia-connect-inner h2{font-size:2rem}}@media (max-width: 375px){#actia-connect-inner h2{font-size:1.6rem}}#actia-connect-inner h2:before{content:url('../../img/developpement/rect-angle-right-big.png');margin-right:10px}#actia-connect-inner .zone{margin-top:60px}#actia-connect-inner .zone-left{padding-top:120px;text-align:justify}@media (max-width: 480px){#actia-connect-inner .zone-left{padding-top:0}}#actia-connect-inner .btn-actia{border-color:#000;color:#000;text-align:center;transition:all 0.4s ease}#actia-connect-inner .btn-actia:hover{background-color:#000;color:#fff;transition:all 0.4s ease}#actia-connect-inner img{max-width:100%}#chiffres.refactia-chiffres{padding:40px 0;margin-bottom:100px}@media (max-width: 1300px){#chiffres.refactia-chiffres{margin-bottom:60px}}@media (max-width: 750px){#chiffres.refactia-chiffres{margin-bottom:30px}}#chiffres.refactia-chiffres .chiffres-blocs{position:relative;background-image:url('../../img/refs/actia/image-bandeau-actia.jpg');background-repeat:no-repeat;background-size:cover;padding:40px 0}#chiffres.refactia-chiffres .chiffres-blocs:after{display:none}#refactia-outils{margin-top:60px}@media (max-width: 1300px){#refactia-outils{margin-top:30px}}#refactia-outils-inner{background-image:url('../../img/refs/actia/actia-side.jpg');background-repeat:no-repeat;background-size:contain;padding:80px 0;position:relative}@media (max-width: 1300px){#refactia-outils-inner{background-image:url('../../img/refs/actia/actia-side-700.jpg');padding:80px 0 0}}@media (max-width: 1024px){#refactia-outils-inner{background-image:url('../../img/refs/actia/actia-side-600.jpg')}}@media (max-width: 768px){#refactia-outils-inner{background-image:url('../../img/refs/actia/actia-side-500.jpg')}}@media (max-width: 480px){#refactia-outils-inner{padding:0}}#refactia-outils-inner.isVisible h2{right:-20px}@media (max-width: 480px){#refactia-outils-inner.isVisible h2{right:0}}#refactia-outils-inner h2{position:absolute;top:120px;right:-1900px;text-transform:uppercase;font-weight:900;font-size:4rem;width:75%;color:#fff;border-bottom:6px solid #fff;box-shadow:2px 7px 10px rgba(58, 58, 58, 0.6);text-shadow:2px 7px 10px rgba(58, 58, 58, 0.6);z-index:99}@media (max-width: 1500px){#refactia-outils-inner h2{font-size:3.6rem}}@media (max-width: 1400px){#refactia-outils-inner h2{font-size:3.2rem}}@media (max-width: 1300px){#refactia-outils-inner h2{font-size:2.6rem}}@media (max-width: 1024px){#refactia-outils-inner h2{font-size:2.2rem;top:100px}}@media (max-width: 480px){#refactia-outils-inner h2{font-size:1.8rem;top:20px;width:90%}}@media (max-width: 375px){#refactia-outils-inner h2{font-size:1.6rem}}#refactia-outils-inner .side-right{background-color:rgba(0, 0, 0, 0.7);padding:160px 60px 20px;margin-bottom:100px}@media (max-width: 1300px){#refactia-outils-inner .side-right{margin-bottom:40px}}@media (max-width: 1024px){#refactia-outils-inner .side-right{padding:110px 40px 0}}@media (max-width: 480px){#refactia-outils-inner .side-right{padding:90px 10px 0}}#refactia-outils-inner .side-right h4{color:#fff}#refactia-outils-inner .side-right p{color:#fff;font-weight:300;text-align:justify}@media (max-width: 480px){#refactia-outils-inner .side-right p{font-size:1rem}}#refactia-outils-inner .side-right > div{margin-bottom:150px}@media (max-width: 1300px){#refactia-outils-inner .side-right > div{margin-bottom:110px}}@media (max-width: 1024px){#refactia-outils-inner .side-right > div{margin-bottom:30px}}@media (max-width: 480px){#refactia-outils-inner .side-right > div{margin-bottom:10px}}#refactia-outils-inner .side-right img{max-width:100%}#refactia-outils-inner .img-deco{position:absolute;bottom:40px;left:40px}#refactia-fonctionnement-inner{text-align:center;padding-top:200px}@media (max-width: 1500px){#refactia-fonctionnement-inner{padding-top:140px}}@media (max-width: 1300px){#refactia-fonctionnement-inner{padding-top:100px}}@media (max-width: 1024px){#refactia-fonctionnement-inner{padding-top:80px}}@media (max-width: 480px){#refactia-fonctionnement-inner{padding-top:40px}}@media (max-width: 375px){#refactia-fonctionnement-inner{padding-top:0}}#refactia-fonctionnement-inner h2{text-transform:uppercase;font-weight:900;font-size:3.8rem}@media (max-width: 1500px){#refactia-fonctionnement-inner h2{font-size:3.6rem}}@media (max-width: 1400px){#refactia-fonctionnement-inner h2{font-size:3.2rem}}@media (max-width: 1300px){#refactia-fonctionnement-inner h2{font-size:2.6rem}}@media (max-width: 480px){#refactia-fonctionnement-inner h2{font-size:2rem}}@media (max-width: 375px){#refactia-fonctionnement-inner h2{font-size:1.6rem}}#refactia-fonctionnement-inner h3{font-weight:300;text-transform:uppercase;margin-bottom:100px}@media (max-width: 1300px){#refactia-fonctionnement-inner h3{font-size:1.6rem}}@media (max-width: 1024px){#refactia-fonctionnement-inner h3{font-size:1.4rem;margin-bottom:70px}}@media (max-width: 480px){#refactia-fonctionnement-inner h3{margin-bottom:40px}}#refactia-fonctionnement-inner .line{width:300px;height:2px;background-color:#000;margin:20px auto 20px}#refactia-fonctionnement-inner .center-zone{background-color:#cfcdce;padding-bottom:280px}@media (max-width: 750px){#refactia-fonctionnement-inner .center-zone{padding-bottom:230px}}#refactia-fonctionnement-inner .center-zone-inner{text-align:center;padding-top:160px;background-image:url('../../img/refs/actia/phare.jpg');background-repeat:no-repeat}@media (max-width: 1024px){#refactia-fonctionnement-inner .center-zone-inner{padding-top:100px}}@media (max-width: 480px){#refactia-fonctionnement-inner .center-zone-inner{padding-top:40px;background-size:cover}}#refactia-fonctionnement-inner .center-zone-inner h3{margin-bottom:40px;color:#fff}#refactia-fonctionnement-inner .center-zone-inner img{display:block;margin:30px auto 0}@media (max-width: 480px){#refactia-fonctionnement-inner .center-zone-inner img{max-width:30px}}#refactia-fonctionnement-inner .center-zone-inner .text{padding:40px;font-weight:300;text-align:justify}@media (max-width: 768px){#refactia-fonctionnement-inner .center-zone-inner .text{padding:5px}}@media (max-width: 750px){#refactia-fonctionnement-inner .center-zone-inner .text{font-size:1.2rem}}@media (max-width: 480px){#refactia-fonctionnement-inner .center-zone-inner .text{color:#fff}}#refactia-testimonials{position:relative}#refactia-testimonials-inner{margin:-220px 0 150px}@media (max-width: 1600px){#refactia-testimonials-inner{margin:-220px 0 80px}}@media (max-width: 1024px){#refactia-testimonials-inner{margin:-220px 0 40px}}#refactia-testimonials-inner .bg{background-image:url('../../img/refs/actia/compteur.jpg');padding:60px 0 40px;background-repeat:no-repeat;background-size:cover;background-position:50% 0;color:#fff}@media (max-width: 1500px){#refactia-testimonials-inner .bg{padding:40px 0 40px}}@media (max-width: 1400px){#refactia-testimonials-inner .bg{padding:40px 0 30px}}@media (max-width: 1024px){#refactia-testimonials-inner .bg{padding:20px 0 15px}}#refactia-testimonials-inner .img-left{text-align:right}#refactia-testimonials-inner .img-left img{max-width:100%;position:absolute;top:0;right:0}#refactia-testimonials-inner .testimonial{color:#fff;font-size:1.8rem;padding:40px 0 20px;text-align:justify}@media (max-width: 1300px){#refactia-testimonials-inner .testimonial{font-size:1.6rem}}@media (max-width: 1024px){#refactia-testimonials-inner .testimonial{font-size:1.4rem}}@media (max-width: 480px){#refactia-testimonials-inner .testimonial{font-size:1.2rem}}#refactia-testimonials-inner .author{font-weight:300;margin-top:80px}@media (max-width: 768px){#refactia-testimonials-inner .author{margin-top:40px}}#refactia-testimonials-inner .author span{font-style:italic}#refactia-testimonials-inner .img-right img{margin-top:160px;max-width:100%;position:absolute;bottom:0;left:0}.refactia #ref-footer-inner .btn-footer{border:2px solid #000;background-color:#000}.refactia #ref-footer-inner .btn-footer:hover{color:#004f8a;border-color:#004f8a}html{height:100%;min-height:100%}body{font-family:lato, "Helvetica Neue", Arial, sans-serif;font-size:1.4rem;line-height:1.3;height:100%;min-height:100%;position:relative;color:#000}a:hover{text-decoration:none}h3.thin{font-weight:100;font-size:100px}@media (max-width: 1600px){h3.thin{font-size:80px}}@media (max-width: 1300px){h3.thin{font-size:70px}}@media (max-width: 1024px){h3.thin{font-size:60px}}@media (max-width: 768px){h3.thin{font-size:50px}}@media (max-width: 480px){h3.thin{font-size:28px}}@media (max-width: 375px){h3.thin{font-size:24px}}.ttu{text-transform:uppercase}.button-white{color:#fff;text-transform:uppercase;padding:10px 20px;border:4px solid #fff;border-radius:30px;display:block;margin:0 auto;max-width:200px;font-weight:700;font-size:1.2rem}@media (max-width: 1024px){.button-white{font-size:1rem;max-width:180px}}@media (max-width: 768px){.button-white{font-size:1rem;max-width:140px;padding:6px 15px;border:2px solid #fff}}.btn-border-white{border:3px solid #fff;text-transform:uppercase;color:#fff;border-radius:30px;padding:10px 30px;font-weight:700;transition:all 0.3s;display:block;margin:30px auto;max-width:234px}.btn-border-white:hover{color:#000;border-color:#000;transition:all 0.3s}.inner-logo{position:fixed;top:40px;left:40px;z-index:99991}@media (max-width: 1300px){.inner-logo{top:30px;left:30px}}@media (max-width: 768px){.inner-logo{top:20px;left:20px}}@media (max-width: 480px){.inner-logo{top:5px;left:5px}}#main{overflow:hidden;position:relative}body #back-to-top{z-index:9999;width:150px;height:150px;display:inline-block;text-align:center;background-repeat:no-repeat;background-image:url('../../img/to-top.png');margin-top:30px}@media (max-width: 1400px){body #back-to-top{width:50px;height:46px;background-size:contain;background-image:url('../../img/to-top-100.png')}}@media (max-width: 1024px){body #back-to-top{width:50px;height:46px;background-size:contain;background-image:url('../../img/to-top-60.png')}}@media (max-width: 768px){body #back-to-top{margin-top:10px}}body #back-to-top .fa{color:#fff}.top-header{min-height:900px;width:100%;background-repeat:no-repeat;background-position:50% 0;background-size:cover}@media (max-width: 1500px){.top-header{min-height:680px}}@media (max-width: 1300px){.top-header{min-height:590px}}@media (max-width: 768px){.top-header{min-height:500px}}.top-header-inner{position:absolute;top:180px;left:0;right:0}@media (max-width: 1500px){.top-header-inner{top:160px}}@media (max-width: 1300px){.top-header-inner{top:110px}}@media (max-width: 768px){.top-header-inner{top:80px}}@media (max-width: 750px){.top-header-inner{top:60px}}.top-header-inner h1{color:#fff;text-transform:uppercase;font-weight:900;font-size:4.6rem;text-align:center;width:100%;margin-bottom:60px}@media (max-width: 1500px){.top-header-inner h1{font-size:4.2rem;margin-bottom:50px}}@media (max-width: 1300px){.top-header-inner h1{font-size:4rem;margin-bottom:40px}}@media (max-width: 1024px){.top-header-inner h1{font-size:3rem}}@media (max-width: 768px){.top-header-inner h1{font-size:2.4rem;margin-bottom:10px}}@media (max-width: 750px){.top-header-inner h1{font-size:2rem}}@media (max-width: 480px){.top-header-inner h1{font-size:1.6rem}}@media (max-width: 375px){.top-header-inner h1{font-size:1.4rem}}.top-header-inner p{color:#fff;font-weight:300}@media (max-width: 1300px){.top-header-inner p{font-size:1.3rem}}@media (max-width: 768px){.top-header-inner p{font-size:1.2rem}}@media (max-width: 750px){.top-header-inner p{font-size:1rem}}@media (max-width: 480px){.top-header-inner p{font-size:1rem}}@media (max-width: 375px){.top-header-inner p{font-size:0.9rem}}.banners{padding:80px 0}@media (max-width: 1300px){.banners{padding:60px 0}}@media (max-width: 768px){.banners{padding:40px 0}}@media (max-width: 480px){.banners{padding:30px 0}}.banners-inner{text-align:center}.banners-inner h2{text-transform:uppercase;font-weight:900;margin-bottom:20px;font-size:4rem;color:#fff}@media (max-width: 1300px){.banners-inner h2{font-size:3.6rem}}@media (max-width: 1024px){.banners-inner h2{font-size:3rem}}@media (max-width: 768px){.banners-inner h2{font-size:2.4rem}}@media (max-width: 480px){.banners-inner h2{font-size:1.6rem}}.banners-inner h2:after{content:' ';width:340px;height:2px;background-color:#fff;display:block;margin:20px auto 0}.banners-inner h3{font-weight:300;color:#fff;font-size:2.4rem;text-transform:uppercase}@media (max-width: 1300px){.banners-inner h3{font-size:2rem}}@media (max-width: 1024px){.banners-inner h3{font-size:1.8rem}}@media (max-width: 480px){.banners-inner h3{font-size:1.4rem}}.qualites{position:relative;padding:60px 0 400px}@media (max-width: 768px){.qualites{padding:60px 0 250px}}@media (max-width: 480px){.qualites{padding:30px 0 250px}}.qualites .floatting-text{position:absolute;z-index:9;-webkit-animation:fadeImage infinite 15s;animation:fadeImage infinite 15s;clip:rect(2047px, 240px, 0px, 0px)}@media (max-width: 1300px){.qualites .floatting-text{max-width:120px}}@media (max-width: 1024px){.qualites .floatting-text{max-width:100px}}@media (max-width: 768px){.qualites .floatting-text{max-width:70px}}.qualites-1,.qualites-2,.qualites-3{position:relative;padding-bottom:100px;margin-bottom:100px}@media (max-width: 768px){.qualites-1,.qualites-2,.qualites-3{margin-bottom:60px}}.qualites-1 h2,.qualites-2 h2,.qualites-3 h2{position:absolute;font-size:4.6rem;text-transform:uppercase;font-weight:900;z-index:99;font-family:Montserrat, lato, "Helvetica Neue", Arial, sans-serif;padding-top:15px;top:3%}@media (max-width: 1400px){.qualites-1 h2,.qualites-2 h2,.qualites-3 h2{font-size:4rem;padding-top:10px}}@media (max-width: 1300px){.qualites-1 h2,.qualites-2 h2,.qualites-3 h2{font-size:3.6rem}}@media (max-width: 1024px){.qualites-1 h2,.qualites-2 h2,.qualites-3 h2{font-size:3rem}}@media (max-width: 768px){.qualites-1 h2,.qualites-2 h2,.qualites-3 h2{font-size:2.4rem;padding-top:5px}}.qualites-1 .rect,.qualites-2 .rect,.qualites-3 .rect{position:absolute;bottom:10px}.qualites-1 .bloc-text,.qualites-2 .bloc-text,.qualites-3 .bloc-text{position:absolute;bottom:0;background-color:rgba(220, 220, 220, 0.9);max-width:900px;padding:50px 50px 40px;z-index:12}@media (max-width: 1400px){.qualites-1 .bloc-text,.qualites-2 .bloc-text,.qualites-3 .bloc-text{padding:30px 30px 20px}}@media (max-width: 1300px){.qualites-1 .bloc-text,.qualites-2 .bloc-text,.qualites-3 .bloc-text{max-width:660px}}@media (max-width: 1024px){.qualites-1 .bloc-text,.qualites-2 .bloc-text,.qualites-3 .bloc-text{max-width:550px}}@media (max-width: 768px){.qualites-1 .bloc-text,.qualites-2 .bloc-text,.qualites-3 .bloc-text{max-width:450px;padding:15px 15px 10px}}.qualites-1 .bloc-text h3,.qualites-2 .bloc-text h3,.qualites-3 .bloc-text h3{text-transform:uppercase;font-weight:700;margin-bottom:30px;font-size:2.6rem;color:#000}@media (max-width: 1300px){.qualites-1 .bloc-text h3,.qualites-2 .bloc-text h3,.qualites-3 .bloc-text h3{font-size:2rem}}@media (max-width: 1024px){.qualites-1 .bloc-text h3,.qualites-2 .bloc-text h3,.qualites-3 .bloc-text h3{font-size:1.6rem}}@media (max-width: 768px){.qualites-1 .bloc-text h3,.qualites-2 .bloc-text h3,.qualites-3 .bloc-text h3{margin-bottom:15px;font-size:1.4rem}}@media (max-width: 480px){.qualites-1 .bloc-text h3,.qualites-2 .bloc-text h3,.qualites-3 .bloc-text h3{font-size:1.2rem}}.qualites-1 .bloc-text p,.qualites-2 .bloc-text p,.qualites-3 .bloc-text p{font-size:1.2rem}@media (max-width: 480px){.qualites-1 .bloc-text p,.qualites-2 .bloc-text p,.qualites-3 .bloc-text p{font-size:1rem}}.qualites-1 img,.qualites-2 img,.qualites-3 img{max-width:100%}.qualites-1.isVisible h2{left:-10px;transition:all 0.6s ease}.qualites-1.isVisible .bloc-text{right:20%;transition:all 1s ease}.qualites-1 h2{width:45%;left:-1900px;box-shadow:6px 4px 6px rgba(58, 58, 58, 0.6) inset;text-align:right;transition:all 0.6s ease}@media (max-width: 1024px){.qualites-1 h2{width:50%}}@media (max-width: 750px){.qualites-1 h2{width:60%}}@media (max-width: 480px){.qualites-1 h2{width:90%}}.qualites-1 .bloc-text{right:-120%;transition:all 1s ease}.qualites-2.isVisible h2{right:-10px;transition:all 0.6s ease}.qualites-2.isVisible .bloc-text{left:20%;transition:all 1s ease}.qualites-2 h2{width:40%;right:-1900px;box-shadow:-5px 4px 6px rgba(58, 58, 58, 0.6) inset;text-align:left;transition:all 0.6s ease}@media (max-width: 1024px){.qualites-2 h2{width:45%}}@media (max-width: 750px){.qualites-2 h2{width:60%}}@media (max-width: 480px){.qualites-2 h2{width:90%}}.qualites-2 .bloc-text{left:-120%;transition:all 1s ease}.qualites-3.isVisible h2{left:-10px;transition:all 0.6s ease}.qualites-3.isVisible .bloc-text{right:20%;transition:all 1s ease}.qualites-3 h2{width:45%;left:-1900px;box-shadow:6px 4px 6px rgba(58, 58, 58, 0.6) inset;text-align:right;transition:all 0.6s ease}@media (max-width: 1024px){.qualites-3 h2{width:50%}}@media (max-width: 750px){.qualites-3 h2{width:60%}}@media (max-width: 480px){.qualites-3 h2{width:90%}}.qualites-3 .bloc-text{right:-120%;transition:all 1s ease}@-webkit-keyframes "fadeImage"{0%{clip:rect(0px, 240px, 0px, 0px);transform:rotate(0deg);}50%{clip:rect(0px, 240px, 2047px, 0px);transform:rotate(0deg);}99%{clip:rect(2047px, 240px, 2047px, 0px);transform:rotate(0deg);}100%{clip:rect(0px, 240px, 0px, 240px);transform:rotate(0deg);}}@-moz-keyframes fadeImage {0%{clip:rect(0px, 240px, 0px, 0px);transform:rotate(0deg);}50%{clip:rect(0px, 240px, 2047px, 0px);transform:rotate(0deg);}99%{clip:rect(2047px, 240px, 2047px, 0px);transform:rotate(0deg);}100%{clip:rect(0px, 240px, 0px, 240px);transform:rotate(0deg);}}@-ms-keyframes "fadeImage"{0%{clip:rect(0px, 240px, 0px, 0px);transform:rotate(0deg);}50%{clip:rect(0px, 240px, 2047px, 0px);transform:rotate(0deg);}99%{clip:rect(2047px, 240px, 2047px, 0px);transform:rotate(0deg);}100%{clip:rect(0px, 240px, 0px, 240px);transform:rotate(0deg);}}@keyframes "fadeImage"{0%{clip:rect(0px, 240px, 0px, 0px);transform:rotate(0deg);}50%{clip:rect(0px, 240px, 2047px, 0px);transform:rotate(0deg);}99%{clip:rect(2047px, 240px, 2047px, 0px);transform:rotate(0deg);}100%{clip:rect(0px, 240px, 0px, 240px);transform:rotate(0deg);}}.ref-wrapper{padding:150px 0;z-index:9;position:relative}@media (max-width: 1500px){.ref-wrapper{padding:100px 0}}@media (max-width: 1300px){.ref-wrapper{padding:90px 0}}@media (max-width: 1024px){.ref-wrapper{padding:70px 0}}@media (max-width: 768px){.ref-wrapper{padding:40px 0}}.ref-wrapper #section-references{margin:0}.ref-wrapper #section-references-inner{position:relative;padding-top:140px}@media (max-width: 1500px){.ref-wrapper #section-references-inner{padding-top:70px}}@media (max-width: 1300px){.ref-wrapper #section-references-inner{padding-top:60px}}.ref-wrapper #section-references-inner.isVisible #section-references-title{left:0;transition:all 0.4s ease}.ref-wrapper #section-references-inner.isVisible #section-references-subtitle{right:0;transition:all 0.4s ease}.ref-wrapper #section-references-inner #section-references-title{width:60%;border-bottom:3px solid #fff;text-align:right;margin-bottom:15px;left:-100%;top:0;position:absolute;transition:all 0.4s ease}@media (max-width: 1500px){.ref-wrapper #section-references-inner #section-references-title{width:63%}}@media (max-width: 768px){.ref-wrapper #section-references-inner #section-references-title{width:64%}}@media (max-width: 480px){.ref-wrapper #section-references-inner #section-references-title{width:94%}}.ref-wrapper #section-references-inner h3{color:#fff;display:inline-block;margin-bottom:0;font-size:4rem}@media (max-width: 1500px){.ref-wrapper #section-references-inner h3{font-size:3.8rem}}@media (max-width: 1300px){.ref-wrapper #section-references-inner h3{font-size:3.6rem}}@media (max-width: 1024px){.ref-wrapper #section-references-inner h3{font-size:3rem}}@media (max-width: 768px){.ref-wrapper #section-references-inner h3{font-size:2.4rem}}@media (max-width: 480px){.ref-wrapper #section-references-inner h3{font-size:1.8rem}}@media (max-width: 375px){.ref-wrapper #section-references-inner h3{font-size:1.2rem}}.ref-wrapper #section-references-inner #section-references-subtitle{width:70%;border-bottom:3px solid #fff;float:right;text-align:left;right:-100%;top:100px;position:absolute;transition:all 0.4s ease}@media (max-width: 1500px){.ref-wrapper #section-references-inner #section-references-subtitle{width:80%}}@media (max-width: 1300px){.ref-wrapper #section-references-inner #section-references-subtitle{width:80%}}@media (max-width: 1024px){.ref-wrapper #section-references-inner #section-references-subtitle{top:80px}}@media (max-width: 768px){.ref-wrapper #section-references-inner #section-references-subtitle{width:87%;top:60px}}@media (max-width: 480px){.ref-wrapper #section-references-inner #section-references-subtitle{width:94%;top:40px}}.ref-wrapper #section-references-inner #section-references-subtitle .subtitle{text-transform:uppercase;color:#fff;font-weight:300;font-size:3rem}@media (max-width: 1300px){.ref-wrapper #section-references-inner #section-references-subtitle .subtitle{font-size:2.6rem}}@media (max-width: 1024px){.ref-wrapper #section-references-inner #section-references-subtitle .subtitle{font-size:2rem}}@media (max-width: 480px){.ref-wrapper #section-references-inner #section-references-subtitle .subtitle{font-size:1.2rem}}.ref-wrapper .royalSlider{margin-top:150px}.ref-wrapper .royalSlider .rsThumb{background-image:url('../../img/point-grey.png')}.ref-wrapper .royalSlider .rsTmb{color:#fff}#ref-footer-inner{text-align:center;background-image:url('../../img/footer.jpg');background-repeat:no-repeat;background-size:cover;padding:100px 0}@media (max-width: 1600px){#ref-footer-inner{padding:80px 0}}@media (max-width: 1400px){#ref-footer-inner{padding:60px 0}}@media (max-width: 1300px){#ref-footer-inner{padding:50px 0}}@media (max-width: 1024px){#ref-footer-inner{padding:40px 0}}@media (max-width: 480px){#ref-footer-inner{padding:20px 0}}#ref-footer-inner h2{text-transform:uppercase;font-weight:900;font-size:4rem;margin-bottom:50px}@media (max-width: 1500px){#ref-footer-inner h2{font-size:3.6rem}}@media (max-width: 1400px){#ref-footer-inner h2{font-size:3.2rem;margin-bottom:30px}}@media (max-width: 1300px){#ref-footer-inner h2{font-size:3rem;margin-bottom:20px}}@media (max-width: 1024px){#ref-footer-inner h2{font-size:2.4rem;margin-bottom:15px}}@media (max-width: 480px){#ref-footer-inner h2{font-size:2rem}}#ref-footer-inner strong{margin-top:40px;font-style:italic;border-bottom:2px solid #000;padding-bottom:6px}#ref-footer-inner .btn-footer{display:inline-block;margin-top:20px;padding:20px 60px;border:2px solid #000;text-transform:uppercase;color:#fff;border-radius:8px;font-weight:700;transition:all 0.4s;font-size:1.8rem;background-color:#000}@media (max-width: 1400px){#ref-footer-inner .btn-footer{padding:15px 40px;font-size:1.6rem}}@media (max-width: 1024px){#ref-footer-inner .btn-footer{padding:10px 30px;font-size:1.4rem}}#ref-footer-inner .btn-footer:hover{transition:all 0.4s;color:#000;background-color:transparent}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);background-color:#f5f5f5}::-webkit-scrollbar{background-color:#f5f5f5}::-webkit-scrollbar-thumb{background-image:url('../../img/A-NAP.png');background-size:contain;background-repeat:no-repeat;background-color:#ff8a00;background-position:50% 5%;border:1px solid #d57500;border-bottom-right-radius:50px}
/* fileinput.min.css */
.file-loading input[type=file],input[type=file].file-loading{width:0;height:0}.file-caption-icon,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-ajax-new .no-browse .input-group-btn,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file,.file-input-new .no-browse .input-group-btn,.file-zoom-dialog .modal-header:after,.file-zoom-dialog .modal-header:before,.hide-content .kv-file-content,.kv-hidden{display:none}.btn-file input[type=file],.file-caption-icon,.file-preview .fileinput-remove,.file-zoom-dialog .btn-navigate,.file-zoom-dialog .floating-buttons,.krajee-default .file-thumb-progress{position:absolute}.btn-file,.file-caption,.file-loading:before,.file-preview,.file-zoom-dialog .modal-dialog,.krajee-default .file-thumbnail-footer,.krajee-default.file-preview-frame{position:relative}.file-error-message pre,.file-error-message ul,.krajee-default .file-actions,.krajee-default .file-other-error{text-align:left}.file-error-message pre,.file-error-message ul{margin:0}.krajee-default .file-drag-handle,.krajee-default .file-upload-indicator{float:left;margin:5px 0 -5px;width:16px;height:16px}.krajee-default .file-thumb-progress .progress,.krajee-default .file-thumb-progress .progress-bar{height:11px;font-size:9px;line-height:10px}.krajee-default .file-caption-info,.krajee-default .file-size-info{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;height:15px;margin:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-image,.file-zoom-content>.file-object.type-video{max-width:100%;max-height:100%;width:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-video{height:100%}.file-zoom-content>.file-object.type-default,.file-zoom-content>.file-object.type-html,.file-zoom-content>.file-object.type-pdf,.file-zoom-content>.file-object.type-text{width:100%}.rotate-2{transform:rotateY(180deg)}.rotate-3{transform:rotate(180deg)}.rotate-4{transform:rotate(180deg) rotateY(180deg)}.rotate-5{transform:rotate(270deg) rotateY(180deg)}.rotate-6{transform:rotate(90deg)}.rotate-7{transform:rotate(90deg) rotateY(180deg)}.rotate-8{transform:rotate(270deg)}.file-loading:before{content:" Loading...";display:inline-block;padding-left:20px;line-height:16px;font-size:13px;font-variant:small-caps;color:#999;background:url(../img/structure/loading.gif) top left no-repeat}.file-object{margin:0 0 -5px;padding:0}.btn-file{overflow:hidden}.btn-file input[type=file]{top:0;right:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.btn-file ::-ms-browse{font-size:10000px;width:100%;height:100%}.file-caption .file-caption-name{width:100%;margin:0;padding:0;box-shadow:none;border:none;background:0 0;outline:0}.file-caption.icon-visible .file-caption-icon{display:inline-block}.file-caption.icon-visible .file-caption-name{padding-left:15px}.file-caption-icon{line-height:1;left:8px}.file-error-message{color:#a94442;background-color:#f2dede;margin:5px;border:1px solid #ebccd1;border-radius:4px;padding:15px}.file-error-message pre{margin:5px 0}.file-caption-disabled{background-color:#eee;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:8px;width:100%;margin-bottom:5px}.file-preview .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.file-preview .fileinput-remove{top:1px;right:1px;line-height:10px}.file-preview .clickable{cursor:pointer}.file-preview-image{font:40px Impact,Charcoal,sans-serif;color:green}.krajee-default.file-preview-frame{margin:8px;border:1px solid #ddd;box-shadow:1px 1px 5px 0 #a2958a;padding:6px;float:left;text-align:center}.krajee-default.file-preview-frame .kv-file-content{width:213px;height:160px}.krajee-default.file-preview-frame .file-thumbnail-footer{height:70px}.krajee-default.file-preview-frame:not(.file-preview-error):hover{box-shadow:3px 3px 5px 0 #333}.krajee-default .file-preview-text{display:block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.krajee-default .file-preview-html{border:1px solid #ddd;padding:8px;overflow:auto}.krajee-default .file-other-icon{font-size:6em}.krajee-default .file-footer-buttons{float:right}.krajee-default .file-footer-caption{display:block;text-align:center;padding-top:4px;font-size:11px;color:#777;margin-bottom:15px}.krajee-default .file-preview-error{opacity:.65;box-shadow:none}.krajee-default .file-thumb-progress{height:11px;top:37px;left:0;right:0}.krajee-default.kvsortable-ghost{background:#e1edf7;border:2px solid #a1abff}.krajee-default .file-preview-other:hover{opacity:.8}.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.kv-upload-progress .progress{height:20px;line-height:20px;margin:10px 0;overflow:hidden}.kv-upload-progress .progress-bar{height:20px;line-height:20px}.file-zoom-dialog .file-other-icon{font-size:22em;font-size:50vmin}.file-zoom-dialog .modal-dialog{width:auto}.file-zoom-dialog .modal-header{display:flex;align-items:center;justify-content:space-between}.file-zoom-dialog .btn-navigate{padding:0;margin:0;background:0 0;text-decoration:none;outline:0;opacity:.7;top:45%;font-size:4em;color:#1c94c4}.file-zoom-dialog .btn-navigate:not([disabled]):hover{outline:0;box-shadow:none;opacity:.6}.file-zoom-dialog .floating-buttons{top:5px;right:10px}.file-zoom-dialog .btn-navigate[disabled]{opacity:.3}.file-zoom-dialog .btn-prev{left:1px}.file-zoom-dialog .btn-next{right:1px}.file-zoom-dialog .kv-zoom-title{font-weight:300;color:#999;max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-input-ajax-new .no-browse .form-control,.file-input-new .no-browse .form-control{border-top-right-radius:4px;border-bottom-right-radius:4px}.file-caption-main{width:100%}.file-thumb-loading{background:url(../img/structure/loading.gif) center center no-repeat content-box !important}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone.clickable:hover{border:2px dashed #999}.file-drop-zone.clickable:focus{border:2px solid #5acde2}.file-drop-zone .file-preview-thumbnails{cursor:default}.file-drop-zone-title{color:#aaa;font-size:1.6em;padding:85px 10px;cursor:default}.file-highlighted{border:2px dashed #999 !important;background-color:#eee}.file-uploading{background:url(../img/structure/loading-sm.gif) center bottom 10px no-repeat;opacity:.65}@media (min-width:576px){.file-zoom-dialog .modal-dialog{max-width:500px}}@media (min-width:992px){.file-zoom-dialog .modal-lg{max-width:800px}}.file-zoom-fullscreen.modal{position:fixed;top:0;right:0;bottom:0;left:0}.file-zoom-fullscreen .modal-dialog{position:fixed;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%}.file-zoom-fullscreen .modal-content{border-radius:0;box-shadow:none}.file-zoom-fullscreen .modal-body{overflow-y:auto}.btn-kv{display:inline-block;text-align:center;width:30px;height:30px;line-height:30px;padding:0;font-size:.875rem;border-radius:.2rem}.floating-buttons{z-index:3000}.floating-buttons .btn-kv{margin-left:3px;z-index:3000}.file-zoom-content{height:480px;text-align:center}.file-zoom-content .file-preview-image,.file-zoom-content .file-preview-video{max-height:100%}.file-zoom-content .is-portrait-gt4{margin-top:60px}.file-zoom-content>.file-object.type-image{height:auto;min-height:inherit}.file-zoom-content>.file-object.type-audio{width:auto;height:30px}@media screen and (max-width:767px){.file-preview-thumbnails{display:flex;justify-content:center;align-items:center;flex-direction:column}.file-zoom-dialog .modal-header{flex-direction:column}}@media screen and (max-width:350px){.krajee-default.file-preview-frame .kv-file-content{width:160px}}.file-loading[dir=rtl]:before{background:url(../img/structure/loading.gif) top right no-repeat;padding-left:0;padding-right:20px}.file-sortable .file-drag-handle{cursor:move;opacity:1}.file-sortable .file-drag-handle:hover{opacity:.7}.clickable .file-drop-zone-title{cursor:pointer}.kv-zoom-actions .btn-kv{margin-left:3px}.file-preview-initial.sortable-chosen{background-color:#d9edf7}
/* royalslider.css */
.royalSlider{width:600px;height:400px;position:relative;direction:ltr}.royalSlider > *{float:left}.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink{-webkit-backface-visibility:hidden}.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer{-webkit-transform:none}.rsOverflow{width:100%;height:100%;position:relative;overflow:hidden;float:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rsVisibleNearbyWrap{width:100%;height:100%;position:relative;overflow:hidden;left:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rsVisibleNearbyWrap .rsOverflow{position:absolute;left:0;top:0}.rsContainer{position:relative;width:100%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rsArrow,.rsThumbsArrow{cursor:pointer}.rsThumb{float:left;position:relative}.rsArrow,.rsNav,.rsThumbsArrow{opacity:1;-webkit-transition:opacity 0.3s linear;-moz-transition:opacity 0.3s linear;-o-transition:opacity 0.3s linear;transition:opacity 0.3s linear}.rsHidden{opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;transition:visibility 0s linear 0.3s,opacity 0.3s linear}.rsGCaption{width:100%;float:left;text-align:center}.royalSlider.rsFullscreen{position:fixed !important;height:auto !important;width:auto !important;margin:0 !important;padding:0 !important;z-index:2147483647 !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important}.royalSlider .rsSlide.rsFakePreloader{opacity:1 !important;-webkit-transition:0s;-moz-transition:0s;-o-transition:0s;transition:0s;display:none}.rsSlide{position:absolute;left:0;top:0;display:block;overflow:hidden;height:100%;width:100%}.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide{height:auto}.rsContent{width:100%;height:100%;position:relative}.rsPreloader{position:absolute;z-index:0}.rsNav{-moz-user-select:-moz-none;-webkit-user-select:none;user-select:none}.rsNavItem{-webkit-tap-highlight-color:rgba(0,0,0,0.25)}.rsThumbs{cursor:pointer;position:relative;overflow:hidden;float:left;z-index:22}.rsTabs{float:left;background:none !important}.rsTabs,.rsThumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}.rsVideoContainer{width:auto;height:auto;line-height:0;position:relative}.rsVideoFrameHolder{position:absolute;left:0;top:0;background:#141414;opacity:0;-webkit-transition:.3s}.rsVideoFrameHolder.rsVideoActive{opacity:1}.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj{position:absolute;z-index:50;left:0;top:0;width:100%;height:100%}.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:44px}.rsABlock{left:0;top:0;position:absolute;z-index:15}img.rsImg{max-width:none}.grab-cursor{cursor:url(../../img/grab.png) 8 8, move}.grabbing-cursor{cursor:url(../../img/grabbing.png) 8 8, move}.rsNoDrag{cursor:auto}.rsLink{left:0;top:0;position:absolute;width:100%;height:100%;display:block;z-index:20;background:url(blank.gif)}
