.text-page__intro{
 	margin-top: 200px; 
}

.text-page__intro h1{
 	margin-top: 50px;
  margin-bottom: 15px;
  font-size: 26px;
}

.text-page__content{
  	margin-bottom: 50px;
}

.text-page__content a{
 	color: var(--color-cta)!important;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer 
}

.text-page__content ul{
  margin-left: 30px;
  padding: unset;
  list-style-type: disc!important
}

.text-page__content ul li{
 	padding: 5px 0;
  list-style-type: disc!important
}

.text-page__content h2, .text-page__content img{
 	margin: 15px 0; 
}

.text-page__content{
 	padding-top: 0; 
}

.text-page__content img{
 	max-width: 100%; 
  height: auto;
  object-fit: contain;
}

.text-page__content p{
  font-size: 16px;
  line-height: 30px; 
}

.text-page__content.offerte{
 	display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.text-page__content.offerte .text-component{
 	grid-column: span 7 / span 7; 
}

.text-page__content.offerte .offerte-form{
  grid-column: span 5 / span 5; 
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
}

.text-page__content.offerte .offerte-form form{
 	width: 100%; 
}

.text-page__content.offerte .offerte-form label{
	margin-bottom: 10px; 
  display: block;
  font-weight: 900;
}

.text-page__content.offerte .offerte-form .radio-grid{
 	display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-bottom: 20px;
}

.text-page__content.offerte .offerte-form .radio-grid > div{
  grid-column: span 6 / span 6; 
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-page__content.offerte .offerte-form .radio-grid > div label{
 	margin-bottom: 0px; 
}

.text-page__content.offerte .offerte-form .radio-grid > div input {
  margin: 0;
}

.text-page__content.offerte .offerte-form .success{
 	font-weight: 900;
  margin-top: 30px;
  font-size: 16px;
}

.text-page__content.offerte .offerte-form input[type="text"], .text-page__content.offerte .offerte-form input[type="email"], .text-page__content.offerte .offerte-form input[type="number"], .text-page__content.offerte .offerte-form input[type="tel"], .text-page__content.offerte .offerte-form textarea{
   	border: 1px solid #C7C7C7;
    border-radius: 4px!important;
    height: 50px;
    margin-bottom: 15px;
    color: #323232;
    font-size: 16px;
  	display: block;
  	width: calc(100% - 20px);
  	padding: 0 10px;
}

.text-page__content.offerte .offerte-form input[type="file"]{
 	display: block;
  width: 100%;
  margin-bottom: 10px;
}

.text-page__content.offerte .offerte-form span{
 margin-bottom: 15px;
  display: block;
  width: 100%;
  opacity: 0.6;
  font-size: 12px;
}

.text-page__content.offerte .offerte-form button {
  	background-color: var(--color-header);
    display: block;
  	color: #fff;
  	border: none;
  	border-radius: 5px;
    padding: 15px 25px;
  	cursor: pointer;
  	font-size: 16px;
  	font-weight: 400;
  	width: 100%;
  	text-align: center;
  	margin-top: 25px;
}

#my-form-status .success{
  font-size: 24px;
  color: #06693A;
}

@media screen and (max-width: 787px){
  .text-page__content.offerte .text-component{
 	grid-column: span 12 / span 12; 
}

.text-page__content.offerte .offerte-form{
  grid-column: span 12 / span 12; 
  padding: 20px 15px;
}