/*
 Theme Name: Divi Child
 Theme URI: https://github.com/flavienkreidi/wordpress-agitalizr-divi-child-theme
 GitHub Theme URI: https://github.com/flavienkreidi/wordpress-agitalizr-divi-child-theme
 Description: Divi Child Theme for Agitalizr
 Template: Divi
 Version: 2.0
*/


/*TEMPLATE*/
.flex-column.et_pb_equal_columns >.et_pb_column {
	margin-top:auto;
	margin-bottom:auto;
}
@media all and (min-width:980px){
	.flex-order{
		display:flex;
	}
	.flex-order .et_pb_column.first{
		order:1;
	}
	.flex-order .et_pb_column.second{
		order:2;
	}
}

/*FONTS*/
body{
	font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Inter Tight", sans-serif;
}
span.sous-titres{
	font-family:'IBM Plex Mono', monospace;
    font-weight: 400;
	text-transform:uppercase;
}

/*Post*/
.post-content-module .et_pb_section{
	background: transparent !important;
}

/*CONTACT FORM*/
.et_pb_contact_field_options_title{
    color: white !important;
    font-weight:400 !important;
}

span.et_pb_contact_field_checkbox .input+label i:before {
    color: black !important;
}

