/* Rejoignez-nous-style*/

.custom-logo {
    width: 250px; 
    height: auto;
	  margin-bottom:70px;
}
.wpcf7-form {
    background-color: #e8f0f8;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: auto;
    border: 5px solid #737373;
	  color:#000;
		padding-bottom:50px;
	  
}

/* Conteneur en deux colonnes */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
	 
}

/* Champs de texte */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]{
	  width: 60%;
	  color:#000;
	  background-color:#f5f4f3;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 16px;
    font-size: 14px;
	  margin-bottom:5px;
}
.wpcf7-form textarea {
    width: 100%;
	  color:#000;
	  background-color:#f5f4f3;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
}
.wpcf7-form input[type="file"]{
	 background-color:transparent;
	 border: none;
	 margin-bottom:40px;
	 font-size: 16px; 
   padding: 12px;
}
.wpcf7-form input[type="file"]:checked {
	background-color:transparent;
	border:transparent;
	margin-bottom: 40px;
   
}

.wpcf7-form
input[type="checkbox"]{
    background-color: #e8f0f8;
    border-color: #c0392b; 
}

/* Deux colonnes */
.form-row input {
    width: 48%; 
}

/* Style du bouton ENVOYER en petit */
.wpcf7-form input[type="submit"] {
    background-color: #db4d26;
    color: white;
    font-weight:700;
    border: none;
	  cursor:pointer;
    padding: 10px 15px;
	  padding-right:25px;
	  padding-left:25px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: auto;
	  margin-top:-1px;
    width: auto;
	  float: left;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #db4d26;
	  border-color:none;
}


.form-control, .input-group .form-control, .post-password-form input[type=password], .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .wpcf7-form-control, body .woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 16px;
    line-height: 18px;
    color: #222;
    background: #cacaca;
	  background-color: #e8f0f8;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px;
}

.form-control:active, .form-control:focus, .input-group .form-control:active, .input-group .form-control:focus, .post-password-form
input[type=password]:active, .post-password-form input[type=password]:focus, .woocommerce form .form-row input.input-text:active, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row
textarea:active, .woocommerce form .form-row textarea:focus, .wpcf7-form-control:active, .wpcf7-form-control:focus, body .woocommerce-cart table.cart td.actions .coupon .input-text:active, body .woocommerce-cart table.cart td.actions .coupon .input-text: focus {
background:0;
border-radius: 0px; 
box-shadow: 0 0 0 1px #fde428;
}

@media (max-width: 767px) {
   .form-title{
    font-size:20px;
		 margin-bottom:0px;
		margin-top:0px;
}
	.form-row{
		display:block;
	}
	.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]
{
		width:100%;
	}
	
	#code_postal{
		width:100%;
	}
}
.osma1{
margin:-96px 0px 0px 468px;
   width: 60%;
}
.osma2{

   width: 60%;
}

.file-upload-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e8f0f7;
	cursor:pointer;
  border-radius: 0px;
} */

.file-upload-label {
  display: flex;
  align-items: center;
  width: 100%;
	margin-bottom:40px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.file-upload-label input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
	cursor:pointer;
}


.file-upload-design {
     display: flex;
     align-items: left;
     gap: 5px;
/*   width: 30%; */
	   padding-bottom:10;
	   cursor:pointer;
}
.browse-button {
  background-color: #fff;
  padding: 5px 5px 5px 5px;
  margin: 8px 8px 0px 0px;
  border-radius: 0px;
  color: #000;
	border:2px solid #000;
  font-size: 14px;
  transition: all 0.3s;
  white-space: nowrap;
	width: 44%;
}

/* .file-upload-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align elements to the left */
    gap: 10px; /* Adds spacing between elements */
} */

.file-upload-label {
    display: flex;
    flex-direction: column;
}

.file-upload-design {
    display: flex;
    flex-direction: column; 
    gap: 5px;
} 

/* .parap {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px; 
} */
input:focus, 
textarea:focus, 
input[type="checkbox"]:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

*:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
div:focus-within,
fieldset:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}