body {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    margin: auto;
    font-size: 12px;
    background: #eee url(/img/shadow.png) repeat-y top center;
}

a {
    text-decoration: none;
}

.main {
    width: 1000px;
    margin: 0 auto;
    background: url(/img/fond.gif) repeat;
}

#contenu {
    margin: 0px;
    padding: 0px;
}

#gauche {
    float: left;
    width: 680px;
}

#droite {
    float: left;
    width: 300px;
    margin: 0px;
    padding: 10px;
    text-align: center;
}
/*autocomplete*/
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.3em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }
/*autocomplete*/
/*cookie*/
#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
/*cookie*/
/*  Générique */
.left {
    float: left;
}

.right {
    float: right;
}

.spacer {
    clear: both;
}

.img {
    border: 0px;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.tabcenter {
    margin: 0 auto;
}

.w100p {
    width: 100%;
}

/*  Fin Générique */
/* Home */
.blochome {
    padding: 4px;
    margin: 4px 12px 1px 12px;
    background-color: #eeeeee;
}

.blochome a {
    color: #33557c;
    font-weight: bold;
    margin: 0px 5px 0px 5px;
}

.blochome img {
    margin: 0px 7px 0px 7px;
}
.dispo {
    width: 45%;
    float: left;
    margin: 0px;
    padding: 5px;
    display : flex;
}
.titre_blanc {
    margin: 8px 0px 0px 0px;
}
.titreblanc span {
    color: #33557C;
    font-size: 16px;
    background: #eee url(/img/coin2.png) no-repeat right;
    padding: 4px 34px 4px 5px;
}

.blocbleu {
    color: #fff;
    padding: 8px;
    margin: 4px 0px 1px 0px;
    background-color: #33557C;
    border: 2px solid #eee;
}

.blocblanc_titre {
    margin: 8px 0px 0px 0px;
}

.blocblanc_titre span {
    color: #fff;
    font-size: 16px;
    background: #33557C url(/img/coin2.png) no-repeat right;
    padding: 4px 34px 4px 5px;
}

.blocblanc {
    color: #33557C;
    padding: 8px;
    margin: 4px 0px 1px 0px;
    background-color: #eee;
    border: 2px solid #33557C;
}

.jaune {
    color: #FFFF00;
}

/* Fin Home*/
/* Header */
#header1 {
    width: 100%;
    background: #33557c;
    margin: 0;
    padding: 0;
}
.logo {
    font-weight: bolder;
    font-size: 40px;
    margin: 15px;
    padding: 0;
    color: #fff;
}
#header2 {
    float: left;
    background: #33557c;
    width: 1000px;
    height: 40px;
    margin: 0;
    padding: 0;
}
#header2 ul {
    background: url(/img/header_menu.png) repeat;
    border: 1px solid #14212f;
    height: 29px;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    list-style-type: none;
}

#header2 li {
    float: left;
    margin: 5px 17px 5px 17px;
    padding: 0;
}

#header2 a {
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
}

#header2 li#actif {
    height: 19px;
    background: #94a6ba;
    color: #000;
    margin: 0px;
    padding: 5px 17px 5px 17px;
}
.mobile { display: none; }


#header_pub {
    float: left;
    background: #fff;
    margin: 0;
    padding: 4px;
    text-align: center;
    width: 992px;
}
/****** Moteur ****/
#moteur{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
    display : flex;
}
#l{
    float: left;
    background-color: #EEEEEE;
    height: 30px;
    min-width: 50px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}
#input{
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
}
#submit{
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
}
#menu_l{
    width: 100%;
    background-color: #EEEEEE;
    display:none;
    margin: 0;
    padding: 0;
}
#menu_l a{
    padding: 4px;
    width: 130px;
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bolder;
}
#menu_l a:hover{
    background-color: gold;
}
#v {
    height: 38px;
    width: 400px;
    border: 1px solid #898989;
    font-weight: bolder;
    font-size: 26px;
    margin: 4px;
    box-sizing: border-box;
}
#recherche_valider {
    border: none;
    background: url('/img/valider.png') no-repeat top left;
    min-width: 50px;
    height: 50px;
    margin: 0px;
    cursor: pointer;
}
/****** FIN Moteur ****/
/* Fin Header */
/* Footer */
#footer {
    width: 990px;
    padding: 5px;
    background: #33557C;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}

#footer a {
    color: #fff;
}

/* Fin Footer */
/*fiche*/
/* Header Fiche*/
ul#menufiche {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#menufiche li {
    float: left;

}

ul#menufiche a, ul#menufiche span {
    width: 93px;
    margin: 0px 0px 10px 7px;
    padding: 10px 23px 10px 11px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #33557C;
    font-weight: bolder;
    font-size: 16px;
    line-height: 12px;
    background: url(/img/ficheoff.png) no-repeat top;
}

ul#menufiche b {
    font-size: 10px;
}

ul#menufiche a#actif {
    background: url(/img/ficheon.png) no-repeat top;
    color: #fff;
}

ul#menufiche span#no {
    background: url(/img/ficheno.png) no-repeat top;
    color: #dcdcdc;
}

/* Fin header Fiche*/
.titre_fiche {
    margin: 8px 0px 0px 0px;
}

.titre_fiche span {
    color: #fff;
    font-size: 18px;
    background: #33557c;
    padding: 4px 10px 4px 10px;
}

.info_fiche {
    font-size: 12px;
    background: #eeeeee;
    margin: 3px 0px 0px 0px;
    padding: 5px;
}

/*Fin fiche*/
/* Tableau conjugaison */
.mode {
    width: 100%;
    box-sizing: border-box;
    margin: 8px 12px 4px 0px;
    border-bottom:3px solid #33557c;
}
.mode span{
    color: #fff;
    font-size: 16px;
    background: #33557c;
    font-weight : bold;
    margin: 0px;
    padding: 3px 10px 3px 10px;
}

.tempstab {
    float: left;
    width: 322px;
    margin: 1px 0px 1px 12px;
    padding: 0px;
}

.tempsheader {
    font-size: 14px;
    background: #718AA4;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    color: #fff;
}

.tempscorps {
    padding: 4px;
    line-height: 22px;
    font-size: 14px;
    background-color: #eeeeee;
}

.tempscorps b {
    color: #cc3333;
}

.bloc {
    padding: 4px;
    margin: 1px 12px 1px 12px;
    line-height: 22px;
    font-size: 14px;
    background-color: #eeeeee;
}

.bloc a {
    color: #33557c;
    font-weight: bold;
}

/* Fin Tableau conjugaison */
/* Colonne */
.facebook {
    margin: 10px 0px 0px 0px;
    background: #fff;
    border: 1px solid #33557c;
}

.carre {
    margin: 10px 0px 10px 0px;
}

/* Fin Colonne */
/* Font */
.b {
    font-weight: bold;
}

.noir {
    color: #000;
}

.blanc {
    color: #fff;
}

.bleu {
    color: #33557c;
}

.bleu1 {
    color: #94A6BA;
}

.t14 {
    font-size: 14px;
}

.t16 {
    font-size: 16px;
}

.t18 {
    font-size: 18px;
}

.t20 {
    font-size: 20px;
}

.t22 {
    font-size: 22px;
}

.t24 {
    font-size: 24px;
}

.t26 {
    font-size: 26px;
}

/*Fin Font */
/*    exercice */

.exercice_intro {
    margin: 10px;
    padding: 10px;
}

.exercice-commencer {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(/img/header_menu.png) repeat;
    border: 1px solid #14212f;
    margin: 4px;
    padding: 5px 10px 5px 10px;
}

.hr {
    width: 520px;
    border-bottom: 1px solid #33557c;
}

/*   FIN exercice */

.reseau {
    margin: 8px 0px 0px 4px;
}

/***** PUB *******/
.PT_header {
    width: 100%;
    height: 150px;
}

.PT_Colonne1, .PT_Colonne2 {
    width: 300px;
    height: 600px;
}

.PT_contenu1, .PT_contenu2 {
    width: 680px;
    height: 200px;
    text-align: center;
}

@media (max-width: 600px) {
    body {
        background: none;
    }
    #header1 {
        background: #33557c;
        margin: 0;
        padding: 0;
    }
    .dispo {
        width: 100%;
    }
    .logo {
        float: left;
        font-weight: bolder;
        font-size: 2.2em;
        margin: 10px 0px 0px 5px;
        padding: 0;
        color: #fff;
    }
    .mobile {
        float: left;
        font-size:38px;
        cursor:pointer;
        display: block;
        color: #fff;
    }
    #header2 {
        clear: both;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: #33557C;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    #header2 li, #header2 ul {
        clear: both;
        background-image: none;
        height: auto;
        border: 0px;
        padding: 0;
        margin: 0;
        list-style-type: none;
        background-color: #33557C;
    }
    #header2 a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 24px;
        height: auto;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }
    #header2 li#actif {
        background: #94a6ba;
        width: 100%;
        height: auto;
        color: #000;
        margin: 0px;
        padding: 0px;
    }
    #header2 a:hover, .offcanvas a:focus{
        color: #f1f1f1;
    }

    #header2 .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .main {
        width: 100%;
        background: none;
    }

    #gauche {
        width: 100%;
    }

    #droite, #header_pub, .pub_contenu {
        width: 100%;
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }
    #footer {
        width: 100%;
        padding: 0px;
    }
    .titre_fiche span {
        font-size: 14px;
    }
    .mode span {
        font-size: 14px;
    }
    .facebook {
        margin: 2px 0px 0px 0px;
        border: none;
    }

    .carre {
        margin: 2px 0px 0px 0px;
        border: none;
    }

    .tempstab {
        width: 100%;
        margin: 0px;
    }

    /***** Moteur *****/
    #input{
        width: 100%;
    }
    #v {
        width: 95%;
    }
    /***** FIN Moteur *****/
    .no_mobile{ display:none; }
    /***** PUB *******/
    .PT_header, .PT_Colonne1, .PT_Colonne2, .PT_contenu1, .PT_contenu2 {
        width: 100%;
        height: 200px;
    }
}