
@import url('https://fonts.googleapis.com/css?family=Hind:300,400');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400');
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Hind', sans-serif;
  background: #fff;
  color: #373d51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

h2{
background-color: red;
color: #fbfcfb
}

.resolu{
background-color: green;
color: #fbfcfb;
}

.histo{
background-color: #C1CD97;
color: #fbfcfb;
}

.container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}
h3 {
  font-size: 1.75rem;
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}
.plateforme a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.plateforme a:hover,
.plateforme a:hover::after {
  cursor: pointer;
  color: #373d51;
}
.plateforme a:hover::after {
  border: 1px solid #373d51;
}
.plateforme a.active {
  color: #373d51;
  border-bottom: 1px solid #373d51;
}
.plateforme a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.plateforme a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #373d51;
  border: 1px solid #373d51;
}
.plateforme .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.plateforme .content p {
  font-size: 1rem;
  font-weight: 300;
}
.plateforme .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.fauxLien:hover {
	text-decoration:underline;
	cursor: pointer;
}

.indentation50px {
	padding-left: 50px;
}

.indentation100px {
	padding-left: 100px;
}