/*================================ RESET CSS =======================================*/
/* 
ATTENTION ICI RESET CSS A SUPPRIMER SI IL EST DÉJÀ PRÉSENT DANS VOTRE PROJET

*/
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
button,
input,
select,
textarea {
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
button {
  cursor: pointer;
}

a:focus,
a:active,
button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none;
  outline-color: transparent !important;
}



img {
  display: block;
}

/*================================ VARIABLES =======================================*/
:root {}

.color_white {
  color: #ffffff;
}

.background_white {
  background-color: #ffffff;
}

.color_black {
  color: #000000;
}

.background_black {
  background-color: #000000;
}

.color_blue {
  color: #6000FF;
}

.background_blue {
  background-color: #6000FF;
}

.color_grey {
  color: #e5e5e5;
}

.background_grey {
  background-color: #e5e5e5;
}

/*================================ FONTS =======================================*/
p {
  font-family: 'br-sonoma-light', sans-serif;
  font-size: 8pt;
  line-height: 125%;
  font-weight: lighter;
}

strong {
  font-family: 'br-sonoma-bold', sans-serif;
  font-weight: bold;
}

.p_light_10 {
  font-family: 'br-sonoma-light', sans-serif;
  font-size: 10pt;
  line-height: 125%;
  font-weight: lighter;
}

.p_medium_10 {
  font-family: 'br-sonoma-light', sans-serif;
  font-size: 10pt;
  line-height: 125%;
  font-weight: medium;
}


h1 {
  font-family: 'br-sonoma-bold', sans-serif;
  font-size: 18pt;
  line-height: 125%;
  font-weight: bold;
}

.h2_bold_14 {
  font-family: 'br-sonoma-bold', sans-serif;
  font-size: 14pt;
  line-height: 125%;
  font-weight: bold;
}

.h3_bold_10 {
  font-family: 'br-sonoma-bold', sans-serif;
  font-size: 10pt;
  line-height: 125%;
  font-weight: bold;
}

.h3_bold_12 {
  font-family: 'br-sonoma-bold', sans-serif;
  font-size: 12pt;
  line-height: 125%;
  font-weight: bold;
}

/*================================ FONTS MQ =======================================*/

/*================================ FONT-WEIGHT =======================================*/
.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.fw_800 {
  font-weight: 800;
}

.fw_900 {
  font-weight: 900;
}

/*================================ PROJET =======================================*/

ul {
  list-style-position:outside;
  margin-left:-25px;
}

table {
  border: none 0px;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}

td {
  border: none 0px;
  margin: 0;
  padding: 0;
}

.underline {
  text-decoration: underline;
}

i {
  font-style: italic;
}

.separator {
  background-color: white;
}

.wrapper_margin_left {
  margin-left: 10.29px;
}


.header {
  width: 100%;
  position: relative;
}

.header_img {
  width: 100%;
}

.header_wrapper {
  position: absolute;
  left: 220px;
  margin-top: 12px;
}

.pagination {
  position: absolute;
  right: -15px;
  top: 44%;
}

.footer {
  height: 90px;
  width: 58.7%;
  border-top-right-radius: 30px;
  background-color: #6000FF;
}

.footer_wrapper {
  margin-top: 13px;
  margin-left: 20.30px;
}

.title_image {
  width: 18px;
  margin-right: 10px;
}


.goals {
  border-radius: 20px;
  background-color: #e5e5e5;
}

.goals_container {
  width: 100%;
  border-radius: 20px;
  padding: 18.75px 10.29px;
  background-color: #e5e5e5;
}

.prices {
  border-radius: 20px;
}

.prices_container {
  width: 100%;
  border-radius: 20px;
  border: solid #e5e5e5 1.2pt;
  padding: 18.75px 13.41px;
}