#contact {
    height: fit-content;
    color: #008486;
    width: 70%;
    display: flex;
    flex-direction: column;
}
#container-contact{
    margin: 50px 0 50px 0;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#img-container{
    width: max-content;
}
#contact-img {
    height: auto;
    border-radius: 25px;
}

#input-list {
    border: solid #00f4f7;
    z-index: 500;
    width: 40%; 
    height: auto;
    padding: 20px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#info-contact{
width: 100%;
overflow: auto;
    
}

#pr-contact{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 10px 0 0 0;
}

#contact-head {
    font-size: 1.5em;
    color: #008486;
    margin: 0;
}

.contact-line {
    margin-bottom: 15px;
}

.title-contact {
    font-weight: bold;
    margin-right: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-contact {
    margin: auto;
    left: auto;
    right: auto;
    padding: 0 10px 0 10px ;
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 95%; 
    height: 40px;
    font-size: 1em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#formation-name {
    width: 98%; 
}

#button-Submit {
    border: none;
    width: 95%; 
    height: 40px;
    background-color: #008486;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    margin: auto ;
}

#button-Submit:hover {
    transition-duration: 500ms;
    color: #008486;
    background-color: white;
}
