@media all and (min-width: 480px)
{
	h1
	{
		font-size: 2,2vw;
	}
	
	h2
	{
		font-size: 1,5vw;
	}
	
	#contact 
	{
		font-size: 3vw;
		flex:auto;
	}
	
	#header
	{
		display: flex;
	}
}

@media all and (max-device-width: 480px)
{
	h1
	{
		font-size: 4vw;
	}
	
	h2
	{
		font-size: 3.5vw;
	}
	
	#contact 
	{
		font-size: 5vw;
	}
}

body
{
    margin: 0px;
    font-family: 'Lato'
}

h1
{
    text-align: center;
}

a
{
	color: #FFB300;
	text-decoration: none;
}

p{
  margin-left: 5%;
  margin-right: 5%;
}

ul{
  margin-left: 5%;
  margin-right: 5%;
}

li {
  margin: 10px 0;
}

h2{
  margin-left: 5%;
  margin-right: 5%;
}

ul.no-bullets {
  list-style-type: none;
  padding-inline-start: 0px;
}

ul.journey {
  margin-left: 10%;
}

.vehicule
{
	max-height:4vw;
	max-width:4vw;
	transform: translate(0%, +40%);
	margin-right : 10px;
}

.container
{
    margin-left: auto;
    margin-right: auto;
	display: block;
}

#header
{
	max-width: 100%;
}

#logoContainer{
	max-height:10%;
	max-width:25%;
}

#logo
{
	margin: 5%;
	max-height:100%;
	max-width:100%;
}

#contact {
    text-align: center;
	font-weight: bold;
}

#picture {
    max-width: 100%;
	margin-left: auto;
    margin-right: auto;
	display: block;
}

#content
{
	max-width: 100%;
}

.pricingCat {
  background-color: #00FF00;
  padding: 0px 4px;
  border: 1px solid;
  border-radius: 4px;
}

#pricingCatA {
  background-color: #FFFFFF;
}

#pricingCatB {
  background-color: #FF9900;
}

#pricingCatC {
  background-color: #1A75FF;
}

#pricingCatD {
  background-color: #009900;
}

/* Chrome, Safari, Edge, Opera */
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/

/* Firefox */
/*input[type=number] {
  -moz-appearance: textfield;
}*/