html body *{font-weight:400!important}
body{overflow-x:hidden;max-width:100%}

::-webkit-input-placeholder{color:#555!important}
::-moz-placeholder{color:#555!important}
:-ms-input-placeholder{color:#555!important}
:-moz-placeholder{color:#555!important}
html body *{font-weight:400!important}

.cardArticles, .cardPodcasts {
  border: none !important;
}
#contactInfo a:first-of-type, #podcastGeneral a:first-of-type {
  font-weight: 500!important;
  text-transform: uppercase!important;
  font-size: 14px!important;
  color: #333!important;
  position: relative!important;
  line-height: normal!important;
  display: inline-block!important;
  font: 18px gotham-x-medium,sans-serif!important;
  box-sizing: border-box!important;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased!important;
  cursor: pointer!important;
  color: var(--green-color)!important;
}
 .ui-widget-overlay.custom-overlay
 {
     background-color: black;
     background-image: none;
     opacity: 0.9;
     z-index: 99999;    
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     overflow: hidden;
 }

.sigNav{ 
  width: 67%;
}
.article-principal h5{
  text-align: left;
  font-size: 16px;
  color: var(--grey-folio);
  font-family: 'gotham-x-bold'
}
#rubriques li{
  cursor: pointer;
}
 .ui-dialog-titlebar-close{
     position:absolute;
     top: -3px;
     right: -3px;
     font-size: 28px;
     z-index: 99;
     border: none;
     background: transparent;
 }
 .ui-dialog-titlebar-close::after{
     content:"\f057";
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
 }

 .bcDialog {
     background-color: white !important;
     border: solid 2px var(--green-color);
     z-index: 9999999 !important;
     position:relative;
     height:100vh !important;
     overflow: hidden;
width: 100%!important;
 }
 #bcWrapper .formWrapper {
    overflow-y: auto;
    height: calc(100% - 100px);
    margin-bottom: 66px;
    flex-grow: 1;
 }
 #bcWrapper .pdfPreview {
  overflow-y: auto;
  height: 100%;
  margin-bottom: 20px;
  flex-grow: 1;
}
#bcWrapper .bcSignPreview {
  overflow-y: auto;
  height: 100%;
  margin-bottom: 20px;
  flex-grow: 1;
}
#bcWrapper .drawItDesc,#bcWrapper .sigNav{
  display:inline !important;
}

.sigWrapper{
  display: flex !important;
  justify-content: center;
  height: auto !important;
  min-height:200px;
  width:80%;
  margin:75px 10px;
}
.pad{
  width:500px !important;
  height: 250px !important;
}
.sigPad button {
  background-color:var(--green-color) !important;
  border-radius: 5px !important;
  color: #fff !important; 
  text-align: center !important;
  font-size: 15px;
} 
.drawItDesc {
  color: #000 !important;
  font: 24px gotham-x-bold,sans-serif !important;
}
.form-check-input{
  margin-top  :0 !important;
}
.radio label{
  font: 15px gotham-x-medium,sans-serif !important;
}
.ml-5{ 
  margin-left: 12px!important;
}
.form-btn-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
  align-items: center;
  max-width: 1290px;
  margin: 0 auto;
  padding: 5px 10px;
  border-top: 1px solid #0202022e;
}
 .ui-dialog-titlebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
 }
 .ui-dialog-titlebar-close{
     position:absolute;
     top: 0px;
     right: 0px;
     font-size: 28px;
     z-index: 999999 !important;
     border: none;
     background: transparent;
 }
 .ui-dialog-titlebar-close::after{
     content:"\f057";
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
 }
 
#bcWrapper.section-wrapper{
 margin:0 !important;
}

.loading-overlay img{ width:85px; height:auto;margin-bottom:30px; }

.loading-overlay{
  position:fixed;
  z-index:999999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 0.4s 0.4s;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loading-overlay p{
  font-size:12px !important;
  text-align:center !important;
  color:var(--grey-folio) !important;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;                /* will be increased by JS */
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
.loading-overlay .loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 3em;
    width: auto;
  }
  
  @keyframes spin {
    0% { transform: rotateZ(0deg); }
    100% { transform: rotateZ(180deg); }
  }
  
  #spinner {
    position: relative;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--green-color);
    border-bottom: 25px solid var(--black-color);
    border-radius: 50%;
    will-change: transform;
    animation-name: spin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #spinner:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -25px;
    left: -25px;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-radius: 50%;
    will-change: transform;
    animation-name: spin;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .cv-loader-container{
    width: 260px; 
    text-align: center; 
    height: auto; 
    background: white; 
  }
  

  
  .cv-loader-bullet{
    display: inline-block; 
    width: 12px; 
    height: 12px;
    border-radius: 6px; 
    background: var(--grey-folio);
    margin: 3px; 
    transition: all 0.3s; 
  }
  
  .cv-b-1{
      -webkit-animation: cv-fader 1.5s infinite; /* Safari 4+ */
    -moz-animation: cv-fader 1.5s infinite; /* Fx 5+ */
    -o-animation: cv-fader 1.5s infinite; /* Opera 12+ */
    animation: cv-fader 1.5s infinite; /* IE 10+, Fx 29+ */
  }
  
  .cv-b-2{
      -webkit-animation: cv-fader 1.5s infinite; /* Safari 4+ */
    -moz-animation: cv-fader 1.5s infinite; /* Fx 5+ */
    -o-animation: cv-fader 1.5s infinite; /* Opera 12+ */
    animation: cv-fader 1.5s infinite; /* IE 10+, Fx 29+ */
    animation-delay: 0.4s; 
  }
  
  .cv-b-3{
      -webkit-animation: cv-fader 1.5s infinite; /* Safari 4+ */
    -moz-animation: cv-fader 1.5s infinite; /* Fx 5+ */
    -o-animation: cv-fader 1.5s infinite; /* Opera 12+ */
    animation: cv-fader 1.5s infinite; /* IE 10+, Fx 29+ */
    animation-delay: 0.6s; 
  }
  
  .cv-b-4{
      -webkit-animation: cv-fader 1.5s infinite; /* Safari 4+ */
    -moz-animation: cv-fader 1.5s infinite; /* Fx 5+ */
    -o-animation: cv-fader 1.5s infinite; /* Opera 12+ */
    animation: cv-fader 1.5s infinite; /* IE 10+, Fx 29+ */
    animation-delay: 0.9s; 
  }
  
  
  @-webkit-keyframes cv-fader{
    0%,100%  { opacity: 0; }
    50% { opacity: 1; }
  }
  @-moz-keyframes cv-fader {
    0%,100%  { opacity: 0; }
    50% { opacity: 1; }
  }
  @-o-keyframes cv-fader {
    0%,100%  { opacity: 0; }
    50% { opacity: 1; }
  }
  @keyframes cv-fader {
    0%,100%  { opacity: 0; }
    50% { opacity: 1; }
  }
  
  #navTarifsPartners {
   display: none !important;
  }
  .text-left {
    text-align: left !important;
  }

  @media (min-width: 1620px) {
    #tarifsWrapper .banner-info .container-fluid{
        max-width: 80% !important;
        margin: auto;
    }

    .section-wrapper .banner-info .redaction-item{
        display: flex;
        align-items: center;
        margin: 15px 0;
    }
    .realisation-technique {
        margin-top: 3.5rem !important;
    }
   
  }
  @media (max-width: 960px) {
    .webOnly{
      display:none;
    }
  }


  @media (min-width: 961px) {
    .mobileOnly{
      display:none;
    }
  }
.owl-dots {
  display:none;
}



#notreOffreWrapper .replay-btn {
  color:var(--green-color);
  text-decoration: none;
  z-index:100;
  font: 16px gotham-x-medium,sans-serif !important;
  background-color: #fff;
  border-color: #fff;
  height:100%;
  padding : 3px 8px;
}
#notreOffreWrapper .replay-btn img {
  margin-left:-23px;
  width: auto !important;
  display:inline !important;
}

#newsletterWrapper .cnt-video-offre{
  height: 36px;
  position: absolute;
  bottom: 0;
  width: 180px;
  margin: 0px auto;
  left: 0;
  right: 0;
}
 
#articlesWrapper .videoAndTitle{
  height: 305px;
}
#newsletterWrapper .replay-btn {
  color:var(--green-color);
  text-decoration: none;
  z-index:100;
  background-color: white;
}
#newsletterWrapper .replay-btn img {
  width:34px;
  height:auto;
  margin-left:-17px;
}
#newsletterWrapper .replay-btn:hover {
color:#000;
}




.form-label {
  font-family: 'gotham-x-bold',sans-serif;
  font-size:16px;
}
.form-group label{
  font-family:"gotham-x-bold",sans-serif !important;
  font-size:16px;
}
.form-group p{
  font-family:"gotham-x-bold",sans-serif !important;
  font-size:16px;
}

.form-label {
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

.rowTitle {
  margin-top:15px;
}
.rowTitle .form-check {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-check-label{
  line-height: 25px;
}
.rowTitle h5{
  font-family: gotham-x-medium,sans-serif !important;
  font-size:20px;
  font-weight:bold !important;
}

.btn {
  padding: 0.45rem 1.7rem !important;
  font-size:16px;
  font-family: gotham-x-medium,sans-serif !important;
}
.card .form-group:first-of-type{
  border-bottom: solid 1px var(--grey-color);
}
.labels-col{
  display:flex;
  align-items:center;
}

.radios-col label {
  display: flex;
  justify-content:center;
  font-weight:600 !important;
}

.form-label, .form-check-label, .form-select {
  font-family: gotham-x-medium,sans-serif !important;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-right:5px;
}

/*********************

======================
======================
======================
@GLOBAL
@STYLE SCROLLING WRAPPER

***********************/
.font-gotham {
  font-family: 'gotham-x-medium', sans-serif !important;
}
.font-gotham-b {
  font-family: 'gotham-x-bold', sans-serif !important;
}
.cnt-video-offre{
  height: 36px;
  position: absolute;
  bottom: -18px;
  width: 180px;
  margin: 0px auto;
  left: 0;
  right: 0;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.scrolling-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
.scrolling-wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--grey-folio); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.scrolling-wrapper::-webkit-scrollbar-thumb:window-inactive {
  background: #8c8c8c; 
}

.image-placeholder{
  border: 0;
}
.banner-title{
  display:flex; justify-content: center;
}

.banner-refs-carousel .card{
  margin: 0;
  border: none;
}

#navCnt{
  display:flex;
  justify-content: space-between;
  margin-bottom:-30px;
  z-index:99;
}


#navNewsLetter{
  position: absolute;
  left: 5px;
  right: 5px;
  display: flex;
  justify-content: space-between;
  bottom:45%;
}
#navNewsLetter button{
 height:50px;
 width:50px;
 padding:8px;
 border-radius:50%;
 color:#000;
 z-index:90;
 background:rgba(255, 255, 255, 0.445);
}






.panier-articles{
  position:absolute;
  top:0;
  right:30px;
  width:auto;
  z-index:100;
}
.panier-articles .voir-details{
  padding: 0.15rem 1.7rem !important;
  color:#000;
  text-decoration: none;
  text-align:center;
}
.panier-articles .voir-details:hover,
.panier-articles .voir-details:active,
.panier-articles .voir-details:focus,
.panier-articles .voir-details.show
{
  color: var(--green-color);
}

.bloc-details-panier{
  margin-left:-8px;
}
#detail-panier {
  text-align: center;
  font-family: 'gotham-x-bold' !important;
  font-size: 32px;
  font-weight: 700 !important;
  margin-bottom: 0px;
}

.panier-articles .dropdown .dropdown-menu{
  min-width:700px;
  min-height:300px;
  padding: 30px 20px;
  background-color: var(--dark);
  border-top: solid var(--grey-color) 6px;
}
.panier-articles .dropdown .dropdown-menu p{
  color:#fff;
  font-family: 'gotham-x-medium',sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 0;
}
.panier-articles .dropdown .dropdown-menu p.const{
  font-size:22px;
}
.panier-articles .dropdown .dropdown-menu p.var{
  font-size:24px;
  text-align: center;
  font-weight:bold !important;
}
.panier-articles .dropdown .dropdown-menu .row:not(:last-of-type){
  margin-bottom:3rem;
}
.panier-articles .dropdown .dropdown-menu .row .col-4{
  padding: 0;
}
.panier-articles .dropdown .dropdown-menu .form-select {
  color: #fff !important;
  background-color: #ffffff4f !important;
  border: 2px solid #fff !important;
  max-width: 150px;
  margin: auto 0 0;
}
.panier-articles .dropdown .dropdown-menu .form-select:not(:focus){
  color: #fff !important;
}
.panier-articles .dropdown .dropdown-menu .form-select option{
  color: #000 !important;
}
.panier-articles .dropdown .dropdown-menu .row.total{
 border-top:1px solid #ddd;
 padding-top:35px;
}
.panier-articles .dropdown .dropdown-menu .row.total .col-7{
  display:inline-block;
  height: 100%;
 }
 .panier-articles .dropdown .dropdown-menu .row.total .col-7 p{
  font-size:26px !important;
  text-align: center;
  color:#000;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  background-color: #f4fff7;
  border-radius:4px;
 }


 .toastBc {
  position:absolute;
  top:10px;
  left:10px;
  width: auto;
  max-width: 501px;
  background:#d6d6d6;
  z-index:9999 !important;
 }
 .toastBc .toast-header{
    background-color: var(--green-color);
    color:#fff;
    display: flex;
    justify-content: space-between;
    width:100%;
 }
 .toastBc .toast-header p{
    font-size:18px !important;
    line-height:18px;
    font-family: "gotham-x-bold",sans-serif !important;
    font-weight:700 !important;
  }
  .toastBc .toast-body{
    padding: 8px 5px;
    width:100%;
  }
 .toastBc p{
  margin-bottom:0;
 }
/*
*
*
*               NEXT PAGE ABSOLUTE BTNS
*
*
*
*/

.section-wrapper .fullPageControls-left .page-controls-btn,
.section-wrapper .fullPageControls-right .page-controls-btn{
  /*   margin-left:10%; */
    display:flex;
}

.section-wrapper .fullPageControls-left .page-controls-btn .precedent,
.section-wrapper .fullPageControls-right .page-controls-btn .precedent{
   transform: rotate(180deg);
}

.section-wrapper .previous-page .precedent{
   transform: rotate(180deg);
}

.prev-next{
    position:absolute;
    bottom: -38px;
    right: -5px;
}

.prev-next .next-page span:last-of-type, .prev-next .previous-page span:last-of-type{
    font-size:12px !important;
    text-align: center !important;
    width:100% !important;
}
.prev-next .next-page span:first-of-type, .prev-next .previous-page span:first-of-type{
    font-size:60px !important;
    line-height: 25px !important;
    text-align: center !important;
    width:100% !important;
}

.next-page span:first-of-type, .previous-page span:first-of-type{
    font-size:12px;
    text-align: center;
    width:100%;
}
.next-page span:last-of-type, .previous-page span:last-of-type{
    font-size:60px;
    line-height: 25px;
    text-align: center;
    width:100%;
}

.next-page {
    background:transparent !important;
    color:#808080 !important;
    border:0 !important;
    z-index:9999 !important;
}
.previous-page {
    background:transparent !important;
    color:#808080 !important;
    border:0 !important;
    z-index:9999 !important;

}
.section-wrapper .fullPageControls-left .previous-page{
    margin-left:15px;
}

/*********
*
*
* BANNERS CUSTOM STYLE
*
*
***********/

#promoBanniereWrapper .promos li {
  list-style:square;
}

#monul {
  /*  position: absolute; */
   display: flex;
   justify-content: center;
   flex-direction: column;
   z-index: 200;
   gap:10px;
   height:100%;
   cursor: pointer;
}

#bannerWidthWrapper + .replay-btn img {
  margin-left:-20px;
}

#bannerWidthWrapper + .replay-btn:hover {
color:#000;
}

#bannerWidthWrapper  + .replay-btn {
  position:absolute;
  bottom:50%;
  left:25px;
  color:var(--green-color) !important;
  text-decoration: none;
  z-index:100;
}

.p-vw-2{
  padding-left: 1.75vw!important;
}
.m-vw-2{
  margin-left: 1.75vw!important;
}


.indicator {
  width: 60px;
  text-align:center;
}
#num-mandat-input{
  max-width: 120px;
}

.mandatRow {
  align-items:center;
  gap:12px;
}

/*
*
*
*               ANIMATIONS
*
*
*
*/

.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}




.podcast-pixabay{
  width: 100%;
}


#download-plaquette {
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: gray;
}
 #podcastGeneral{
  width:130px;
}

#contactInfo a:first-of-type,#podcastGeneral a:first-of-type{
      
      font-weight: 500;
      text-transform: uppercase;
      font-size: 14px;
      color: #333;
      position: relative;
      line-height: normal;
      display: inline-block;
      font: 18px gotham-x-medium,sans-serif;
      box-sizing: border-box;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      cursor:pointer;
    
} 
.video-placeholder-edition{
  width: 662px;
  height: auto;
  border: 0px solid #131313;
  float: right;
}
.background-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lds-roller {
  display: none; 
  width: 100%;
  height: 91%;
  position: absolute;
  z-index: 24;
  background-color: white;
  left: 0;
}
#articlesWrapper .annoncesArticles .card h4,.article-principal .card h4 {
  font-weight: 600 !important;
  font-family: "Open Sans" !important;
  height: 73px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
  font-size: 1.3rem !important;
}
.lds-roller span {
  margin: 25% auto 0;
  display: block;
  width: 150px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 3px;
  height: 4px;
  border-radius: 50%;
  background: #8a8080;
  margin: -12px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btnVideo{
  position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 141px;
    margin: 0 auto;
    color: var(--green-color);
    text-decoration: none;
    z-index: 100;
}
#redaction-video-mobile-content{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}
.video-placeholder-edition {
  width: 89%;
  height: 84%;
  border: 0px solid #131313;
  float: right;
}
#redaction-video-mobile{ 
  width: 100%;
  object-fit: cover; 
}
.video-image-edition {
float: right;
width: 100%;
height: auto;
object-fit: cover;
}
.coords-juridique{
  font-size:12px; 
}
#promoBanniereWrapper  .dropdown button{
  background-color: #ff000000;
  border: 0;
color:var(--green-color);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-check:hover+.btn, .btn.active, .btn.show, .btn:first-child:hover, :not(.btn-check)+.btn:hover{
  background-color: #ff000000;
  border: 0;
color:var(--green-color);
}
#promoBanniereWrapper  .dropdown-menu li {
  border-bottom: none;
  list-style: none; 
  font-size: 15px;
}
#promoBanniereWrapper .dropdown-menu.show{
width: 130px;
z-index:9;
}
#promoBanniereWrapper tbody  tr td small{
display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Graphik Compact",sans-serif !important;
}