/*
Theme Name:     Custom Theme
Author:         C2Web
Author URI:     http://www.c2w.fr
Template:       c2web_framework
*/

body {
  background: #fff;
  font-size: 1.4em;
}

h1,
h2,
h3,
h4 {
  position: relative;
  color: #000;
}

a {
  color: #706f6f;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

a:hover {
  color: #bb78a0;
  text-decoration: none;
}

a:focus,
a:active {
  color: #bb78a0;
}

header {
}

footer {
}
