/*
Theme Name: Divi-afweb
Description: Theme enfant Divi
Author: afweb corporation
Author URI: https://af-web.fr/
Template: Divi
Version: 1.0.0
*/

.img-intro { 
min-height: 500px;
}

.subtitle {
	background: #20292F;
	color: #fff;
	font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.8em;
	padding: 6px 12px;
}

.subtitle._dark {
	background: #20292F;
	color: #DCE8C4;
}

/* --- arrow gallery --- */
.et-pb-slider-arrows .et-pb-arrow-next, .et-pb-slider-arrows .et-pb-arrow-prev {
    color: #0e0e0e !important;
    background: #e5e0d7;
    font-size: 22px;
}

/* --- display --- */
.et_pb_row.flex > .et_pb_column {
	display: flex;
}

/* --- Blog --- */
article.et_pb_post h1.entry-title {
	font-weight: 800 !important;
    color: #bfd98b !important;
}

article.et_pb_post span.published {
    padding: 2px 5px;
    color: #fff;
    background: #20292F;
}

article.et_pb_post {
    margin-bottom: 0;
    margin-bottom: 40px;
    word-wrap: break-word;
    border-bottom: 2px solid #e3e3e3;
}

article.et_pb_post .et_pb_section {
    padding: 0 0 26px;
}

.et_pb_post a.more-link {
    background: #dce8c4;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px !important;
    line-height: 13px;
    border-radius: 3px;
    color: #000;
    margin-bottom: 20px;
}

.et_pb_post a.more-link:hover {
	opacity: 0.5;
}

@media (max-width: 580px) {
	.et_pb_row.flex > .et_pb_column {
		display: flex;
    	flex-direction: column;
	}	
	
	.et_pb_row.flex > .et_pb_column .et_pb_button {
		width: 100%;
	}
}

.et_pb_gallery_title, .mfp-gallery .mfp-title { 
	display: none; 
}

.custom-size .et_pb_main_blurb_image {
	width: 300px;
}

.mobile_menu_bar:before {
	color: #333;
}

ul#mobile_menu {
    background: #fff !important;
}

span.local {
	font-size: 14px;
}

/* ---- contact form 7 */

.form-content {
    display: flex;
    flex-wrap: wrap;
}

.form-content .form-6 {
    width: 50%;
    padding: 2px 8px;
}


@media (max-width: 768px) {
	.form-content .form-6 {
    	width: 100%;
	}	
}

.form-content .form-12 {
    width: 100%;
    padding: 2px 8px;
}

.form-content .libel {
	color: #20292f;
    font-weight: 600;
}

input.text, input.title, input[type=text], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], select, textarea, input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
margin: 0;
    width: 100%;
    margin-bottom: 16px;
    padding: 12px!important;
    border: 0;
    border-radius: 0;
    background-color: #DCE8C4;
    color: #000;
    font-size: 14px;
}

textarea {
	height: 160px;
}

::placeholder {
	color: #000;
	font-size: 14px;
}

input[type=submit] {
	width: inherit;
    float: right;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: #20292F;
    border: 0;
    text-align: center;
    border-radius: 0;
    padding: 16px;
	cursor: pointer;
}

input[type=submit]:hover {
	opacity: 0.5;
}

.rgpd {
    color: #000;
    font-size: 11px;
    line-height: 12px;
	margin-bottom: 10px;
	display: flex;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7-not-valid-tip {
    font-size: 11px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0;
}

.wpcf7 form.invalid {
	color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #DCE8C4;
}

/* --- recaptcha google */
.grecaptcha-badge {
    visibility: collapse!important;
}

a:where(:not(.wp-element-button)) {
    text-decoration: inherit !important;
}