.half{
  width: 48%;
  margin: 1%;
}


.padding7em {
  padding: 3em 0;
}

.buttonCallContainer{
  color: #000 !important; 
}

.buttonCall{
  margin: auto;
  color: #000 !important; 
}

.imgBg{
  background-repeat: no-repeat;
  background-size: cover;
}

.buttonCall a{
  color: #000 !important; 

}

.buttonCall a:hover{
  color: #000 !important; 
}

.actionButton{
  padding: 1em;
  background-color: #72E0DF;
  width: 200px;
  text-align: center;
}

.actionButtonIcon{
  margin-top: 0.5em;
}

.text-on-dark{
  color: #6d1919;
}


.color-background-variant{
  color: #6d1919;
  background-color: #72E0DF;
}

.tiers{
  width: 33%;
}

.right{
  float: right;
}

.left{
  float: left;
}

.toutstravaux{
  font-size: 50px;
}

.logo{
  float: left;
  height: 50px;
  margin-top: -12px;
  margin-bottom: 0px;
  margin-right: 5px;
}

.titre{
  display: block;
  float: left;
  background-color: 0x00ff00;
}

.centerText{
  text-align: center;
}

.contact-center{
  margin-left: 40%;
}

.titredk{
  display: block;
  float: left;
  margin-top: 5px;
  background-color: 0x00ff00;
  font-size: 28px;
}


@media screen and (max-width: 600px) {
  .contact-center{
    margin-left: 30%;
  }
}

@media screen and (max-width: 500px) {
  .contact-center{
    margin-left: 25%;
  }
}

@media screen and (max-width: 400px) {
  .contact-center{
    margin-left: 15%;
  }
}