
 
.renewal-container{
    font-family: 'Open Sans';
}

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

.renewal-h2 {
    font-family: 'Brandon Grotesque Black';
}

.renewal-title-text {
    font-family: 'Open Sans',sans-serif;
}

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

.renewal-font{
    font-family: "Open Sans", sans-serif;
}

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

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

.renewal-title-page2{
    font-family: 'Open Sans', sans-serif;
}



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

.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-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-grand-total {
    background:#A32526; 
    border-left: 5px solid #A32526;
    color: #ffffff;
}

.renewal-optionPaiementType {
    background-color:#A32526; 
    color: #ffffff;
}

.renewal-instructions, .renewal-check-icon {
    /*color: #A32526;*/  
}

.renewal-btn-confirm {
    background-color: #4caf50;
    color: #ffffff;
}

.renewal-btn-me-contacter {
    color: #fff;
    background-color: #2196f3;
}

.a-panel-accent-blue, .a-popup-header {
    /*background-color: #A32526*/
}

.a-stopwatch-element {
    zoom: 0.8;
}