:root{--primary:#031a48;--primaryDark:#051433;--second:#87e990}@font-face{font-family:LatoLight;src:url(/espace-client/static/media/Lato-Light.c7400fcad9e48ca9043f.ttf)}@font-face{font-family:LatoRegular;src:url(/espace-client/static/media/Lato-Regular.9d883d540ee2b4de8024.ttf)}@font-face{font-family:LatoBold;src:url(/espace-client/static/media/Lato-Bold.636be8de934918e38ed9.ttf)}*{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.form-control.error{border-color:red!important}.message{border-radius:5px;color:#fff;font-size:16px;padding:10px;position:relative;text-align:center;width:100%}.message button{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;padding:4px;position:absolute;right:-10px;top:-10px;width:25px}.message.error{background-color:red}.message.success{background-color:#5cb85c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:LatoRegular,sans-serif;font-size:15px;margin:0}h1,h2,h3,h4,h5,h6{font-family:LatoBold}.full-page{background-color:#031a48;background-color:var(--primary);min-height:100vh;width:100%}a,a:active,a:hover{text-decoration:none}a,button,input,select,textarea{box-shadow:none;outline:none}a,button,input{transition:all .3s;-webkit-transition:all .3s}.container{margin:auto;max-width:1171px;width:calc(100% - 30px)}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.text-right{text-align:right}.flex{align-items:center;display:flex}.button{background-color:#87e990;background-color:var(--second);border:1px solid #87e990;border:1px solid var(--second);border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.1em;padding:15px 36px}.button:hover{background-color:initial;color:#87e990;color:var(--second)}.full-loading{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:9}.login-page{min-height:100vh;overflow:hidden;width:100vw}header{padding:15px 0}header .container{align-items:center;display:flex;justify-content:space-between}header .logo{height:60px;max-width:100px;width:auto}header .profile-link{align-items:center;color:#fff;display:flex;font-size:14px}header .profile-link svg{height:18px;margin-left:5px;width:auto}.change-mode{background-color:initial;border:0;color:#fff;cursor:pointer;margin-left:10px;padding:0}.change-mode svg{height:25px;width:25px}footer{background-color:#000;padding:30px}footer .container{align-items:center;display:flex;justify-content:space-between}footer .container p{color:#fff;line-height:22px;margin:0}footer .container a{color:#87e990;color:var(--second)}.form{background-color:#051433;background-color:var(--primaryDark);border-radius:20px;margin:50px auto 30px;padding:20px 50px;width:100%}.login-page .form{max-width:500px}.form h1{font-family:LatoLight;font-size:4rem}.form h1,.form h2{color:#fff;margin:0 0 30px;text-align:center}.form h2{font-family:LatoRegular;font-size:1.3rem}.form hr{background-color:#fff;margin:0 0 30px}.form p,.form p a{color:#fff;line-height:22px;margin:0;text-align:center}.form p strong{display:block;margin-bottom:5px}.form .form_control{margin:0 0 20px}.form .form-button{display:flex;justify-content:center;margin:0 0 60px;text-align:center;width:100%}.form .form_control select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACHSURBVFiF7ZQxDoAgEAT9hET//xTtsJLC54yFFMQYAx7QuFPR3O5cwQ2DEEKIB4AV8ICrkOWADVhKhjYugkUiloeY5UsGR2CPgwcwfyi/Z0zWgGwJc7lFolr5F4nq5SUSzcpzJJqXv0l0K08k0r8dbm/z4cqVSLfus/mDhOM611VOthBC/JcTVbRsSF4+FMMAAAAASUVORK5CYII=) no-repeat calc(100% - 10px);background-size:20px}.form .form_control input,.form .form_control select{background-color:initial;border:1px solid #fff;border-radius:10px;color:#fff;height:45px;padding:0 10px;width:100%}.form .form_control input:disabled{background-color:#b2b2b2}.form .form_control ::placeholder{color:#fff}.form .form_control input:disabled::placeholder{color:#031a48;color:var(--primary)}.error-form-message,.form .form_control .error-form{color:red;display:block;font-size:13px;font-style:italic;margin:5px 0 0}section{padding:80px 0}.flex-center{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.col-6{width:calc(50% - 10px)}.col-12{width:100%}.col-6.left{padding-right:30px}.company-logo{max-height:100px;max-width:100%}.compant-infos{background-color:#051433;background-color:var(--primaryDark);border-radius:20px;padding:30px;width:100%}.compant-infos h2{border-bottom:1px solid #fff;font-size:22px;margin:0 0 20px;padding-bottom:10px}.compant-infos h2,.compant-infos h2 a{align-items:center;color:#fff;display:flex}.compant-infos h2 a{font-size:14px;margin-left:15px;text-decoration:underline}.compant-infos h2 a svg{height:20px;margin-right:3px}.compant-infos h3{color:#fff;font-family:LatoRegular;font-size:18px;margin-bottom:20px}.compant-infos h3 strong{display:block;margin-bottom:8px}.compant-infos p{align-items:flex-start;color:#fff;display:flex;line-height:22px;margin-bottom:20px}.compant-infos p a{color:#fff}.compant-infos p svg{margin-right:10px;width:15px}.compant-infos .choose-seciety{margin:20px 0 10px}.compant-infos .choose-seciety h3{margin:0 0 10px}.compant-infos .choose-seciety .wrap{align-items:center;display:flex;justify-content:flex-start}.compant-infos .choose-seciety select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACFSURBVFiF7ZQ5DoAwDATnE0Tw/6dABxUUPAcKghRFCOVwaNip0nhnXcQghBDimQmYAWeQ5YAFGHOGFuAAtsoSzmccXAsl0wGrH9yBoUAeZ/S1ATklquU1JczkJSXM5TklmslTSjSXv5X4TH4T/u0telscriTCrT/bPMZxXTerky2EED/lBAXRO2t0+YKVAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px);background-size:20px;border-radius:8px;height:40px;margin-right:10px;padding:10px;width:170px}.compant-infos .choose-seciety .button{align-items:center;color:#031a48;color:var(--primary);display:flex;font-size:18px;height:40px;letter-spacing:0;padding:0 20px}.compant-infos .choose-seciety .button:hover{color:#87e990;color:var(--second)}.edit-account,.single-task{margin:0;padding:30px 50px}.edit-account .button,.single-task .button{display:block;margin:40px auto 20px;width:200px}.edit-account p,.single-task p{color:#ddd;font-size:13px;font-style:italic;line-height:1.3;margin-bottom:15px;text-align:left}.back-button{margin-bottom:30px}.back-button a{align-items:center;color:#fff;cursor:pointer;display:inline-flex;font-size:2rem;justify-content:flex-start;margin:0;text-align:left}.back-button svg{height:25px;margin-right:10px;width:auto}.pagination{margin:40px auto 0}.pagination ul{flex-wrap:wrap;margin:0;padding:0}.pagination ul,.pagination ul li{align-items:center;display:flex;justify-content:center}.pagination ul li{background-color:#051433;background-color:var(--primaryDark);border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;height:40px;margin:4px;width:40px}.pagination ul li.current,.pagination ul li.selected{background-color:#87e990!important;background-color:var(--second)!important;border-color:#87e990!important;border-color:var(--second)!important}.table-wrap{background-color:#051433;background-color:var(--primaryDark);border-radius:10px;margin:auto;max-width:calc(100% - 30px);overflow-x:auto}.table-wrap table{min-width:100%;overflow:hidden;vertical-align:middle}.table-wrap table tr img{max-height:50px;max-width:100px}.table-wrap table .head{background-color:#87e990}.table-wrap table .head th{font-family:LatoBold;font-size:14px}.table-wrap table .head th,.table-wrap table tbody td{min-width:250px;padding:10px 5px;text-align:center;vertical-align:middle}.table-wrap table tbody td,.table-wrap table tbody td a{color:#fff}.table-wrap table tbody td p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}.table-wrap table tbody td a{text-decoration:underline}.bar-filter{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.search{background-color:#051433;background-color:var(--primaryDark);border-radius:10px;width:15%}.search input{border:1px solid #333;border-radius:10px;height:45px;padding:10px;width:100%}.bar-filter .button{align-items:center;color:#051433;color:var(--primaryDark);display:flex;height:45px;justify-content:center;padding:0 15px;text-align:center}.bar-filter .button:hover{color:#87e990;color:var(--second)}.control-columns{background-color:#051433;background-color:var(--primaryDark);border-radius:10px;width:10%}.control-columns .rows{position:relative}.control-columns .rows>span{align-items:center;background:#fff;border-radius:10px;color:#031a48;color:var(--primary);cursor:pointer;display:flex;font-family:LatoBold;height:45px;justify-content:space-between;padding:0 10px}.control-columns .rows>span:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACFSURBVFiF7ZQ5DoAwDATnE0Tw/6dABxUUPAcKghRFCOVwaNip0nhnXcQghBDimQmYAWeQ5YAFGHOGFuAAtsoSzmccXAsl0wGrH9yBoUAeZ/S1ATklquU1JczkJSXM5TklmslTSjSXv5X4TH4T/u0telscriTCrT/bPMZxXTerky2EED/lBAXRO2t0+YKVAAAAAElFTkSuQmCC) no-repeat 50%;background-size:contain;content:"";height:20px;width:20px}.control-columns .rows ul{background-color:#fff;border-radius:10px;box-shadow:0 0 10px 1px #0000001a;left:0;max-height:208px;opacity:0;overflow-y:auto;padding:10px;position:absolute;top:calc(100% + 10px);visibility:hidden;width:200px;z-index:9}.control-columns .rows ul li{align-items:center;cursor:pointer;display:flex;font-size:14px;justify-content:flex-start;margin:10px 0}.control-columns .rows ul li span{border:1px solid #051433;border:1px solid var(--primaryDark);height:15px;margin-right:7px;position:relative;width:15px}.control-columns .rows ul li span:after{content:"";height:8px;left:2.5px;position:absolute;top:2.5px;width:8px}.control-columns.open .rows ul{opacity:1;visibility:visible}.control-columns.open .rows>span:after{transform:rotate(180deg);-webkit-transform:rotate(180deg)}.control-columns .rows ul li.selected span:after{background-color:#051433;background-color:var(--primaryDark)}.control-columns.control-filter{width:23%}.control-columns.control-filter .rows>span{background-color:#fff!important;font-size:14px}.control-columns.control-filter .rows>span:after{height:15px;width:15px}.control-columns.control-filter .rows ul{left:auto;right:0}.filter{background-color:#87e990;background-color:var(--second);border-radius:10px;justify-content:space-between;padding:10px;width:50%}.filter,.filter-map{align-items:center;display:flex}.filter-map{justify-content:flex-end;min-width:480px;width:70%}.filter-map .filter{width:100%}.filter-map .filter-button{margin-left:10px}.filter .single-filter{color:#031a48;color:var(--primary);font-size:14px;width:22%}.filter .single-filter select{background:#031a48;background:var(--primary);border-radius:5px;color:#fff;height:30px;margin-top:5px;width:100%}.single-task h1{font-size:2.5rem}.single-task .blocs{background-color:#031a48;background-color:var(--primary);border-radius:10px;margin-bottom:20px;padding:20px}.single-task .blocs:last-child{margin:0}.single-task .blocs ul{margin:0;padding:0}.single-task .blocs ul li,.single-task .blocs>p{color:#fff;font-size:16px;margin-bottom:20px;width:100%}.single-task .blocs.cols ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.single-task .blocs ul li{align-items:center;display:flex;justify-content:flex-start;line-height:1.6}.single-task .blocs.cols ul li{width:50%}.single-task .blocs ul li:last-child{margin:0}.single-task .blocs ul li strong,.single-task .blocs>strong{color:#87e990;color:var(--second);font-family:LatoBold;font-size:16px;margin-right:10px}.single-task .blocs:not(.cols) ul li strong{width:200px}.single-task .blocs:not(.cols) ul li span{width:calc(100% - 200px)}.single-task .blocs img{max-height:100px;max-width:100px}.single-task .blocs>p{font-style:normal;margin:5px 0}.single-task .blocs:not(.cols) ul li .value{width:calc(100% - 200px)}.single-task .blocs:not(.cols) ul li .value p{font-size:16px;line-height:1.5;margin:5px 0}.certificate{align-items:center;display:flex;justify-content:center}.certificate button{background:#0000;border:0;cursor:pointer;padding:0}.certificate svg{margin-left:15px}.certificate span{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:25px!important;width:25px!important}.certificate .gmail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA3QAAAN0BcFOiBwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAALwSURBVFiF7ZdNSFRRFMd/9857M+loM+NX0qJIFCMLKiP7IjLDwIoIXEkGKkJNuRArEkxCKI1qUYQtpEiYhVEQtGhTCzdCC1u0EFy4MAlRRFKbkXE+3m2hlW8+chyVWdTZPe55///vvHPue/cJpRSpDJlS9/8AgFClpbrPoV1EKDdwIHyqimDDNdD19XUKBtGfP8Xy8T3AIEp022dDHuE9WVaHUC+W5xqFOwneaEdl566Lt5ieQn/QgRwZNi8oUS+XKjeFHBnGeuMKcujLms3l0JdFrUhzAKHcwltxMP4+lJJQbSOhc9VJmWvv3qB5esAw4ub8HWApwkdPEHS3gG1TYs4LfvTuR1gG+ldMjdoF4cPHo5IsA/3YWpsQE+MrCoqJcWytTTHNA2XHVgYIttwmWOcGi2YWHhvFdtON/Pwprrn8/AnbTTdibDSiAo25mga+Xooat9jvgfCZCwQ6HqKycswL8z6sXe1or3ph+StcKbRXvVi72mHeZ7pFZeUwef0Ok0crYkPHq8YoLiHw4BnGnn3mBaXQXnuwdrYhfF6Ez4u1sw3ttccMBYR272Xs1j3mthXEs4keQv+bDxEkBlrfS7S3fVEGKn/rokjkbAiB72w145XnQZprLLpaY7o2NzpWSEmoph6jeBf6k/sIn/ePT4yhVPYMphua+F68Z0VpWMW3wCg9tNiSgqK4OeEdhXxr7UzYfFUAACovn8Ddx4RPVUWt+ctPM9rcjt+VvRrJBFoQGbpO8HIzRnEJes8TAGZqG5naf2TVUskBLEW4vBKjoJCZHz7mcvOTlUkeAEBtLyBTKQKzc/gXAklprPlAIoUg1+lgsz09NQC/wpFhJ8fpQAqRGgCANJuVLdkudC3xzq77mVCzWNiS5SR9ky01AABCCLIdm3FmZiQEMLgREACZ6WnkuZxIGbfOQYkS3RsFAGCz6uRnubDqMeZCiW5pnw15UKKeDXwSFoskz+XEnvb7SDeIEvX22ZBH/P83/OcBfgKOKuVWsq6gzAAAAABJRU5ErkJggg==);margin-left:15px}.certificate .file{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAjgAAAI4Ba9/WyQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAPFSURBVFiF7ZdZaJxVGIaf7/yTbTLNmGViG0jbNJMKEYMmQURLNWnwTlEpKbS4hwiDiriAFEwFoQjV1itDC6leKI1paF0gVQmZSrEWJLWaGKnNuIBtYiYZmiaTzJL5jxetWWbLLI1XvvBfnPc7y/Nztu+I1hoAOe51ongBeBKwk4qKQx4aptq1vW4gpfpxpAAEBMWXwIspDw6A3ojmc/EN35sVACcnWoDq9JtLDlCIMvtk+qf6zAG0yvgPbsiO5ivx/VCbGYBpSpYAAGUoS79cG3GmD5Cp/BYwlxt6A+ZCv/iGK/8bgJCCK4XR7iaUPi3ekfWpdGHJCgDgYhFctkJxcMkTNhNWH+GgZe0BAGYt178lKZCU1kJ2U3AT9D9AgjWgsQyeBf9M/GhxGZE7GtcOQAIB1OjPiH82AUApkdq7wDDWBkDnFxDa1Z5WR5tzvTQWeKi3/k5d/p9ocDB64SUwe3G6/0oLAICFMBKJJB1UGxaK8sIcqviQp0tOR4etGg6BHORS87diRFxs+WYoJQCZnyO3610kMJcUYHuDwRGXj425U8mqCcI2bRrfiafpWardn6wKoAushB97ApnzJ+y12ubjRMthrEYoJjYbUNjyzWi7UGvpltEmG053V1IAALNiU8LBFZou5764g88EFLe/XMmJV8ZprA7GxDVyQH5t+oyt7skkABrj/FlkNv42dDVNcl/hxbixuaAwOWMwdtUCxAIAxaaStxW0JQSQwDzGLz8iCc6Bhx8Zi8+dogT2QOtz0BNJsA2thPa4EjTWNFQ8kxUAkM+o7zacjKR9FNfkjWM3Vu4OfzB5QjUfEm4k30vS5p2QwV3gsFyL8da3V7GvpyRu/d5zNhxtVfw2kbMyINq6DEClPKl/hBwxXsdOHwe+uIX3+lZm9P1DBbQddrB72wxbysNRrdR5+HcRaqMbWTgIWFcDuBIuZmLBTrlletF77aGrTPsVe4+VEgxfn47vPXl0fm3nwbo5Otu8yMpZChEqHQaQxZdR74QLkTeAVXO5/RuO8Xr5pzH+80fLOOouWizfXzvPyVfHyc+JWgCiz0i1e/sKAAA5Qg4l3haQpK+jHUVDJX1V+9/JkUjBct/U8NT75fSes1FfFeTU3jHWxZ6IYdH6bmrcF2IA0tKl5t1a+Dim94jwgXsdO+/xU2KLvcxE00HNwFtL5UwBAEabOzS8CaT0sNFautVl83EecC/cHAAAz45HtdadwK1Jak0JuHAO9EQHsgcAGGnNJdfbqqEVka1oKkE8WhhUMIiS41T1/x2v6T9C6Ec/kJFBngAAAABJRU5ErkJggg==)}.back-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.back-bar .back-button,.download-pdf{margin-bottom:10px}.download-pdf{align-items:center;background-color:#fff;border:2px solid #031a48;border:2px solid var(--primary);cursor:pointer;display:flex;font-size:16px;justify-content:space-between;padding:5px 15px;position:relative}.download-pdf svg{margin-right:10px;width:18px}.pdf-message{position:relative}.pdf-message .pdf-tooltip{background:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;font-size:16px;line-height:1.3;padding:10px 15px 30px;position:absolute;right:calc(100% + 15px);top:0;width:400px;z-index:9}.pdf-message .pdf-tooltip p{margin:5px 0}.pdf-message .pdf-tooltip button{background:#0000;border:1px solid #000;bottom:10px;color:#000;cursor:pointer;position:absolute;right:10px}.multiLang{background-color:#87e990;background-color:var(--second);border:0;color:#031a48;color:var(--primary);margin-left:10px;padding:5px}.small-loading{margin:100px 0;text-align:center}.small-loading.no-margin{margin:0;text-align:center}.checkmark{stroke-width:2;stroke:#87e990;stroke:var(--second);stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #87e990;box-shadow:inset 0 0 0 var(--second);display:block;height:25px;margin:0;position:relative;right:0;top:0;width:25px}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#4bb71b;fill:#fff;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #87e990;box-shadow:inset 0 0 0 30px var(--second)}}.not-found{color:#87e990;color:var(--second);font-size:30px;margin:20px 0;text-align:center;width:100%}.map-tasks{position:relative}.map-tasks .button-reset{background-color:red;border:0;color:#fff;cursor:pointer;font-size:18px;font-weight:700;left:20px;padding:5px 15px;position:absolute;text-transform:uppercase;top:20px;z-index:1}.full-page.bright .control-columns .rows>span{background-color:#87e990;background-color:var(--second)}.full-page.bright .back-button a,.full-page.bright .change-mode,.full-page.bright .compant-infos h2,.full-page.bright .compant-infos h3,.full-page.bright .compant-infos p,.full-page.bright .compant-infos p a,.full-page.bright .filter .single-filter select,.full-page.bright .form .form_control input,.full-page.bright .form .form_control select,.full-page.bright .form h1,.full-page.bright .form h2,.full-page.bright .form p,.full-page.bright .form p a,.full-page.bright .not-found,.full-page.bright .single-task .blocs ul li,.full-page.bright .single-task .blocs.cols ul li,.full-page.bright .single-task .blocs>p,.full-page.bright .table-wrap table tbody td,.full-page.bright .table-wrap table tbody td a,.full-page.bright footer .container a,.full-page.bright header .profile-link{color:#031a48;color:var(--primary)}.full-page.bright .compant-infos,.full-page.bright .form{border:2px solid #031a48;border:2px solid var(--primary)}.full-page.bright .compant-infos .choose-seciety .button,.full-page.bright .form .form_control input,.full-page.bright .form .form_control select,.full-page.bright .pagination ul li{border:1px solid #031a48;border:1px solid var(--primary)}.full-page.bright .compant-infos .choose-seciety .button:disabled{background-color:#b2b2b2;border-color:#b2b2b2;color:#eee;cursor:default}.full-page.bright .compant-infos h2{border-bottom:1px solid #031a48;border-bottom:1px solid var(--primary)}.full-page.bright,.full-page.bright .bar-filter .button:hover,.full-page.bright .compant-infos,.full-page.bright .filter .single-filter select,.full-page.bright .form,.full-page.bright .table-wrap{background-color:#fff}.full-page.bright .pagination ul li{background-color:initial;color:#051433;color:var(--primaryDark)}.full-page.bright .compant-infos .choose-seciety .button,.full-page.bright .table-wrap table thead{background-color:#031a48;background-color:var(--primary);color:#fff}.full-page.bright footer{background-color:#031a48;background-color:var(--primary)}.full-page.bright .form .form_control ::placeholder{color:#031a48;color:var(--primary)}.full-page.bright .table-wrap table tbody tr{box-shadow:0 0 1px 0 #00000021}.full-page.bright .bar-filter .button{background-color:#051433;background-color:var(--primaryDark);border-color:#051433;border-color:var(--primaryDark);color:#fff}.full-page.bright .bar-filter .button:hover,.full-page.bright .single-task .blocs ul li strong,.full-page.bright .single-task .blocs>strong{color:#051433;color:var(--primaryDark)}.full-page.bright .single-task .blocs{background-color:#eee}@media screen and (max-width:991px){.col-6.left{width:300px}.col-6.right{width:calc(100% - 300px)}}@media screen and (max-width:768px){.flex-center{flex-direction:column}.col-6.left{margin-bottom:20px;text-align:center}.col-6,.col-6.left,.col-6.right{padding:0;width:100%}.single-task .blocs.cols ul li{line-height:22px;width:100%}.single-task .blocs ul li{display:block}.single-task .blocs ul li strong,.single-task .blocs>strong{display:block;margin:0 0 5px;width:100%}.single-task .blocs:not(.cols) ul li span{display:block;width:100%}}@media screen and (min-width:581px) and (max-width:768px){.bar-filter .button{font-size:12px}.control-columns .rows>span{font-size:12px;padding:0 8px}}@media screen and (max-width:581px){body{font-size:14px}.button{letter-spacing:0}footer .container{flex-direction:column;justify-content:center}footer .container p{margin:5px 0;text-align:center}.form{margin:25px auto;padding:20px}.form h1{font-size:3rem}.form h1,.form h2{margin-bottom:25px}.form h2{font-size:1rem}section{padding:45px 0}.edit-account,.single-task{margin:0}.edit-account h1{font-size:2rem}.single-task h1{font-size:1.6rem;line-height:1.5}.bar-filter{flex-wrap:wrap}.bar-filter .button,.bar-filter .control-columns{margin:10px 0;width:45%}.bar-filter .button.filter-button,.bar-filter .filter,.bar-filter .search{width:100%}.bar-filter .filter{flex-wrap:wrap}.bar-filter .filter .single-filter{margin:5px 0;width:48%}.control-columns .rows ul{left:auto;right:0}.filter-map{flex-direction:column;margin-top:10px;width:100%}}@media screen and (max-width:481px){.company-logo{max-height:60px}header .profile-link{font-size:12px}.compant-infos{padding:30px 15px}.compant-infos h2{font-size:18px}.compant-infos h3{font-size:16px}.compant-infos .choose-seciety .button{font-size:14px}}
/*# sourceMappingURL=main.02b2840f.css.map*/