
/* SCSS HEX https://coolors.co/gradient-palette/6090f0-1c40ad?number=7
#6090F0ff;
#5583E5ff;
#4975DAff;
#3E68CFff;
#335BC3ff;
#274DB8ff;
#1C40ADff; banner haut/bas
*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#FFF;
	font-size: 18px;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	overflow: hidden;
    z-index:0;	
	-webkit-overflow-scrolling: touch;
}

a:link {
	color: #000;
	text-decoration: none;	
}
a:visited {
	color: #000;
	text-decoration: none;	
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #000;
	text-decoration: none;	
}



input {
	width:calc(100% - 10px);
	padding: 2px;
	margin:3px;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #ccc;
	background: transparent;
	color: #333;
	font-size:inherit;
}
input:focus {

}	
[placeholder]:focus::-webkit-input-placeholder {
	transition: text-indent 0.6s 0.6s ease; 
	text-indent: -100%;
	opacity: 1;
 }
.submit{
	background-color: #5583E5;
	border: 1px solid transparent;
	width:calc(100% - 10px);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-align:center;
	white-space: nowrap;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin:5px;
	box-shadow : 2px 2px 0px 0px #666;
}
.index_ban{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background-color:#6090f0;
	height:30vh;
}
.index_center{
	position:relative;
	display:block;
	margin: auto;
	top:25vh;
	min-width:200px;
	width:30vw;
	background-color:#FFF;
	min-height:100px;
	padding-top:20px;
	border-radius:5px;
}
.splash_top{
	position:fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;	
	top:31px;
	bottom:72px;
	width:100%;
	max-width:500px;
	background-image:url('img/fds.jpg');
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center center; 
    background-size: cover;	
}

.menu{
	position:fixed;
	display: grid;
	grid-template-columns: 17% 17% 17% 17% 17% 15%;
	width:100%;
	max-width:500px;
	bottom:1px;
	height:70px;	
}

.menu_div{
	position:relative;
	background-color:#6090f0;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size:auto 70%;
	cursor:pointer;
	border:1px solid #fff;
}

.menu_param{
	position:fixed;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	width:100%;
	max-width:500px;
	bottom:71px;
	height:35px;	
}

.menu_param_div{
	position:relative;
	background-color:#6090f0;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size:auto 70%;
	cursor:pointer;
	border:1px solid #fff;
}
.banner{
	z-index:10;
	position:fixed;
	display:inline-block;
	top:0px;
	left:0px;
	right:0px;
	height:30px;
	text-align:center;
}
.banner_inside{
	position:relative;
	display:inline-block;
	width:100%;
	max-width:500px;
	text-align:center;
	height:30px;
	line-height:30px;
	background-color:#1C40ADff;
	font-size:18px;
	color:#FFF;
	padding-top:3px;
	border-bottom:2px solid #FFF;
}
.btn_home{
	position:absolute;
	top:2px;
	right:2px;
	width:50px;
}
.btn_right{
	position:absolute;
	bottom:2px;
	right:2px;
	width:50px;
}
.btn_middle{
	position:absolute;
	top:2px;
	right:50%;
	margin-right:-25px;
	width:50px;
}
.btn_left{
	position:absolute;
	top:2px;
	left:2px;
	width:50px;
}
.content{
	z-index:1;
	position:fixed;
	display:inline-block;
	top:32px;
	left:0px;
	right:0px;
	bottom:73px;
	-webkit-overflow-scrolling: touch;
	overflow:auto;
}
.content::-webkit-scrollbar {
  width: 6px; 
}

.content::-webkit-scrollbar-thumb {
  background-color: #cccccc; 
  border-radius: 3px; 
  border: 1px solid #000000; 
}
.content_inside{
	position:absolute;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	max-width:500px;
	top:0px;
	text-align:center;
}


.div_grise{
	position:fixed;
	margin:0 auto;
	z-index:50;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;;
	background-color: #000000;
	filter:alpha(opacity=80);
	-oz-opacity:0.80;
	opacity:0.80;
	visibility:hidden;
}
.div_trt{
	z-index:100;
	position:fixed;
	width:290px;
	bottom:55px;
	max-height:500px;
	background-color:#FFF;
	left:50%;
	top:15px;
	margin-left:-145px;
	border:1px solid #FFF;
	visibility:hidden;
	border-radius: 10px;
	padding:5px;
	overflow:auto;
	text-align:justify;
	box-shadow: rgb(38, 57, 77) -10px 0 20px -5px;
	color:#000;	
	overflow-x: hidden;
}
.div_trt::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

.div_trt::-webkit-scrollbar-thumb {
  background-color: #; 
  border-radius: 3px; 
  border: 1px solid #000000; 
}
.div_img{
	z-index:100;
	position:fixed;
	top:10px;
	right:10px;
	bottom:40px;
	left:10px;
	visibility:hidden;
	overflow:none;
	
}
.div_img img {
    object-fit: contain;
}

.img_mini{
	display:inline-block;
	overflow:none;
	object-fit: cover;
	border:2px solid #FFF;
	width:90px;
	height:60px;
}
.img_medium{
	margin:auto;
	overflow:none;
	object-fit: cover;
	border:2px solid #FFF;

}

fieldset {
    border: 1px solid #ababab;
    background: #ddd;
    border-radius: 5px;
    padding: 5px;
	margin-top:15px;
}

fieldset legend {
    background: #ababab;
    color: #fff;
    padding: 5px 10px ;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 10px;
}

fieldset input, select, textarea {
	font-size:16px;
}

.btn_upload{
	background-color: #ababab;
	color: #000;
	text-align:center;
	font-family: sans-serif;
	border-radius: 3px;
	padding:3px;
	cursor: pointer;
	width:98%;
	display:inline-block;
}
.btn_add{
	position:relative;
	top:1px;
	left:2px;
	width:38px;
}
.search_field{
	position:absolute;
	line-height:16px;
	left:28px;
	top:1px;
	font-size:16px;
	width:130px;
	height:18px;
	color: #FFF;
}
.search_field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.btn_sea{
	position:absolute;
	left:160px;
	top:4px;
	width:24px;
}
.btn_can{
	position:absolute;
	left:3px;
	top:2px;
	width:26px;
}
.journal_edit{
	position:absolute;
	right:3px;
	top:70px;
	cursor:pointer;
	width:30px;
}
.journal_meteo{
	position:absolute;
	right:3px;
	top:0px;
}
.journal_vent{
	position:absolute;
	right:3px;
	top:33px;
}
.journal_image{
	margin-right:33px;
	padding-left:3px;
}
.stat_top{
	font-weight:bold;
	font-size:18px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6090f0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #6090f0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
	html, body {
		font-size: 16px;
	}	

	fieldset input, select, textarea {
		font-size:18px;
	}	
	.stat_top{
		font-weight:bold;
		font-size:14px;
	}
}