/**
 * Numeration CSS
 */
 #numeration{
 	margin-top: 32px;
 	justify-content: center;
 }
 #numeration .num-item{flex-direction:column;}
 #numeration .num-item div{
 	box-shadow: 0 0 0 5px #DC282B inset;
 	border-radius: 50%;
 }
 @media screen and (min-width: 500px){
 	#numeration .num-item div{box-shadow: 0 0 0 6px #DC282B inset;}
 	#numeration{margin-top: 48px;}
 }
 @media screen and (min-width: 600px){
 	#numeration .num-item div{box-shadow: 0 0 0 8px #DC282B inset;}
 	#numeration{margin-top: 64px;}
 }
 @media screen and (min-width: 768px){
 	#numeration .num-item div{box-shadow: 0 0 0 10px #DC282B inset;}
 }
