/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.menu{
	margin-left: auto;
    margin-right: auto;
	background-color: #333;
	width: 700px;
	height: 60px;
	
}



.todo1m{
	margin-left: auto;
    margin-right: auto;
	width: 500px;	
	margin-top: 20px;
    margin-bottom: 10px;
	font-size: 30px;
	color: white;
}






.todo1{
margin-left: auto;
    margin-right: auto;
	width: 500px;
	
	
}



.btn {
  background-color: #FFFFFF;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
}

.btn:hover {opacity: 1}

.btn1 {
    background-color: #DDE7E6;
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

/* Darker background on mouse-over */
.btn1:hover {
    background-color: red;
}
.h5{
	margin-left:0px;
}

li{
	list-style-type:none !important;
}

.trier{
	justify-content: space-between;
    display: flex;
	
}
.tri{
	background-color:#00BFFF;
}

.afaire {
	justify-content: flex-start;
	width: 160px;
}

.faire{
	justify-content: center ;  
	width: 160px;	
	
}

.fait{
	justify-content: flex-end; 
	width: 160px;

}

.annuler:hover {
	background-color: red;
}

.supprimer:hover{
	background-color: green;
}

@-ms-viewport{
	width: device-width;
}

@viewport {
	width; device-width;
}
	
@media screen and (max-width:400px){
	
	.body{
		background-color: #FF0000 ;
	}
	
	#main{
		max-width: 400px;
		background-color: green ;

	}
	
}


