/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

/******* formulaire de contact *****/
#formulaire-responsive {
    max-width:800px ;
    margin:0 auto;
}

.demi-colonne, .colonne {
    float: left;
    position: relative;
    padding: 0 10px;
    width:100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: white;
    border: solid 0.5px #707070;
    margin-top: 5px;
    padding: 13px 16px 13px 26px;
    font-size: 16px;
    border-radius: 50px;
    font-family: "Manrope", Sans-serif;
}
 textarea.wpcf7-form-control.wpcf7-textarea{
    border-radius: 20px;
        font-family: "Manrope", Sans-serif;
 }
#formulaire-responsive p {
    font-family: "Manrope", Sans-serif;
    font-weight: 500;
    color: #19130D;
}
#formulaire-responsive .envoyer p {
    text-align-last: center;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 200px !important;
    padding: 7px 0;
    background: #6EE02B;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 22px;
    border-radius: 50px;
    background-image: url(https://www.occitherm.fr/wp-content/uploads/2024/06/right-down.svg);
    background-repeat: no-repeat;
    background-position: 85% 50%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
 transform: scale(1.08);
 transition: all .2s ease-in-out;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,.wpcf7-form-control-wrap textarea::placeholder{
       font-family: "Manrope", Sans-serif;
    color: #19130D;
    opacity: 96%;
}
.otherlargeur .demi-colonne:first-child{
	width: 65%;
}
.otherlargeur .demi-colonne:nth-child(2){
	width: 35%;
}
.otherlargeur label{
	    line-height: 1.3;
	     font-size: 15px;
    color: #fff;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 1024px) { 
    .demi-colonne {
        width: 50%;
    }
}