
/*
 Theme Name:     Reseaux_ACM_et_Territoires_theme
 Description:    Theme Enfant
 Author:         laliguenormandie
 Author URI:     http://laliguenormandie.org
 Template:       Divi
 Version:        2020
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */
.em-booking-form-details {float: left; width: 47.25%;}
.em-booking-login {float: left;width: 47.25%;border: 2px solid #2573b9;!important}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .em-booking-form-details {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .em-booking-login {
    width: 100%;
  }
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2e629d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #2573b9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.em-booking-form label {
    display: inline-block;
    width: auto;
    clear: initial;
}
#em-booking-submit {
	margin-top: 20px;
padding: 12px;
background: #289548;
color: #fff;
border-radius: 6px;
font-weight: bold;
}
input#em_wp-submit {
	margin-top: 20px;
padding: 12px;
background: #289548;
color: #fff;
border-radius: 6px;
font-weight: bold;
}
#em-booking-submit:hover {
	margin-top: 20px;
padding: 12px;
background: #2573b9;
color: #fff;
border-radius: 6px;
font-weight: bold;
}
input#em_wp-submit:hover {
	margin-top: 20px;
padding: 12px;
background: #2573b9;
color: #fff;
border-radius: 6px;
font-weight: bold;
}
.em-booking-form label {
    display: block;
    float: none;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
    width: 100%;
}
