.clearfix {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
a {
  display: inline-block;
  vertical-align: middle;
}
p {
 margin:25px;
 line-height: 1.65;
}
li {
 line-height: 1.65;
}
.nostretch {
  white-space: nowrap;
  width: 1%;
}
@font-face {
  font-family: 'Nolan';
  src: url('../font/NolanNext-Regular.eot');
  src: url('../font/NolanNext-Regular.eot?#iefix') format('embedded-opentype'), url('../font/NolanNext-Regular.woff2') format('woff2'), url('../font/NolanNext-Regular.woff') format('woff'), url('../font/NolanNext-Regular.ttf') format('truetype'), url('../font/NolanNext-Regular.svg#NolanNext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nolan';
  src: url('../font/NolanNext-ExtraBold.eot');
  src: url('../font/NolanNext-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../font/NolanNext-ExtraBold.woff2') format('woff2'), url('../font/NolanNext-ExtraBold.woff') format('woff'), url('../font/NolanNext-ExtraBold.ttf') format('truetype'), url('../font/NolanNext-ExtraBold.svg#NolanNext-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Nolan';
  src: url('../font/NolanNext-Bold.eot');
  src: url('../font/NolanNext-Bold.eot?#iefix') format('embedded-opentype'), url('../font/NolanNext-Bold.woff2') format('woff2'), url('../font/NolanNext-Bold.woff') format('woff'), url('../font/NolanNext-Bold.ttf') format('truetype'), url('../font/NolanNext-Bold.svg#NolanNext-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: 'Nolan';
  font-size: 16px;
  color: #313a44;
  font-weight: normal;
  font-style: normal;
}
.contour {
  position: fixed;
  background-color: white;
  display: block;
  z-index: 1000;
}
.contour.top {
  height: 30px;
  top: 0;
  right: 0;
  left: 0;
}
.contour.right {
  width: 30px;
  right: 0;
  bottom: 0;
  top: 0;
}
.contour.bottom {
  height: 30px;
  bottom: 0;
  right: 0;
  left: 0;
}
.contour.left {
  width: 30px;
  top: 0;
  bottom: 0;
}
body {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  body {
    padding: 0;
  }
}
.bouton {
  background: #99cc00;
  background: -moz-linear-gradient(left, #99cc00 46%, #a9e302 100%);
  background: -webkit-linear-gradient(left, #99cc00 46%, #a9e302 100%);
  background: linear-gradient(to right, #99cc00 46%, #a9e302 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc00', endColorstr='#a9e302', GradientType=1);
  font-size: 22px;
  color: #313a44;
  padding: 15px 65px 14px 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bouton:before {
  content: url('../imgs/fleche-bouton-gros.svg');
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-color: white;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  right: 15px;
  text-align: center;
  padding-top: 1px;
}
.bouton:hover {
  color: #313a44;
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.bouton.petit {
  font-size: 15px;
  padding: 10px 55px 9px 20px;
}
.bouton.petit:before {
  content: url('../imgs/fleche-bouton-petit.svg');
  width: 25px;
  height: 25px;
  margin-top: -13px;
  padding-top: 1px;
}
.bouton.noir {
  background: #313a44;
  color: white;
}
.bouton.noir:before {
  content: url('../imgs/fleche-blanche-bouton.svg');
  background-color: #99cc00;
}
ul li {
  list-style-type: none;
}
ul li:before {
  content: ">";
  font-weight: bold;
  margin-right: 5px;
}
.center {
  text-align: center;
}
@media screen and (max-width: 429px) {
  .col-xs-6 {
    width: 100% !important;
  }
}
.header-principal {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.header-principal .header-top {
  background-color: #313a44;
}
.header-principal .header-top .logo {
  margin-left: 45px;
  margin-top: 10px;
}
.header-principal .header-top nav {
  background-color: transparent;
  border: none;
  border-radius: none;
  margin-bottom: 0;
}
.header-principal .header-top nav .collapse .nav,
.header-principal .header-top nav .collapsing .nav {
  padding-right: 70px;
}
.header-principal .header-top nav .collapse .nav li,
.header-principal .header-top nav .collapsing .nav li {
  height: 100px;
  width: 100px;
  text-align: center;
  display: table;
  margin-left: 5px;
}
.header-principal .header-top nav .collapse .nav li:before,
.header-principal .header-top nav .collapsing .nav li:before {
  content: none;
}
.header-principal .header-top nav .collapse .nav li a,
.header-principal .header-top nav .collapsing .nav li a {
  padding: 0;
  background-color: #5a6c7a;
  color: white;
  display: table-cell;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
}
.header-principal .header-top nav .collapse .nav li a .svg,
.header-principal .header-top nav .collapsing .nav li a .svg {
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-principal .header-top nav .collapse .nav li a:hover,
.header-principal .header-top nav .collapsing .nav li a:hover {
  background-color: #ededed;
  color: #313a44;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.header-principal .header-top nav .collapse .nav li a:hover .svg path,
.header-principal .header-top nav .collapsing .nav li a:hover .svg path {
  fill: #313a44 !important;
}
.header-principal .header-top nav .collapse .nav li.devis a,
.header-principal .header-top nav .collapsing .nav li.devis a {
  background-color: #99cc00;
}
.header-principal .header-top nav .collapse .nav li.devis a:hover,
.header-principal .header-top nav .collapsing .nav li.devis a:hover {
  background-color: #ededed;
}
.header-principal.header-home {
  background-image: url('../imgs/photo-home.jpg');
  padding-bottom: 240px;
}
.header-principal.header-home .prestep-top-home {
  background-color: white;
  padding: 30px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.header-principal.header-home .prestep-top-home:after {
  content: "";
  position: relative;
  height: 15px;
  display: block;
  width: calc(100% + 60px);
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 11%, #e5e5e5 99%);
  background: -webkit-linear-gradient(top, #ffffff 11%, #e5e5e5 99%);
  background: linear-gradient(to bottom, #ffffff 11%, #e5e5e5 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}
.header-principal.header-home .prestep-top-home .svg {
  margin-bottom: 15px;
}
.header-principal.header-home .prestep-top-home h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .header-principal.header-home .prestep-top-home h1 br {
    display: none;
  }
}
.header-principal.header-home .prestep-top-home h2 {
  font-size: 22px;
  margin-bottom: 33px;
}
.header-principal.header-int {
  background-image: url('../imgs/photo-int.jpg');
}
.header-principal.header-int .pretep-int {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 45px 0;
}
.header-principal.header-int .pretep-int h3 {
  font-weight: bold;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-principal.header-int .pretep-int h3 {
    margin-right: 0;
  }
}
.header-principal.header-int .pretep-int h3:after {
  content: url('../imgs/fleche-prestep-top-int.svg');
  position: absolute;
  top: 100%;
  margin-left: -20px;
}
@media screen and (max-width: 991px) {
  .header-principal.header-int .pretep-int h3:after {
    display: none;
  }
}
.section-tarif {
  margin-top: -240px;
}
.section-tarif .container {
  position: relative;
  background-color: white;
}
.section-tarif .container .tarif {
  text-align: center;
  padding-top: 70px;
  font-size: 26px;
}
.section-tarif .container .tarif header {
  margin-bottom: 93px;
}
.section-tarif .container .tarif header h2 {
  font-size: 26px;
}
.section-tarif .container .tarif .etape-tarif {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-tarif .container .tarif .etape-tarif {
    margin-bottom: 60px;
  }
}
.section-tarif .container .tarif .etape-tarif .etape {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
.section-tarif .container .tarif .etape-tarif .etape p {
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  width: 117px;
  padding: 10px;
  background-color: #03b0d8;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.section-tarif .container .tarif .etape-tarif .content-etape {
  background-color: #5a6c7a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .section-tarif .container .tarif .etape-tarif .content-etape {
    padding: 40px 10px;
  }
}
.section-tarif .container .tarif .etape-tarif .content-etape h3 {
  font-size: 23px;
  color: white;
  font-weight: bold;
}
.section-tarif .container .tarif .etape-tarif .content-etape p {
  font-size: 15px;
  color: white;
  padding: 0 22px;
}
@media screen and (max-width: 1199px) {
  .section-tarif .container .tarif .etape-tarif .content-etape p {
    padding: 0;
  }
}
.section-tarif .container .tarif .etape-tarif.etape-devis .etape p {
  background-color: #99cc00;
}
.section-tarif .container .tarif .etape-tarif.etape-devis .content-etape h3 {
  color: #99cc00;
}
.section-tarif .angle {
  position: absolute;
  top: 0;
  z-index: 2;
}
.section-tarif .angle img {
  width: 100%;
  height: 100%;
}
.section-tarif .angle.angle-left {
  right: 100%;
  height: 240px;
}
.section-tarif .angle.angle-right {
  left: 100%;
  height: 240px;
}
.definition {
  background-color: #ededed;
  margin-top: 160px;
  position: relative;
  margin-bottom: 160px;
}
.definition:before {
  content: url('../imgs/angle-gris-top.svg');
  position: absolute;
  bottom: calc(100% - 10px);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  right: 0;
}
.definition:after {
  content: url('../imgs/angle-gris-bottom.svg');
  position: absolute;
  top: calc(100% - 10px);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  right: 0;
}
.definition header {
  text-align: center;
  margin-bottom: 60px;
}
.definition header h2 {
  font-size: 26px;
}
.definition .text-def p {
  padding-top: 15px;
}
.liste-metier {
  margin-bottom: 60px;
}
.liste-metier header {
  text-align: center;
  margin-bottom: 60px;
}
.liste-metier header h2 {
  font-size: 26px;
}
.liste-metier ul {
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
.liste-metier ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .liste-metier ul li {
    width: 33.333333%;
  }
}
.liste-metier ul li:before {
  content: none;
}
.liste-metier ul li a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
  color: #313a44;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.liste-metier ul li a .rond {
  width: 140px;
  height: 140px;
  background-color: #fff;
  line-height: 140px;
  -webkit-border-radius: 140px;
  border-radius: 140px;
  margin: 0 auto 20px auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.liste-metier ul li a .rond .svg {
  display: inline-block;
  vertical-align: middle;
}
.liste-metier ul li a:hover {
  text-decoration: none;
  margin-top: -20px;
}
.liste-metier ul li a:hover .rond {
  background-color: #fff;
  margin-bottom: 40px;
}
.liste-metier ul li.devis a .rond {
  background-color: #99cc00;
}
.conseil-article header {
  text-align: center;
  margin-bottom: 60px;
}
.conseil-article header h2 {
  font-size: 26px;
}
.conseil-article .liste-article {
  background-color: #ededed;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.conseil-article .liste-article img {
  width: 100%;
}
.conseil-article .liste-article h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.conseil-article .liste-article a {
  color: #313a44;
}
.conseil-article .liste-article p {
  margin-bottom: 20px;
  font-size: 15px;
  padding: 0 26px;
}
.conseil-article .liste-article .savoir-plus {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: white;
  background-color: #313a44;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 11px 22px;
}
.conseil-article .liste-article .savoir-plus:hover {
  text-decoration: none;
  background-color: #03b0d8;
}
.article {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.article .page-intern .main article {
  margin-bottom: 68px;
}
.article .page-intern .main article header {
  margin-top: 50px;
  margin-bottom: 25px;
}
.article .page-intern .main article header h1 {
  font-size: 31px;
  font-weight: 800;
  margin: 0;
}
.article .page-intern .main article h2 {
  margin: 0;
  color: #03b0d8;
  font-size: 26px;
  font-weight: bold;
}
.article .page-intern .main article h3 {
  color: #5a6c7a;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
}
.prestep-article {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.prestep-article .bloc-top {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -37.5px;
  background-color: #99cc00;
  line-height: 75px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.prestep-article .bloc-top .svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.prestep-article .content-prestep-article {
  padding: 60px 30px 30px 30px;
  background-color: #313a44;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.prestep-article .content-prestep-article h3 {
  font-weight: bold;
  font-size: 26px;
  color: white;
  margin-top: 0;
}
.prestep-article .content-prestep-article .svg {
  width: 63px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article.forum .page-intern .main article header h1 {
  margin-bottom: 36px;
}
.article.forum .page-intern .main article header p {
  color: #5a6c7a;
  margin-bottom: 43px;
}
.article.forum .page-intern .main article .question p {
  font-size: 20px;
}
.article.forum .page-intern .main article .reponse .reponse-top {
  background-color: #ededed;
  padding: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.article.forum .page-intern .main article .reponse .reponse-top h3 {
  color: #313a44;
  font-weight: bold;
}
.article.forum .page-intern .main article .reponse ul {
  padding-left: 0;
}
.article.forum .page-intern .main article .reponse ul li {
  border-bottom: 1px solid #313a44;
  padding-bottom: 20px;
}
.article.forum .page-intern .main article .reponse ul li:before {
  content: none;
}
.article.forum .page-intern .main article .reponse ul li h4 {
  font-weight: bold;
  font-size: 21px;
  color: #5a6c7a;
  margin-top: 30px;
  margin-bottom: 25px;
}
.article.forum .page-intern .main article .reponse ul li:last-child {
  border: none;
}
.article.forum .page-intern .main article .ajout-reponse {
  margin-top: 50px;
  margin-bottom: 110px;
}
.article.forum .page-intern .main article .ajout-reponse h3 {
  font-size: 23px;
  color: #313a44;
  margin-bottom: 30px;
}
.article.forum .page-intern .main article .ajout-reponse label {
  width: 100%;
  font-weight: normal;
}
.article.forum .page-intern .main article .ajout-reponse input {
  width: 100%;
  background-color: #ededed;
  border: 1px solid #cecece;
  height: 41px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
}
.article.forum .page-intern .main article .ajout-reponse .col-xs-12 {
  margin-bottom: 30px;
}
.article.forum .page-intern .main article .ajout-reponse textarea {
  width: 100%;
  background-color: #ededed;
  border: 1px solid #cecece;
  height: 200px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
}
.article.forum .page-intern .main article .ajout-reponse button {
  float: right;
  margin-left: 20px;
  background-color: #5a6c7a;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.article.forum .page-intern .main article .ajout-reponse button:hover {
  background-color: #03b0d8;
}
aside {
  margin-top: 53px;
  margin-bottom: 30px;
}
aside .liste-artisan-aside {
  text-align: center;
  background-color: #ededed;
  padding-bottom: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 77px;
}
aside .liste-artisan-aside header {
  margin-bottom: 35px;
  position: relative;
  padding-top: 60px;
}
aside .liste-artisan-aside header .picto-artisan {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -37.5px;
  background-color: #313a44;
  line-height: 75px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
aside .liste-artisan-aside header .picto-artisan .svg {
  display: inline-block;
  vertical-align: middle;
}
aside .liste-artisan-aside header h3 {
  font-weight: bold;
  margin: 0;
}
aside .liste-artisan-aside ul {
  padding: 0;
}
aside .liste-artisan-aside ul li {
  list-style-type: none;
}
aside .liste-artisan-aside ul li:before {
  content: none;
}
aside .liste-artisan-aside ul li a {
  color: #313a44;
  text-decoration: underline;
  margin-bottom: 5px;
}
aside .liste-artisan-aside ul li a:hover {
  color: #03b0d8;
}
aside .prestep-aside {
  background-color: #99cc00;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  aside .prestep-aside {
    padding: 0px 10px 25px 10px;
  }
}
aside .prestep-aside header {
  background-color: #313a44;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: -23px;
}
aside .prestep-aside header h3 {
  color: white;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
}
aside .prestep-aside ul {
  padding-left: 150px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  aside .prestep-aside ul {
    padding: 00px 30px;
  }
}
aside .prestep-aside ul li {
  margin-bottom: 8px;
  position: relative;
  display: block;
}
aside .prestep-aside ul li p {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
}
aside .prestep-aside ul li p:before {
  position: absolute;
  z-index: 2;
}
aside .prestep-aside ul li:before {
  content: none;
  position: absolute;
  z-index: 2;
}
aside .prestep-aside ul li:nth-child(1) p:before {
  content: url('../imgs/fleche-1.svg');
  top: 5px;
  right: 115%;
}
aside .prestep-aside ul li:nth-child(2) p:before {
  content: url('../imgs/fleche-2.svg');
  top: 25px;
  left: 92%;
}
aside .prestep-aside ul li:nth-child(3) p:before {
  content: url('../imgs/fleche-3.svg');
  top: 20px;
  right: 100%;
}
aside .prestep-aside ul li:nth-child(4) p:before {
  content: url('../imgs/fleche-4.svg');
  top: 20px;
  left: 100%;
}
aside .prestep-aside ul li:nth-child(5) p:before {
  content: url('../imgs/fleche-5.svg');
  top: 15px;
  right: 105%;
}
aside .prestep-aside img {
  position: absolute;
  left: 5px;
  bottom: 0;
}
aside .propos-forum {
  background-color: #ededed;
  text-align: center;
  padding: 30px;
  margin-top: 40px;
}
aside .propos-forum h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
}
aside .propos-forum p {
  line-height: 30px;
}
.article-similaire {
  background-color: white;
  text-align: center;
  margin-bottom: 30px;
}
.article-similaire .liste-article-similaire {
  background-color: #ededed;
  padding: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .article-similaire .liste-article-similaire {
    margin-bottom: 30px;
  }
}
.article-similaire .liste-article-similaire h2 {
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
}
.article-similaire .liste-article-similaire ul {
  margin-top: 30px;
}
.article-similaire .liste-article-similaire ul li {
  margin-bottom: 15px;
}
.article-similaire .liste-article-similaire ul li:before {
  content: none;
}
.article-similaire .liste-article-similaire ul li a {
  color: #313a44;
  text-decoration: underline;
}
.article-similaire .liste-article-similaire ul li a:hover {
  color: #03b0d8;
}
.article-similaire .liste-article-similaire ul li p {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  margin-left: 4px;
}
.article-similaire .container {
  position: relative;
}
.article-similaire .container .picto-article {
  position: absolute;
  width: 140px;
  height: 140px;
  line-height: 140px;
  top: calc(50% - 70px);
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #5a6c7a;
  -webkit-border-radius: 140px;
  border-radius: 140px;
}
@media screen and (max-width: 991px) {
  .article-similaire .container .picto-article {
    display: none;
  }
}
.article-similaire .container .picto-article .svg {
  vertical-align: middle;
  display: inline-block;
}
footer {
  background-color: #ededed;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer h3 {
  font-size: 26px;
  font-weight: bold;
}
footer ul {
  margin-bottom: 50px;
  padding: 0;
  margin-top: 30px;
  font-size: 0;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  color: #313a44;
  text-decoration: underline;
}
footer ul li a:hover {
  color: #03b0d8;
}
footer ul li:before {
  content: none;
}
footer ul.liste-metier li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer ul.liste-metier li {
    width: 100%;
  }
}
footer p a {
  color: #313a44;
  text-decoration: underline;
}
footer p a:hover {
  color: #03b0d8;
}
