/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////   General   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
*{
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body{
    _background:url("../images/fondbody.jpg") no-repeat fixed;
    _background-size:100% 100%;
    font-family: 'CaviarDreams';
    _width: 80%;
    _margin: 0 auto;
}

section{
    background: #0f056b;
}

a{
    text-decoration:none;
}

.clear{
    clear:both;
}

.hide {
    display:none;
}

/* Ajout de le police CaviarDreams */
@font-face {
    font-family: 'CaviarDreams';
    src: url('../font/CaviarDreams/CaviarDreams-webfont.eot');
    src: url('../font/CaviarDreams/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/CaviarDreams/CaviarDreams-webfont.woff2') format('woff2'),
    url('../font/CaviarDreams/CaviarDreams-webfont.woff') format('woff'),
    url('../font/CaviarDreams/CaviarDreams-webfont.ttf') format('truetype'),
    url('../font/CaviarDreams/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

div#Wait{
    z-index: 5002;
    display: none;
    color: white;
    font-variant: small-caps;
    position: fixed;
    width: 30%;
    margin-left: 35%;
    background: #0f056b;
    top:40%;
    border-radius: 10px;
    text-align: center;
    padding: 13px 0;
    border: 2px solid white;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////   Header   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
header.Banniere{
    background: white;
}

img.LogoPolarBase{
    _width: 10%;
    width: 200px;
    position: absolute;
    left:17px;
    _left:12%;
    top:17px;
    z-index: 4000;
}

ul.Menu{
    font-size: 1.2em;
    list-style:none;
    text-align:center;
    font-weight: bold;
    float: right;
}

ul.Menu li{
    padding: 20px 0;
    margin-left: 10px;
    float:left;
}

ul.Menu li a{
    color: #0f056b;
    padding: 10px 30px;
    font-variant:small-caps;
}

ul.Menu a:hover{
    background: #453aa6;
    color: white;
}

ul.Menu a.selected{
    border: 2px solid #0f056b;
}


section.Contenu img.imgtop{
    width: 100%;
}

.aselected {
    border: 2px solid #0f056b;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////   Menu 2   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
ul.Menu2{
    font-size: 1.2em;
    list-style:none;
    text-align:center;
    font-weight: bold;
    width: 100%;
    margin : 0;
}

ul.Menu2 li{
    width: 25%;
    padding: 20px 0;
    display : inline-table;
}

ul.Menu2 a{
    color: #0f056b;
    padding: 10px 30px;
    font-variant:small-caps;
    display : block;
}

ul.Menu2 a:hover{
    background: #453aa6;
    color: white;
    cursor: pointer;
}

ul.Menu2 a.selected{
    border: 2px solid #0f056b;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////   Slider   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
#slider1_container {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1366px;
    height: 500px;
    overflow: hidden;
}

#slides {
    width: 1366px;
    height: 500px;
    overflow: hidden;
}

.jssorb21 {
    position: absolute;
}

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../images/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb21 div {
    background-position: -5px -5px;
}

.jssorb21 div:hover, .jssorb21 .av:hover {
    background-position: -35px -5px;
}

.jssorb21 .av {
    background-position: -65px -5px;
}

.jssorb21 .dn, .jssorb21 .dn:hover {
    background-position: -95px -5px;
}

.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a01.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}

.iconeinfo{
    cursor: pointer;
    width: 20px;
}

div.InfoArticles{
    width:300px;
    height: 300px;
    position: absolute;
    top:150px;
    background:url("../images/rondfond.png") no-repeat;
    background-size:100% 100%;
    text-align: center;
    font-variant:small-caps;
    color: white;
}

div.LeftA{
    left:75px;
}

div.RightA{
    right:75px;
}

div.InfoArticles h2{
    padding:70px 0 10px 0;
    font-size: 2.4em;
    text-decoration: underline;
}

div.InfoArticles p{
    font-size: 1.2em;
    padding: 10px 20px 30px 20px;
}

.slideinfo{
    display: none;
    text-align: center;
    color: white;
}

.slideinfo h2{
    font-variant:small-caps;
    font-size: 2em;
    text-decoration: underline;
    padding: 10px;
}

.slideinfo h3{
    font-variant:small-caps;
    font-size: 1.5em;
}

.slideinfo p{
    padding: 50px 80px;
    text-align: justify;
    font-size: 1.1em;
}

.slideinfo p span{
    text-decoration: underline;
    font-weight: bold;
}

.slideinfo img{
    width: 60%;
    padding: 50px 0;
}

.slideinfo p img.imgdata{
    float: right;
    width: 27%;
    padding: 20px 0px 20px 30px;
}

.slideinfo a{
    color: white;
    text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////   PopUp Plot   ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
div#PlotBackground{
    /*display: none;*/
    position: fixed;
    background: black;
    opacity: 0.7;
    z-index: 5000;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#PlotTabs{
    position: fixed;
    height: 80%;
    width: 80%;
    margin:2.5% 10%;
    z-index: 5001;
    top:0;
    left: 0;
    background: rgba(0,0,0,0);
    overflow: auto;
}

div#PlotTabs ul li {
    display:inline-block;
    list-style: none;
    width:49.9%;
    float:left;
}

div#PlotTabs a.OngletActif,div#PlotTabs a.OngletInactif{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 1.5em;
    color:white;
    font-variant: small-caps;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
    list-style:none;
}

div#PlotTabs a.OngletActif:hover,div#PlotTabs a.OngletInactif:hover{
    background: #1a173c;
}

div#PlotTabs a.OngletActif{
    background: #0f056b;
}

div#PlotTabs a.OngletInactif{
    background: #453aa6;
}

div#PlotTabs div.PlotFenetre{
    background: url(../images/fondPlot.jpg);
    background-size: cover;
    display: block;
    text-align: center;
}

div#PlotTabs div.PlotFenetre .Shut{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/shut.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    float: right;
}

div#PlotTabs div.PlotFenetre .Shut:hover{
    background: url(../images/shuthover.png);
    background-size: 100% 100%;
}

div#PlotTabs div.PlotFenetre h3{
    color: white;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

div#PlotTabs div.PlotFenetre .tableLSDResult{
    width: 58%;
    margin: 0 auto;
}

div#PlotTabs div.PlotFenetre table#tableSpectrumChangeLsd {
    _margin-left: 10%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-collapse: collapse;
}

div#PlotTabs div.PlotFenetre table#tableSpectrumChange {
    margin: 0 auto;
    width:60%;
}

div#PlotTabs div.PlotFenetre table#tableSpectrumChange tr th,
div#PlotTabs div.PlotFenetre table#tableSpectrumChange tr th {
    display: block;
    float: left;
    padding: 10px 0;
    font-size: 1em;
    color: white;
    font-variant: small-caps;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
}

div#PlotTabs div.PlotFenetre table th{
    background: white;
    color: #0f056b;
    padding: 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

div#PlotTabs div.PlotFenetre table td{
    color: white;
    padding: 10px;
    font-size: 0.95em;
}

div#PlotTabs div.PlotFenetre table td.un{
    background: #0f056b;
}

div#PlotTabs div.PlotFenetre table td.deux{
    background: #453aa6;
}

div#PlotTabs, div#PlotBackground {
    display: none;
}

div.OngletsSpectrum {
    margin-top: 15px;
}

div.OngletsSpectrum a {
    display: block;
    float: left;
    padding: 10px 0;
    font-size: 1em;
    color: white;
    font-variant: small-caps;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
}

div.OngletsSpectrum ul {
    margin: 0 auto;
    width:50%;
}

div#PlotTabs div.OngletsSpectrum ul li {
    width:50%;
}
div.OngletsSpectrum li a.OngletActifSpectrum {
    background-color: #453aa6;
    width: 100%;
}

div.OngletsSpectrum li a.OngletInactifSpectrum {
    color: #0f056b;
    width: 100%;
    background-color: white;
}

div#PlotTabs div.OngletsSpectrum table.snr {
    margin: 0 auto;
    width:50%;
    background: #0f056b;
}

#formRecalculateLSD {
    color: white;
    margin-top: 30px;
}

#formRecalculateLSD select {
    margin-top: 10px;
    width: 40%;
}

#boutonRecalculate {
    text-align: center;
    color: #FFF;
    display: block;
    width: 100px;
    padding: 10px;
    background: #0f056b;
    border: 1px solid #FFF;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#boutonRecalculate:hover {
    cursor: pointer;
    background-color: #453aa6;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////   Partners   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
section.Partners table.tablePartners{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
    _border-collapse: collapse;
    text-align: center;
}

section.Partners table.tablePartners th{
    background: #453aa6;
    color: white;
    font-size: 1.2em;
    width: calc(100%/3);
    font-variant: small-caps;
    font-weight: bold;
    padding: 20px;
}

section.Partners table.tablePartners td{
    background: white;
    color: #0f056b;
    font-size: 1em;
    padding: 20px;
}

section.Contenu div.TitrePartners{
    display: block;
    text-align: center;
    color: white;
}

section.Contenu div.TitrePartners h1{
    font-size: 2.2em;
    padding: 20px 0;
    font-variant:small-caps;
    font-weight: bold;
    text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////   Citation   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.Citation .citation{
    width: 80%;
    color: white;
    font-size: 1.7em;
    text-align: center;
    padding: 100px 10%;
    font-variant: small-caps;
}

.Citation .citation a{
    color: white;
    text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////   Contributors   /////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
section.Contributors {
    color: white;
    font-size: 1.3em;
    text-align: center;
    font-variant: small-caps;
}

section.Contributors h1 {
    text-decoration: underline;
}

section.Contributors h3 {
    font-size: 1.4em;
}

.ContributorsLlist li{
    list-style-type: none;
}
.contributorsCategorie {
    list-style-type: none;
    margin: 35px;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////   Contact   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
section.Contact{
    text-align: center;
}

section.Contenu div.TitreContact, section.Contenu div.TitrePartners{
    display: block;
    text-align: center;
    color: white;
}

section.Contenu div.TitreContact h1, section.Contenu div.TitrePartners h1{
    font-size: 2.2em;
    padding: 20px 0;
    font-variant:small-caps;
    font-weight: bold;
    text-decoration: underline;
}

section.Contenu iframe.map{
    width: 700px;
    height: 350px;
}

section.Contenu img.TrajetObsMipTarbes{
    height: 350px;
}

section.Contenu p.coordonnees{
    color: white;
    font-variant: small-caps;
    font-size: 1.6em;
    padding: 40px;
}

section.Contenu img.imgtop{
    width: 100%;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*////////////////////////   Formulaire Contact   /////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
form.Formulaire table{
    width:100%;
    font-size: 1em;
    font-weight: bold;
    font-variant:small-caps;
    color: white;
    padding:20px;
}

form.Formulaire table td{
    font-size: 0.8em;
}

form.Formulaire table th{
    text-align: left;
    padding: 10px 0;
    font-size: 1.2em;
}

form.Formulaire table th[colspan="2"]{
    width: calc(100%/3);
}

form.Formulaire table .checkbox{
    text-align: center;
}

form.Formulaire table .textform2{
    width:90%;
    height: 20px;
}

form.Formulaire table .textform1{
    width:80%;
    height: 20px;
}

form.Formulaire table label{
    padding-right: 40px;
    padding-left: 20px;
    font-size: 1em;
}

form.Formulaire table .bouton, #content_form .bouton{
    color: white;
    border:1px solid white;
    background: #0f056b;
    font-family: 'CaviarDreams';
    width: 180px;
    height: 40px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2em;
    font-variant:small-caps;
}

form.Formulaire table a.bouton, #content_form .bouton{
    display: inline-block;
    height: 38px;
    line-height: 40px;
    margin:22px 50px 0px 50px;
}

form.Formulaire table .bouton:hover, #content_form .bouton{
    background: #453aa6;
    color: white;
    cursor: pointer;
}

form.Formulaire table .morefields, #content_form .morefields{
    display: none;
}

form.Formulaire table.FormContact,.FormContact{
    width: 60%;
    margin: 0 auto;
}

form.Formulaire table.FormContact .th{
    text-align: center;
    font-size: 1.6em;
}

form.Formulaire table.FormContact .textform3{
    width:95%;
    height: 140px;
    padding: 5px;
}

form.Formulaire table.FormContact .textform2{
    width:95%;
    height: 20px;
    padding: 0 5px;
}

form.Formulaire table.FormContact .textform1{
    width:90%;
    height: 20px;
    padding: 0 5px;
}

#copy {
    float : left;
    margin : 15px;
    font-size : 20px;
}

.bouton {
    overflow-y: hidden;
}

div.boutonDown a.bouton, #content_form a.bouton{
    color: white;
    border:1px solid white;
    background: #0f056b;
    font-family: 'CaviarDreams';
    width: 300px;
    font-weight: bold;
    font-size: 1em;
    font-variant:small-caps;
    display: inline-block;
    height: 38px;
    line-height: 40px;
    margin:22px 50px;
    text-align: center;
}

div.boutonDown {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.boutonDown a.bouton:hover{
    background: #453aa6;
    color: white;
    cursor: pointer;
}

.informations {
    width: 15px;
    margin-left: 5px;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////   Popup Formulaire   //////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/* The Modal (background) */
.popupContact {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popupContact-content {
/* Modal Content/Box */
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* Modal Header */
.popupContact-header {
    padding: 2px 16px;
    color: white;
}

.error {
    background-color: #ff3333;
}

.success {
    background-color: #5cb85c;
}
/* Modal Body */
.popupContact-body {padding: 20px 16px;}


/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////   TableResults   //////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
section.Tableaux{
    background: #0f056b;
    text-align: center;
    width: 100%;
}

table.Results{
    width: 98%;
    color: white;
    border-collapse:collapse;
    margin: 0 auto;
}

table.Results tr.lignePaire{
    background: #0f056b;
}

table.Results tr.ligneImpaire{
    background: #453aa6;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor:pointer;*cursor:hand;
    background-repeat:no-repeat;
    background-position:center right}

table.dataTable thead .sorting {
    background-image:url("../images/sort_both.png")}
table.dataTable thead .sorting_asc{
    background-image:url("../images/sort_asc.png")}
table.dataTable thead .sorting_desc{
    background-image:url("../images/sort_desc.png")}
table.dataTable thead .sorting_asc_disabled{
    background-image:url("../images/sort_asc_disabled.png")}
table.dataTable thead .sorting_desc_disabled{
    background-image:url("../images/sort_desc_disabled.png")}

table.Results td, table.Results th{
    border: 2px solid white;
    padding: 5px;
}

table.Results th{
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1em;
}

table.Results td{
    font-size: 0.8em;
}

.arrowtab .left,.arrowtab .right{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 10px;
    float: right;
}

.arrowtab .arrowindic{
    display: block;
    color: white;
    line-height: 20px;
    height: 20px;
    width: 200px;
    margin:10px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 0.8em;
    float: right;
    text-align: center;
}

.arrowtab{
    display: block;
}

#tableRes_length {
    margin-left: 15px;
    margin-bottom: 5px;
    color: white;
}

#tableRes_info, #tableRes_paginate {
    color: white;
    display: inline;
    padding-top: 10px;
}

#tableRes_info {
    float : left;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#tableRes_paginate {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    padding:15px;
}

#tableRes_previous, #tableRes_next, .paginate_button {
    padding: 0.5em 1em;
    border: 1px solid white;
    margin-left: 5px;
}

#tableRes_previous:hover, #tableRes_next:hover {
    background: #453aa6;
    cursor: pointer;
}

span .paginate_button {
    background: grey;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////   Legal Information   /////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
section.ML h3{
    color: white;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.4em;
    padding: 20px 70px;
}

section.ML p{
    color: white;
    font-size: 1em;
    padding: 10px 80px;
    text-align: justify;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////   Footer   /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
footer{
    background: white;
}

img.LogoFooterPolarBase{
    height: 50px;
    margin-left: 30px;
    padding: 20px 0;
    float:left;
}

footer p{
    float:left;
    line-height: 90px;
    padding: 0 40px;
    color: #0f056b;
    font-weight: bold;
}

footer p a{
    color: #0f056b;
}

img.PartnersFooterPolarBase{
    float:right;
    height: 70px;
    padding: 10px 30px 10px 0;
}

.help {
    display:none;
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    border: 0.5px solid grey;
    border-radius: 5px;
    color:white;
    font-size: 12px;
    z-index: 1;
}

#alert_res {
    display: none;
    background: red;
    margin-left: 10%;
    width: 50%;
    padding: 10px;
    color: white;
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px; /* dim. de la case */
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px; /* angles arrondis */
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3) /* légère ombre interne */
}

/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 4px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s; /* on prévoit une animation */
}

/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}

/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}

/* aspect désactivée */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* on style aussi le label quand désactivé */
[type="checkbox"]:disabled + label {
  color: #aaa;
}

.lien_tab {
    color: white;
    text-decoration: underline;
}

span ul li {
    list-style: inside;
}

#infos_slide {
    background: #0f056b;
    color: white;
}

#Tableaux {
    display: none;
}

.basicquery_bandeau {
    background: #0f056b;
    height: 80px;
}

.basicquery_bandeau h1 {
    color: white;
    text-align: center;
    line-height: 80px;
    font-variant: small-caps;
}

#basicquery_form fieldset {
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    border: 2px solid #0f056b;
    border-radius: 30px;
}

#basicquery_form legend {
    color: #0f056b;
    font-size: 1.4em;
}

#basicquery_form label {
    color: #0f056b;
}

.line {
    margin-left: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.requestBasicQuery {
    background: #0f056b;
    color: white;
    border-radius: 2%;
    width: 200px;
    height: 60px;
    font-size: 0.9em;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
}

#resetBasicQuery {
    background: darkred;
}

#div_buttons {
    width: 50%;
    margin: 0 auto;
}

.label_checkbox {
    margin-right: 20px;
}

.checkbox_label {
    margin-right: 5px;
}

.label_object, .label_object_fat, .label_object_n2, .dec, .input_object, .label_checkbox, .label_mission, .input_mission, .fat_select,
.label_observation, .label_others, .input_observation, .input_others, #select_subtypes {
    display: inline-block;
}

.label_n1 {
    width: 15%;
}

#select_subtypes {
    border: 1px solid #0f056b;
    height: 100px;
    width: 450px;
    padding: 5px;
}

.input_n1 {
    width: 25%;
    margin-right: 10px;
}

/* --- Mission Part --- */
.label_mission {
    width: 10%;
}

.input_mission {
    width: 30%;
    margin-right: 8%;
}

/* --- Observation Part --- */
.label_observation {
    width: 20%;
}

.label_observation_n2 {
    width: 13%;
}
.input_observation {
    width: 25%;
    margin-right: 3%;
}

.input_observation_n2 {
    width: 30%;
}

.input_with_select {
    margin-right: 0px;
}

/* ----- Object Part ----- */
.label_object {
    width: 10%;
}

.label_object_fat {
    width: 20%;
}

.label_object_n2 {
    width: 15%;
    margin-left: 3%;
}

.dec {
    margin-left: 3%;
}
.input_object {
   width: 20%;
}

.input_object_2 {
   width: 25%;
}

.object_type {
    vertical-align: top;
}

#name {
    width: 35%;
}

#label_rot {
    font-size: 1.1em;
}
/* ---- Others Part ---- */
.label_others {
    width: 20%;
}

/* ----- SELECT STYLE ------ */
.select_input {
    background-color: #0f056b;
    color: white;
    border: 6px solid transparent;
    height: 35px;
    width: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select_input {
    background-image:
        linear-gradient(45deg, transparent 50%, white 50%),
        linear-gradient(135deg, white 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) calc(8px),
        calc(100% - 10px) calc(8px),
        calc(100% - 2.5em) calc(3px);
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.baby_select {

}

/* ---- INPUT CHECKBOX STYLE ---- */
.label_container_checkbox {
    position: relative;
    margin-right: 25px;
    padding-left: 30px;
}

.label_container_checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background: white;
    border: 3px solid #0f056b;
}

.label_container_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.label_container_checkbox input:checked ~ .checkmark {
    background-color: #0f056b;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label_container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.label_container_checkbox .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="text"] {
    border: 1px solid rgba(15, 5, 107, 0.5);
    border-radius: 2px;
    height: 33px;
}

.fat_select {
    width: 25%;
}

.help {
    display:none;
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    border: 0.5px solid grey;
    border-radius: 5px;
    color:white;
    font-size: 0.8em;
    z-index: 1;
}

label {
    font-size: 1.2em;
}

input[type="text"] {
    padding-left: 2px;
}

/* --- Table Res --- */
#Tableaux {
    background: white;
}

#list_col {
    visibility: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    font-size: 1em;
    background: rgba(15, 5, 107, 0.4);
    padding: 15px;
    border-radius: 5px;
}

#table_res_wrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
}
#table_res {
    visibility: hidden;
    border-collapse: collapse;
}

#table_res td {
    border-bottom: 1px solid grey;
    padding: 5px;
    color: #333;
    border-left: 1px solid white;

}

#table_res th {
    border-bottom: 1px solid black;
    padding: 5px;
    text-align: left;
    color: #0f056b;
}

#table_res th {
    font-weight: bold;
}

#table_res tr.lignePaire{
    background: #f9f9f9;
}

#table_res tr.ligneImpaire {
    background: #f1f1f1;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor:pointer;*cursor:hand;
    background-repeat:no-repeat;
    background-position:center right}

table.dataTable thead .sorting {
    background-image:url("../images/sort_both.png")}
table.dataTable thead .sorting_asc{
    background-image:url("../images/sort_asc.png")}
table.dataTable thead .sorting_desc{
    background-image:url("../images/sort_desc.png")}
table.dataTable thead .sorting_asc_disabled{
    background-image:url("../images/sort_asc_disabled.png")}
table.dataTable thead .sorting_desc_disabled{
    background-image:url("../images/sort_desc_disabled.png")}

.lien_tab {
    color: #333;
}

#table_res tr:hover {
    background: rgba(15, 5, 107, 0.4);
}

/* ---- Plot Part ---- */
#plot_background {
    display: none;
    position: fixed;
    z-index: 5000;
    background: rgba(250, 250, 250, 0.5);
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

#plot_tab {
    display: none;
    position: fixed;
    z-index: 5001;
    overflow: auto;
    background: rgb(240, 240, 240);
    width: 80%;
    height: 75%;
    margin-left: 10%;
    top:5%;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 10px 10px rgba(0,0,0,0.5);
}

#plot_tab ul  {
    background: #0f056b;
}
#plot_tab ul li {
    display:inline-block;
    list-style: none;
    width:33.2%;
    float:left;
}

.onglet_border {
    border-right: 1px solid #786fd3;
}

#plot_tab a.OngletActif, #plot_tab a.OngletInactif{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 1.5em;
    color:white;
    font-variant: small-caps;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    list-style:none;
}

#plot_tab a.OngletActif:hover, #plot_tab a.OngletInactif:hover {
    background: #786fd3;
}

.ui-state-default {
    background: #0f056b;
}

.ui-tabs-active {
    background: #453aa6;
}

#plot_tab .PlotFenetre .Shut{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/shuthover.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    float: right;
}

#tableSpectrumChangeLsd {
    margin: 0 auto;
    border-collapse: collapse;
}

#tableSpectrumChangeLsd th {
    background: #0f056b;
    border: 2px solid #0f056b;
    color: white;
    padding: 5px;
}

#tableSpectrumChangeLsd td {
    border: 2px solid #0f056b;
    background: white;
    padding: 5px;
}

table.snr {
    margin: 0 auto;
    width:15%;
    font-weight: bold;
    margin-top: 3%;
}

#plotSpectresNorm, #plotSpectresNoNorm, #plotSpectresLSD {
    margin: 0 auto;
    text-align: center;
}

#progressbar {
    display: none;
    margin: 0 auto;
    width: 30%;
    margin-top: 150px;
}

#progressbar img {
    height: 20px;
    width: 300px;
}

#table_res_paginate {
    padding: 15px;
}

#table_res_previous, #table_res_next {
    background: #f1f1f1;
    border: 1px solid grey;
    cursor: pointer;
}

#table_res_previous:hover, #table_res_next:hover {
    background: #9f9bc4;

}

.bouton_2 {
    width: 300px;
    font-weight: bold;
    font-size: 1em;
    font-variant:small-caps;
    display: inline-block;
    height: 38px;
    line-height: 40px;
    margin:22px 50px;
    text-align: center;
    background: #f1f1f1;
    color: black;
    border: 2px solid #9f9bc4;
    cursor: pointer;
    overflow-y: hidden;
}

.bouton_2:hover {
    background: #9f9bc4;
    border: 2px solid #0f056b;
}

#or {
    padding: 0% 3%;
    font-size: 1.2em;
    color: #0f056b;
    margin-left: 35%;
}

#name {
    width:98%;
}
.autocomplete {
    /*the container must be positioned relative:*/
    position: absolute;
    display: inline-block;
    width: 28%;
}

.autocomplete-items {
    position: relative;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    width: 98.5%;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}