html {
	height: 100%;
	width:100%;
	border-collapse:collapse;
	/*background-image: url(../images/Web1920-890.jpg); 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;*/
}

body {
	text-align: center;
    margin: auto;
	font-family: 'Roboto', sans-serif;	
	font-size: 1.1vw;
	color: #444444;
}

#fond {
	background-image: url(../images/Web1920-890.jpg); 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#logo {
	background-image: url(../images/LOGO_D-PLI_450px.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 1vw;
    left: 0px;
    width: 12vw;
    height: 5vw;
    background-size: cover;
}

A {
	text-decoration: none;
	color: #444444;
}

A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

select {
	border: 1px solid #444444;
    font-size: 0.8vw;
	padding: 3px;
}

input {
	border: 1px solid #444444;
}

input[type='radio']:after {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	top: -1px;
	left: -1px;
	position: relative;
	background-color: #f0f0f0;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #444444;
}

input[type='radio']:checked:after {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	top: -1px;
	left: -1px;
	position: relative;
	background-color: #444444;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #444444;
}

#haut { 
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%; 
}	

#centre { 
	position: absolute;
    top: 6vw;
	left: 0;
	width: 100%; 
}	

.deconnect {
	background-color: #cf412b;
	color: white;
	padding: 0.2vw;
	border: 0px;
}

.youare {
  position: absolute;
  right: 0px;
  width: fit-content;
  padding-right: 1vw;
  padding-top: 1vw;
  font-size: 0.8vw;
}

.blocmenu {
	clear: both; 
	position: relative;
	top: 2vw;
	left: 12vw;
    top: 4.6vw;
}

.menu {
	min-width: 3.5vw;
    font-size: 1.1vw;
	font-weight: normal;
	max-width: 85vw;
}

.menured {
	min-width: 3.5vw;
    font-size: 0.8vw;
	color: #ff0000;
	border-top: 1px solid #ff0000;
    border-radius: 0.5vw 0.5vw 0 0;
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    padding: 0 3px 0 3px;
}

.lienmenu {
	font-size: 1vw; 
	font-weight: normal; 
	color: #d34a2b; 
}

.erreur {
	font-size: 0.8vw; 
	font-weight: bold; 
	color: red; 
	font-style: italic;
}

.login {
	font-size: 1vw;
	background-color: #fef9ed;
	border: 2px #f5e3b2 solid;
	color: #777673;
	border-radius: 15px;
    margin: auto;
}

.boutonform {
	font-size: .8vw; 
	font-weight: bold; 
	background-color: #fef9ed;
	color: #444444;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	border: 2px solid #f5e3b2;
}

.boutonformred {
	font-size: .8vw; 
	font-weight: bold; 
	background-color: #df1001; 
	color: #ffdad7;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	border-color: #ff0000;
}

.tableau {
	font-size: .8vw;
	background-color: #444444; 
}

.tableau2 {
	background-color:#fef9ed; 
	border: 2px solid #f5e3b2;
}

.messageok {
	font-size: 0.9vw; 
	font-weight: bold; 
	font-style: italic; 
}

.titrerub {
	font-size: 1vw; 
	font-weight: bold; 
	padding: 3px 0 8px 0;
	width: fit-content;
}

.titresrub_on {
	font-size: 0.8vw; 
	font-weight: bold; 
	border-radius: 7px;
	border: 1px #444444 solid;
	padding: 3px 0 8px 0;
	background-color: #dfe2fb;
	width: fit-content;
}

.titresrub_off {
	font-size: 0.8vw; 
	font-weight: normal; 
	border-radius: 7px;
	border: 1px #444444 solid;
	padding: 3px 8px;
	background-color: #f0f1fd;
	width: fit-content;
}

.coords {
	font-size: 0.8vw; 
	padding-left: 10px;
	color: #747474;
}

.submitok {
	font-size: 0.8vw; 
}

.ajout {
	font-size: 1vw; 
	font-weight: bold; 
	color: #fe6901;
	bottom: 5px; 
	position: relative; 
	left: 5px;
	letter-spacing: 0.1vw;
}

.aide:hover .aidetip {
    display: block;
}

.aidetip {
	display: none;
    background: #2196f3;
    margin-left: -420px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 400px;
    height: auto;
    color: white;
    border-radius: 7px;
    margin-top: -150px;
	font-size: 1.1vw;
}

.bulle:hover .infobulle {
    display: block;
}

.infobulle {
	display: none;
    background: #2196f3;
    margin-left: 50px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    color: white;
    border-radius: 7px;
    margin-top: -140px;
	font-size: 2vw;
}

.form_input {
	font-size: .8vw;
    width: 15vw;
	background-color: white;
	padding: 3px;
	height: 1.8vw;
	border: 1px solid #444444;
	vertical-align: middle;
}

.form_input img {
	height: 0.5vw;
	vertical-align: middle;
}
.recherche{
	font-size: 0.7vw; 
	border-radius: 4px;
}

.largeimg {
  position: absolute;
  left: -9999px;
}

.arrondimg {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 3px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border: 1px dotted #444444;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 3px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -180px;
	left: 130px; /*position where enlarged image should offset horizontally */
}

.blink-bg {
	display: inline-table;
	animation: blinkingBackground 1s infinite;
}
@keyframes blinkingBackground{
	0%, 49%	{color: #ffffff; background-color: #020c88;}
	50%, 100% {color: #ffffff; background-color: #4a71c6;}
}

.btn-parent-div {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-parent-div input[type=file] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
}

.btn-upload {
  background-color: #fff;
  border: 1px solid #444444;
  padding: 5px 5px;
  border-radius: 8px;
  font-size: 0.8vw;
  font-weight: bold;
}

.bout-supp {
  background-color: #fff;
  border: 1px solid #444444;
  padding: 5px 5px;
  border-radius: 8px;
  font-size: 0.8vw;
  font-weight: bold;
  float: right;
}

.oui-non {
  background-color: #fff;
  border: 1px solid #444444;
  padding: 5px 5px;
  border-radius: 8px;
  font-size: 0.8vw;
  font-weight: bold;
  float: inherit;
}

.surligne {
	color: white;
	background-color: green;
	padding: 2px;
}

.hrdash {
	border-bottom : 0px;     
	border-left: 0px;
    border-right: 0px; 
	border-top: 1px #444444 dashed;
}

.hrdashgray {
	border-bottom : 0px;     
	border-left: 0px;
    border-right: 0px; 
	border-top: 1px #b0b0b0 dashed;
}

.btnmail {
	font-weight: bold;
	border: 1px solid #444444;
    border-radius: 0.6vw;
    padding: 0vw 0.3vw 0vw 0.3vw;
	color: #444444;
}

.btnsupp {
	position: absolute;
    padding: 0.3vw;
	color: #444444;
}

.ptn_diag {
	background-color: #e0e0e0;
	opacity: 0.8;
	background: repeating-linear-gradient( 320deg, #0d0f31, #0d0f31 1px, #ffffff 1px, #ffffff 5px );
}

.back {
	font-size: 0.8vw;
	background-color: #fef9ed;
	border: 2px #f5e3b2 solid;
	color: #777673;
	border-radius: 7px;
	margin: 2vw 0 0 0;
}

.bteinvite {
	font-size: 1vw;
    line-height: 1.3vw;
    background-color: #e5cfc4;
    width: 70vw;
    border-radius: 8px;
    padding: 1.2vw;
    border: solid 1px #444444;
    opacity: .8;
}

.decalradio {
	position:relative;
	bottom: 0.2vw;
}

.decalcheck {
	position:relative;
	bottom: 0.12vw;
}

label {
  position: relative;
}

label input {
  font-size: 1em;
  color: #f9f9f9;
  background: transparent;

  padding: 1rem 1.2rem;
  width: 350px;

  border-radius: 5px;
  border: 2px solid #7a7a7a;

  transition: all 0.2s;
}

label input:focus {
  border-color: #ff4754;
}

label .password-icon {
  display: flex;
  align-items: center;

  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;

  color: #f9f9f9;
  transition: all 0.2s;
}

label .password-icon:hover {
  cursor: pointer;
  color: #ff4754;
}

label .password-icon .feather-eye-off {
  display: none;
}

.oubli {
	font-size: 1vw;
	background-color: #fef9ed;
	border: 2px #f5e3b2 solid;
	color: #777673;
	border-radius: 7px;
	padding: 1vw;
	width: max-content;
    margin: auto;
}

.ampli {
	vertical-align: middle; font-size: .8vw;
}

.ipcalend {
	font-size: 0.65vw; 
	text-align: center; 
	height: 1vw; 
	width: 5vw;
}
