
 @font-face { 
     font-family: 'Brandon Grotesque Black'; 
     src: url('/Integratik/Ressources/fonts/brandon-grotesque-black-58a8a3e824392.woff'); 
 } 
 
.renewal-container{
    height: 100%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    background-color: white;
    padding: 10px 35px;
    font-size: 14px;
    letter-spacing:1px;
}

.renewal-popup {
    line-height:24px; 
    letter-spacing:1px; 
    font-size:14px;
}

.renewal-forfait-service:not(:last-child) {
    border-bottom: 1px solid silver;
}

.renewal-forfait-service {
    padding-left: 16px;
    border-left: 8px solid silver;
}

.renewal-services-description-table {
    letter-spacing: 1px;
    line-height:24px;
    font-size:14px;
}

.renewal-h2 {
    margin-top:0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #282828;
    padding-top: 30px;
    font-size:20px;
}

.renewal-title-text {
    margin-top: 0px;
    color: #222;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: normal;
}

.renewal-title{
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 2px;
    color: #282828;
    padding-top: 30px;
    font-size: 24px;
    text-align: center;
}

.renewal-instructions{
    font-size: 21px;
    text-transform: uppercase;
    padding: 6px 50px 0 3px;
    text-transform: uppercase;
}

.renewal-table-services { 
    border-collapse:collapse;
    width:100%;
}

.renewal-font{
    color:black;
}

.renewal-optionPaiementTypeDescription {
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    white-space: normal;
}

.renewal-optionPaiementType {
    border-radius: 8px;
    margin: 10px;
    padding: 14px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    line-height: normal;
    min-width: 250px;
    width: 27%;
    min-height: 139px;
}

@media (max-width: 1000px) {
    .renewal-optionPaiementType {
        max-width:unset;
        width:42%;
    }
}

@media (max-width: 800px) {
    .renewal-optionPaiementType {
        max-width:unset;
        width:100%;
    }
}

.optionPaiementsList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.renewal-optionPaiementDate {
    height:22px;
    font-style: italic;
    display: flex;
    flex-direction: row; 
    font-size: 9pt;
}

.renewal-table-services > tbody {
    line-height: 2em;
}

.renewal-table-services > tbody td:nth-child(1) {
    width:30px;
}
.renewal-img{
    max-width:100%;
}

.renewal-flex-two-columns-container{
    display:flex; 
    flex-direction:column;
    flex-wrap:wrap;
}

.renewal-check-container{
    display:flex;
    margin-top:2px;
}

.renewal-check-icon {
    font-size:18pt;
} 

.renewal-table-services tbody tr td {
    padding:7px;
} 

.renewal-div-page2 {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #e3dddd;
}

.renewal-title-page2{
    text-align:center;
    text-transform:unset;
    font-size:18px;
    letter-spacing:1px;
    padding-top:20px;
}

.renewal-flex-div {
    display:flex; 
    flex-direction:column; 
    justify-content:center;
    margin:auto;
    margin-bottom:20px;
}


.renewal-suggested-popular {
    justify-content:start !important;
    margin:unset !important;
}

@media (max-width: 850px) {
    .renewal-flex-div {
        width:100%; 
    }
    
    .renewal-suggested-popular
    {
        max-width:unset;
    }
}

.renewal-empty-p {
    margin:0px;
}

.renewal-total tr:first-child{
    background: #f9f9f9;
    border-left: 5px solid #e1e1e1;
}

.renewal-total td:first-child {
    padding-left: 10px;
}

.renewal-total{
    line-height: 2em;
    border-collapse: collapse;
}

.renewal-optionPaiementTypeDescription {
    text-align:center;
    font-weight:bold;
}

.renewal-optionPaiement {
    line-height:2em;
    margin-bottom:20px;
    display:flex;
    flex-direction:row;
    column-gap: 15px;
}

td.renewal-amount-cell {
    text-align:right;
}

.renewal-padding {
    padding: 0px 20px 10px 20px;
    overflow:auto;
}

.renewal-flex-two-columns-container {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    row-gap:15px;
    justify-content:space-between;
}


.renewal-table-services tbody tr {
    cursor: pointer;
    transition: all .2s;
    line-height:26px;
    font-size:14px;
}

.renewal-table-services tbody tr:nth-child(odd){
  background: #f9f9f9;
}

.renewal-table-services tbody tr:hover {
    background: #f5f5f5;
}

.renewal-faSuccess{
    -webkit-text-stroke: 5px white;
}

.renewal-service-price {
    text-align:right;
    vertical-align:top;
}

.renewal-flex-column {
    display:flex;
    flex-direction:column;
}

.renewal-confirm-container {
    margin:auto; 
    margin-top:20px; 
    max-width:700px; 
    height:500px; 
    background-color:white;
    box-shadow:0px 0px 8px 0px #d1d1d1; 
    border-radius:10px; 
    padding:15px; 
    display:flex; 
    flex-direction:column; 
    align-items:center;
}

.renewal-confirm-title-container {
    font-size:65pt; 
    margin-top:52px;
}

.renewal-confirm-text {
    padding:11px; 
    font-size:12pt; 
    font-weight:lighter; 
    text-align:center;
}

.renewal-grand-total {
    font-weight:bold;
}
