*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,body
{
  background: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background-image: initial;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
/* Menu */

#menu, #menu ul 
{
  position: relative;
  padding:0;
  margin:0;
  list-style: none;
}
#menu li 
{
  display:inline-block;
  vertical-align: top;
  position: relative;
}
#menu li li 
{
  display:inherit;
}
#menu a 
{
  display:block;
  padding:5px 50px;
  text-decoration: none;
  color:#fff;
  font-family:arial;
}
#menu ul li a 
{
  padding:5px 8px;
}
#menu ul 
{
  position: absolute;
  z-index: 1000;
  min-width:100%;
  white-space: nowrap;
  text-align: left;
}
#menu ul ul 
{
  left:100%;
  top:0;
  overflow: hidden;
  max-width: 0;
  min-width: 0;
  transition: 0.3s all;
}
#menu ul li:hover ul 
{
    max-width: 30em;
}
#menu ul li 
{
    max-height:0;
    overflow: hidden;
    transition:all 0.8s;
}
#menu li li li 
{
    max-height: inherit;
}
#menu li:hover li 
{
    max-height: 15em;
    overflow: visible;
}  
/* background des liens menus */
.fondmenu
{
  background-color:#65537A;
  background-image:linear-gradient(to bottom,#65537A 0%,#2A2333 100%);
}
.fondmenu li 
{
  background:#2A2333
}
.fondmenu li .special01
{
  background-color: brown;
}
.fondmenu li .special02
{
  background-color: red;
}
.fondmenu li .special03
{
  background-color:blue;
}
.fondmenu li .special04
{
  background-color: blueviolet;
}
.fondmenu li .special05
{
  color: black;
  background-color:yellow;
}
.fondmenu li .special06
{
  background-color: green;
}
.fondmenu li:hover 
{
  background:#65537A
}
/* Fin de la gestion du menu */
/* section menuaccueil */

#accueil
{
  height: 1000px;
  background-color: rgba(0, 0, 0, .5);
}
#appelCOP
{
  height: 1000px;
}
#connexionPOSTE
{
  height: 1000px;
}
#Banniere
{
  position: relative;
  padding-top: 50px;
  margin: auto;
  text-align: center;
}
#contenu
{
  font-family: 'BungeeInline', Courier, monospace;
  width: 1000px;
  margin: auto;
  padding-top: 20px;
  text-align: center;
  color: white;
}
.attention
{
  color: red;
  size: 25px;
}
  
/* Gestion du footer */

#footer
{
  width: 1400px;
  min-height:100%;
  bottom: 0;
  margin:0 auto;
  position:relative;
}
footer
{
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  text-shadow: 1px;
  color: aliceblue;
  background-color: #444;
  border-style: solid;
  border-radius: 15px;
  /* position: sticky; */
  width: 1400px;
  margin: auto;
  bottom: 0;
  padding-bottom: 10px;
}

/* gestion deu style du titre principal */

.titreprin
{
    font-family: 'Bungee', Times, serif;
    font-size: 50px;
    color: rgb(68, 0, 255);
    text-shadow: 5px 5px 5px rgb(80, 80, 80);
}

/* Gestion des touches de sites */
P.styledtitre
{
    font-family: 'BungeeInline', Times, serif;
}
#block
{
    position: relative;
    margin: 0 auto;
    width: 1375px;
}

#ligne1
{
    background-color: bisque;
    position: relative;
    margin: 0 auto;
    width: 1375px;
}

#lignep
{
    display: flex; /* contexte sur le parent */
    background-color: aqua;
    position: relative;
    margin: 0 auto;
    width: 1375px;
}
#lignei
{
    display: flex; /* contexte sur le parent */
    background-color: rgb(196, 255, 222);
    position: relative;
    margin: 0 auto;
    width: 1375px;
}

/* Gesion des lignes de site */

.wrapper8
{
    font-size: 125%;
    font-weight: bolder;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
    gap: 5px;
    border-radius: 15px;
    background-color: rgb(193, 253, 220); /* fond vert pâle */
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; 
}

/* gestion des divers boutons et personalisation de ceux-ci */

.styledtitre
{
    width: 100%;
    height: 100%;
    margin: auto;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: blue;
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styledposte
{
    width: 100%;
    height: 100%;
    padding: 5px 5px;
    margin: auto;
    font-size: 1.5rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: rgb(150, 0, 117);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styledvide
{
    width: 100%;
    height: 100%;
    margin: auto;


    padding: 5px 5px;
    font-size: 1rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
}
/* gestion des divers boutons et personalisation de ceux-ci en cas de survol par la souris et cliqué */

.styledpompier:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledpompier:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styledurgent:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledurgent:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styledbourg:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledbourg:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.stylednonurg:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.stylednonurg:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styledagter:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledagter:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styleddev:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styleddev:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* Pour le positionnement des différents éléments de la page */

header
{
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
    width: 1400px;
    padding-top: 10px;
    padding-bottom: 10px; 
}

main
{
    position: relative;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    background-color: rgb(255, 225, 255);
    border-radius: 25px;
    border-style: solid;
    width: 1400px;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;    
}

/* gestion deu style du titre principal */

.titreprin
{
    font-family: 'Bungee', Times, serif;
    font-size: 50px;
    color: rgb(68, 0, 255);
    text-shadow: 5px 5px 5px rgb(80, 80, 80);
}

/* Gestion des touches de sites */
P.styledtitre
{
    font-family: 'BungeeInline', Times, serif;
}
#block
{
    position: relative;
    margin: 0 auto;
    width: 1375px;
}

#ligne1
{
    background-color: bisque;
    position: relative;
    margin: 0 auto;
    width: 1375px;
}

#lignep
{
    display: flex; /* contexte sur le parent */
    background-color: aqua;
    position: relative;
    margin: 0 auto;
    width: 1375px;
}
#lignei
{
    display: flex; /* contexte sur le parent */
    background-color: rgb(196, 255, 222);
    position: relative;
    margin: 0 auto;
    width: 1375px;
}

/* Gesion des lignes de site */

.wrapper8
{
    font-size: 125%;
    font-weight: bolder;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
    border-radius: 15px;
    background-color: rgb(193, 253, 220); /* fond vert pâle */
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; 
}

/* gestion des divers boutons et personalisation de ceux-ci */

.styledtitre
{
    width: 100%;
    height: 100%;
    margin: auto;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: blue;
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styledpompier
{
    width: 100%;
    height: 100%;
    padding: 5px 5px;
    margin: auto;
    font-size: 1rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: rgb(150, 0, 117);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styledurgent
{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: rgb(253, 152, 152);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styledbourg
{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1rem;

    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color:rgb(0, 2, 107);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.stylednonurg
{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color:rgb(38, 141, 90);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styledagter
{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color:rgb(25, 0, 255);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styleddev
{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0;
    line-height: 2.5;
    padding: 5px 5px;
    font-size: 1rem;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color:rgb(255, 255, 0);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

/* gestion des divers boutons et personalisation de ceux-ci en cas de survol par la souris et cliqué */

.styledpompier:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledpompier:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styledurgent:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledurgent:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styledbourg:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledbourg:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.stylednonurg:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.stylednonurg:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styledagter:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styledagter:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.styleddev:hover
{
    background-color: rgb(0, 255, 60);
    color: white;
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styleddev:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
/* Police de character */
/* latin-ext */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoNOlHnnY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoOulH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo-mM5Ez.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoamM5Ez.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo2mM5Ez.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoymM5Ez.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoKmMw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoNOlHnnY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoOulH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* bungee-regular - latin */
@font-face 
{
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/BungeeSpice-Regular.ttf');
}
/* bungee-regular - latin */
@font-face
{
    font-family: 'BungeeInline';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/BungeeInline-Regular.ttf');
}
/* les style d'écriture */
/* bungee-regular - latin */
@font-face 
{
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/BungeeSpice-Regular.ttf');
}
/* bungee-Inline-regular - latin */
@font-face
{
    font-family: 'BungeeInline';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/BungeeInline-Regular.ttf');
}
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoNOlHnnY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoOulH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo-mM5Ez.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoamM5Ez.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo2mM5Ez.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoymM5Ez.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoKmMw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoNOlHnnY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoOulH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* bungee-regular - latin */
@font-face 
{
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/BungeeSpice-Regular.ttf');
}
/* bungee-regular - latin */
@font-face
{
    font-family: 'BungeeInline';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/BungeeInline-Regular.ttf');
}