:root {
    --blue: #0862bd;
    --white: #ffffff;
    --greenBtn: #73764e;
    --ColorA: #586F8C;
    --ColorB: #495B73;
    --ColorC: #262625;
    --ColorD: #A6A6A6;
    --ColorE: #dfe5ee;
    --ColorF: #35465b;
    --ColorAbis: #6488be;
    --ColorDbis: #cfc7c7;
    --Colortext: #161615;
}

header {
    background-color: var(--ColorC);
}

body {
    color: black;
    background-color: rgb(222, 222, 226);
}

.btn {
    min-width: 30px;
}


/* Sidenav menu */

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #e8e8e8;
    padding-top: 60px;
    transition: left 0.5s ease;
}

.sidenav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* Sidenav menu links */

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #111;
}


/* Active class */

.sidenav.active {
    left: 0;
}


/* Close btn */

.sidenav .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.burger-icon span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}


/* Sidenav menu links */

.wrapper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
}

.btn_menu {
    visibility: hidden;
}

.navigation {
    max-width: 60%;
}

.logo {
    max-width: 30%;
}

img.mairielogo {
    max-width: 90%;
}

.title {
    display: flex;
    min-height: 25px;
}

.introduction {
    width: 94%;
    margin-top: 2em;
    display: inline-flex;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ColorC);
    background-color: var(--ColorD);
    border-radius: 20px;
}

.return {
    float: right;
    padding-left: 20px;
}

img.btn_return {
    margin-top: 3em;
    max-width: 66px;
    border: 2px solid var(--ColorD);
    border-radius: 15px;
    padding: 0.7em;
}

.btn_alpha {
    width: 30em;
    height: 3.6em;
    text-decoration: none;
    margin: 7px;
    margin-left: .4em;
    font-family: verdana;
    font-size: 1.3em;
    color: #f9f0f0;
    background-color: var(--greenBtn);
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border: 6px outset #FFFFFF;
    box-shadow: 3px 3px 14px #444444;
    -webkit-box-shadow: 3px 3px 14px #444444;
    -moz-box-shadow: 3px 3px 14px #444444;
}

.btn_alpha:hover {
    background-color: var(--ColorC);
    border: 6px inset #FFFFFF;
    box-shadow: 3px 1px 14px #d99694;
    -webkit-box-shadow: 3px 1px 14px #d99694;
    -moz-box-shadow: 3px 1px 14px #d99694;
}

.bouton {
    color: #ffffff;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.bouton a.copy {
    color: #ffffff;
    text-decoration: none;
}

.bouton a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

div.title {
    margin-left: 2em;
    margin-right: 2em;
}

img.molinchart {
    max-height: 200px;
    max-width: 1300px;
    width: 100%;
    height: auto;
}

img.flag {
    /*width: 150px;*/
    height: 150px
}

img.icon {
    height: 6em;
    margin-left: 1.5em;
    margin-top: 0.4em;
}

img.vignette {
    width: 50%;
    height: auto;
}

img.vignettecr {
    max-width: 15%;
    height: auto;
}

img.photocenter {
    width: 95%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.election {
    /*width: 150px;*/
    height: 300px;
}

h1.welcome {
    color: #5C821A;
    background-color: #C6D166;
    font-family: Arial;
    font-size: xx-large;
    text-align: center;
    border: solid;
}

h2.welcome {
    color: #4CB5F5;
    font-family: Arial;
    font-size: xx-large;
    text-align: center;
}

h3.mon-menu {
    font-family: Arial;
    text-align: center;
    color: rgb(90, 6, 6);
    margin: 0.5em;
    padding: 0.5em;
}

h3.linku {
    background-color: rgba(110, 110, 110, 0.575);
    color: #A43820;
    border: 2px solid rgb(53, 50, 44);
    padding: 5px;
}

h3.title_two {
    color: var(--ColorF);
    font-size: 1.8em;
    padding: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-left: 2em;
}

h3.title_one {
    color: var(--Color);
    font-size: 2.0em;
    padding: 0.3em;
    font-family: OCR A Std, monospace;
    background-image: url(Logocss/metalpuce.png);
    background-size: 0.9em;
    background-position: bottom 0.5em left 0.6em;
    background-repeat: no-repeat;
    padding-left: 2em;
    border: 2px solid rgb(56, 54, 82);
    border-radius: 10px;
}

div.titre {
    display: inline-block;
    width: 100%;
    text-decoration: underline overline #C8000A;
}

p.date {
    color: #474862;
    font-family: Jazz LET, arial;
    font-weight: bold;
    font-size: 1em;
    font-style: oblique 15deg;
    text-align: right;
}

p.rub {
    color: #474862;
    font-family: Jazz LET, arial;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
}

p.mat {
    color: rgb(66, 2, 2);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.4em;
    margin-left: 2.1em;
}

p.sousln {
    color: #474862;
    font-family: Jazz LET, arial;
    font-weight: bold;
    text-decoration: underline;
}

p.plus {
    list-style-type: none;
    color: #C8000A;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    text-decoration: underline overline #C8000A;
}

a.plus {
    color: #C8000A;
    font-weight: bold;
    text-align: right;
    text-decoration: underline overline #C8000A;
}

p.info {
    color: var(--Colortext);
    font-family: DejaVu Sans Mono, monospace, Noto Sans, sans-serif;
    font-size: 1.4em;
    margin-left: 4em;
    text-align: justify;
}

p.histo {
    color: black;
    font-family: DejaVu Sans Mono, monospace, Noto Sans, sans-serif;
    font-size: 1.3em;
    margin-left: 4em;
    text-align: justify;
}

ul.puces {
    color: rgb(34, 34, 34);
    font-size: 1.3em;
    font-family: DejaVu Sans Mono, monospace;
    margin-left: 2em;
}

h1.title_page {
    padding-left: 0.8em;
    color: var(--ColorF);
    font-family: DejaVu Sans Mono, monospace;
    font-size: 3.2em;
    letter-spacing: 0.3em;
}

h2.introbis {
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 1.4em
}

p.ontheone {
    color: #8C0004;
    font-family: OCR A Std, monospace;
    font-size: 1.2em
}

a.lienred {
    color: #810c12;
}

a.lienred:visited {
    color: #7c060c;
}

a:visited {
    color: #a00911;
}

hr {
    border-top: 12px solid rgb(222, 222, 226);
}

div#thehead div.righthead {
    font-family: georgia;
    color: #30D0BA;
}

div.righthead p.prod {
    font-size: xx-small;
    text-align: right;
}

footer {
    background-image: url("img/Logo/redfe.gif");
    color: #808080;
    font-family: Arial;
    font-size: small;
    padding: 12px;
    flex-shrink: 0;
}

div#content div {
    display: inline-block;
    width: 100%;
}

div#content div.leftbox {
    width: 16%;
    color: white;
    background-color: #B6B8B6;
    vertical-align: top;
    margin: 1em;
    padding: 1em;
}

div#content div.une {
    width: 58%;
    background-color: #B7B8B6;
    vertical-align: top;
    margin: 1em;
    padding: 1em;
}

div#content div.rightbox {
    width: 10%;
    background-color: #D5D6D2;
    vertical-align: top;
    margin: 1em;
    padding: 1em;
}

nav.menu-nav ul li.btn {
    font-family: Jazz LET, arial;
    display: inline-block;
    list-style-type: none;
    margin: 2px;
    margin-bottom: 30px;
}

nav.menu-nav ul li.btn a {
    font-family: Jazz LET, arial;
    color: #ffffff;
    background-color: var(--ColorA);
    text-decoration: none;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 6px 6px 20px 4px rgba(0, 0, 0, 0.5);
    padding-right: 30px;
    padding-left: 30px;
}

nav.menu-nav ul li.btn:hover a {
    color: var(--ColorB);
    background-color: #F1F1F2;
    transition: 0.6s all;
}


/* * * * * * * * * *  SOUS-MENUS    * * * * * * * * * */

.under {
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #D5D6D2;
}

nav>ul li:hover .under {
    display: block;
}

nav a:hover {
    color: greenyellow;
    border-bottom: 2px solid gold;
}

.under li {
    float: none;
    width: 100%;
    text-align: left;
}

.under a {
    padding: 12px;
    border-bottom: none;
}

.under a:hover {
    border-bottom: none;
    background-color: yellowgreen;
}

.under {
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

nav ul li {
    float: left;
    position: relative;
}

footer {
    background-color: #B7B8B6;
    color: #808080;
    font-family: Arial;
    font-size: small;
    padding: 12px;
}


/* MENU DOUBLE  */

div#under_m div {
    display: inline-block;
    width: 50%;
}

div#under_m div.leftbox {
    width: 17%;
    min-width: 180px;
    max-width: 280px;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0.1em;
}

div#under_m div.centerbox {
    width: 72%;
    max-width: 1200px;
    background-color: #D2DBC6;
    vertical-align: top;
    margin-top: 3em;
    padding: 1em;
}


/*BOUTONS POUR LES SOUS-MENUS*/

nav.menu-gs ul li.btngs {
    list-style-type: none;
    width: 90%;
    margin: 0.1em;
    padding: 0.1em;
}

nav.menu-gs ul li.btngs a {
    color: rgb(133, 7, 7);
    background-color: #fafafa;
    box-shadow: #808080;
    border: 2px solid #72010abe;
    border-radius: 10px;
    margin-bottom: 0.5em;
}

nav.menu-gs ul li.btngs a {
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    padding: 0.5em;
}

nav.menu-gs ul li.btngs:hover a {
    color: #ecc5c5;
    background-color: rgb(94, 94, 94);
    transition: 0.5s all;
}


/* ***BUTTON**** */

.styled {
    text-decoration: none;
    border: 0;
    line-height: 2.5;
    padding: 5px 20px;
    margin-left: 0em;
    margin-bottom: 1em;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgb(75, 136, 67);
    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);
}

.styled:hover {
    background-color: rgb(202, 255, 153);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6), inset 2px 2px 3px rgba(0, 0, 0, .6);
}

a.copy {
    color: #cef814;
    text-decoration: none;
}


/*ecire*/

form {
    font-size: 1.3em;
    padding: 20px;
    margin: 20px;
    width: 800px;
}

fieldset {
    padding: 0 20px 20px 20px;
    margin-bottom: 10px;
    border: 1px solid #860606;
}

legend {
    color: #e02424;
    font-weight: bold
}

label {
    margin-top: 10px;
    display: block;
}

label.inline {
    display: inline;
    margin-right: 50px;
}

p.equipe {
    font-family: DejaVu Sans Mono, monospace, Noto Sans, sans-serif;
    font-size: 1.3em;
    margin-left: 4em;
}

.elus a {
    text-decoration: none;
    color: #3b3939;
}

.elus a span {
    display: none;
}

.elus a:hover span {
    display: block;
    margin: 0 5 0 0
}


/* ************************************************************************************ */


/* *********************************************************************************** */


/* ********************************************************************************** */


/* ********************************************************************************* */


/* ******************************************************************************** */


/* ******************************************************************************* */


/* ******************************************* PETIT ECRAN *********************** */


/* ****************************************************************************** */


/* ***************************************************************************** */


/* **************************************************************************** */


/* *************************************************************************** */


/* ************************************************************************** */


/* ************************************************************************* */

@media screen and (max-width:1100px) {
    body {
        width: 100%;
        color: black;
        background-color: #c8c8c8;
        max-width: 1200px;
        margin: 0 auto;
    }
    img.icon {
        height: 6em;
        margin-left: 1.5em;
        margin-top: 1.9em;
    }
    .return {
        display: none;
    }
    .introduction {
        width: 95%;
        margin-top: 2em;
        display: inline-flex;
        border-width: 1px;
        border-style: solid;
        border-color: var(--ColorA);
        background-color: var(--ColorDbis);
        border-radius: 20px;
    }
    h1.title_page {
        padding-left: 0.8em;
        color: var(--ColorF);
        font-family: DejaVu Sans Mono, monospace;
        font-size: 4.0em;
        letter-spacing: 0.2em;
    }
    h3.title_one {
        color: var(--ColorE);
        font-size: 3.0em;
        padding: 0.5em;
        margin-left: .4em;
        margin-right: .4em;
        background-image: none;
        background-color: var(--ColorA);
        font-family: OCR A Std, monospace;
        padding-left: 1em;
        border: 2px solid var(--blue);
        border-radius: 20px;
    }
    h3.title_two {
        color: var(--ColorF);
        font-size: 3.2em;
        padding: 0.8em;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        padding-left: 2em;
    }
    p.info {
        color: var(--Colortext);
        font-family: DejaVu Sans Mono, monospace, Noto Sans, sans-serif;
        font-size: 1.5em;
        margin-left: 3em;
        margin-right: 2em;
        text-align: justify;
    }
    .bouton {
        color: #ffffff;
        text-align: center;
        font-size: 1.8em;
        font-family: Tahoma, sans-serif;
    }
    .btn_alpha {
        width: 98%;
        height: 6em;
        text-decoration: none;
        margin: 7px;
        margin-left: .4em;
        font-family: verdana;
        font-size: 1.3em;
        color: #f9f0f0;
        background-color: var(--greenBtn);
        border-radius: 27px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border: 6px outset #FFFFFF;
        box-shadow: 3px 3px 14px #444444;
        -webkit-box-shadow: 3px 3px 14px #444444;
        -moz-box-shadow: 3px 3px 14px #444444;
    }
}