.ml {
	margin-left: 0%;
}
@media (min-width: 800px) {
	.ml  {
		margin-left: 20%;
	}
}
BODY {
  font-family: "Arial, Helvetica, sans-serif";
  background-position: left top;
  background-image: url('../img/bgL-tiny.jpg');
  background-repeat: repeat-x;
}
/* For devices 320px and larger: */
@media (min-width: 320px) {
	BODY {
	  background-image: url('../img/bg.jpg');
	}
}
HEADER, #titre {
  height: 117px;
  /*background-image: url('../img/bgL-tiny.jpg');*/
  background-repeat: no-repeat;
}
#titre {
  background-position: left-top;
}
HEADER{
  background-position: right top;
}
/* For devices 320px and larger: */
@media only screen and (min-width: 320px) {
    HEADER, #titre {
		height: 233px;
    }
}
@media only screen and (min-width: 320px) {
    #titre {
		background-image: url('../img/titre.png');
    }
}
@media only screen and (min-width: 320px) {
    HEADER {
		background-image: url('../img/logo.png');
    }
}

.boite {
  font-size: 1.75rem;
  font-weight: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.so-theme {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #549B4D;
	color: #fff;
}
.so-theme .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
