@CHARSET "ISO-8859-1";

body, html {margin:0; padding:0;}
body {font-family: 'Roboto Condensed', sans-serif; font-weight:400; line-height:1.7; color:#2c0534; font-size:1.1rem; background:#fff; margin: 0; padding: 0;}
a {color:#ec7265; text-decoration:none; webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
a:hover {color:#ccc;}

h1, h2 {font-family: 'Roboto Condensed', sans-serif; color:#ec7265;}

img {height:200px; width:auto;}
.grid {display:grid; text-align:center;}
.col-2 {grid-template-columns: 1fr 1fr;}

.content {padding:10%; text-align:center}

.marsrouge-content {margin-top:3rem;}
.marsrouge {width:45px; display:inline-block;}
.marsrouge svg {fill:#ec7265; transition:.3s;}
.marsrouge:hover svg {fill:#2c0534;}

@media screen and (max-width:1350px) {
	
	
	
}