

/* Colors */
  
.green_text{
color: #4A801A;
}
.green_icon{
color: #289D15;
}

.orange_text{
color: #D92C01;
}
.orange_icon{
color: #ED6508;
}

.red_text{
color: #D00000;
}
.red_icon{
color: #D82A2A;
}
  

/* Fonts */ 

/* Style for sevice title */

.sup {
  font-size: 0.7em; /* Réduit la taille du texte */
  vertical-align: super; /* Aligne le texte en exposant */
}
   
@font-face {
font-family: 'Roboto-medium';
src: url('/static/webchecker/font/roboto-medium-webfont.woff2') format('woff2'),
        url('/static/webchecker/font/roboto-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'Roboto-light';
    src: url('/static/webchecker/font/roboto-light-webfont.ttf') format('ttf'),
        url('/static/webchecker/font/roboto-light-webfont.woff') format('woff'),
        url('/static/webchecker/font/roboto-light-webfont.woff2') format('woff2');       
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: 'Montserrat-regular';
src: url("/static/webchecker/font/Montserrat-Regular.otf");
}

    
@font-face {
    font-family: 'Barlow-regular';
    src: url("/static/webchecker/font/Barlow-Regular.ttf");
    }

