a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  height: 100%; */
}

body {
  font-family: 'Red Hat Display', sans-serif;
  background-attachment: fixed;
  background-color: #444;
  margin:0;
  padding:60px;
  z-index:0;
  color:#fff;
  box-sizing: border-box;
  border: 20px solid #333;
}

body,html {
  position: relative;
  top:0;
  bottom:0;

}

.inner {
  max-width: 70vw;
  margin:0 auto;
  text-align: center;
}


body #logo {
  margin-top:100px;
  margin-bottom:50px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  height: 100%;*/
}

body:before {
  content:"";
  background-image: url(../images/fond.jpg);
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom:20px;
  z-index: -1;
  opacity: .2;

}

body svg {
  max-width: 400px;
  fill: #fff;
  box-sizing: border-box;
}


.small {
  font-weight: 400;
  font-size: 1.4em;
  padding: 20px 0;
  border-bottom: 4px solid #fff;
  display: inline-block;
}

.steps {
  position: relative;
  padding:100px 0;
}

.steps:before {
  position: absolute;
  height:100%;
  left:50%;
  width:1px;
  background-color: #fff;
  content:"";
  top: 0;
}


.step {
  position: relative;
}

.step.right {
  padding-left:50%;
  text-align: left;
}
.step.left {
  padding-right:50%;
  text-align: right;
}
.step .box {
  padding:50px;
  box-sizing: border-box;
}

.step:before {
  content: "";
  left: 50%;
  width: 7px;
  height: 7px;
  /* border: 2px solid #fff; */
  border-radius: 50px;
  position: absolute;
  margin-left: -3px;
  background-color: white;
  margin-top: 113px;
}
.step i {
  margin-right: 10px;
}
.step a {
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  font-weight:500;
}
.step a:hover {
  margin-right:5px;
}


footer {
  position: relative;
  margin-top: 60px;
  width: 100%;
  font-size: .9em;
  color:#fff;
  text-align: center;
}
footer span {
  font-size: .6em;
  display:block;
  opacity: .7;
  margin-top:10px;
}


h1, h2, h3, h4, h5, h6
{
  line-height:100%;
}
h2
{
  font-weight: 500;
}
p
{
    font-size: .9em;
}
p.taches {
  opacity: .6;
  font-weight: 500;
}
ul {
  padding:0;
}

ul li {
  position: relative;
  display: inherit;
  padding-left: 30px;
  margin: 7px 0;
  font-size: .9em;
  line-height: 120%;
}
ul li:before {
  position: absolute;
  content:"•";
  margin-left:-15px;

}


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

}
