/*@charset "UTF-8";*/
body {
  margin:0px;
}
/*
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  max-width:225px;
  max-height:225px;
  cursor:pointer;
}
*/
#erreur {margin:20px;color:red;font-size:12px;}
#bloc {width:100%;border:1px solid #fff;}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

/****** Main Menu ******/
#topMenu {
	float:right;
	vertical-align:bottom;
	display:inline-block;
	margin-bottom:1px;
}
#topMenu a {
	color: #0F59A2;
	text-align: center;
	padding: 14px 10px;
	text-decoration: none;
	font-size: 14px;
}

#topMenu a:hover {
	text-decoration:underline;
}

#topMenu a.active {
	text-decoration: none;
}

/****** Entete tableau  *****/
.toptab {
  cursor:ponter;
  font-size: 12px;
  color: #0F59A2;
  background-color: #CDDB8C;
 }
.toptab:hover {
  color: #FFFFFF;
  background-color: rgb(76, 175, 80);
 }

/****** Responsive nenu *****/
.topnav {
  overflow: hidden;
  //background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #FFF200;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/****** Fin Responsive menu ****/

#logout {position:absolute;right:20px;background-color:rgb(244, 67, 54);
	width:200px;z-index:999999;
	font-size:14px;}

#logout ul {
  list-style-type: none;
  margin: 5;
  padding: 0;
  overflow: hidden;
  background-color: rgb(244, 67, 54);
  /* background-color: rgb(0, 127, 177); */
}

#logout ul li a:hover {
  width:100%;
  background-color: rgb(166, 166, 166);
}

#logout ul li a {
  width:100%;
  display: inline-block;
  color: white;
  text-align: left;
  //padding: 14px 16px;
  text-decoration: none;
  padding: 14px 0px 0px 5px;;
  font-size: 17px;
}

/*  Fin Navigation  */

/* Show MarketPlace */
* {
  box-sizing: border-box;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 8px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.list-item {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-item li {
  position: relative;
    display: block;
    margin-bottom: 6px;
    padding-left: 20px;
}
.list-item li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.list-item li:before {
  background: #ff4f5b;
}
.btn-round {
 
    min-width: 140px;
    padding: 0px 20px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: linear-gradient(left, #00a7d5, #00ded8);
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-left: 5px;
    transition: all .4s ease-in-out 0s;

}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
