#login{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - var(--navbarHeight))}#login h1{z-index:1;margin-bottom:-20px;background:var(--blue);padding:0 10px}#login form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #000;border-radius:15px;padding:60px 30px 30px}#login button,#login input{width:300px;height:40px;margin:15px;text-align:center}#login button{cursor:pointer;margin-top:30px}#login input:focus{outline:none}.navbar{width:100%;height:var(--navbarHeight);display:flex;align-items:center;justify-content:space-around;font-size:21px;background:var(--lightBlue)}.navbar a,.navbar span{cursor:pointer;font-weight:700;color:#fff;text-decoration:none}.navbar a.active{color:grey}.navbar_picto{width:30px;height:100%;position:relative;cursor:pointer;background:url(/static/media/navbar_picto.ec868a87.svg) no-repeat;background-size:contain;background-position:50%}.navbar_picto>.navbar_collapse{max-height:0;overflow:hidden;position:absolute;left:50%;bottom:0;background:var(--lightBlue);color:#fff;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);display:flex;justify-content:center;align-items:center;flex-direction:column;transition:max-height .3s ease}.navbar .navbar_picto.active>.navbar_collapse{max-height:100vh}.navbar_picto>.navbar_collapse>*{width:100%;padding:20px;text-align:center}.checkbox{display:flex;align-items:center;justify-content:center;padding:1px}.checkbox .border{position:relative;border:2px solid #fff;border-radius:4px;width:20px;height:20px;cursor:pointer}.checkbox .indicator{position:absolute;top:1px;left:1px;right:1px;bottom:1px;z-index:1;background:#fff;border-radius:2px;-webkit-transform:scale(0);transform:scale(0)}.checkbox .indicator.checked{-webkit-transform:scale(1);transform:scale(1)}.dropdown{position:relative;color:#333;cursor:default;width:200px;height:45px}.dropdown .control,.dropdown .selected_value{width:100%;height:100%}.dropdown .arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;margin-top:.3rem;position:absolute;right:10px;top:14px;width:0}.dropdown .arrow.open{border-color:transparent transparent #999;border-width:0 5px 5px}.dropdown .selected_value input{font-size:16px;cursor:default;outline:none;padding:5px;transition:all .2s ease;height:100%}.dropdown .options,.dropdown .selected_value input{background-color:#fff;border:1px solid #ccc;width:100%}.dropdown .options{display:none;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;overflow-y:auto;position:absolute;top:100%;z-index:1000;-webkit-overflow-scrolling:touch}.dropdown .options.open{display:block}.dropdown .option{box-sizing:border-box;color:rgba(51,51,51,.8);cursor:pointer;display:block;padding:10px 5px}.dropdown .option.selected,.dropdown .option:hover{background-color:#f2f9fc;color:#333}#selected{position:absolute;right:30px;top:30px;display:flex;justify-content:center;align-items:center}#selected>span{cursor:pointer;margin-left:10px;padding:5px;background:#fff;color:#333}#dataTable_container{position:relative}.dataTable{border-collapse:collapse;margin:30px auto;max-width:90%;font-size:16px}.dataTable td,.dataTable th,.dataTable tr{border:1px solid red;padding:10px;text-align:left}.dataTable th>div{display:flex;justify-content:space-between}.dataTable th>div>span{display:flex;margin-left:5px}.dataTable th>div>span>svg{cursor:pointer}.dataTable td,.dataTable th{max-width:120px;height:50px;overflow-x:auto;padding:5px}.dataTable td span{padding:5px;background:#5cb85c;color:#fff;display:inline-block;width:100%;text-align:center;border:1px solid #000;border-radius:5px}.dataTable td span.sim{background:#5bc0de}.dataTable tbody tr.deny:hover,.dataTable td span.deny{background:#d9534f}.dataTable tbody tr.accept:hover{background:#5cb85c}.dataTable .type{min-width:120px}.dataTable .commentaire,.dataTable .dispositif,.dataTable .email,.dataTable .flux,.dataTable .programme,.dataTable .projet,.dataTable .select,.dataTable .timestamp,.dataTable .type,.dataTable .webtag{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;max-width:intrinsic;max-width:-webkit-max-content}#show_all>input{outline:none}#show_all>span{cursor:pointer;padding:5px;background:#fff;color:#333;margin-left:10px}#home #head{display:flex;justify-content:space-around;align-items:center;width:100%;padding:30px}#home #head>span{background:#fff;color:#000;padding:15px;cursor:pointer;width:150px;height:60px}#home #body,#home #head>span{display:flex;justify-content:center;align-items:center}#leadsForm .flex_container{display:flex}#leadsForm input{width:200px;height:45px;border:1px solid #ccc;color:#333;background-color:#fff;font-size:16px;padding:5px;outline:none}#leadsForm .react-datepicker-wrapper,.react-datepicker__close-icon{width:unset}#leads{padding:30px}#leads #scroll_top{padding:5px;background:#fff;color:#333;position:fixed;bottom:30px;right:30px;cursor:pointer}#container_manager{display:flex;justify-content:center;align-items:center;grid-gap:15px;gap:15px;width:100%;margin:30px}#container_manager .link{text-decoration:none;color:#fff;padding:10px 20px;background-color:#000;cursor:pointer}#medias{padding:30px}.mediaCard{display:flex;justify-content:space-between;align-items:center;font-size:18px;margin-bottom:15px}.mediaName{font-size:120%}.mediaControls{display:flex;justify-content:center;align-items:center;margin-left:30px}.mediaControls span{padding:5px;cursor:pointer;margin-left:2px;background:hsla(0,0%,100%,.7);color:var(--blue)}#medias .create{width:200px;height:60px;background-color:#000;color:#fff;font-size:18px;font-weight:700;cursor:pointer}#create_medias,#medias .create{display:flex;justify-content:center;align-items:center}#create_medias{flex-direction:column;width:100%;height:calc(100vh - var(--navbarHeight))}#create_medias h1{z-index:1;margin-bottom:-20px;background:var(--blue);padding:0 10px}#create_medias form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #000;border-radius:15px;padding:60px 30px 30px}#create_medias button,#create_medias input,#create_medias select{width:300px;height:40px;margin:15px;text-align:center}#create_medias button{cursor:pointer;margin-top:30px}#create_medias input:focus{outline:none}#clients,#infoMedias{padding:30px}.clientCard{display:flex;justify-content:space-between;align-items:center;font-size:18px;margin-bottom:15px}.clientName{font-size:120%}.clientControls{display:flex;justify-content:center;align-items:center;margin-left:30px}.clientControls span{padding:5px;cursor:pointer;margin-left:2px;background:hsla(0,0%,100%,.7);color:var(--blue)}#clients .create{width:200px;height:60px;background-color:#000;color:#fff;font-size:18px;font-weight:700;cursor:pointer}#clients .create,#create_clients{display:flex;justify-content:center;align-items:center}#create_clients{flex-direction:column;width:100%;height:calc(100vh - var(--navbarHeight))}#create_clients h1{z-index:1;margin-bottom:-20px;background:var(--blue);padding:0 10px}#create_clients form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #000;border-radius:15px;padding:60px 30px 30px}#create_clients button,#create_clients input,#create_clients select{width:300px;height:40px;margin:15px;text-align:center}#create_clients button{cursor:pointer;margin-top:30px}#create_clients input:focus{outline:none}#infoClients{padding:30px}.service_line{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.service_line>span{display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px}.service_line>span>span{background-color:#fff;color:#000;font-size:11px;cursor:pointer;padding:10px}#services{padding:30px}.serviceCard{display:flex;justify-content:space-between;align-items:center;font-size:18px;margin-bottom:15px}.serviceName{font-size:120%}.serviceControls{display:flex;justify-content:center;align-items:center;margin-left:30px}.serviceControls span{padding:5px;cursor:pointer;margin-left:2px;background:hsla(0,0%,100%,.7);color:var(--blue)}#services .create{width:200px;height:60px;background-color:#000;color:#fff;font-size:18px;font-weight:700;cursor:pointer}#create_services,#services .create{display:flex;justify-content:center;align-items:center}#create_services{flex-direction:column;width:100%;height:calc(100vh - var(--navbarHeight))}#create_services h1{z-index:1;margin-bottom:-20px;background:var(--blue);padding:0 10px}#create_services form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #000;border-radius:15px;padding:60px 30px 30px}#create_services button,#create_services input,#create_services select{width:300px;height:40px;margin:15px;text-align:center}#create_services button{cursor:pointer;margin-top:30px}#create_services input:focus{outline:none}#infoServices{padding:30px}.btn_back{font-size:11px;padding:10px;background-color:#fff;color:#000;cursor:pointer}#users{padding:30px}.userCard{display:flex;justify-content:space-between;align-items:center;font-size:18px;margin-bottom:15px}.userEmail{font-size:120%}.userControls{display:flex;justify-content:center;align-items:center;margin-left:30px}.userControls span{padding:5px;cursor:pointer;margin-left:2px;background:hsla(0,0%,100%,.7);color:var(--blue)}#users .create{width:200px;height:60px;background-color:#000;color:#fff;font-size:18px;font-weight:700;cursor:pointer}#create_users,#users .create{display:flex;justify-content:center;align-items:center}#create_users{flex-direction:column;width:100%;height:calc(100vh - var(--navbarHeight))}#create_users h1{z-index:1;margin-bottom:-20px;background:var(--blue);padding:0 10px}#create_users form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #000;border-radius:15px;padding:60px 30px 30px}#create_users button,#create_users input,#create_users select{width:300px;height:40px;margin:15px;text-align:center}#create_users button{cursor:pointer;margin-top:30px}#create_users input:focus{outline:none}.update_user form{background:var(--lightBlue);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:30px;margin:15vw auto auto;border:1px solid #000;border-radius:20px}.update_user .my_input,.update_user form{display:flex;flex-direction:column;justify-content:center;align-items:center}.update_user button,.update_user input,.update_user select{width:300px;height:30px;margin:10px 0}.update_user .error_message{font-size:12px;color:red;margin-bottom:10px}:root{--navbarHeight:60px;--blue:#282c34;--lightBlue:#373f4e}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#282c34;background:var(--blue);color:#fff;font-size:21px;scroll-behavior:smooth}button,input,select{outline:unset}
/*# sourceMappingURL=main.e27ff889.chunk.css.map */