
/*Meyer reset file*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

p {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END - Meyer reset file*/

/* border box fix */
html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    *,
    *::before,
    *::after {
        -webkit-box-sizing: inherit;
           -moz-box-sizing: inherit;
                box-sizing: inherit;
    }

/* END border box fix */

body {
	color: #3A3939;
	font-family: sans-serif;
	font-size: 1.1em;
	background: #BEBDBD;
}

a {
	color:  black;
}

.wrapheader {
	background: #222222;
	/* margin-bottom: -30px; */ 
	padding-bottom: 0;
	height:  70px;
}

.wrapheader h1 {
	color: white;
	margin: 0 auto;
	width: 1500px;
	padding: 20px 0;
}

.small {
	font-size:  0.85em;
	
}
.perles {
	background: url(../images/perles2.png) 100% -30px no-repeat;
	padding-right: 200px;
}
.wrap {
	margin: 0 auto;
	width: 1500px;
}

.wrapplanete {
	padding-right:  400px;
	display:  block;
	width:  100%;
}

.wrap2 {
	margin: 0 5% 0 35%;
	
}

.wrap3 {
	margin:  0 35% 0 5%;
}

.simpleflex {
	display: flex;
	
}


.simpleflex2 {
	display: flex;
	flex-wrap:  wrap;
	gap:  4%;
	padding:  0;
}

.simpleflex2 div {
	width:  45%;
}
/*.rep {
	width:  45%;
	margin:  0;
}*/

.col0 {
	 
	background-color: #9ae792;
	display: block;
	padding-top: 30px;
	padding-left:  17%;
	min-height:  300px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.floatRight {
	float:  right;
	width:  50%;
}

.clearall {
	clear:  both;
}

.col1 {
	 
	background-color: #F6BD60;
	display: block;
	padding-top: 30px;
	min-height: 300px;
	width:  50%;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.col2 {
	background-color: #F7EDE2; 
	display: block;
	padding-top: 30px;
	min-height:  300px;
	width:  50%;
	border-bottom: 1px solid white;
}

.col3 {
	background-color: #F5CAC3; 
	display: block;
	padding-top: 30px;
	min-height: 300px;
	width:  50%;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.col4 {
	background-color: #84A59D; 
	display: block;
	padding-top: 30px;
	min-height: 300px;
	width:  50%;
	border-bottom: 1px solid white;
	
}

.col5 {
	background-color: #F28482; 
	display: block;
	padding-top: 30px;
	padding-left:  15%;
	min-height:  300px;
	
}

aside {
	float:  right;
	color:  #676767;
	font-weight:  600;
	font-size:  1.2em;
	padding:  10px;
}

.planete {
	
	background-image: url(../images/planete.png);
	background-position-x: 100%;
	background-position-y: 0;
	background-repeat: no-repeat; 
	overflow: visible; 
	
	display: block;

}

ul.mynormal {
	margin:  20px 10px 20px 20px;
}

ul.mynormal li {
	list-style-type:  bullet;
	margin-bottom:  8px;
	margin-left:  20px;
}

h1 {
	font-size: 2em;
	margin: 10px;
	text-align: center;
	color: #545454;
	 font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 1.8em;
	color: #545454;
	font-family: 'Roboto Condensed', sans-serif;
	 margin: 40px 0 0 0;
}


.clearall {
	clear: both;
}


.alignRight {
	text-align: right;
}




.margin-top {
	margin-top: 50px;
}

.padding-top {
	padding-top: 30px;
}

.space {
	display: block;
	height: 100px;
}




.blocky {
	display: block;
}

.floatingbutton {
	font-size:  3em;
	position:  fixed;
	bottom:  20px;
	right:  20px;
	z-index:  99;
	border:  1px solid black;
	padding:  10px;
}

.floatingplanet {
	background-image: url(../images/planete.png);
	background-position-x: 100%;
	background-position-y: 0;
	background-repeat: no-repeat; 
	background-size:  200px;
	overflow: visible; 
	display: block;
	min-height:  300px;
	min-width:  300px;
	position:  fixed;
	top:  20px;
	right:  20px;
	z-index:  99;
	/* border:  1px solid black; */
	padding:  10px;
}

li.website {
	background:  url(../images/website.png) top left no-repeat;
	padding-left:  30px;
	min-height:  30px;
	padding-bottom: 10px;
}

li.video {
	background:  url(../images/video.png) top left no-repeat;
	padding-left:  30px;
	min-height:  30px;
	padding-bottom: 10px;
}

.alignCenter {
	text-align: center;
}

/*------------------------------------------------------*/

@media only screen and (max-width: 1500px) {


.wrap {
	width: 100%;
	margin: 30px 20px 20px 20px;
}

.wrapplanete {
	padding-right:  300px;
}

.wrapheader h1 {
	width: 100%;

}

.col0 {
	padding-left:  0;
}


}

/*------------------------------------------------------*/
@media only screen and (max-width: 1100px) {

.wrap2 {
	margin: 0 5% 0 20%;
	
}

.wrap3 {
	margin:  0 20% 0 5%;
}

.floatingplanet {
	background-size:  150px;
	top:  5px;
	right:  0;
}
	
}

/*------------------------------------------------------*/
@media only screen and (max-width: 980px) {

.planete {
	
	background-size:  200px;
}

.floatingplanet {
	background-size:  100px;
	top:  90%;
	bottom:  10px;
	right:  0;
	
}
}

/*------------------------------------------------------*/
@media only screen and (max-width: 770px) {

.simpleflex, .simpleflex2 {
	display:  inline;
}

.simpleflex2 div {
	width:  100%;
}

.col1, .col2, .col3, .col4, .col5, .col0 {
	min-height: auto;
	width:  100%;
	margin:  0;
	padding:  20px 20px 30px 20px;
	border-bottom: 1px solid white;
}

aside {
	font-size:  0.9em;

}

.wrap, .wrap2, .wrap3 {
	margin: 0;
	padding-bottom:  20px;
}

.planete {
	
	background-size:  150px;
}
.wrapplanete {
	padding-right:  155px;
}


}



@media only screen and (max-width: 421px) {


.wrap {
	width: 90%;
}

.planete {
	
	background-size:  100px;
}

.wrapplanete {
	padding-right:  105px;
}

/* .mypink {
	
	padding:  20px 120px 50px 25px;
	min-height:  auto;
	
} */

h2 {
	font-size:  1.4em;
}

}

@media only screen and (max-width: 380px) {

	}
