/*
Theme Name: Expert Ecologie
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: Corinne Esscudier
Author URI: https://corinne-escudier-designerweb.fr/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
strong{
	color:#00695C;
}
/*Fenêtre modale*/
.omw-modal .omw-modal-title{
	font-size:20px !important;
	text-align:center;
	padding:25px 50px;
	text-transform:none !important;
}
/*contact*/
form.wpcf7-form {
    display: inline-block;
    width: 100%;
    text-align: left;
	font-size:18px;
	color:#fff;
}
form.wpcf7-form label{
	font-size:18px;
	color:#FFF;
}
form.wpcf7-form p{
	margin-bottom:0;
}
.modal-body form.wpcf7-form {
    background: no-repeat;
}

div.grecaptcha-badge{
	opacity: 0;
}
.line {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0px 15px;
  
}
.line-80 {
    display: inline-block;
    width: 80%;
    clear: both;
    margin: 20px 0px 15px;
  
}
input, select, textarea {
	background: #fff;
}
select{
	font-size:18px !important;
	color:#283593 !important;
	width: 36% !important;
}
.checkbox-content.line {
    line-height: 30px;
}
.checkbox-content.line .wpcf7-form-control{
    display:flex;
    flex-flow: row nowrap;
    font-size: 18px;
	justify-content:space-between;
}
.line .item33 {
    width: 33%;
    float: left;
}
.line .item66 {
    width: 46%;
    float: left;
}
.line .item33 input{
    max-width: 280px;
    display: inline-block;
    height: 40px;
    border: none;
    padding: 15px;
	background: #FFFFFF;
	color: #283593;
}
._input_container .wpcf7-form-control{
	color:#283593;
}
._input_container p{
    display:flex;
    justify-content: space-around;
}
@media (max-width:1080px) {
	.line-80,
    .line .item33 ,
	.line .item66,
    .line  input[type="text"],
	.line  input[type="tel"],
	.wpcf7-form-control-wrap, 
	.line select{
    	width: 100% !important;
		max-width:100% !important;
	}
	.checkbox-content.line .wpcf7-form-control{
		flex-flow: column nowrap;
		font-size: 18px;
		justify-content:space-between;
	}	     
}
.wpcf7-radio input {
    float: left;
    margin-right: 5px;
    margin-top: -8px;
}
.line textarea{
    border: none;
    padding: 10px;
    color: #283593;
}

.hide {
  display: none; }

.line .item33 span:not(.hide) {
    display: inline-block;
}
.line .item33 label {
    max-width: 100% !important;
    text-align: left;
}
.line .item33 .wpcf7-radio label {
    display:flex;
	align-items:center;
}
.line .item33 .wpcf7-radio label > span{
    margin-left:5px;
	font-size:16px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: none;
	/*padding: 0px 5%;*/
    text-align: center;
	height: 50px;
	color: #fff;
	background: #00695C;
	cursor: pointer;
	width:100px;
}
/* tel input */
.selected-flag  {
        display: none;
}

.item33 {
    position: relative;
}

.item33 label i{
    position: absolute;
    top: 45px;
    left: 10px;
    color: #00695c;
    z-index: 9;
}

.p30{
    padding-left: 30px !important;
}

.wpcf7-response-output{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 18px;
	margin:5px !important
}
/*contact*/