@charset "UTF-8";
/* line 1, ../sass/style.scss */
.separation_h1 {
  width: 100%;
  height: 1px;
}

/* line 6, ../sass/style.scss */
.separation_h5 {
  width: 100%;
  height: 5px;
}

/* line 11, ../sass/style.scss */
.separation_h10 {
  width: 100%;
  height: 10px;
}

/* line 16, ../sass/style.scss */
.separation_h20 {
  width: 100%;
  height: 20px;
}

/* line 21, ../sass/style.scss */
.separation_h50 {
  width: 100%;
  height: 50px;
}

.centerListIndex{
    text-align: center;
    padding: 0;
    /*margin: 0 auto;
    width: 100%;*/
}

/* line 26, ../sass/style.scss */
.listIndex {
  display: inline;
}
/*--------------------------------------------------------*/
/*----------------------    TDC    -----------------------*/
/*--------------------------------------------------------*/
/* line 34, ../sass/style.scss */
.tdc_me_submit {
  border: 0;
  background-color: transparent;
}

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*-------------  DÚclaratif Fournisseur ------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* line 217, ../sass/style.scss */
.revenue {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

/* line 223, ../sass/style.scss */
.dl_ul {
  display: flex;
  margin-top: 20px;
}

/* line 228, ../sass/style.scss */
.dl {
  display: block;
  font-size: 60px;
  background: #FFFFFF;
  border: none;
  margin: auto;
}

/* line 235, ../sass/style.scss */
.ul {
  display: block;
  font-size: 60px;
  background: #FFFFFF;
  border: none;
  margin: auto;
}

/* line 242, ../sass/style.scss */
.titles {
  display: flex;
  text-align: center;
}

/* line 247, ../sass/style.scss */
.title_dl {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

/* line 253, ../sass/style.scss */
.title_ul {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

/* line 272, ../sass/style.scss */
html {
  text-transform: uppercase;
}

.row-relative {
  position: relative;
}

.left-absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media (max-width: 991px) {
  .left-absolute {
    position: initiale;
    bottom: 0;
    left: 0;
  }  
}


