/* unvisited link white */
a:link {
	color: #ffffff;
	text-decoration: none;
}

/* visited link white */
a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* mouse over link white */
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 125%;
}

/* selected link white*/
a:active {
	color: #ffffff;
	text-decoration: none;
}



*{ box-sizing: border-box;}










@media only screen and (orientation: portrait) and (max-width: 600px) {
  /* For small mobil devices portrait: */

body {
	margin: 0;
	font-family: verdana;
 	font-size: 4vw;
	text-align: left;
	line-height: 1.4;
}



.sticky-logo {
	position: -webkit-sticky;
	position: sticky;
	top: -36px;
	z-index: 2;
}

.logo {
	position: absolute;
	top: 0px;
	background-image: url("now-live.eu_max600.png");
	background-repeat: no-repeat;
	background-size: 102.66%;
}



.sticky-menu {
	position: -webkit-sticky;
	position: relative;
	top:-36px;
	z-index: 6;
}

.sticky-menu > div {
	width:17.3%;
	text-align: right;
	padding-top: 30px;
	padding-right: 21px;
}



.dropbtn {
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 70%;
	right: 0%;
	min-width: 400%;
	height: 430%;
	background-color: rgba(0,179,148,0.9);
	padding-top: 15%;
	padding-bottom: 100%;
	z-index: 5;
}

.dropdown-content a {
	display: block;
	padding-top: 1%;
	padding-right: 50px;
	padding-bottom: 1%;
}

.dropdown-content a:hover {
	padding-right: 50px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
}



.wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	padding-top: 2%;
}

.wrap > div {
	width: 100%;
	text-align: right;
}

.accordion {
	width: 90%;
	font-size: 5vw;
	transition: 0.4s;
}

.active, .accordion:hover {
	cursor: pointer;
}

.accordion:before {
	content: '\002B';
	color: white;
}

.active:before {
	content: "\2212";
}



.panel {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	width: 90%;
	max-height: 0;
	font-size: 5vw;
	padding-bottom: 2%;
	overflow: hidden;
	transition: max-height 1.2s ease-out;
}

.panel > div {
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}



.flex-container-basis1 {
	position: relative;
  	top: -75px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 4%;
	padding-right: 7%;
	padding-bottom: 10%;
	z-index: 1;
}

.flex-container-basis1 > div {
	width: 100%;
	padding-left: 4%;
}

.flex-container-basis2 {
	position: relative;
  	top: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left:75%;
	padding-right: 21px ;
	padding-bottom: 10%;
	z-index: 6;
}

.flex-container-basis2 > div {
	text-align: right;
	width: 200%;
	padding-left: 4%;
}



.flex-containerwebdesign {
	position: relative;
  	top: 0px;
	width: 100%;
	padding-top: 5%;
	padding-left: 10.5%;
	padding-right: 0.5%;
	padding-bottom: 3%;
	z-index: 4;
}

.flex-containerwebdesign > div {
	width: 100%;
}



.flex-containerlinkbar {
	position: relative;
  	bottom: 30px;
	background-image: url("pictobar.png");
	background-repeat: no-repeat;
	background-size: 280%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 0%;
	padding-right: 16%;
	z-index: 4;
}

.flex-containerpicto {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;


}

.flex-containerpicto > div {
	width: 26%;
	padding-left: 9.5%;
}

.flex-containertop {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
}

.flex-containertop > div {
	width: 22%;
	padding-top: 20%;
}
}










