
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    font-family: Arial, Avenir, sans-serif;
    font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main { 
  display: grid; 
  grid-template-columns: 280px 1fr; 
  grid-template-rows: 64px 1fr;
  background-color: #ccc;
}
.dashboard {
    margin-top: 20px;
    width: 100%;
    height: calc(100% - 40px);
    background-color: snow;
}

:root {
    --couleur-rose-fonce:#d70060;
    --couleur-rose-clair:#f51e7e;
    --couleur-bleu-fonce:#6fa8dc;
    --couleur-bleu-clair:#8dc6fa;
    --couleur-orange-fonce:#ff9900;
    --couleur-orange-clair:#ffb71e;
    --couleur-vert-fonce:#10974e;
    --couleur-vert-clair:#2eb56c;
    --couleur-verteau-fonce:#40bfba;
    --couleur-verteau-clair:#8ed1d5;
    --couleur-bleubarre-fonce:#5b7fd2;
    --couleur-bleubarre-clair:#7594cc;
}

.round-div-info {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #44a;
            width: 250px;
            height: 40px;  
            color: #ffffff;
            text-align: center;
            align-items: center;
    box-shadow: 0 2px 2px #888888;
}

.round-div-enter {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #fff;
            width: 195px;
            height: 40px;  
            color: #000;
            text-align: left;
            align-items: left;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.round-div-geo {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #fff;
            width: 195px;
            height: 32px;  
            color: #000;
            text-align: center;
            align-items: center;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.tabs input[type=radio] {
    opacity:0;
}
.tabs {
    display: flex;
    width: 760px;
    float: none;
    list-style: none;
    padding: 0;
}
.tabs li {
    float: left;
}
.tabs label {
    display: block;
    padding: 10px 20px;
    border-radius: 2px 2px 0 0;
    color: #888;
    font-size: 16px;
    font-weight: normal;
    background: #f0f0f0;
    cursor: pointer;
    position: relative;
#    top: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs label:hover {
    background: #888;
    color: #ddd;
#    top: 4px;
}

.tabs input[id^=tab]:checked + label {
    background: #4b98cc;
    color: #fff;
#    top: 4px;
}

.tool-icon {
  width: 20px;
  height: 20px;
  fill: #a4a4a4;
  margin-top: 4px;
}

.round-button {
  margin-left: 10px;
  margin-top: 20px;
  padding: 10px;
  width: 145px;
  height: 24px;  
  color: #444;
  background: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 30px;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  border: solid 1px #888;
//  box-shadow: 0 2px 2px #888888;
  align-items: center;
}


h2 {
    font-size: 32px;
    margin-left: 8px;
}
h3 {
    margin-top: 6px;
    margin-left: 8px;
    font-size: 18px;
}

.tile-tdb {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            background-color: #fff;
            width: 250px;
            height: 250px;  
            color: #000;
            text-align: center;
            align-items: center;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.login-section {
            margin-left: 35%;
            margin-top: 15%;
            padding: 10px;
            border-radius: 4px;
            width: 30%;
            height: auto;
            -moz-border-radius: 4px;
            background-color: #fff;
            color: #333;
            text-align: left;
            align-items: left;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.round-div-with-icon-right {
            margin-left: -10px;
            margin-right: 0px;
            margin-top: 10px;
            padding: 4px;
            border-radius: 0px 15px 15px 0px;
            -moz-border-radius: 0px 15px 15px 0px;
            background-color: #44a;
            color: #ffffff;
            height:48px;
            width:100%;
            font-size:24px;
            font-weight:bold;
            vertical-align:middle;
            line-height:48px;
            justify-content: center;
            text-align: center;
            align-items: center;
}

.round-div-with-icon-right-resultats {
            margin-left: -10px;
            margin-right: 10px;
            margin-top: 10px;
            padding: 4px;
            border-radius: 0px 15px 15px 0px;
            -moz-border-radius: 0px 15px 15px 0px;
            background-color: #44a;
            color: #ffffff;
            height:48px;
            width:100%;
            justify-content: center;
            text-align: center;
            align-items: center;
        }
.round-div-with-icon-left {
            margin-left:  10px;
            margin-right: 0px;
            margin-top: 10px;
            padding: 4px;
            border-radius: 15px 0px 0px 15px;
            -moz-border-radius: 15px 0px 0px 15px;
            background-color: #55b;
            width: 40px;
            height: 32px;  
            color: #ffffff;
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
}

.square-div-enter {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            background-color: #fff;
            width: 190px;
            height: 72px;  
            color: #000;
            text-align: left;
            align-items: left;
            border: 1px solid #888;
    box-shadow: 0 0 8px #888888;
}

.square-div-filler {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            background-color: #fff;
            width: 190px;
            height: 72px;  
            color: #000;
            text-align: left;
            align-items: left;
}

.box-appetences {
            margin-left: 10px;
            margin-top: 10px;
            margin-right: 10px;
            padding: 10px;
            background-color: #fff;
            width: 20%;
            height: 40px;  
            color: #000;
            text-align: left;
            align-items: left;
            display:flex;
}

.container-appetences {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            background-color: #fff;
            width: calc(100%-20px);
            color: #000;
            display: block;
    box-shadow: 0 0 8px #888888;
}

.textarea {
    border-radius:0;
}

.texte-criteres {
    width:50%;
    font-size:24px;
    color:#888;
}

.texte-appetence {
    margin-left:8px;
    margin-top:8px;
    width:50%;
    font-size:24px;
    color:#888;
}

.texte-codes {
    font-size:24px;
    color:#888;
}

.box-codes {
    margin-top:10px;
    height:30px;
    width:80%;
}

.input-appetence {
    margin-top:12px;
    margin-left:10px;
    margin-right:10px;
    background-color:#f00;
}

.titre-souligne {
    margin-left:10px;
    margin-top:0px;
    margin-right:10px;
    width:calc(100%-10px);
    font-size:24px;
    color:#888;
    border-bottom: 1px solid #888;
}

.texte-pct {
    margin-left:10px;
    font-size:24px;
    color:#888;
    display: inline-block;
    align-self: flex-end;
}

.hidden-savebox {
    z-index: 9;
    margin-top: 20%;
    margin-left: 35%;
    width: 360px;
    height: 128px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #888;
    box-shadow: 0 0 10px #b90;
    display: none;
}

#tooltip {
    z-index: 9;
    color: #fff;
    background: #44f;
    border: 1px solid #118;
    border-radius: 5px;
    padding: 5px;
    top: -6px;
    left: 100%;
}

#circle6 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 10px #008744 solid;
  border-right: 10px #0057e7 solid;
  border-bottom: 10px #d62d20 solid;
  border-left: 10px #ffa700 solid;
  border-radius: 50%;
  -webkit-animation: spin6 1s infinite linear;
          animation: spin6 1s infinite linear;
}

@-webkit-keyframes spin6 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin6 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
