html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

/* General */
.black {
    color: black;
}

.black:hover {
    text-decoration: none;
}

.nothing {
    color: black;
}

.nothing:hover {
    text-decoration:none; 
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

.vertical-center {
    align-items: center;
}

.p-t-b-5 {
    padding: 5% 0;
}

.center {
    margin: 0 auto;
}

.block {
    display: block;
}

.dib {
    display: inline-block;
}

.p1 {
    padding: 1% 0 !important;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.absolute-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.none {
    display: none;
}

.pointer {
    cursor: pointer;
}

.mtb5 {
    margin: 5% 0;
}

.p0 {
    padding: 0;
}

.max-width-1350 {
    max-width: 1350px !important;
}

.green {
    color: green;
}

.black {
    color: black;
}

.white {
    color: white;
}

.full-width {
    width: 100%;
}

.no-padding {
    padding: 0;
}

/* Navbar */

header {
    padding: 1%;
    max-width: 1600px !important;
}

header img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

header ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-around;
}

header ul li a {
    font-size: 1.2em;
    color: black;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

header ul li.active a {
    color: green;
}

header ul li a:hover {
    font-size: 1.2em;
    color: green;
    text-decoration: underline;
}

header nav {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.welcome {
    background-image: url('../img/bioreg\ photos/2.jpg');
    padding: 16% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-size: 3em !important;
    font-weight: bold !important;
}

h1,
h2 {
    color: white;
}

h3,
h4 {
    padding: 2% 0;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1em;
}

section {
    padding: 1% 0;
}

footer {
    margin: 5% auto;
    max-width: 1350px !important;
}

.community .container {
    max-width: 1300px;
}

.community h4 {
    font-size: 1.4em;
}

.project,
.platform {
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.project:hover,
.platform:hover {
    background-color: #F9F9F9;
    cursor: pointer;
}

.project img,
.platform img {
    width: 40%;
    display: block;
    margin: 2% auto;
}

.partners img {
    width: 70%;
    margin: 0 auto;
    display: block;
    padding-bottom: 5%;
}

.partners article {
    padding: 2% 0;
}

.partners article:hover {
    background-color: #F9F9F9;
}

textarea {
    width: 80%;
}

.coordinator img {
    width: 10%;
}

.ep {
    color: #c75701
}

.eubia {
    color: #178c00;
}

.fct {
    color: #095280;
}

.busregion {
    color: #29507d;
}

.iung {
    color: black;
}

.bios {
    color: black;
}

.ceden {
    color: #572909;
}

.biomasse {
    color: #97bf0d;
}

.partners article {
    -webkit-filter: grayscale(1);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.partners article:hover {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.button-send {
    width: 20%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid gray;
    background-color: white;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    margin: 2% 0;
}

.button-send:hover {
    background-color: #178c00;
    color: white;
}

#email,
#name {
    width: 250px;
}

::placeholder {
    text-align: center;
}

.fieldset {
    border: 1px solid #dedede;
}

legend {
    width: 20%;
    margin: 0 auto;
}

.coordinator {
    margin: 5% auto 1% !important;
    padding: 3%;
}

.map {
    width: 100%;
}

/*.news h2 {
    height: 140px;
}*/

.news-title {
    background-image: url('../img/news.jpg');
    padding: 16% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.news-section {
    max-width: 1400px;
    margin: 0 auto;
}

.news .calendar {
    width: 30px !important;
    height: 30px;
}

.outputs .container {
    max-width: 1400px;
}

.news-read-more {
    border: 1px solid green;
    padding: 3%;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 40%;
    background-color: white;
    cursor: pointer;
}

.news-read-more:hover {
    background-color: green;
    color: white;
    text-decoration: none;
}

.output-category article {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    padding: 5%;
}

.outputs-title {
    background-image: url('../img/outputs.png');
    padding: 16% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}


.output-category p {
    height: 50px;
}

.outputs-contain {
    border: 1px solid grey;
    padding: 3%;
    border-radius: 5px;
    margin: 5% auto;
}

.output-category article:hover {
    background-color: #F9F9F9;
}

#delivrables,
#recommendations,
#practices {
    width: 70%;
    margin: 0 auto;
}

.work h2 {
    margin: 1% 0;
    font-size: 1em;
}

.work-title {
    background-image: url('../img/work.jpg');
    padding: 16% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.plus {
    width: 2%;
}

.work article {
    background-color: #F9F9F9;
    margin: 1% 0;
    padding: 1%;
    border-radius: 10px;
}
