* {
  padding: 0;
  margin: 0;
}
html,
body,
#fullheight {
  min-height: 100% !important;
  height: 100%;
}

body {
  background-image: url("images/road.jpg");
  background-size: cover;
  background-repeat: repeat;
}

.logocolas {
  width: 10%;
}

.logocolasfooter {
  width: 10%;
  margin-bottom: 15px;
}

.headlinesite {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  height: 100px;
}

.hh1 {
  font-size: 22px;
  font-weight: bold;
  color: #224053;
  text-transform: uppercase;
}

.hh2 {
  font-size: 17px;
  font-weight: bold;
  color: #224053;
  text-transform: uppercase;
}
.hh3 {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #224053;
  text-transform: uppercase;
}

#flex-container {
  display: flex;
  flex-direction: row;
  border: solid 0px blue;
  justify-content: space-evenly;
}

/*
  
  #flex-container > .flex-item {
    border: solid 1px red;
    flex: auto;
  }
  
  #flex-container > .flex-item > img {
    max-width: 100%;
  }
  */

/* img{
width: 100%;
height: 100px;
  } */

.footer {
  position: absolute;
  bottom: 0px;
}
/* 
  /* .logo{
    width: 50px;
    height: 50px;
  } */
*/ .image-header {
  border: solid 0px blue;
  /* object-fit: cover;
    object-position: bottom; */
}

.tutu {
  /* background-color: brown; */
  position: relative;
}

.tutu > .test {
  background-color: rgb(90, 158, 201);
  color: white;
  position: absolute;
  padding: 10px;
  top: auto;
  left: 20%;
  bottom: 20px;
}

.tutu > .test > a {
  color: white;
}

.tutu > .logo {
  background-color: lightblue;
  position: absolute;
  padding: 10px;
  top: 10px;
  left: 20px;
}
.container-fluid {
  background-color: white;
}

.description-text {
  border: solid 0px red;
  padding: 30px 30px;
}

.description-text > h3 {
  font-size: 22px;
  color: #000000;
}

.description-text > p {
  font-size: 17px;
  color: #000000;
}

.content {
  height: 100%;
  background-color: white;
  background-image: url("images/road.jpg");
  background-position: center;
  background-size: auto;
}
