#cont {
	width: 100%;
	overflow: hidden;
}

#blc {
   background-color: #000000;
}
#debut{
	background-color: #FFFFFF;
	padding: 20px;
}


img {
    max-width: 100%;
}



#nuagemots {
margin-left:auto;
margin-right:auto;
  height: auto;
  width:550px;
 display: flex;
  align-items: center;
  justify-content: center;
}
#nuagemots2 {
margin-left:auto;
margin-right:auto;
  height: auto;
  width: 97%;
 display: flex;
  align-items: center;
  justify-content: center;
}
ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 450px;
}
ul.cloud2 {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 2.75rem;
	width: 97%;
	text-align: justify;
}ul.cloud3 {
	list-style: none;
	padding-left:0px;
	margin-left: 210px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
justify-content: center;
	line-height: 2.75rem;
	width: 250px;
	text-align: justify;
	transform: rotate(17deg);
	color: #990000;
	
}
ul.cloud4 {
	margin-left: -210px;
	margin-bottom: -26px;
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 2.75rem;
	width: 250px;
	text-align: justify;
	transform: rotate(-17deg);
	color: #990000;

}
ul.cloud5 {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 2.75rem;
	width: 100%;
	text-align: justify;
}
ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size:2;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}
ul.cloud2 a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 3;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
	display: block;
	padding: 0.125rem 0.25rem;
	position: relative;
	text-decoration: none;
	color: #999999;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}ul.cloud3 a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
	display: block;
	padding: 0.125rem 0.25rem;
	position: relative;
	text-decoration: none;
	color: #990000;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}ul.cloud4 a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
	display: block;
	padding: 0.125rem 0.25rem;
	position: relative;
	text-decoration: none;
	color: #990000;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}ul.cloud5 a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 3;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
	display: block;
	padding: 0.125rem 0.25rem;
	position: relative;
	text-decoration: none;
	color: #999999;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}
ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 6; }
ul.cloud a[data-weight="6"] { --size: 8; }
ul.cloud a[data-weight="7"] { --size: 10; }
ul.cloud a[data-weight="8"] { --size: 13; }
ul.cloud a[data-weight="9"] { --size: 16; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 16px;
}

ul.cloud li:nth-child(2n+1) a { --color: #181; }
ul.cloud li:nth-child(3n+1) a { --color: #33a; }
ul.cloud li:nth-child(4n+1) a { --color: #c38; }


ul.cloud4 li:nth-child(2n+1) a { --color: #990000; }
ul.cloud4 li:nth-child(3n+1) a { --color: #990000; }
ul.cloud4 li:nth-child(4n+1) a { --color: #990000; }
ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}
ul.cloud2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}

@media screen and (max-width:720px){
#nuagemots{ display:none;}

#nuagemots2{ display:none;}

}