.lds-ring {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2px solid #0f0;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0f0 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.tabs input[type=radio] {
    opacity:0;
}
.tabs {
    display: flex;
    width: 100px;
    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;
//    color: #666;
    font-size: 16px;
    font-weight: normal;
//    background: #5ba8dc;
    background: #f0f0f0;
    cursor: pointer;
    position: relative;
    top: 6px;
//    top: 4px;
    -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;
//    background: #5ba8dc;
    color: #ddd;
//    top: 6px;
    top: 4px;
}

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

.close-icon {
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  fill: #ff0000;
}

.btn-close-info {
 position: absolute;
 top: 0;
 right: 0;
 width: 32px;
 height: 32px;
}

.button-close {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 10px;
    width: 10px;
}

.zoom-div {
    width: 280px;
    height: 370px;
    padding: 0;
    overflow: hidden;
    background-color: #ccc;
    border:1px solid #ddd;
}
.zoom-frame {
    width: 750px;
    height: 1000px;
            -ms-zoom: 0.4;
            -moz-transform: scale(0.4);
            -moz-transform-origin: 0 0;
            -o-transform: scale(0.4);
            -o-transform-origin: 0 0;
            -webkit-transform: scale(0.4);
            -webkit-transform-origin: 0 0;
}

.hidden-info {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    background: red;
    width: 690px;
    height: 540px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
}

:root {
  --radius: 4px;
  --baseFg: dimgray;
  --baseBg: #dddddd;
  --accentFg: dimgray;
  --accentBg: #dddddd;
}

select {
  font: 400 12px/1.3 sans-serif;
  -webkit-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: 0px solid transparent;
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: var(--radius);
  background-color: var(--baseBg);
  background-image: linear-gradient(var(--baseFg), var(--baseFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 0px 100%, 20px 22px, 20px 22px, 20px 100%;
  background-position: right 20px center, right bottom, right bottom, right bottom;   
}

select:hover {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
}

select:active {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
  color: var(--accentBg);
  border-color: var(--accentFg);
  background-color: var(--accentFg);
}
  
.horizontal-div {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    align-items: center;
}

.right-items {
 margin-right: 32px;
 margin-top: 16px;
}

body {
    width: 100%;
    height: 100%;
    background-color: white;
    font-family: 'Source Sans Pro';
}

main { 
  display: grid; 
  grid-template-columns: 280px 1fr; 
  grid-template-rows: 64px 1fr;
}

a:link {
    color: #d6d6d6;
    text-decoration: none;
}

a:visited {
    color: #d6d6d6;
    text-decoration: none;    
}

a:active {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.searchBox {
    text-indent:10px;
    margin-top:0px;
    width:150px;
}

.search {
    margin:6px;
}

.logo-section {
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #4b98cc;
}

.logo {
  width: 92px;
  height: 44px;
  padding: 8px;
  fill: #fff;
}

.header {
  background-color: #fff;
  color: #555;
}

.side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: calc(100vh - 64px);
  background-color: #04375b;
  color: #fff;
}

.profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #1d4b6c;
  width: 100%;
  margin-bottom: 32px;
}

.profile-picture {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid #3b88bc;
  background-color: #f6f6f6;
  //object-fit: cover;
  object-fit: contain;
}

.profile-name {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
}

.profile-role {
  margin-top: 0px;
  font-size: 14px;
  color: #d6d6d6;
}

.nav {
  width: 100%;
}

.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(#fff, 0.1);
  transition: background-color 0.2s;
}

.nav-link:hover {
    background-color: #032f4d;
    border-left: 4px solid #4b98cc;    
}

.nav-link-icon {
  width: 28px;
  height: 28px;
  fill: #4b98cc;
}

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

.info-icon {
    width: 32px;
    height: 32px;
    fill: #4b98cc;
}

.nav-link-title {
  margin-top: 8px;
}

.dashboard {
    margin-top: 20px;
    width: 100%;
    height: calc(100% - 40px);
    background-color: snow;
}

.page-section {
    padding: 20px;
    background-color: #f8f8f8;
}

.page-section-graphes {
    padding: 10px;
    background-color: #f8f8f8;
    display: flex;
}

.subsection-graphes {
    padding: 10px;
    display: flex;
    background-color: #ffffff;
}

.round-div-info {
            margin-left: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #44a;
            color: #4b98cc;
            width: 150px;
            height: 60px;  
}

.round-icon-green {
            display: block;
            margin: 10px;
            padding: 0px;
            text-align: center;
            border-radius: 4px;
            -moz-border-radius: 4px;
            background-color: #eafcec;
            color: #4b98cc;
            width: 40px;
            height: 40px;
            padding-top: 6px;
}

.round-info-green {
            display: flex;
            margin-left: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #eafcec;
            color: #4b98cc;
            width: 150px;
            height: 60px;  
}

.round-icon-rose {
            display: block;
            margin: 10px;
            padding: 0px;
            padding-top: 6px;
            text-align: center;
            border-radius: 4px;
            -moz-border-radius: 4px;
            background-color: #fcefef;
            color: #4b98cc;
            width: 40px;
            height: 40px;  
}

.round-info-rose {
            display: flex;
            margin-left: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #fcefef;
            color: #4b98cc;
            width: 150px;
            height: 60px;  
}

.round-icon-purple {
            display: block;
            margin: 10px;
            padding: 0px;
            padding-top: 6px;
            text-align: center;
            border-radius: 4px;
            -moz-border-radius: 4px;
            background-color: #faecfa;
            color: #4b98cc;
            width: 40px;
            height: 40px;  
}

.round-info-purple {
            display: flex;
            margin-left: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #faecfa;
            color: #4b98cc;
            width: 150px;
            height: 60px;  
}

.round-icon-blue {
            display: block;
            margin: 10px;
            padding: 0px;
            padding-top: 6px;
            text-align: center;
            border-radius: 4px;
            -moz-border-radius: 4px;
            background-color: #ecf4fa;
            color: #4b98cc;
            width: 40px;
            height: 40px;  
}

.round-info-blue {
            display: flex;
            margin-left: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #ecf4fa;
            color: #4b98cc;
            width: 150px;
            height: 60px;  
}

.round-div {
            margin-left: 10px;
            padding: 10px;
            border-radius: 15px;
            -moz-border-radius: 15px;
            background-color: #fff;
            color: #4b98cc;
}

.number-element {
    margin-left: 10px;
    padding: 5px;
}

.number-element-term {
    margin-left: 0px;
    padding: 0px;
}

//-- CSS dialogue upload crea

.div-upload {
    width:300px;
    height:500px;
}

.div-upload-sms {
    width: 200px;
    margin-right: 20px;
    height: 400px;
}

.hidden-upload {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 880px;
    height: 428px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.hidden-preview-iab {
    z-index:10;
    margin-top: 10%;
    margin-left: 25%;
    width: 700px;
    height: 500px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.hidden-upload-iab-detail {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 1200px;
    height: 260px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: block;
    flex-direction: row;
}

.hidden-preview-vid {
    z-index:10;
    margin-top: 10%;
    margin-left: 25%;
    width: 700px;
    height: 500px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.hidden-upload-vid-detail {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 1200px;
    height: 260px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: block;
    flex-direction: row;
}

.hidden-upload-postal {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 360px;
    height: 260px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.hidden-upload-sms {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 500px;
    height: 450px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.hidden-upload-vid {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 550px;
    height: 370px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.hidden-upload-iab {
    z-index: 9;
    margin-top: 5%;
    margin-left: 15%;
    width: 550px;
    height: 370px;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    color: #4b98cc;
    box-shadow: -2px -2px 16px #444;
    display: none;
    flex-direction: row;
}

.zoom-frame-upload {
    margin-top: 10px;
    width: 650px;
    height: 1000px;
    background-color: #d0d0d0;
    border: 0px solid #bbf;
    -ms-zoom: 0.4;
    -moz-transform: scale(0.4);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.4);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.4);
    -webkit-transform-origin: 0 0;
}

.zoom-frame-upload-sms {
    margin-top: 10px;
    width: 650px;
    height: 1000px;
    background-color: #d0d0d0;
    border: 0px solid #bbf;
    -ms-zoom: 0.3;
    -moz-transform: scale(0.3);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.3);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.3);
    -webkit-transform-origin: 0 0;
}

.upload-form {
  width: 300px;
  height: 200px;
  border: 4px dashed #2b78ac;
  background-color: #4b98cc;
}

.upload-form p{
  width: 100%;
  height: 100%;
  text-align: center;
//  line-height: 170px;
  color: #ffffff;
  font-family: Arial;
}

.upload-form input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 200px;
  outline: none;
  opacity: 0;
}

.btn-submit {
  margin: 0;
  color: #fff;
  background: #4b98cc;
  border: none;
  width: 100%;
  height: 35px;
  margin-top: 5px;
  border-radius: 4px;
  transition: all .2s ease;
  outline: none;
}

.btn-submit:hover{
  background: #2b78ac;
	color: #eeeeee;
}
.btn-submit:active{
  border:1px solid grey;
}

//-- Polices de caractère

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: $semiBold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: $semiBold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

