@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'basic-sans', sans-serif;
}
h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 35px;
  font-family: 'ivymode', sans-serif;
}
h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'ivymode', sans-serif;
}
h5 {
  color: #ffffff;
  font-family: 'ivymode', sans-serif;
}
h4 {
  color: #c4994f;
}
ul {
  list-style-type: none;
    font-size: 1.1em;
  padding-left: 0;
  margin-bottom: 0;
}
footer strong, p strong {
  color: #c4994f;
}
a {
  color: #ffffff;
  transition: 0.3s;
	text-decoration:none;
}
a:hover {
  color: #c4994f;
	text-decoration:underline;
}
.bg-secondary {
  background-color: #131313 !important;
}
.btn-secondary {
  background-color: #131313 !important;
  border-color: #131313;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'basic-sans', sans-serif;
}
.btn-secondary:hover {
  background-color: #212529 !important;
  border-color: #212529;
}
.btn-primary {
  background-color: #c4994f !important;
  border-color: #c4994f;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'basic-sans', sans-serif;
}
.btn-primary:hover {
  background-color: #dac27c !important;
  border-color: #dac27c;
}
.card {
  border: none;
  width: 100%;
}
.card-title {
  color: #c4994f;
}
.card-body {
  padding: 36px;
}
.infographic {
  position: relative;
  display: flex;
  min-height: 1200px;
  align-items: center;
}
.infographic img {
  max-width: 40px;
  margin-bottom: 20px;
}
#retraite {
  width: 300px;
  padding: 30px;
  position: absolute;
  left: -3%;
  top: 50%;
  text-align: center;
  background-color: #131313;
  border-radius: 50px;
  z-index: 9;
}
#retraite-border {
    left: 20%;
    content: "";
    width: 279px;
    height: 5px;
    background-color: #c4994f;
    display: block;
    position: absolute;
    top: 56%;
    z-index: -1;
    transform: rotate(350deg);
}
#fiscalite {
  width: 300px;
  padding: 30px;
  position: absolute;
  right: -34px;
  text-align: center;
  background-color: #131313;
  border-radius: 50px;
  z-index: 9;
  top: 51%;
}
#fiscalite-border {
right: 21%;
    content: "";
    width: 264px;
    height: 5px;
    background-color: #c4994f;
    display: block;
    position: absolute;
    top: 56%;
    z-index: -1;
    transform: rotate(10deg);
}
#placement {
  width: 300px;
  padding: 30px;
  position: absolute;
  right: 16%;
  text-align: center;
  top: 10%;
  background-color: #131313;
  border-radius: 50px;
  z-index: 9;
}
#placement-border {
    left: 62%;
    content: "";
    width: 4px;
    height: 220px;
    background-color: #c4994f;
    display: block;
    position: absolute;
    top: 29%;
    z-index: -1;
    transform: rotate(44deg);
}
#protection {
  width: 300px;
  padding: 30px;
  position: absolute;
  left: 10%;
  top: 14%;
  text-align: center;
  background-color: #131313;
  border-radius: 50px;
  z-index: 9;
}
#protection-border {
left: 37%;
    content: "";
    width: 4px;
    height: 217px;
    background-color: #c4994f;
    display: block;
    position: absolute;
    top: 28%;
    z-index: -1;
    transform: rotate(316deg);
}
#planification {
  width: 400px;
  padding: 30px;
  position: absolute;
  left: calc(50% - 200px);
  top: 75%;
  text-align: center;
  background-color: #131313;
  border-radius: 50px;
  z-index: 9;
}
#planification-border {
  left: 50%;
  content: "";
  width: 4px;
  height: 200px;
  background-color: #c4994f;
  display: block;
  position: absolute;
  bottom: 23%;
  z-index: -1;
}
#vous {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 59px;
    font-weight: 900;
    justify-content: center;
    font-family: 'ivymode', sans-serif;
    -webkit-box-shadow: 1px 1px 55px -3px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 1px 1px 55px -3px rgba(0, 0, 0, 0.44);
	box-shadow: 1px 1px 55px -3px rgba(0, 0, 0, 0.44);
    background: rgb(218, 194, 124);
    background: -moz-linear-gradient(90deg, rgba(218, 194, 124, 1) 0%, rgba(196, 153, 79, 1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(218, 194, 124, 1) 0%, rgba(196, 153, 79, 1) 99%);
    background: linear-gradient(90deg, rgba(218, 194, 124, 1) 0%, rgba(196, 153, 79, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dac27c", endColorstr="#c4994f", GradientType=1);
    width: 250px;
    height: 250px !important;
    border-radius: 100% !important;
    color: #131313;
    z-index: 999;
    margin: 0 auto;
}
p {
  color: #7f7f7f;
  font-size: 1.12em;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: 'basic-sans', sans-serif;
}
.small {
  font-size: 12px;
}
.color-grey {
  color: #888888;
}
@media only screen and (max-width:960px) {
  .infographic {
    position: relative;
    min-height: auto;
    display: block;
    text-align: center;
  }
  #retraite {
    right: 0;
    top: 0;
    margin-bottom: 20px !important;
    width: 100%;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  #retraite-border {
    display: none;
  }
  #vous {
    margin-bottom: 20px !important;
  }
  #fiscalite {
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 20px !important;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  #fiscalite-border {
    display: none;
  }
  #placement {
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 20px !important;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  #placement-border {
    display: none;
  }
  #protection {
    width: 100%;
    margin-bottom: 20px !important;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  #protection-border {
    display: none;
  }
  #planification {
    max-width: auto;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 20px !important;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  #planification-border {
    display: none;
  }
}