.wa-mediabox-overlay{margin:0;padding:0;position:fixed;left:0;top:0;width:100%;height:100%;background:#333;background:rgba(20,20,20,.95);z-index:1000;opacity:0;transition:opacity .4s;-webkit-transition:opacity .4s}.wa-mediabox-overlay.opened{opacity:1}.wa-mediabox-frame{position:absolute;left:50%;top:50%;width:0;height:0;margin-left:0;margin-top:0;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.5);transition:width .5s,height .5s,margin .5s;-webkit-transition:width .5s,height .5s,margin .5s}.wa-mediabox-container{position:relative;width:100%;height:100%;opacity:0;z-index:0;cursor:pointer;overflow:hidden;transition:opacity .3s;-webkit-transition:opacity .3s}.wa-mediabox-frame.loaded .wa-mediabox-container{opacity:1}.wa-mediabox-container img{max-width:100%;cursor:pointer}.wa-mediabox-frame .wa-mediabox-close{position:absolute;right:-18px;top:-18px;width:36px;height:36px;padding:6px;background:#444;border:0 none;border-radius:36px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:background .2s,box-shadow .2s;-webkit-transition:background .2s,box-shadow .2s}.wa-mediabox-frame .wa-mediabox-close:focus{outline:0}.wa-mediabox-frame .wa-mediabox-close:hover{background:#d32f2f;box-shadow:0 4px 12px rgba(0,0,0,.4)}.wa-mediabox-frame .wa-mediabox-close svg{width:24px;height:24px;fill:#aaa;transition:fill .2s;-webkit-transition:fill .2s}.wa-mediabox-frame .wa-mediabox-close:hover svg{fill:#fff}.wa-mediabox-title{position:absolute;left:0;right:0;bottom:0;padding:0 52px 0 14px;line-height:24px;font-size:13px;font-weight:300;background:#333;background:rgba(0,0,0,.8);color:#fff;opacity:0;transition:opacity .3s,padding .3s;-webkit-transition:opacity .3s,padding .3s}.wa-mediabox-frame.loaded.has-title .wa-mediabox-title{padding:14px 52px 14px 14px;opacity:1}.wa-mediabox-frame .wa-mediabox-open{position:absolute;right:10px;bottom:10px;padding:4px;display:none;opacity:0;z-index:20;cursor:pointer;background:#fff;border:0 none;border-radius:2px;transition:opacity .3s;-webkit-transition:opacity .3s}.wa-mediabox-frame .wa-mediabox-open svg{width:24px;height:24px;fill:#333}.wa-mediabox-frame.can-open-in-new .wa-mediabox-open{display:block}.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open{opacity:.4}.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open:hover{opacity:1}.wa-mediabox-next,.wa-mediabox-prev{position:absolute;top:50%;width:74px;height:74px;padding:5px;margin-top:-32px;border:0 none;background:0 0;cursor:pointer;opacity:0;transition:opacity .3s;-webkit-transition:opacity .3s}.wa-mediabox-prev{left:-80px}.wa-mediabox-next{right:-80px}.wa-mediabox-frame.has-prev .wa-mediabox-prev{opacity:1}.wa-mediabox-frame.has-next .wa-mediabox-next{opacity:1}.wa-mediabox-next:focus,.wa-mediabox-prev:focus{outline:0}.wa-mediabox-next svg,.wa-mediabox-prev svg{width:64px;height:64px;fill:#999;transition:fill .2s;-webkit-transition:fill .2s}.wa-mediabox-next:hover svg,.wa-mediabox-prev:hover svg{fill:#fff}@media all and (max-width:479px){.wa-mediabox-prev{left:-40px}.wa-mediabox-next{right:-40px}.wa-mediabox-next,.wa-mediabox-prev{width:42px;height:42px;margin-top:-21px}.wa-mediabox-next svg,.wa-mediabox-prev svg{width:32px;height:32px}}.wa-mediabox-preloader{position:absolute;left:50%;top:50%;width:64px;height:64px;margin-left:-32px;margin-top:-32px;opacity:1;transition:opacity .5s;-webkit-transition:opacity .5s}.wa-mediabox-preloader.hidden{opacity:0}.wa-mediabox-preloader .wa-mediabox-preloader-wrap{box-sizing:border-box;position:relative;display:inline-block;width:64px;height:64px;animation:wa-mediabox-preloader-container-rotate 1568ms linear infinite}.wa-mediabox-preloader .wa-mediabox-preloader-spinner{position:absolute;width:100%;height:100%;opacity:1;border-color:#2196f3;animation:wa-mediabox-preloader-fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;box-sizing:inherit}.wa-mediabox-preloader .wa-mediabox-preloader-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit;box-sizing:inherit}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.left{float:left}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.right{float:right}.wa-mediabox-preloader .wa-mediabox-preloader-clipper .wa-mediabox-preloader-circle{width:200%;height:100%;border-width:5px;border-style:solid;border-color:inherit;border-bottom-color:transparent!important;border-radius:50%;position:absolute;top:0;right:0;bottom:0;box-sizing:inherit}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.left .wa-mediabox-preloader-circle{left:0;border-right-color:transparent!important;transform:rotate(129deg);animation:wa-mediabox-preloader-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.right .wa-mediabox-preloader-circle{left:-100%;border-left-color:transparent!important;transform:rotate(-129deg);animation:wa-mediabox-preloader-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.wa-mediabox-preloader .wa-mediabox-preloader-patch{position:absolute;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}.wa-mediabox-preloader .wa-mediabox-preloader-patch .wa-mediabox-preloader-circle{width:1000%;left:-450%}@keyframes wa-mediabox-preloader-container-rotate{to{transform:rotate(360deg)}}@keyframes wa-mediabox-preloader-fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@keyframes wa-mediabox-preloader-blue-fade-in-out{from{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}100%{opacity:1}}@keyframes wa-mediabox-preloader-left-spin{from{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes wa-mediabox-preloader-right-spin{from{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}@media screen and (max-width:479px){#tarteaucitron .tarteaucitronLine .tarteaucitronName{width:90%!important}#tarteaucitron .tarteaucitronLine .tarteaucitronAsk{float:left!important;margin:10px 15px 5px}}@media screen and (max-width:767px){#tarteaucitron,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer{background:#fff;border:0!important;bottom:0!important;height:100%!important;left:0!important;margin:0!important;max-height:100%!important;max-width:100%!important;top:0!important;width:100%!important}#tarteaucitron .tarteaucitronBorder{border:0!important}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList{border:0!important}#tarteaucitron #tarteaucitronServices .tarteaucitronTitle{text-align:left!important}}@media screen and (min-width:768px) and (max-width:991px){#tarteaucitron{border:0!important;left:0!important;margin:0 5%!important;max-height:80%!important;width:90%!important}}#tarteaucitron *{zoom:1}#tarteaucitron .clear{clear:both}#tarteaucitron a{color:#424242;font-size:11px;font-weight:700;text-decoration:none}#tarteaucitronAlertBig a,#tarteaucitronAlertSmall a{color:#fff}#tarteaucitron b{font-size:22px;font-weight:500}#tarteaucitronRoot{left:0;position:absolute;right:0;top:0;width:100%}#tarteaucitronRoot *{box-sizing:initial;color:#333;font-family:sans-serif!important;font-size:14px;line-height:normal;vertical-align:initial}#tarteaucitronBack{background:#fff;display:none;height:100%;left:0;opacity:.7;position:fixed;top:0;width:100%;z-index:2147483646}#tarteaucitron{display:none;max-height:80%;left:50%;margin:0 auto 0 -430px;padding:0;position:fixed;top:6%;width:860px;z-index:2147483647}#tarteaucitron .tarteaucitronBorder{background:#fff;border:2px solid #333;border-top:0;height:auto;overflow:auto}#tarteaucitron #tarteaucitronClosePanel,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie{background:#333;color:#fff;cursor:pointer;font-size:12px;font-weight:700;text-decoration:none;padding:4px 0;position:absolute;right:0;text-align:center;width:70px}#tarteaucitron #tarteaucitronDisclaimer{color:#555;font-size:12px;margin:15px auto 0;width:80%}#tarteaucitron #tarteaucitronServices .tarteaucitronHidden,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden{background:rgba(51,51,51,.07)}#tarteaucitron #tarteaucitronServices .tarteaucitronHidden{display:none;position:relative}#tarteaucitron #tarteaucitronInfo,#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle{background:#333;color:#fff;display:inline-block;font-size:14px;font-weight:700;margin:20px 0 0;padding:5px 20px;text-align:left;width:auto}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a{color:#fff;font-weight:500}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover{text-decoration:none!important}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a{font-size:22px}#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a{font-size:14px}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle{padding:5px 10px}#tarteaucitron #tarteaucitronInfo,#tarteaucitron #tarteaucitronServices .tarteaucitronDetails{color:#fff;display:none;font-size:12px;font-weight:500;margin-top:0;max-width:270px;padding:20px;position:absolute;z-index:2147483647}#tarteaucitron #tarteaucitronInfo a{color:#fff;text-decoration:underline}#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover{background:rgba(51,51,51,.2)}#tarteaucitron #tarteaucitronServices .tarteaucitronLine{background:rgba(51,51,51,.1);border-left:5px solid transparent;margin:0;overflow:hidden;padding:15px 5px}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{background:#333;border:3px solid #333;border-left:9px solid #333;border-top:5px solid #333;margin-bottom:0;margin-top:21px;position:relative}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover{background:#333}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName{margin-left:15px;margin-top:2px}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b{color:#fff}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk{margin-top:0!important}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName{display:inline-block;float:left;margin-left:10px;text-align:left;width:50%}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover{text-decoration:underline}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk{display:inline-block;float:right;margin:7px 15px 0;text-align:right}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,.tac_activate .tarteaucitronAllow{background:gray;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;padding:6px 10px;text-align:center;text-decoration:none;width:auto}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies{color:#333;font-size:12px}.tarteaucitronAlertBigTop{top:0}.tarteaucitronAlertBigBottom{bottom:0}#tarteaucitronAlertBig{background:#333;color:#fff;display:none;font-size:15px!important;left:0;padding:5px 5%;position:fixed;text-align:center;width:90%;box-sizing:content-box;z-index:2147483645}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b{font:15px verdana;color:#fff}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b{font-weight:700}#tarteaucitronAlertBig #tarteaucitronCloseAlert,#tarteaucitronAlertBig #tarteaucitronPersonalize{background:#febc16;color:#fff;cursor:pointer;display:inline-block;font-size:16px;padding:5px 10px;text-decoration:none;margin-left:7px}#tarteaucitronAlertBig #tarteaucitronCloseAlert{background:#fff;color:#333;font-size:13px;margin-bottom:3px;margin-left:7px;padding:4px 10px}#tarteaucitronPercentage{background:#0a0;box-shadow:0 0 2px #fff,0 1px 2px #555;height:5px;left:0;position:fixed;width:0;z-index:2147483644}#tarteaucitronAlertSmall{background:#333;bottom:0;display:none;padding:0;position:fixed;right:0;text-align:center;width:auto;z-index:2147483646}#tarteaucitronAlertSmall #tarteaucitronManager{color:#fff;cursor:pointer;display:inline-block;font-size:11px!important;padding:8px 10px 8px}#tarteaucitronAlertSmall #tarteaucitronManager:hover{background:rgba(255,255,255,.05)}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot{background-color:gray;border-radius:5px;display:block;height:8px;margin-bottom:1px;margin-top:5px;overflow:hidden;width:100%}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed,#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow{display:block;float:left;height:100%;width:0}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen{background-color:#1b870b}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow{background-color:#fbda26}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed{background-color:#9c1a1a}#tarteaucitronAlertSmall #tarteaucitronCookiesNumber{background:rgba(255,255,255,.2);color:#fff;cursor:pointer;display:inline-block;font-size:30px;padding:0 10px;vertical-align:top}#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover{background:rgba(255,255,255,.3)}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer{display:none;max-height:70%;max-width:500px;position:fixed;right:0;width:100%}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList{background:#fff;border:2px solid #333;color:#333;font-size:11px;height:auto;overflow:auto;text-align:left}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b{color:#333}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle{background:#333;margin-top:21px;padding:13px 0 9px 13px;text-align:left}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b{color:#fff;font-size:16px}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain{background:rgba(51,51,51,.1);padding:7px 5px 10px;word-wrap:break-word}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover{background:rgba(51,51,51,.2)}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a{color:#333;text-decoration:none}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft{display:inline-block;width:50%}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b{color:#8b0000}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight{color:#333;display:inline-block;font-size:11px;margin-left:10%;vertical-align:top;width:30%}.tac_activate{background:#333;color:#fff;display:table;font-size:12px;height:100%;line-height:initial;margin:auto;text-align:center;width:100%}.tac_float{display:table-cell;text-align:center;vertical-align:middle}.tac_activate .tac_float b{color:#fff}.tac_activate .tac_float .tarteaucitronAllow{background-color:#1b870b;display:inline-block}ins.adsbygoogle,ins.ferank-publicite{text-decoration:none}div.amazon_product{height:240px;width:120px}@font-face{font-family:Raleway;src:url(../font/Raleway-SemiBold.eot);src:url(../font/Raleway-SemiBold.eot?#iefix) format('embedded-opentype'),url(../font/Raleway-SemiBold.woff2) format('woff2'),url(../font/Raleway-SemiBold.woff) format('woff'),url(../font/Raleway-SemiBold.ttf) format('truetype'),url(../font/Raleway-SemiBold.svg#Raleway-SemiBold) format('svg');font-weight:600;font-style:bold}@font-face{font-family:Raleway;src:url(../font/Raleway-Regular.eot);src:url(../font/Raleway-Regular.eot?#iefix) format('embedded-opentype'),url(../font/Raleway-Regular.woff2) format('woff2'),url(../font/Raleway-Regular.woff) format('woff'),url(../font/Raleway-Regular.ttf) format('truetype'),url(../font/Raleway-Regular.svg#Raleway-Regular) format('svg');font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}div ul{list-style-position:inside}div p,div ul{margin-bottom:15px}div p:last-child,div ul:last-child{margin-bottom:0}p.accroche-landing{padding:10px;font-size:1.1em;display:inline-block;background:#f7d011}.liste-services a{text-decoration:none}.liste-services a:hover h2{background:#111}.bloc-padding{padding-left:120px;padding-right:120px}.padding-menu{padding-top:90px}body{color:#000;font-family:Raleway,sans-serif;font-size:16px;line-height:24px;background:#fff}body.gris{background:#efefef}header{width:100%;height:90px;position:fixed;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background:rgba(24,55,226,.7);z-index:4}header a.logo img{display:block;height:80px}header nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}header nav a{display:inline-block;height:90px;padding:0 10px;color:#fff;text-decoration:none;line-height:90px}header nav>div.selected>a,header nav>div>a.current,header nav>div>a:hover{color:#111;background:#fff}header nav>div>div{display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;width:100%;top:100%;padding-top:20px;padding-bottom:20px;left:0;background:rgba(17,17,17,.8)}header nav>div.selected>div{display:-ms-flexbox;display:flex}header nav>div>div>a{position:relative;display:block;width:calc(100% / 3);height:auto;padding:20px;line-height:normal;color:#fff;text-align:center}header nav>div>div>a:hover{text-decoration:underline}header nav button{display:none;position:absolute;top:10px;right:0;color:#fff;font-size:2.5em;border:none;background:0 0;-webkit-appearance:none}header nav>div:last-child{height:90px;padding:0 10px;line-height:90px;color:#111;background:#f7d011;font-weight:700}header>div>div{position:relative;padding:0 120px 0 50px;background:#dfbf25;color:#fff;line-height:90px}header>div>div:before{position:absolute;width:0;top:0;left:0;border-top:90px solid #000;border-right:30px solid #dfbf25;content:' '}header .coord{margin-left:20px}a#showMenu{display:none}.bandeau{position:relative;width:100%;overflow:hidden;z-index:1}.bandeau img{width:100%;display:block}article,section{padding-top:40px;padding-bottom:40px}.flex{display:-ms-flexbox;display:flex;width:100%}.flex .appui{width:400px}.flex .appui img{display:block;width:100%}.flex .texte{width:calc(100% - 400px);padding-left:40px}.flex .full{width:100%;padding-left:0}h1{position:relative;margin-bottom:40px;padding-bottom:25px;font-size:2.5em;line-height:normal}h1:after{position:absolute;bottom:0;left:0;height:5px;width:80%;max-width:150px;background:#1837e2;content:''}h2{padding:20px;margin-bottom:20px;color:#fff;background:#1837e2}.documents{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-top:30px;padding-bottom:30px}.documents a{display:inline-block;padding:10px;margin:5px;background:#f7d011;font-weight:700;font-size:1.1em;line-height:normal;text-decoration:none;color:#111}.documents a:hover{background:#000;color:#fff}.galerie{width:100%;display:-ms-flexbox;display:flex;padding-top:40px;padding-bottom:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff}.galerie a{display:block;width:calc(100% / 5);border:10px solid #fff;color:#3b3b3b;text-decoration:none}.galerie a img{display:block;width:100%}.galerie a span{display:block;text-align:center;font-style:italic;font-size:.8em}.galerie a:hover{text-decoration:underline}.bloc-video{margin:auto;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.bloc-video embed,.bloc-video iframe,.bloc-video object{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.videos{display:-ms-flexbox;display:flex;width:100%;padding-top:40px;padding-bottom:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}.videos>div{padding:10px}.videos.col1{-ms-flex-pack:center;justify-content:center}.videos.col1>div,.videos.col2>div{width:50%}.videos.col3>div{width:calc(100% / 3)}#gmap{height:600px}.contact{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.coordonnees,.formulaire{width:50%}.coordonnees{padding-right:40px}.coordonnees p{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;margin-bottom:20px}.coordonnees p:last-child{margin-bottom:0}.coordonnees p i{display:block;width:25px;color:#dfbf25;text-align:center;padding-right:5px}.coordonnees p span{display:block;width:calc(100% - 25px);padding-left:5px;border-left:1px solid #dfbf25}.coordonnees p a{color:#212121;text-decoration:underline}.coordonnees p a:hover{text-decoration:none}.coordonnees a img{display:block;width:100%}p.error,p.success{background:#be441b;color:#fff;padding:3px;text-align:center}p.success{background:#2cbc1c}.contact .elem{position:relative;margin-bottom:10px}.contact select{width:calc(100% - 10px);box-sizing:border-box;height:30px;line-height:30px;padding:0 5px;font-family:Raleway,sans-serif;background:#efefef;border:none;font-size:14px;margin-right:5px}.contact input[type=text],.contact textarea{width:calc(100% - 10px);box-sizing:border-box;height:30px;padding:0 5px;line-height:30px;border:none;background:#efefef;font-family:Raleway,sans-serif;color:#212121;font-size:14px;margin-right:5px}.contact textarea{max-width:calc(100% - 10px);box-sizing:border-box;min-width:calc(100% - 10px);height:90px}.contact a.bt-submit{display:block;line-height:40px;text-align:center;background:#dfbf25;color:#fff;cursor:pointer;border:none;border-radius:0;text-decoration:none}.contact a:hover.bt-submit{background:#000;color:#fff}.contact .error-cell div{width:calc(100% - 10px);background:#be441b;line-height:27px;padding:5px;color:#fff}.contact .g-recaptcha{margin-bottom:10px}.competences{padding-bottom:40px}.competences .liste{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.competences .liste>div{width:calc((100% - 60px)/ 4);display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-pack:end;justify-content:flex-end;margin-right:20px;text-align:center}.competences .liste>div:nth-child(4n+4){margin-right:0}.competences .liste>div img{display:block;width:100%;margin-bottom:10px}footer{background:#efefef;padding-top:40px;padding-bottom:40px;text-align:center}footer a{color:#111;text-decoration:underline}footer a:hover{text-decoration:none}@media screen and (max-width:1300px){.bloc-padding{padding-left:80px;padding-right:80px}h1{font-size:1.6em}}@media screen and (max-width:1300px){.bloc-padding{padding-left:40px;padding-right:40px}}@media screen and (max-width:1200px){header nav a{padding:0 5px;font-size:.9em}}@media screen and (max-width:1060px){.flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex .appui,.flex .texte{width:100%}.flex .appui{margin-bottom:20px}.flex .appui img{width:100%;max-width:400px;margin:auto}header>div{position:fixed;width:100%;height:100%;display:-ms-flexbox;display:flex;top:0;left:-100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:#111;z-index:4;opacity:0;transition:left .5s,opacity .5s;font-size:1.2em}header>div.open{left:0;opacity:1}header>div>div{line-height:30px;padding:0 20px;margin-top:10px}header>div>div:before{display:none}header .subnav>div{position:fixed;display:-ms-flexbox;display:flex;width:100%;height:100%;top:0;left:-100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:#111;z-index:6;opacity:0;transition:left .5s,opacity .5s}header nav{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}header nav>div:last-child{margin-top:10px;line-height:30px;height:auto}header nav a{display:block;font-size:1.1em;margin:10px 0;line-height:normal;color:#fff;height:auto}header>div div.selected>div{display:block;padding:10px;background:#111;margin-bottom:5px}header>div div.selected>div{display:-ms-flexbox;display:flex;left:0;opacity:1}header>div div.selected>div a{width:auto;color:#fff;padding:0;margin-bottom:15px;text-align:center}header>div div.selected>div a:after{display:none}header>div div.selected>div a:last-child{margin-bottom:0}header>div div.selected>div button{display:block}a#showMenu{position:relative;display:block;margin-right:20px;width:30px;height:24px;transform:rotate(0);transition:.5s ease-in-out;z-index:5}a#showMenu.hide{display:none}header div.open+a#showMenu{position:fixed;top:27px;right:0;z-index:5}a#showMenu span{display:block;position:absolute;height:4px;width:100%;background:#fff;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}a#showMenu span:nth-child(1){top:0}a#showMenu span:nth-child(2),a#showMenu span:nth-child(3){top:10px}a#showMenu span:nth-child(4){top:20px}a#showMenu.open span{background:#fff}a#showMenu.open span:nth-child(1){top:18px;width:0;left:50%}a#showMenu.open span:nth-child(2){transform:rotate(45deg)}a#showMenu.open span:nth-child(3){transform:rotate(-45deg)}a#showMenu.open span:nth-child(4){top:18px;width:0;left:50%}.liens-accueil div:nth-child(2){max-width:400px;margin:auto}.liens-accueil div:nth-child(2) a{width:100%;margin-bottom:20px}.liens-accueil div:nth-child(2) a:last-child{margin-bottom:0}}@media screen and (max-width:950px){.galerie a{width:calc(100% / 4)}.videos.col3>div{width:calc(100% / 2)}.competences .liste>div{width:calc((100% - 20px)/ 2)}.competences .liste>div:nth-child(2n+2){margin-right:0}.competences .liste>div:nth-child(1),.competences .liste>div:nth-child(2){margin-bottom:20px}}@media screen and (max-width:800px){.bandeau{height:350px}.bandeau img{height:100%;object-fit:cover}}@media screen and (max-width:750px){.bloc-padding{padding-left:20px;padding-right:20px}h1{font-size:1.4em}}@media screen and (max-width:700px){.galerie a{width:calc(100% / 3)}.coordonnees,.formulaire{width:100%}.coordonnees{padding-right:0;margin-bottom:40px}}@media screen and (max-width:600px){.videos.col1>div,.videos.col2>div,.videos.col3>div{width:100%}}@media screen and (max-width:600px){.galerie a{width:calc(100% / 2)}}