/* CSS Document */

html,body {
	font-family: Arial, Helvetica, sans-serif;	
	height:100%;
	width:100%;
	margin:0;
	overflow-x: hidden; 
    overflow-y:scroll;
}
body::-webkit-scrollbar {
    display: none;
}
body {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
#main{
	height:100%;
	width:100%;
	margin:0;
}
.sent{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sent_logo{
	text-align:left;
	padding: 20px;
}
.sent_txt{
	text-align:center;
	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
	border:2px solid #174a7c;
	margin: 0px 0px 0px 0px;
	padding: 20px;
}
#container{
	position: relative;
	margin: auto;
  	width: auto;
	height:auto;
  	border: 0px solid #73AD21;
  	padding: 10px;
}
#top{
	position:absolute;
	top:100px;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
  	width: 100%;
	max-width:1300px;
	border:0px solid black;
	overflow:hidden;
}
.line{
	width: 100%;
	height: 2px;
	border-bottom: 10px solid #73AD21;
	position: relative;
	background-color:#73AD21;
}
#logo{
	float: left;
    position: relative;
	width:auto;
	border:0px solid black;
	margin-top:50px;
}
#logo_img{
    height: auto;
}
#title{
	position: relative;
	width:auto;
	height:auto;
	float:left;
}
#title1{
	float: left;
    position: relative;
	width:auto;
	text-align:left;
	border:0px solid black;
	color:black;
	font-weight: bold;
	font-size:40px;
	margin-right:10px;
	margin-top:20px;
	padding-bottom:20px;
}
#title2{
	float: left;
    position: relative;
	width:auto;
	text-align:left;
	border:0px solid black;
	color:#174a7c;
	font-weight: bold;
	font-size:40px;
	margin-top:20px;
	padding-bottom:20px;
	margin-right:7px;
}
#title3{
	float: left;
    position: relative;
	width:auto;
	text-align:left;
	border:0px solid black;
	color:#174a7c;
	font-weight: bold;
	font-size:40px;
	margin-top:20px;
	padding-bottom:20px;
}


.photobanner {
	position:absolute; 
	top:0px; 
	left:0px; 
	overflow:hidden; 
	white-space: nowrap;
	animation: bannermove 220s linear infinite;
	background-color:#FFFFFF;
	z-index: 1000001;
	border-bottom:5px solid #174a7c;
}

.photobanner img {    
	margin: 0 -3px 0 0;
	opacity:0.9;
}

@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-50%, 0);
  }
}
#form{
	position:relative;
	top:200px;
    margin:auto;
  	width: auto;
	max-width:1300px;
	border:0px solid black;
	text-align:center;
	padding: 20px 20px 20px 20px;
	min-height:600px;
}


input[type=text] {
	width: 300px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom:10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


input[type=file] {
	width: 300px;
	padding: 0px 0px
	box-sizing: border-box;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
input[type=submit] {
	width: 300px;
	padding: 0px 0px;
	box-sizing: border-box;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#form_left{
	text-align:left;
	float: left;
    position: relative;
	display:inline;
	width:480px;
  	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
	border:2px solid #174a7c;
	margin: 0px 0px 0px 0px;
	padding: 1vw 1vw 1vw 1vw;
}
#form_center{
	text-align:left;
	float: left;
    position: relative;
	width:auto;
	height:20px;
	display:inline;
	border:0px solid #174a7c;
	margin-right: 2vw;
}
#form_right{
	text-align:left;
	float: left;
    position: relative;
	width:480px;
	display:inline;
	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
	border:0px solid #174a7c;
	margin: 0px 0px 0px 0px;
	padding: 30px;
	background-color:#c5cfda;
}
a.popup{
	color: inherit;
	text-decoration: inherit;
}
a.popup span {
    position: absolute;
    width: auto;
	margin-top:-100px;
	left:300px;
    border: #000 1px solid;
    background: #F8F8F8;
    padding: 10px;
    z-index: 1000000;
    display: none;
    opacity: 0;
    transition: 750ms all;
}
a.popup:hover span {
    outline: none;
    text-decoration: none;
    font-size: 70%;
    color: #000;
	display: inline;
    opacity: 1;
}
#valeurs{
	width: 450px;
	border: 0px solid rgb(111,41,97);
	display: block;
	/**justify-content: space-between;**/
	margin: 5px;
	margin-top:30px;
}
#valeurs2{
	width: 300px;
	border: 0px solid rgb(111,41,97);
	border-radius: .5em;
	display: flex;
	justify-content: space-between;
	margin: 1em;
	margin-top:10px;
}
.valeur_span{
	display: block;
	font-weight:bold;
	font-size:16px;
}
.valeur_img{
    background-color: grey;
	margin-bottom:10px;
}
.logo_poste{
	cursor: pointer;
}
.liste_admin{
	float:left;
	width: 300px;;
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: 1fr;
	gap: 8px;
	padding-left:30px;
}
#box_admin{
	display:none;
}
#box_marketing{
	display:none;
}
#box_vente{
	display:none;
}
#box_mep{
	display:none;
}
#box_prod{
	display:none;
}
ul {
	width:100%;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 20px;
	margin-left:18px;
	padding: 0;
}
li {
	margin-bottom:1px;
}
.red {
	float:left;
	width:400px;
	color:red;}
.alert{
	float:left;
	width:400px;
	color:red;
}
@media only screen and (max-width: 600px) {
  body {
	  font-size: 120%;
	  width:600px;
	  height:100%;
	  overflow-y:scroll;
  }
  #top{
	position:absolute;
	top:100px;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
  	width: 1200px;
	max-width:1200px;
	border:0px solid black;
	overflow:hidden;
	}
	.photobanner {
	  position:absolute; 
	  top:0px; 
	  left:0px; 
	  overflow:hidden; 
	  white-space: nowrap;
	  animation: paused;
	  background-color:#FFFFFF;
	  z-index: 1000001;
	  border-bottom:5px solid #174a7c;
	  width:600px;
	}
	
	.photobanner img {    
	  margin: 0 -3px 0 0;
	  opacity:0.9;
	}
	input[type=text] {
		width: 100%;
		font-size:24px;
		padding: 5px 10px;
		box-sizing: border-box;
		margin-bottom:10px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	input[type=file] {
		width: 100%;
		padding: 0px 0px;
		font-size:24px;
		box-sizing: border-box;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	input[type=submit] {
		width: 100%;
		padding: 0px 0px;
		font-size:24px;
		box-sizing: border-box;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	#logo{
		float: left;
		position: relative;
		width:auto;
		border:0px solid black;
		margin-top:50px;
		margin-left:20px;
	}
}