.h1title {
  font-size: 4em !important;
}

.about {
  margin-top: -127px;
}

.hrdevis {
  width: 50%;
  background: #012970;
  margin-left: auto;
  margin-right: auto;
}

.faicondevis {
  font-size: 2rem;
  color: #009341;
}

.smartphoneinthebox {
  height: 120px;
}

/* Button radio with image */

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.input-container {
  position: relative;
  height: 7rem;
  width: 7rem;
  margin: 0.5rem;
}
.radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #009341;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.icon svg {
  width: 3rem;
  height: 3rem;
}
.radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.icon svg {
  fill: #009341;
}
.radio-tile-label {
  color: #009341;
}

.radio-button:checked + .radio-tile {
  background-color: #012970;
  border: 2px solid #012970;
  transform: scale(1.1, 1.1);
}

.radio-button:checked + .radio-tile-label {
  color: white;
}
/* End Button radio with image */

/* Page devis, spécifique */

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .DecalerDivDevis {
    margin-left: 0 !important;
  }
}

.centerDivDevis {
  margin-right: auto;
  margin-left: auto;
}

.DecalerDivDevis {
  margin-left: 16%;
}

.hidden {
  display: none;
}

.icondevisboxcontent {
  font-size: 4rem;
  color: #009341;
}

.boxcontent {
  margin-top: 30px;
}

.selectDevis {
  border: 2px solid #009341;
  color: #012970;
}

.section-header {
  width: 100%;
}

.formdevis {
  display: contents;
}

.header .logo {
  transition: all 0.5s;
}

.logo:hover img {
  transition: all 0.5s;
  scale: 0.9;
  transform: rotate(180deg);
}

.header .logo span {
  font-size: 20px !important;
  transition: all 1s;
}

.logospan {
  display: none;
  transition: all 1s;
  font-size: 20px !important;
}

.logo:hover .logospan {
  display: block !important;
  transition: all 1s;
}

.logoNavbar {
  width: 180px;
  height: 100%;
}

.priceBig {
  font-size: 4rem;
}

.btnSuivant {
  background: #012970;
  color: white;
  margin-top: 15px;
}

.btnSuivant:hover {
  color: #009341;
  background: white;
  border: 1px solid #009341;
}

.btncontactdevisother {
  background: #012970;
  border:1px solid #012970;
  padding: 5px;
  height: 50px !important;
  display: block;
  border-radius: 4px;
  padding: 12px;
  transition: all 0.5s;
  cursor: pointer !important;
}

.btncontactdevisother:hover {
  color:#009341;
  background:white;
  border:1px solid #009341;
  transition: all 0.5s;
  cursor: pointer !important;
}
