*{
	font-family: 'Manrope', sans-serif;
}

h3 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 800;
	color : rgb(49, 43, 141, 1.0);
}

.newsletters {
	text-align: center;
	justify-content: center;
}

.nw_path {
	text-align: left;
	margin-left: 20%;
	color : gray;
	font-size: 0.8em;
}

.nw_tonl:visited {
	color : gray;
}

.nw_tonl:hover {
	text-decoration: underline;
}

.nw_art {
	text-align: left;
	margin-left: 25%;
	margin-right: 25%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(49, 43, 141, 1.0);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.nw_infos {
	font-size: 0.8em;
}

.nw_title {
	color: rgb(49, 43, 141, 1.0);
	font-size: 2em;
	margin-top: 25px;
	margin-bottom: 10px;
}

.nw_subtitle {
	font-size: 1.5em;
	margin-top: 0;
}

.nw_title_part {
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
    h3 {
    	letter-spacing: .1rem;
    }

    .nw_art {
    	margin-left: 5%;
    	margin-right: 5%;
    }
}