/* GENERAL */

/* Pour la gestion de l'image de fond */
body, html
{
    background-image: initial;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

/* 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);
}
/* Gestion deu footer de la page */
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;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 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');
}