* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 0px 10px 0px 10px;
}

html,
body { 
margin-left: 0px; margin-top: 0px; 
margin-right: 0px; margin-bottom: 0px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #000000; 
 }


a:link 		{ color: #FF4444; text-decoration:none; }
a:visited 	{ color: #FF4444; text-decoration:none; }
a:hover 	{ color: #FF4444; text-decoration:underline; }


.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}




/* ###################################################################### */
/* ##### FOR DESKTOP	############## */
/* ###################################################################### */

@media only screen and (min-width: 769px)
{

.logo 	{	float: center;  max-width: 90%; max-height: auto; }

.texte 	{	  font-size: 1.8vw; }

.wb {
  background-color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:200;
  border: none;
  color: black;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 5px;
  font-size: 2.2vw;
  cursor: pointer;
}

}


/* ###################################################################### */
/* ##### 	FOR MOBILE PHONES	###### */
/* ###################################################################### */

@media only screen and (max-width: 768px) 
{
[class*="col-"] 
{
  width: 100%;  
}

.logo 	{	float: center;  max-width: 90%; max-height: auto; }

.texte 	{	    font-size: 4.3vw; }

.wb {
  background-color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 5vw;
  cursor: pointer;
}

}
/* ###################################################################### */

