@import url(https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{width:100%;height:100vh;background:#dcdcdc}.App,body{margin:0;padding:0}.App{font-family:"Noto Sans",sans-serif}#root{overflow:hidden}button{cursor:pointer}button,Input{background-color:transparent;padding:0;border:0;outline:0}Input[type=submit]{cursor:pointer}Input::-webkit-input-placeholder{font-size:.85rem;font-family:"Montserrat",sans-serif;font-weight:300;letter-spacing:.1rem;color:#d33838}Input:-ms-input-placeholder{font-size:.85rem;font-family:"Montserrat",sans-serif;font-weight:300;letter-spacing:.1rem;color:#d33838}Input::placeholder{font-size:.85rem;font-family:"Montserrat",sans-serif;font-weight:300;letter-spacing:.1rem;color:#d33838}@-webkit-keyframes bounceLeft{0%{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}50%{-webkit-transform:translate3d(-30px,-50%,0);transform:translate3d(-30px,-50%,0)}to{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}@keyframes bounceLeft{0%{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}50%{-webkit-transform:translate3d(-30px,-50%,0);transform:translate3d(-30px,-50%,0)}to{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}@-webkit-keyframes bounceRight{0%{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}50%{-webkit-transform:translate3d(calc(100% + 30px),-50%,0);transform:translate3d(calc(100% + 30px),-50%,0)}to{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}}@keyframes bounceRight{0%{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}50%{-webkit-transform:translate3d(calc(100% + 30px),-50%,0);transform:translate3d(calc(100% + 30px),-50%,0)}to{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}}@-webkit-keyframes showSignUp{to{opacity:1;visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes showSignUp{to{opacity:1;visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}}.user{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%;height:100vh;background:#ccc;background-size:cover}.user_options-container{position:relative;width:80%}.user_options-text{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%;background-color:#001529;border-radius:3px}.user_options-registered,.user_options-unregistered{width:50%;padding:23px 45px;color:#fff;font-weight:300}.user_registered-title,.user_unregistered-title{margin-top:30px;margin-bottom:15px;font-size:1.23rem;line-height:1em;color:#ccc;width:400%;text-transform:uppercase}.user_registered-text,.user_unregistered-text{font-size:.83rem;line-height:1.8em;margin-bottom:80px;text-align:justify}.user_registered-login,.user_unregistered-signup{width:180px;margin-top:30px;border:1px solid #ccc;border-radius:3px;padding:10px 30px;color:#fff;line-height:1em;letter-spacing:.2rem;transition:background-color .2s ease-in-out,color .2s ease-in-out}.user_options-forms{position:absolute;top:50%;left:250px;width:calc(40% - 40px);min-height:420px;background-color:#fff;border-radius:3px;box-shadow:2px 0 15px rgba(0,0,0,.25);overflow:hidden;-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.user_options-forms .user_forms-login{transition:opacity .4s ease-in-out,visibility .4s ease-in-out}.user_options-forms .forms_title{margin-bottom:45px;font-size:1.5rem;font-weight:500;line-height:1em;text-transform:uppercase;color:#40a9ff;letter-spacing:.1rem;font-weight:700}.user_options-forms .forms_field:not(:last-of-type){margin-bottom:20px}.user_options-forms .forms_field-input{width:100%;border-bottom:1px solid #ccc;padding:6px 20px 6px 6px;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;color:grey;letter-spacing:.1rem;transition:border-color .2s ease-in-out}.user_options-forms .forms_field-input:focus{border-color:grey}.user_options-forms .forms_buttons{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-top:35px}.user_options-forms .forms_buttons-forgot{font-family:"Montserrat",sans-serif;letter-spacing:.1rem;color:#ccc;text-decoration:underline;transition:color .2s ease-in-out}.user_options-forms .forms_buttons-forgot:hover{color:#b3b3b3}.user_options-forms .forms_buttons-action{background-color:#e8716d;border-radius:3px;padding:10px 35px;font-size:1rem;font-family:"Montserrat",sans-serif;font-weight:300;color:#fff;text-transform:uppercase;letter-spacing:.1rem;transition:background-color .2s ease-in-out}.user_options-forms .forms_buttons-action:hover{background-color:#e14641}.user_options-forms .user_forms-login,.user_options-forms .user_forms-signup{position:absolute;top:70px;left:40px;width:calc(100% - 80px);opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .4s ease-in-out,visibility .4s ease-in-out,transform .5s ease-in-out;transition:opacity .4s ease-in-out,visibility .4s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.user_options-forms .user_forms-signup{-webkit-transform:translate3d(120px,0,0);transform:translate3d(120px,0,0)}.user_options-forms .user_forms-signup .forms_buttons{-webkit-justify-content:flex-end;justify-content:flex-end}.user_options-forms .user_forms-login{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;visibility:visible}.user_options-forms.bounceLeft{-webkit-animation:bounceLeft 1s forwards;animation:bounceLeft 1s forwards}.user_options-forms.bounceLeft .user_forms-signup{-webkit-animation:showSignUp 1s forwards;animation:showSignUp 1s forwards}.user_options-forms.bounceLeft .user_forms-login{opacity:0;visibility:hidden;-webkit-transform:translate3d(-120px,0,0);transform:translate3d(-120px,0,0)}.user_options-forms.bounceRight{-webkit-animation:bounceRight 1s forwards;animation:bounceRight 1s forwards}@media screen and (max-width:990px){.user_options-forms{min-height:350px}.user_options-forms .forms_buttons{-webkit-flex-direction:column;flex-direction:column}.user_options-forms .user_forms-login .forms_buttons-action{margin-top:30px}.user_options-forms .user_forms-login,.user_options-forms .user_forms-signup{top:40px}.user_options-registered,.user_options-unregistered{padding:40px 45px}}.centreVerticalement{width:100;height:100}.divProjet{display:inline-block;vertical-align:middle;float:none}.divMenu{border-radius:14,}#tabs{-webkit-flex-grow:1;flex-grow:1;margin-left:63px;width:85%;text-align:center}.lien{color:#fff;height:50px;display:inline-block;padding-bottom:25px;padding-left:14px;padding-right:14px;filter:alpha(opacity=0);transition:.2s ease}.lien:hover{visibility:visible;opacity:1;filter:alpha(opacity=100)}.lien:hover,.lienselected,.lienselected:hover{color:#fff;display:inline-block;height:50px;border-bottom:3px solid #40a9ff;padding-left:14px;padding-right:14px}.menu{float:left;margin-right:15px;height:50px}.avatar{float:right;margin-left:30px}.sous_lien{color:#000;font-family:"Noto Sans",sans-serif;font-size:1em;margin-top:5;margin-bottom:5}.ant-page-header-heading-extra{margin:0;height:50px;line-height:48px}.ant-page-header-heading-title{color:#fff}.notif{cursor:pointer;padding:3px;border-left:3px solid #40a9ff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;position:relative;margin-bottom:5px}.ant-typography p,.notif:hover div.ant-typography,.notif div.ant-typography{margin:7px 0}.notif:hover{background-color:#e6f7ff;cursor:pointer;padding:3px}.sous-tache,.sous-tache:hover{width:250px;border-radius:10px;padding:5px;margin-bottom:5px;cursor:pointer}.sous-tache:hover{background-color:#2f4f4f;color:#fff}.sous-tache:hover .btn{color:#fff}.title{margin:2px;border:1px solid #fff}.title,.title:hover{padding:5px;cursor:pointer}.title:hover{border:1px solid #e8e8eb;border-radius:4px;background-color:#f8f8ff}.responsable{margin:2px;border:1px dashed #d3d3d3}.responsable,.responsable:hover{padding:5px;display:inline-block;cursor:pointer;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.responsable:hover{border:1px solid #e8e8eb;border-radius:4px;background-color:#f8f8ff}.echecance{margin:2px;border:1px dashed #d3d3d3}.echecance,.echecance:hover{padding:5px;cursor:pointer;display:inline-block}.echecance:hover{border:1px solid #e8e8eb;border-radius:4px;background-color:#f8f8ff}.project{margin:2px;border:1px dashed #d3d3d3}.project,.project:hover{padding:5px;cursor:pointer;display:inline-block}.project:hover{border:1px solid #e8e8eb;border-radius:4px;background-color:#f8f8ff}.statut{margin:2px;border:1px dashed #d3d3d3}.statut,.statut:hover{padding:5px;cursor:pointer;display:inline-block}.statut:hover{border:1px solid #e8e8eb;border-radius:4px;background-color:#f8f8ff}.description{margin:2px;border:1px dashed #d3d3d3}.description,.description:hover{padding:5px;cursor:pointer;display:inline-block;width:100%}.description:hover{border:1px solid #e8e8eb;border-radius:4px;background-color:#f8f8ff}.detailtache .ant-picker-input>input{font-size:13px}.detailtache .ant-picker-input>input::-webkit-input-placeholder{color:#8b0000}.detailtache .ant-picker-input>input:-ms-input-placeholder{color:#8b0000}.detailtache .ant-picker-input>input::placeholder{color:#8b0000}.detailtache .ant-input .placeholder{color:#8b0000}.detailtache .ant-drawer-close,.detailtache .ant-drawer-close:hover{color:#fff}.detailtache .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{background-color:#fff;border:none}.detailtache .ant-select-clear,.detailtache .ant-select:not(.ant-select-disabled):hover .ant-select-selector{background-color:#fff}.detailtache .ant-input-number-input,.detailtache .ant-picker{border:none}.detailtache .ant-input-number-input::-webkit-input-placeholder{color:#8b0000}.detailtache .ant-input-number-input:-ms-input-placeholder{color:#8b0000}.detailtache .ant-input-number-input::placeholder{color:#8b0000}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:none}@media only screen and (max-width:600px){.project-grid{border-radius:3px;display:inline-block}.ajouter-grid,.project-grid{width:18%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;cursor:pointer}.ajouter-grid{border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede}.project-grid .ant-card-meta-title{font-size:14px}}@media only screen and (min-width:600px){.project-grid{border-radius:3px;display:inline-block}.ajouter-grid,.project-grid{width:18%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;cursor:pointer}.ajouter-grid{border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede}.project-grid .ant-card-meta-title{font-size:14px}}@media only screen and (min-width:768px){.project-grid{border-radius:3px;display:inline-block}.ajouter-grid,.project-grid{width:22%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;cursor:pointer}.ajouter-grid{border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede}.project-grid .ant-card-meta-title{font-size:14px}}@media only screen and (min-width:992px){.project-grid{border-radius:3px;display:inline-block}.ajouter-grid,.project-grid{width:22%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;cursor:pointer}.ajouter-grid{border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede}}@media only screen and (min-width:1200px){.project-grid{border-radius:3px;display:inline-block}.ajouter-grid,.project-grid{width:22%;text-align:center;height:120px;margin:9px;padding:20px 5px 5px;cursor:pointer}.ajouter-grid{border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede}}.ant-ribbon.ant-ribbon-placement-end{right:0}.ant-popover-inner-content{min-width:250px}.tab:hover{background-color:#2f4f4f}.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:5px}.ant-collapse-content>.ant-collapse-content-box{padding:0}.ant-collapse-content{background-color:#2f4f4f}.ant-menu-submenu-selected{color:none;color:#434343}.ant-menu-submenu-selected:hover .ant-menu-submenu-active,.ant-menu:hover .ant-menu-light .ant-menu-root .ant-menu-inline{color:#434343}.task :hover{background-color:#f1f0f0}#filtre{background-color:#faebd7}.center-div{margin:0 auto}.centreVerticalement{display:inline-block;vertical-align:middle;float:none}.i .anticon svg{width:16px;height:15px}.liste .ant-typography{margin-left:15px}.utilisateur .ant-form-item{margin-bottom:24px}.utilisateur .ant-table-content{height:60vh}.utilisateur .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#40a9ff;color:#fff;cursor:pointer}.ant-table.ant-table-small .ant-table-footer,.ant-table.ant-table-small .ant-table-tbody>tr>td,.ant-table.ant-table-small .ant-table-thead>tr>th,.ant-table.ant-table-small tfoot>tr>td,.ant-table.ant-table-small tfoot>tr>th,.utilisateur .ant-table.ant-table-small .ant-table-title{text-align:left}.userSelected>td{color:#fff;background-color:#40a9ff}.ant-input[disabled]{color:rgba(0,21,41,.52);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.container{padding:9px 18px 0}.tab{cursor:pointer;color:#40a9ff}.tab:hover{background-color:#40a9ff;color:#fff}.tab:hover .tab1{color:#fff}.tab .tab1{color:#40a9ff}.ant-form-item{margin-bottom:20px}.ant-card-head{font-size:14px}.profile .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#40a9ff;color:#fff;cursor:pointer}.profile .ant-table-body,.profile .ant-table-placeholder{height:62vh}.profileSelected{background-color:#40a9ff;color:#fff}.equipes .ant-card-body{padding:12px}.projet .ant-card-body{padding:10px 2px 2px}.ant-card-meta-avatar{padding-right:5px}.ant-card-meta-detail>div:not(:last-child){margin-bottom:0}@media only screen and (max-width:600px){.ajouter{margin-left:5px}.affecter,.ajouter{width:9%;text-align:center;height:120px;margin-top:5px;margin-bottom:5px;padding:5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}.affecter{margin-right:5px}.ajouter-grid,.ajouterSimple{width:18%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}}@media only screen and (min-width:600px){.ajouter{margin-left:5px}.affecter,.ajouter{width:9%;text-align:center;height:120px;margin-top:5px;margin-bottom:5px;padding:5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}.affecter{margin-right:5px}.ajouter-grid,.ajouterSimple{width:18%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}}@media only screen and (min-width:768px){.ajouter{margin-left:5px}.affecter,.ajouter{width:11%;text-align:center;height:120px;margin-top:5px;margin-bottom:5px;padding:5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}.affecter{margin-right:5px}.ajouter-grid,.ajouterSimple{width:18%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}}@media only screen and (min-width:992px){.ajouter{margin-left:5px}.affecter,.ajouter{width:11%;text-align:center;height:120px;margin-top:5px;margin-bottom:5px;padding:5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}.affecter{margin-right:5px}.ajouter-grid,.ajouterSimple{width:22%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}}@media only screen and (min-width:1200px){.ajouter{margin-left:9px}.affecter,.ajouter{width:11%;text-align:center;height:120px;margin-top:9px;margin-bottom:9px;padding:5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}.affecter{margin-right:9px}.ajouter-grid,.ajouterSimple{width:22%;text-align:center;height:120px;margin:5px;padding:20px 5px 5px;border-radius:3px;border:2px dashed #000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#dedede;cursor:pointer}}.voirtousprojet .ant-drawer-close,.voirtousprojet .ant-drawer-close:hover{color:#000}.editable-cell{position:relative}.editable-cell-value-wrap{padding:5px 12px;cursor:pointer}.editable-row:hover .editable-cell-value-wrap{padding:4px 11px;margin:0;border:1px solid #d9d9d9;border-radius:4px}[data-theme=dark] .editable-row:hover .editable-cell-value-wrap{border:1px solid #434343}.textarea{border:none;overflow:auto;outline:none;box-shadow:none;resize:none}.table-striped-rows>td:first-child{padding:110%}.etatDemande>td:first-child{padding:2px}.sendClient1>td:first-child{padding:2px}.ant-popover-inner-content{width:100px}.table-striped-rows thead,.table-striped-rows tr:nth-child(2n) td{background-color:#f1f1f1}.etatDemande>td:first-child{border-left:5px solid #525252!important}.sendClient1>td:first-child{border-left:5px solid #fcc924!important}.refusClient1>td:first-child{border-left:5px solid #fd310d!important}.validateClient1>td:first-child{border-left:5px solid #02ff52!important}#swatch00{background-color:#fcc924}#swatch00,#swatch11{margin-left:20px;margin-top:5px;width:50px;height:27px;border-radius:3px solid #000;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#swatch11{background-color:#fd310d}#swatch22{margin-left:20px;margin-top:5px;background-color:#02ff52;width:50px;height:27px;border-radius:3px solid #000;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
/*# sourceMappingURL=main.f2013911.chunk.css.map */