.ie-object-fit-cover-img{height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.contact-button-component{margin-bottom:20px}
.contact-button-component .information{text-align:center;background:#00adee;border-radius:15px;padding:20px;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
.contact-button-component .information .imgInformation{width:80%;margin:0 10%}
.contact-button-component .information .imgInformation img{max-width:150px}
.contact-button-component .information .information--text{font-family:"UntitledSans-Medium",Arial;font-size:18px;line-height:22px;color:white;text-align:center}
.contact-button-component .botonContinuer{margin-bottom:25px;display:flex;align-items:center;justify-content:center;padding:15px 0 10px 0}
.contact-button-component .botonContinuer a{text-align:center;font-size:16px;background:#415a6c;border-radius:50px;padding:8px 12px;font-family:"UntitledSans-Bold",Arial;color:white;text-decoration:none}
@media(max-width:992px){.contact-button-component .information{min-height:250px}
.contact-button-component .information .imgInformation img{max-width:100px}
.contact-button-component .information .information--text{font-size:16px;line-height:20px;color:white;text-align:center}
}
@media(max-width:767px){.contact-button-component .information{min-height:auto}
}