
.explainer_module{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin:0 0 30px 25%;
	padding: 10px;
	background:#fff;
	border:#aaa solid 1px;
	border-radius: 3px;
	transition-property: margin;
}
#import_data_choice,#import_data_actions{
	width: 75%;
	margin-left: 25%;
}
#mailjet_contact #import_data_choice label{
	margin-bottom: 15px;
	padding: 10px 2%;
}
#mailjet_contact .bloc_display_group label.form_green{
	background:#007700;
	color:#fff;
	border-radius: 3px;
}
#mailjet_contact .bloc_display_group label span:first-of-type{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#mailjet_contact .bloc_display_group label span span:first-child:not(.no_bold){
	font-weight: bold;
}
#mailjet_contact .bloc_display_group label span span:not(:first-child):not(.no_bold){
	font-size: 0.8rem;
	font-style: italic;
}
#mailjet_contact .bloc_display_group label span span:not(:first-child){
	line-height: normal;
	padding: 3px 0;
	border-top: var(--color) dashed 1px; 
}
#mailjet_contact #import_data_actions legend{
	padding-bottom: 25px;
}
#mailjet_contact #import_data_actions .radio_en_ligne{
	padding-bottom: 10px;	
}
#mailjet_contact .bloc_display_group select{
	max-height: 35px;
}
.mailjet_display_group{
	margin-left: 25%;
	width: 75%;
}
.mailjet_display_group .form_image_bloc{
	padding-left: 0;
}
.mailjet_separator{
	width: 75%;
	margin:20px 0 20px 25%;
	border: none;
	border-radius: 2px;
	border-bottom:var(--color) solid 4px;
}
#mailjet_bloc_sender{
	flex-direction: row;
	flex-wrap: wrap;
}
#mailjet_bloc_sender h3{
	width: 100%;
}
#mailjet_bloc_sender label{
	flex-direction: column;
	width: 50%;
}
#mailjet_scheduled_explain{
	border-color: #e2001a;
	border-width: 3px;
	text-align: center;
}
#mailjet_scheduled_explain p{
	width: 100%;
	font-size: 1.3em;
	color:#e2001a;
}
#mailjet_statistics{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#template_viewer *{
	max-width: 100%;
}
#template_viewer{
	float: left;
	margin-top: 20px;
	width: 100%;
}
.mailjet_statistics,#template_viewer{
	padding:25px;
	background-color: #fff;
	border:var(--color) solid 1px;
	border-radius:5px;
}
.mailjet_statistics{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc((100% - 40px) / 3);
}
.mailjet_statistics:not(:last-of-type){
	margin-right: 20px;
}
.mailjet_svg_stat_container{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.mailjet_statistics svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mailjet_statistics svg .svg_circle{
	transform: translate(50%,50%);
}
.mailjet_statistics svg .svg_circle *{
	max-width: 100%;
}
.mailjet_statistics h3{
	margin-top: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.mailjet_stats_higlight{
	font-size: 2em;
	font-weight: bold;
	color:var(--color);
}
.bloc_dns{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding:0 2%;
}
.dns_viewer{
	margin:20px auto;
	border-radius: 5px;
	padding: 15px 20%;
	color: #fff;
	font-weight: bold;
	background-color: #007700;
}
.red_viewer{
	background-color: #e2001a;
}
.dns_viewer_data{
	margin: 5px 0;
	padding: 5px;
	border: #aaa solid 1px;
	border-radius: 3px;
	background-color: #eeeeee;
	word-wrap: break-word;
}
#track_div{
	width: 100%;
}
#track_div .dns_viewer{
	margin-left: 0;
	padding: 15px 2%;
	text-align: left;
}
.btns_on_right a{
	margin-left: auto;
}