.logo img {
  margin-top: 13px;
  margin-bottom: 10px;
  min-height: 100px;
  min-width: 200px;
  max-height: 200px;
  max-width: 400px;
}

.picto {
  background-color: white;
}
.picto img {
  max-height: 115;
  max-width: 150;
}

.half {
    height:50%;
}
.third {
    height:33%;
}
.fourth {
    height:25%;
}

.row.item {
    margin-bottom: 33px;
	border: solid 2px black;
}
.container {
    margin: 10px;
}
.container-fluid .row div {
  font-size: 23px;
  font-weight: bold;
/*  height: 40%; */
}

.text-center {
  text-align: center;
}

* {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 600;
  font-size: 25px;
  color: #bbb;
}

.small {
  font-size: 16px;
}

.intro-text p, .info-text p {
  font-size: 18px;
}

.color-paper {
  background-color: #2b5cc2;
}
.color-organic {
  background-color: #6f5c3b;
}
.color-plastic {
  background-color: #FFEE00;
}
.color-metal {
  background-color: #2894b0;
}
.color-glass {
  background-color: #3E8141;
}
.color-undiff {
  background-color: #969696;
}
.color-default {
  background-color: rgba(200, 178, 182, 1);
}

.link-brandhome p {
  border: 2mm ridge rgba(211, 220, 50, .6);
}