@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(/lae/public1.0/fonts/chasse-mp/styles.css);

body {
    font-family: 'Open Sans', 'Arial', sans-serif;
}
body > div.calendar {
    z-index: 10000;
}
a {
    outline: none !important;
}

#ecranUser {
    min-width: 1024px;
}

.centree {
    position: relative;
    max-width: 1070px;
    margin: 0 auto;
}

article .centree {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 990px;
}

/* header */
header {
    position: relative;
    z-index: 200;
}

header .centree {
    height: 115px;
}

#titreP a {
    width: 288px;
    height: 108px;
    position: absolute;
    left: -20px;
    top: 27px;
    background-image: url(/lae/public1.0/img/header/logo-fede.png);
    background-repeat: no-repeat;
    z-index: 10;
}

#titreP a:focus {
    outline: none;
}

header div.outils {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 320px;
}

header div.outils ul.liens {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

header div.outils ul.liens li {
    list-style: none;
    float: left;
    margin-left: 1px;
}

header div.outils ul.liens a {
    display: block;
    height: 24px;
    min-width: 26px;
    line-height: 24px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
}

header div.outils ul.liens a.newsletter {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #9d8a7e;
}

header div.outils ul.liens a.newsletter:hover,
header div.outils ul.liens a.newsletter:focus {
    background-color: #826F63;
}
header div.outils ul.liens a .icon:before {
    display: block;
    height: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

header div.outils ul.liens a.facebook {
    background-color: #285fbc;
}
header div.outils ul.liens a.twitter {
    background-color: #1da1f2;
}
header div.outils ul.liens a.youtube {
    background-color: #cd201f;
}

header div.outils ul.liens a.plan {
    background-image: url(/lae/public1.0/img/header/p-plan.jpg);
    margin-right: 8px;
}

header div.outils ul.liens a.accessibilite {
    background-image: url(/lae/public1.0/img/header/p-accessibilite.jpg);
    margin-right: 3px;
}

header div.outils form {
    clear: both;
    float: left;
}

header div.outils form {
    width: 147px;
    height: 22px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    position: relative;
}

header div.outils form:hover {
    border: 1px solid #C7C7C7;
}

header div.outils form input.t {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    outline: none;
    width: 112px;
    height: 100%;
    padding-right: 30px;
    padding-left: 5px;
    line-height: 22px;
    background-color: #f9f9f9;
}

header div.outils form input.t:focus {
    background-color: #FFFFFF;
}

header div.outils form input.s {
    width: 30px;
    height: 22px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/lae/public1.0/img/header/p-loupe.png);
    background-repeat: no-repeat;
    background-position: center;
}

header div.outils form input.s:hover,
header div.outils form input.s:focus {
    outline: none;
    background-color: #dbdbdb;
}

header div.outils p.questions {
    float: right;
    margin-left: 1px;
}

header div.outils p.questions a {
    display: block;
    width: 150px;
    height: 24px;
    background-color: #a5a5a5;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

header div.outils p.questions a:hover,
header div.outils p.questions a:focus {
    background-color: #898989;
}

/* MENU */

nav,
nav .centree {
    height: 75px;
    background-color: #642804;
}

#menu {
    position: absolute;
    right: 0;
    top: 0;
}

#menu li.n1 {
    display: block;
    float: left;
    height: 75px;
    position: relative;
}

#menu li.n1 a.n1 {
    display: block;
    height: 57px;
    padding: 0 19px;
    padding-top: 18px;
    margin-left: 1px;
    text-decoration: none;
    outline: none;
    text-align: center;
    background-image: url(/lae/public1.0/img/header/fd-a-n1.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    color: #ffffff;
}

#menu li.actif a.n1 {
    background-image: -moz-linear-gradient(bottom, #43362E 0%, #8F6952 100%);
    background-image: -o-linear-gradient(bottom, #43362E 0%, #8F6952 100%);
    background-image: -webkit-linear-gradient(bottom, #43362E 0%, #8F6952 100%);
    background-image: linear-gradient(to top, #43362E 0%, #8F6952 100%);
}

#menu li.n1 a.n1:hover,
#menu li.n1 a.n1:focus {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

#menu li.n1 a.n1 strong {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

#menu li.ma-fede img {
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: 11;
}

#menu li.ma-fede a.choisir {
    padding: 0;
    height: 75px;
    padding-left: 110px;
    padding-right: 14px;
    width: 151px;
    text-align: right;
    background-image: url(/lae/public1.0/img/header/fd-a-ma-fede.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #ffffff;
}

#menu li.ma-fede a.choisir strong {
    display: block;
    padding-right: 30px;
    padding-top: 15px;
    margin-bottom: 5px;
    text-transform: none;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    font-weight: 300;
    color: #ffffff;
    background-image: url(/lae/public1.0/img/header/f-bas-ma-fede.png);
    background-repeat: no-repeat;
    background-position: 100% 93%;
}

#menu li.ma-fede a.choisir:hover strong,
#menu li.ma-fede a.choisir:focus strong {
    background-position: 100% 100%;
}

#menu li.ma-fede ul.n2 {
    background-color: #75a800;
    padding-bottom: 15px;
    padding-top: 5px;
    width: 200px;
    position: absolute;
    right: 0;
    top: 75px;
    visibility: hidden;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu li.ma-fede ul.n2-visible {
    visibility: visible;
    -moz-opacity: 1;
    opacity: 1;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}

#menu li.ma-fede ul.n2-visible li:last-of-type a {
    text-transform: uppercase;
    font-weight: 600;
}

#menu li.ma-fede ul.n2 li a {
    display: block;
    height: 26px;
    text-transform: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #c0e080;
    text-align: center;
    text-decoration: none;
}

#menu li.ma-fede ul.n2 li a:hover,
#menu li.ma-fede ul.n2 li a:focus {
    color: #ffffff;
}

/* menu fede : niveau 2 */

nav.nav-fede,
nav.nav-fede .centree {
    height: 100px;
    background-color: #75a800;
    position: relative;
    z-index: 100;
}

nav.nav-page,
nav.nav-page .centree {
    height: 60px;
    background-color: #43362e;
    position: relative;
    z-index: 10;
}

nav.nav-fede p.fede {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    color: #a0d159;
    padding-left: 230px;
    padding-top: 5px;
}

#menu-fede,
#menu-page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#menu-fede li.menu-niveau1,
#menu-fede li.menu-niveau1-actif,
#menu-page li.menu-niveau1,
#menu-page li.menu-niveau1-actif {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

#menu-fede a.lien-niveau1,
#menu-page a.lien-niveau1 {
    display: block;
    height: 36px;
    padding: 0 20px;
    border-bottom: 4px solid transparent;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#menu-fede li.menu-niveau1-actif a,
#menu-fede a.lien-niveau1:hover,
#menu-fede a.lien-niveau1:focus,
#menu-page li.menu-niveau1-actif a,
#menu-page a.lien-niveau1:hover,
#menu-page a.lien-niveau1:focus {
    border-bottom: 4px solid #ffffff;
}

#menu-fede li.menu-niveau1:hover a.lien-niveau1,
#menu-fede li.menu-niveau1-actif:hover a.lien-niveau1 {
    border-bottom: 4px solid #252321;
    background-color: #252321;
    color: #70a308;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}

#menu-fede ul.n3 {
    text-align: left;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 625px;
    height: 240px;
    padding-top: 20px;
    background-color: #252321;
    visibility: hidden;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-fede li.menu-niveau1 ul.n3-visible,
#menu-fede li.menu-niveau1-actif ul.n3-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}

#menu-fede ul.n3 li {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
}

#menu-fede ul.n3 a {
    display: block;
    max-width: 180px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border: none;
}

#menu-fede ul.n3 a:hover,
#menu-fede ul.n3 a:focus {
    color: #70a308;
}

#menu-fede ul.n3 .vignette {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 405px;
    height: 230px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4) inset;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/uploads/vignettes-menu/defaut.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu-fede .permis .vignette {
    background-image: url(/uploads/vignettes-menu/defaut.jpg);
}

/* niveau 3 blanc */

nav.niveau3,
nav.niveau3 .centree {
    background-color: #FFFFFF;
    height: 60px;
    border-bottom: 1px solid #d6d6d6;
}

nav.niveau3 ul {
    text-align: center;
}

nav.niveau3 li {
    list-style: none;
    display: inline-block;
    height: 60px;
}

nav.niveau3 li.retour {
    display: none;
}

nav.niveau3 a {
    display: block;
    height: 56px;
    padding: 0 30px;
    border-bottom: 4px solid transparent;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    color: #989898;
    text-decoration: none;
}

nav.niveau3compact a {
    max-width: 100px;
    padding: 0 15px;
}

nav.niveau3 a span {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

nav.niveau3 a:hover,
nav.niveau3 a:focus {
    color: #858585;
}

nav.niveau3 .menu-niveau3-actif a {
    border-bottom: 4px solid #d6d6d6;
    color: #858585;
}

/* 
nav tempo chasse
 */
nav.nav-tempo {
    background-color: #fff;
    height: auto;
    border-bottom: 1px solid #d6d6d6;
}

nav.nav-tempo .centree {
    background-color: #fff;
    height: auto;
}

nav.nav-tempo .titre {
    display: block;
    height: 85px;
    background-image: url('/tempo-chasse/images/logo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 20px;
    margin-top: 30px;
    margin-bottom: 25px;
}

nav.nav-tempo #menu-fede {
    position: relative;
}

nav.nav-tempo #menu-fede a.lien-niveau1 {
    color: #A0A0A0;
}

nav.nav-tempo #menu-fede li.menu-niveau1-actif a {
    border-bottom: 4px solid #d6d6d6;
    color: #858585;
}

nav.nav-tempo #menu-fede a.lien-niveau1:hover,
nav.nav-tempo #menu-fede a.lien-niveau1:focus,
nav.nav-tempo #menu-fede li.menu-niveau1:hover a.lien-niveau1,
nav.nav-tempo #menu-fede li.menu-niveau1-actif:hover a.lien-niveau1 {
    outline: none;
    background-color: transparent;
    color: #858585;
    box-shadow: none;
    border-bottom: 4px solid #858585;
}

/* FOOTER */

#scrolltop {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 1000;
}

#scrolltop a {
    display: block;
    width: 34px;
    height: 20px;

    background-image: url(/lae/public1.0/img/footer/f-scrolltop.png);
    background-repeat: no-repeat;
    text-decoration: none;
    outline: none;

    visibility: hidden;

    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scrolltop a.visible {
    visibility: visible;
    -moz-opacity: 1;
    opacity: 1;
}

footer div.gris {
    height: 65px;
    background-color: #252321;
}

footer div.gris p {
    height: 55px;
    width: 400px;
    float: left;
    padding-left: 135px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: 65px 8px;
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
    color: #a49983;
}

footer div.gris p.tempo {
    background-image: url(/lae/public1.0/img/footer/p-jumelle.png);
}

footer div.gris p.tv {
    background-image: url(/lae/public1.0/img/footer/p-tv.png);
}

footer div.gris p strong {
    display: block;
    font-weight: 600;
}

footer div.gris p a {
    font-weight: 300;
    text-decoration: none;
    color: #a0b436;
}

footer div.gris p a:hover,
footer div.gris p a:focus {
    outline: none;
    color: #C1DD2D;
    text-shadow: 1px 1px 3px rgba(193, 221, 45, 0.40);
}

footer div.blanc {
    padding: 15px 0;
}

footer div.blanc p,
footer div.blanc ul {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #535353;
    text-decoration: none;
}

footer div.blanc strong {
    font-weight: 600;
}

footer div.blanc a {
    color: #535353;
    text-decoration: none;
}

footer ul li {
    list-style: none;
    float: left;
}

footer div.droite {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 0;
    padding-right: 100px;
}

footer ul.liens li {
    margin-top: 6px;
    line-height: 12px;
    border-left: 1px solid #a3a3a3;
    padding: 0 10px;
}

footer ul.liens li:first-of-type {
    padding-left: 0;
    border-left: none;
}

footer div.droite p a {
    margin-top: 3px;
    line-height: 12px;
    display: block;
    float: right;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #a3a3a3;
}

footer ul.sociaux {
    position: absolute;
    top: 0;
    right: 0;
}

footer ul.sociaux a {
    margin-left: 1px;
    display: block;
    height: 24px;
    min-width: 26px;
    line-height: 24px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
}

footer ul.sociaux a .icon:before {
    display: block;
    height: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

footer ul.sociaux a.facebook {
    background-color: #285fbc;
}
footer ul.sociaux a.twitter {
    background-color: #1da1f2;
}
footer ul.sociaux a.youtube {
    background-color: #cd201f;
}

footer div.blanc a:hover,
footer div.blanc a:focus {
    color: #642804;
}

/* accueil */
#intro-accueil {
    width: 495px;
    height: 270px;
    padding-left: 40px;
    position: relative;
    float: left;
}

#intro-accueil figcaption {
    display: none;
}

#intro-accueil figure img {
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
}

#intro-accueil h1 {
    padding-top: 40px;
    margin-bottom: 30px;
    padding-left: 140px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #642804;
}

#intro-accueil p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #303030;
    max-width: 470px;
}

#actus-accueil {
    float: left;
    width: 535px;
    overflow: hidden;
    position: relative;
}

#actus-accueil h2 {

    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #75a92b;
    padding-top: 25px;
    padding-left: 10px;
}

#actus-accueil div.diaporamaLaetis {
    height: 172px;
    margin-top: 15px;
    background-color: transparent;
}

#actus-accueil div.diaporamaLaetis figure {
    float: left;
    height: 170px;
    max-width: 240px;
    margin-right: 20px;
    overflow: hidden;
}

#actus-accueil div.diaporamaLaetis figcaption {
    display: none;
}

#actus-accueil div.diaporamaLaetis img {
    max-width: 100%;
}

#actus-accueil div.diaporamaLaetis h3 {

    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #75a92b;
    padding-top: 10px;
    margin-bottom: 10px;
}

#actus-accueil div.diaporamaLaetis h3 a {
    text-decoration: none;
    font-weight: 600;
    color: #75a92b;
}

#actus-accueil div.diaporamaLaetis p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #454545;
}

#actus-accueil div.diaporamaLaetis p.date {
    color: #75a92b;
    margin-bottom: 15px;
}

#actus-accueil div.diaporamaLaetis p.date strong {
    display: block;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #a0c277;
    margin-right: 10px;
    padding-right: 10px;
}

#actus-accueil div.rsArrow {
    display: block !important;
    position: absolute;
    top: 35px;
    width: 8px;
    height: 13px;
    background-repeat: no-repeat;
}

#actus-accueil div.rsArrowLeft {
    background-image: url(/lae/public1.0/img/site/a-l.png);
    left: 168px;
}

#actus-accueil div.rsArrowRight {
    background-image: url(/lae/public1.0/img/site/a-r.png);
    left: 237px;
}

#actus-accueil .rsContent {
    -moz-opacity: 0;

    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#actus-accueil .rsOverflow .rsContent {
    -moz-opacity: 1;

    opacity: 1;
}

#actus-accueil .rsNav {
    display: block !important;
    position: absolute;
    top: 35px;
    left: 179px;
    width: 48px;
    height: 13px;
    overflow: hidden;
    z-index: 0;
}

#actus-accueil .rsNavItem {
    display: block;
    float: left;
    width: 9px;
    height: 13px;
    margin-right: 0 !important;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/lae/public1.0/img/site/bullet.png);
    border: none;
}

#actus-accueil .rsNavSelected {
    background-image: url(/lae/public1.0/img/site/bullet-sel.png);
}

#diaporama-accueil {
    overflow: hidden;
    height: 444px;
    position: relative;
    z-index: 0;
}

#diaporama-accueil .diaporamaLaetis {
    height: 444px;
    background-color: transparent;
}

#diaporama-accueil div.rsArrow {
    display: block !important;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 200px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#diaporama-accueil div.rsArrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

#diaporama-accueil div.rsArrow * {
    display: none;
}

#diaporama-accueil div.rsArrowLeft {
    background-image: url(/lae/public1.0/img/accueil/a-l-a.png);
    left: 15px;
}

#diaporama-accueil div.rsArrowRight {
    background-image: url(/lae/public1.0/img/accueil/a-r-a.png);
    right: 15px;
}

#diaporama-accueil div.rsGCaption {
    float: none;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

#diaporama-accueil .rsABlock {
    background: none;
    text-align: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

#diaporama-accueil .rsABlock h6 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

#diaporama-accueil .rsABlock p.lien a {
    display: block;
    width: 0;
    height: 26px;
    padding-left: 26px;
    color: transparent;
    background-image: url(/lae/public1.0/img/accueil/fd-lien-diapo.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    position: relative;
    left: 430px;
    top: -35px;
}

#diaporama-accueil .rsABlock p.lien a.play {
    display: block;
    height: 444px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
    position: absolute;
}

#diaporama-accueil div.rsGCaption
.chiffres-fede {
    background-color: #748F7E;
}

#diaporama-accueil .chiffres-fede {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    background-color: transparent;
}

.chiffres-fede p {
    position: relative;
    left: 75px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    max-width: 360px;
    clear: both;
}

#diaporama-accueil .chiffres-fede p {
    top: 60px;
}

.chiffres-fede strong {
    font-weight: 400;
    font-size: 45px;
    line-height: 51px;
    display: block;
    float: left;
    margin-right: 6px;
    position: relative;
    top: -18px;
}

.chiffres-fede a {
    color: #FFFFFF;
    text-decoration: none;
}

section.entrees-permis {
    height: 59px;
    background-color: #5c8900;
    position: relative;
}

section.entrees-permis ul.btns {
    background-image: url(/lae/public1.0/img/accueil/fd-btns-permis.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

section.entrees-permis ul.btns li {
    list-style: none;
    display: block;
    float: left;
    height: 100%;
    width: 50%;
    background-image: url(/lae/public1.0/img/accueil/fleche-permi-blanc.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

section.entrees-permis ul.btns li:hover,
section.entrees-permis ul.btns li.rappel {
    background-color: #d8d3c5;
    background-image: url(/lae/public1.0/img/accueil/fleche-permi-vert.png);
    outline: none;
}

section.entrees-permis ul.btns a {
    display: block;
    padding-left: 100px;

    font-size: 20px;
    line-height: 59px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

section.entrees-permis ul.btns a.date {
    background-image: url(/lae/public1.0/img/accueil/p-dates.png);
    background-repeat: no-repeat;
    background-position: 40px 10px;
}

section.entrees-permis ul.btns a.permi {
    padding-left: 178px;
    background-image: url(/lae/public1.0/img/accueil/p-permis.png);
    background-repeat: no-repeat;
    background-position: 80px 9px;
}

section.entrees-permis ul.btns a:hover,
section.entrees-permis ul.btns li.rappel a {
    color: #486212;
    outline: none;
}

section.entrees-permis ul.btns li.rappel a {
    background-color: #d8d3c5;
}

section.entrees-permis ul.btns a.date:hover,
section.entrees-permis ul.btns li.rappel a.date {
    background-image: url(/lae/public1.0/img/accueil/p-dates-vert.png);
}

section.entrees-permis ul.btns a.permi:hover,
section.entrees-permis ul.btns li.rappel a.permi {
    background-image: url(/lae/public1.0/img/accueil/p-permis-vert.png);
}

#dates-ouv-ferm,
#perm-chass {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d8d3c5;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#dates-ouv-ferm.visible,
#perm-chass.visible {
    height: 270px;
    top: -270px;
    background-color: #d8d3c5;
}

#dates-ouv-ferm div.gauche,
#perm-chass div.gauche {
    float: left;
    width: 460px;
    height: 270px;
}

#dates-ouv-ferm h2,
#perm-chass h2 {
    padding-left: 90px;
    padding-top: 30px;
    margin-bottom: 20px;
    background-image: url(/lae/public1.0/img/accueil/p-dates-big.png);
    background-repeat: no-repeat;
    background-position: 0 17px;


    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    color: #383630;
}

#perm-chass h2 {
    min-height: 52px;
    margin-bottom: 10px;
    background-image: url(/lae/public1.0/img/accueil/p-permis-big.png);
}

#dates-ouv-ferm p,
#perm-chass p {
    padding-left: 35px;
    max-width: 380px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #444037;
}

#dates-ouv-ferm strong.fleche,
#perm-chass strong.fleche {
    display: block;
    width: 230px;
    padding-left: 10px;
    height: 31px;
    float: right;
    position: relative;
    top: 8px;
    right: -20px;
    font-size: 14px;
    line-height: 31px;
    font-weight: 600;
    color: #ffffff;
    background-image: url(/lae/public1.0/img/accueil/fd-fleche-big.png);
    background-repeat: no-repeat;
}

#dates-ouv-ferm ul.departements,
#perm-chass ul.departements {
    height: 270px;
}

#dates-ouv-ferm ul.departements li,
#perm-chass ul.departements li {
    list-style: none;
    display: block;
    float: left;
    height: 135px;
    width: 122px;
}

#dates-ouv-ferm ul.departements a,
#perm-chass ul.departements a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 20px;
    background-size: contain;
}

#dates-ouv-ferm ul.departements a.aveyron,
#perm-chass ul.departements a.aveyron {
    background-image: url(/lae/public1.0/img/accueil/dept-12.png);
    background-position: 50% 2px;
}

#dates-ouv-ferm ul.departements a.aude,
#perm-chass ul.departements a.aude {
    background-image: url(/lae/public1.0/img/accueil/dept-11.png);
    background-position: 50% 2px;
}

#dates-ouv-ferm ul.departements a.herault,
#perm-chass ul.departements a.herault {
    background-image: url(/lae/public1.0/img/accueil/dept-34.png);
    background-position: 50% 2px;
}

#dates-ouv-ferm ul.departements a.lot,
#perm-chass ul.departements a.lot {
    background-image: url(/lae/public1.0/img/accueil/dept-46.png);
}

#dates-ouv-ferm ul.departements a.tarn,
#perm-chass ul.departements a.tarn {
    background-image: url(/lae/public1.0/img/accueil/dept-81.png);
}

#dates-ouv-ferm ul.departements a.teg,
#perm-chass ul.departements a.teg {
    background-image: url(/lae/public1.0/img/accueil/dept-82.png);
}

#dates-ouv-ferm ul.departements a.gers,
#perm-chass ul.departements a.gers {
    background-image: url(/lae/public1.0/img/accueil/dept-32.png);
    background-position: 50% 20px;
}

#dates-ouv-ferm ul.departements a.ariege,
#perm-chass ul.departements a.ariege {
    background-image: url(/lae/public1.0/img/accueil/dept-09.png);
    background-position: 50% 20px;
}

#dates-ouv-ferm ul.departements a.hgaronne,
#perm-chass ul.departements a.hgaronne {
    background-image: url(/lae/public1.0/img/accueil/dept-31.png);
    background-position: 50% 10px;
}

#dates-ouv-ferm ul.departements a.hpyrenees,
#perm-chass ul.departements a.hpyrenees {
    background-image: url(/lae/public1.0/img/accueil/dept-65.png);
    background-position: 50% 20px;
}

#dates-ouv-ferm ul.departements a:hover,
#dates-ouv-ferm ul.departements a:focus,
#perm-chass ul.departements a:hover,
#perm-chass ul.departements a:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
    outline: none;
}

#dates-ouv-ferm ul.departements a span,
#perm-chass ul.departements a span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #5a564d;
    text-align: center;
}

/* ACCUEIL fedes */

section.accueil-fede {
    position: relative;
}

section.accueil-fede div.titre-et-liens {
    float: left;
    width: 340px;
    margin-left: 320px;
}

.titre-et-liens h1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #75a92b;
    padding-left: 15px;
    padding-top: 20px;
}

.titre-et-liens h1 span {
    display: block;
    position: relative;
    left: -15px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}

.titre-et-liens h1 strong {
    font-size: 26px;
    line-height: 25px;
    font-weight: 400;
    color: #a24e0a;
}

.titre-et-liens ul.liens {
    list-style: none;
    margin-top: 15px;
    padding-bottom: 30px;
}

.titre-et-liens ul.liens li {
    display: block;
    clear: both;
}

.titre-et-liens ul.liens a {
    display: block;
    float: left;
    height: 37px;
    margin-bottom: 5px;
    padding-left: 60px;
    padding-right: 20px;
    background-color: #74a82b;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 37px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
}

/*
.titre-et-liens ul.liens a.permis {
  background-image: url(/lae/public1.0/img/site/p-lien-permis.png);
  background-position: 11px 7px;
}
.titre-et-liens ul.liens a.ouvertures {
  background-image: url(/lae/public1.0/img/site/p-lien-ouvertures.png);
  background-position: 17px 6px;
}
.titre-et-liens ul.liens a.revue {
  background-image: url(/lae/public1.0/img/site/p-lien-revue.png);
  background-position: 13px 3px;
}
.titre-et-liens ul.liens a.libre {
  background-image: url(/lae/public1.0/img/site/p-lien-libre.png);
  background-position: 16px 7px;
}
*/
.titre-et-liens ul.liens a:hover,
.titre-et-liens ul.liens a:focus {
    background-color: #628F24;
}

section.accueil-fede div.adresse-fede {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 25px;
    padding-top: 85px;
    width: 260px;
    background-image: url(/lae/public1.0/img/site/p-adresse.jpg);
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

.adresse-fede p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #2c2c2c;
}

.adresse-fede p strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.adresse-fede p a {
    text-decoration: none;
    color: #68a415;
}

.adresse-fede ul.liens li {
    display: block;
    float: left;
    list-style: none;
}

.adresse-fede ul.liens li a {
    display: block;
    margin-top: 5px;
    height: 28px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 300;
    color: #747474;
    text-decoration: none;
}

.adresse-fede ul.liens li a:hover,
.adresse-fede ul.liens li a:focus {
    color: #363636;
}

.adresse-fede ul.liens li a.horaires {
    width: 121px;
    font-weight: 400;
    color: #534e3e;
    text-align: center;
    text-transform: uppercase;
    background-color: #bcb9b0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url(/lae/public1.0/img/site/fd-btn-horaires.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.adresse-fede ul.liens li a.horaires:hover,
.adresse-fede ul.liens li a.horaires:focus {
    background-color: #CAC8C1;
}

div.actus-accueil-fede {
    width: 380px;
    float: right;
    overflow: hidden;
    position: relative;
}

div.actus-accueil-fede h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    color: #75a92b;
    padding-top: 20px;
    padding-left: 0;
}

div.actus-accueil-fede div.diaporamaLaetis {
    width: 380px;
    height: 200px;
    margin-top: 15px;
    background-color: transparent;
}

div.actus-accueil-fede div.diaporamaLaetis figure {
    float: left;
    width: 164px;
    margin-right: 20px;
    position: relative;
}

div.actus-accueil-fede div.diaporamaLaetis figcaption {
    display: none;
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #ffffff;
}

div.actus-accueil-fede div.diaporamaLaetis img {
    max-width: 100%;
}

div.actus-accueil-fede div.diaporamaLaetis h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #75a92b;
    margin-bottom: 10px;
}

div.actus-accueil-fede div.diaporamaLaetis h3 a {
    text-decoration: none;
    font-weight: 700;
    color: #75a92b;
}

div.actus-accueil-fede div.diaporamaLaetis p {

    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #454545;
}

div.actus-accueil-fede div.diaporamaLaetis p.date {
    color: #75a92b;
    margin-bottom: 10px;
}

div.actus-accueil-fede div.diaporamaLaetis p.date strong {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

div.actus-accueil-fede div.rsArrow {
    display: block !important;
    position: absolute;
    top: 30px;
    width: 8px;
    height: 13px;
    background-repeat: no-repeat;
}

div.actus-accueil-fede div.rsArrowLeft {
    background-image: url(/lae/public1.0/img/site/a-l.png);
    left: 133px;
}

div.actus-accueil-fede div.rsArrowRight {
    background-image: url(/lae/public1.0/img/site/a-r.png);
    left: 195px;
}

div.actus-accueil-fede div.rsNav {
    display: block !important;
    position: absolute;
    top: 30px;
    left: 140px;
    width: 48px;
    height: 13px;
}

div.actus-accueil-fede div.rsNavItem {
    display: block;
    float: left;
    width: 9px;
    height: 13px;
    margin-right: 0 !important;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/lae/public1.0/img/site/bullet.png);
    border: none;
}

div.actus-accueil-fede div.rsNavSelected {
    background-image: url(/lae/public1.0/img/site/bullet-sel.png);
}

div.actus-accueil-fede .rsContent {
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.actus-accueil-fede .rsOverflow .rsContent {
    -moz-opacity: 1;
    opacity: 1;
}

div.actus-accueil-fede p.toutes a {
    display: block;
    width: 112px;
    height: 21px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #a4b48c;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

div.actus-accueil-fede a.plus {
    display: block;
    width: 82px;
    height: 21px;
    position: absolute;
    right: 113px;
    bottom: 0;
    background-color: #74a82b;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

/* Content */
#content {
    position: relative;
    z-index: 10;
}

#content section.centree {
    padding-bottom: 40px;
}

#content.permis section.centree {
    min-height: 400px;
}

.articleCM {
    margin-bottom: 0; /* 30px; */
}

section.enseignant .articleCM {
    margin-bottom: 30px;
}

section.ouverture h1,
.articleCM h1 {
    padding-top: 35px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 300;
    color: #6c971a;
}

.articleCM h2 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #a56d3a;
}

.articleCM h3 {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 5px 15px;
    background-color: #e8e0d9;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #7c7269;
}

.articleCM p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
}

.articleCM ul {
    list-style: none;
    margin-top: 0;

    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
}

.articleCM ul li {
    padding-left: 10px;
    background-image: url(/lae/public1.0/img/site/puce.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.articleCM ul li li {
    background-image: url(/lae/public1.0/img/site/puce2.png);
}

#ecranUser.tempo-chasse .articleCM ul li {
    margin-top: 15px;
}

.articleCM table {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    max-width: 100%;
}

.articleCM table td {
    padding: 3px 5px;
    text-align: center;
    border: 1px solid #707070;
}

.articleCM table thead td {
    background-color: #e8e0d9;
}

.articleCM a {
    text-decoration: none;
    font-weight: 700;
    color: #6c971a;
}

.articleCM a:hover,
.articleCM a:focus {
    color: #5B8016;
    text-shadow: 1px 1px 3px rgba(146, 205, 35, 0.40);
}

.articleCM figure figcaption {
    display: none;
}

.articleCM figure img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.articleCM figure.imageDroite,
.articleCM .alignDroite {
    float: right;
    margin-left: 45px;
    max-width: 411px;
    margin-bottom: 20px;
}

.articleCM figure.imageGauche,
.articleCM .alignGauche {
    float: left;
    margin-right: 30px;
    max-width: 411px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.articleCM figure.mt {
    margin-top: 40px;
    margin-bottom: 40px;
}

.articleCM div.diaporamaLaetis {
    width: 600px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #252321;
    background-color: #191818;
    margin: 20px auto;
}

.articleCM div.diaporamaLaetis .rsOverflow,
.articleCM div.diaporamaLaetis .rsSlide {
    background-color: #191818;
}

.articleCM div.diaporamaLaetis .rsCaption {
    padding: 0;
    background-color: #252321;
    float: left;
    width: auto;
    left: 3%;
    bottom: 5%;
    max-width: 90%;
    min-width: 200px;
}

.articleCM div.diaporamaLaetis .rsCaption h6 {
    padding: 5px 15px;
    padding-top: 10px;
    text-align: left;
    color: #FFFFFF;
}

.articleCM div.diaporamaLaetis .rsCaption p {
    padding: 0 15px;
    padding-bottom: 5px;
    margin-top: 0;
    color: #FFFFFF;
    text-align: left;
}

.articleCM div.diaporamaLaetis div.rsArrow {
    display: block !important;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 45%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.articleCM div.diaporamaLaetis div.rsArrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.articleCM div.diaporamaLaetis div.rsArrow * {
    display: none;
}

.articleCM div.diaporamaLaetis div.rsArrowLeft {
    background-image: url(/lae/public1.0/img/accueil/a-l-a.png);
    left: 15px;
}

.articleCM div.diaporamaLaetis div.rsArrowRight {
    background-image: url(/lae/public1.0/img/accueil/a-r-a.png);
    right: 15px;
}

.articleCM div.adresse,
.articleCM div.adresse.alignDroite {
    max-width: 341px;
    padding-left: 70px;
    background-image: url(/lae/public1.0/img/site/fd-adresse.jpg);
    background-repeat: no-repeat;
    background-position: 0 27px;
    position: relative;
    top: -40px;
}

/* partenaire */

.articleCM .partenaire {
    overflow: hidden;
    margin-top: 30px;
}

.articleCM .partenaire figure {
    display: block;
    float: left;
    margin-right: 20px;
    height: 100px;
    line-height: 100px;
    width: 150px;
    overflow: hidden;
    text-align: center;
}

.articleCM .partenaire figure {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.articleCM .partenaire h2 {
    margin-top: 0;
    padding-top: 25px;
}

/* PAGE EQUIPE */

h3.titre-rubrique-personne {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    height: 315px;
    width: 0;

    font-size: 18px;
    line-height: 41px;
    font-weight: 400;
    color: #6b6b6b;
    text-transform: uppercase;
    text-align: right;

    float: left;

    position: relative;

}

h3.titre-rubrique-personne span {
    display: block;

    position: absolute;
    top: 0;
    right: 0;

    width: 300px;
    padding-right: 15px;
    height: 41px;
    font-size: 18px;
    line-height: 41px;

    background-color: #e8e0d9;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}

div.personne {
    float: left;
    width: 250px;
    min-height: 315px;
    margin-left: 80px;
    margin-top: 40px;
}

div.personne figure {
    width: 125px;
    height: 169px;
    overflow: hidden;
    background-color: #F5F5F5;
}

div.personne figure img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
}

div.personne h4 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #333333;
}

div.personne p {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
}

div.personne p.fonction {
    width: 170px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}

div.personne a {
    font-weight: 400;
}

/* PAGE OUVERTURES FERMETURES */

.filtres-ouvertures-fermetures p,
.filtres-ouvertures-fermetures a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #6d6d6d;
    text-decoration: none;
}

.filtres-ouvertures-fermetures p.legend {
    font-weight: 600;
    float: left;
    width: 100px;
    margin-bottom: 10px;
}

.filtres-ouvertures-fermetures p.titre {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 30px;

    background-image: url(/lae/public1.0/img/site/fd-filtre.jpg);
    background-repeat: no-repeat;

    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #6d6d6d;
}

.filtres-ouvertures-fermetures p.titre span {
    display: block;
    border-bottom: 1px solid #d0d0d0;
}

.filtres-ouvertures-fermetures ul.filtres-especes,
.filtres-ouvertures-fermetures ul.filtres-especes li,
.filtres-ouvertures-fermetures ul.filtres-periodes,
.filtres-ouvertures-fermetures ul.filtres-periodes li {
    display: block;
    list-style: none;
    float: left;
    font-size: 12px;
    line-height: 18px;
}

.filtres-ouvertures-fermetures a.ckb {
    display: block;
    padding-left: 28px;
    margin-right: 20px;
    background-image: url(/lae/public1.0/img/site/checkbox.jpg);
    background-repeat: no-repeat;
    outline: none;
}

.filtres-ouvertures-fermetures ul.filtres-especes {
    text-transform: capitalize;
}

.filtres-ouvertures-fermetures a.ckb:hover,
.filtres-ouvertures-fermetures a.ckb:focus {
    background-image: url(/lae/public1.0/img/site/checkbox-checked2.jpg);
    color: #4B4B4B;
}

ul.filtres-especes a.checked,
ul.filtres-especes a.checked:hover,
ul.filtres-especes a.checked:focus {
    background-image: url(/lae/public1.0/img/site/checkbox-checked.jpg);
    color: #70a308;
}

.filtres-ouvertures-fermetures ul.filtres-periodes a {
    display: block;
    margin-right: 20px;
    outline: none;
}

.filtres-ouvertures-fermetures ul.filtres-periodes a.checked {
    color: #6C9715;
    border-bottom: 1px solid #70a308;
}

ul.header-especes {
    height: 40px;
    background-color: #69594b;

    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

ul.header-especes li {
    list-style: none;
    display: block;
    float: left;
}

ul.header-especes li.especes {
    width: 210px;
    padding-left: 20px;
    margin-right: 230px;
}

ul.header-especes li.ouverture,
ul.header-especes li.fermeture {
    width: 230px;
}

ul.header-especes li.plus {
    width: 150px;
}

div.especes {
    margin-bottom: 30px;
    min-height: 300px;
}

div.especes article {
    margin: 0;
    margin-top: 1px;
    padding: 0;
    background-color: #e0d8d1;
}

div.especes article:nth-child(2n) {
    background-color: #f1ece8;
}

.articleEspece .periode {
    border-bottom: 1px solid #FFFFFF;
}

.articleEspece .infos .periode:last-of-type {
    border-bottom: none;
}

.articleEspece .titre-espece {
    float: left;
    padding: 20px 0;
    padding-left: 90px;
    /* 230 -90 */
    width: 140px;
    margin: 0;

    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #454444;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

.articleEspece .infos {
    width: 840px;
    float: left;
}

.articleEspece .titre-periode {
    cursor: pointer;
}

.articleEspece .titre-periode,
.articleEspece .ouverture,
.articleEspece .fermeture {
    margin: 0;
    padding: 0;
    width: 230px;
    float: left;
    height: 60px;

    font-size: 14px;
    line-height: 60px;
    font-weight: 400;
    color: #454444;
    background-color: transparent;
}

.articleEspece .titre-periode span.ib,
.articleEspece .ouverture span.ib,
.articleEspece .fermeture span.ib {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

.articleEspece .ouverture a,
.articleEspece .fermeture a {
    color: #454444;
    text-decoration: none;
    cursor: text;
}

.articleEspece .toggle {
    margin: 0;
    padding: 0;
    width: 150px;
    float: left;
    height: 60px;
}

.articleEspece .toggle a {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 38px;
    height: 38px;
    background-image: url(/lae/public1.0/img/chasse/p-down.png);
    background-repeat: no-repeat;
    background-position: 50% 55%;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: inset 0 1px 3px #69594b;
    -o-box-shadow: inset 0 1px 3px #69594b;
    box-shadow: inset 0 1px 3px #69594b;
}

.articleEspece .toggle a:hover {
    -webkit-box-shadow: inset 0 0 3px #69594b;
    -o-box-shadow: inset 0 0 3px #69594b;
    box-shadow: inset 0 0 3px #69594b;
}

.articleEspece .plus-infos {
    width: 690px;
    clear: both;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #454444;
}

.articleEspece .plus-infos a {
    color: #454444;
}

.especes .plus-infos {
    display: none;
}

.articleEspece .lapin {
    background-image: url(/lae/public1.0/img/chasse/p-lapin.png);
}

.articleEspece .chevreuil {
    background-image: url(/lae/public1.0/img/chasse/p-chevreuil.png);
    padding-bottom: 30px;
}

.articleEspece .sanglier {
    background-image: url(/lae/public1.0/img/chasse/p-sanglier.png);
}

.articleEspece .cerf {
    background-image: url(/lae/public1.0/img/chasse/p-cerf.png);
}

.articleEspece .lievre,
.articleEspece .lièvre {
    background-image: url(/lae/public1.0/img/chasse/p-lievre.png);
}

.articleEspece .faisan {
    background-image: url(/lae/public1.0/img/chasse/p-faisan.png);
}

.articleEspece .perdrix {
    background-image: url(/lae/public1.0/img/chasse/p-perdrix.png);
}

.articleEspece .renard {
    background-image: url(/lae/public1.0/img/chasse/p-renard.png);
}

.articleEspece .alouette {
    background-image: url(/lae/public1.0/img/chasse/p-alouette.png);
}

.articleEspece .becasse,
.articleEspece .bécasse {
    background-image: url(/lae/public1.0/img/chasse/p-becasse.png);
}

.articleEspece .blaireau {
    background-image: url(/lae/public1.0/img/chasse/p-blaireau.png);
}

.articleEspece .caille {
    background-image: url(/lae/public1.0/img/chasse/p-caille.png);
}

.articleEspece .canard {
    background-image: url(/lae/public1.0/img/chasse/p-canard.png);
}

.articleEspece .corneille {
    background-image: url(/lae/public1.0/img/chasse/p-corneille.png);
}

.articleEspece .grive,
.articleEspece .grives {
    background-image: url(/lae/public1.0/img/chasse/p-grive.png);
}

.articleEspece .isard {
    background-image: url(/lae/public1.0/img/chasse/p-isard.png);
}

.articleEspece .lagopede,
.articleEspece .lagopède {
    background-image: url(/lae/public1.0/img/chasse/p-lagopede.png);
}

.articleEspece .mouflon {
    background-image: url(/lae/public1.0/img/chasse/p-mouflon.png);
}

.articleEspece .oie,
.articleEspece .oies {
    background-image: url(/lae/public1.0/img/chasse/p-oie.png);
}

.articleEspece .palombe {
    background-image: url(/lae/public1.0/img/chasse/p-palombe.png);
}

.articleEspece .pigeon {
    background-image: url(/lae/public1.0/img/chasse/p-pigeon.png);
}

.articleEspece .ragondin {
    background-image: url(/lae/public1.0/img/chasse/p-ragondin.png);
}

.articleEspece .tetras,
.articleEspece .tétras {
    background-image: url(/lae/public1.0/img/chasse/p-tetras.png);
}

.articleEspece .tourterelle,
.articleEspece .tourterelleturque {
    background-image: url(/lae/public1.0/img/chasse/p-tourterelle.png);
}

.articleEspece .vanneau {
    background-image: url(/lae/public1.0/img/chasse/p-vanneau.png);
}

/* plan du site */
#plan-site h1 {
    margin-bottom: 30px;
}

article.plan-site h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #a56d3a;
    cursor: pointer;
}

article.plan-site ul.plan-site {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 20px;
}

article.plan-site ul.plan-site a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #170D04;
    text-decoration: none;
}

article.plan-site ul.plan-site ul.niveau2 {
    list-style: none;
    padding-left: 15px;
}

article.plan-site ul.plan-site ul.niveau2 a {
    color: #474441;
}

article.plan-site ul.plan-site a:hover,
article.plan-site ul.plan-site a:focus {
    color: #6c971a;
}

article.plan-site ul.plan-site ul.niveau2 a:hover,
article.plan-site ul.plan-site ul.niveau2 a:focus {
    color: #80AA32;
}

#plan-site ul {
    border-left: 1px solid #5C5C5C;
    margin-left: 5px;
    padding-left: 10px;
}

/* sommaire page decouvrir nature */
section.acc-nature {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.acc-nature div.col-droite {
    float: left;
    width: 270px;
    margin-top: 40px;
}

section.acc-nature div.col-gauche {
    float: left;
    width: 710px;
    margin-right: 30px;
    margin-left: 40px;
}

section.acc-nature div.col-gauche article {
    margin-bottom: 30px;
}

div.pave-sommaire {
    float: left;
    width: 338px;
    height: 268px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.40);
    margin-bottom: 15px;
    margin-right: 15px;
    background-color: #FFFFFF;
}

div.pave-sommaire:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.60);
    background-color: #F9F9F9;
}

div.pave-sommaire figure {
    position: relative;
    width: 332px;
    height: 207px;
    overflow: hidden;
    margin: 3px;
}

div.pave-sommaire figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;

    background-image: url(/lae/public1.0/img/site/s-figure-pave-sommaire.png);
    background-repeat: no-repeat;
    background-position: top;

    color: transparent;
}

div.pave-sommaire img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.pave-sommaire:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

div.pave-sommaire p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
}

div.pave-sommaire p a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    text-decoration: none;
    vertical-align: middle;
}

section.acc-nature div.col-droite h2.journal {
    padding-bottom: 20px;
    padding-right: 50px;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 15px;

    background-image: url(/lae/public1.0/img/site/fd-titre-oiseau.jpg);
    background-repeat: no-repeat;
    background-position: bottom;

    font-weight: 300;
    font-size: 40px;
    line-height: 24px;
    color: #6c971a;
}

section.acc-nature div.col-droite p {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 10px;
    margin-top: 10px;

    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

section.acc-nature div.col-droite h3 {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #6fa308;
}

section.acc-nature div.col-droite div.gris {
    padding: 5px 11px;
    margin-bottom: 15px;
    background-color: #e0ddce;
}

section.acc-nature div.col-droite div.gris * {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

section.acc-nature div.col-droite div.gris h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #9c4302;
    margin-bottom: 10px;
}

section.acc-nature div.col-droite div.gris figcaption {
    display: none;
}

section.acc-nature div.col-droite a {
    text-decoration: none;
    color: #a5b731;
}

section.acc-nature div.col-droite a.pave {
    text-decoration: none;
    display: inline-block;
    background-color: #a5b731;
    color: #252321;
    padding: 3px 10px;
}

/* page enseignant */

div.demi-d {
    display: block;
    width: 50%;
    float: right;
}

section.enseignant div.intro {
    background-color: #76A000;
}

section.enseignant div.intro div.diaporamaLaetis {
    height: 423px;
    position: relative;
    width: auto;
    margin-right: 45px;
}

section.enseignant div.intro div.diaporamaLaetis .rsSlide,
section.enseignant div.intro div.diaporamaLaetis .rsOverflow {
    background-color: #111111;
}

section.enseignant div.intro .rsBullets {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

section.enseignant div.intro .rsBullet {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-color: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

section.enseignant div.intro .rsNavSelected {
    background-color: #88ab1e;
}

.article-intro {
    background-color: #76A000;
    max-width: 500px;
    padding-left: 45px;
    background-image: url(/lae/public1.0/img/site/fd-lueur-sur-vert.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.article-intro p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}

.article-intro p.chiffres-intro {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.article-intro p.chiffres-intro strong {
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
}

.article-intro h1 {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    color: #b5db56;
}

.article-intro h1 strong {
    font-weight: 300;
    color: #ffffff;
}

section.enseignant div.intro .article-intro {
    position: relative;
    left: -45px;
    height: 423px;
}

section.enseignant div.intro .article-intro h1 {
    padding-left: 35px;
    position: relative;
    left: -205px;
    width: 640px;
    z-index: 25;
    background-image: url(/lae/public1.0/img/site/fd-vert-165.jpg);
    background-repeat: repeat-y;
}

.articleB h2 {
    margin-bottom: 15px;
}

/*
.articleB h2,
.articleB p,
.articleB li {
  max-width: 615px;
}
*/
.articleB ul,
.articleB p {
    font-size: 14px;
    line-height: 24px;
}

.articleB ul li {
    background-position: 0 8px;
}

.articleCM aside {
    position: relative;
    width: 28%;
    margin-left: 3%;
    float: right;

    margin-top: 35px;
    padding: 1.5% 2%;
    background-color: #E9E8E2;
    border: 1px solid #FFF;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}

.articleCM aside h2 {
    margin-top: 0;
    color: #444;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.articleCM aside h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #658F15;
    font-size: 14px;
    line-height: 18px;
    background-color: transparent;
}

.articleCM aside p {
    margin: 0;
}

.articleCM aside p.dwl {
    border-bottom: 1px solid #FFFFFF;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.articleCM aside p.dwl a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 25px;
    height: 25px;
    color: transparent;
    overflow: hidden;

    background-color: #81ad13;

    background-image: url(/lae/public1.0/img/site/p-dwl.png);
    background-repeat: no-repeat;
    background-position: center;
}

.articleCM aside p.dwl:last-of-type {
    /*border-bottom: none;*/
}

.articleCM aside p.dwl a:hover,
.articleCM aside p.dwl a:focus {
    background-color: #668A0F;
}

.articleCM aside img {
    max-width: 100%;
    max-height: 300px;
    height: auto !important;
    width: auto !important;
}

/***/

.bandeau-gris {
    height: 227px;
    background-color: #494947;
}

article.bandeau-gris {
    background-image: url(/lae/public1.0/img/site/fd-gris.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
}

.bandeau-gris .centree {
    height: 100%;
}

.bandeau-gris .col13 {
    height: 100%;
    overflow: hidden;
    width: 33%;
    float: left;
}

.bandeau-gris figure img {
    max-width: none;
}

.bandeau-gris .diaporamaLaetis {
    height: 227px;
}

.bandeau-gris h3 {
    display: block;
    color: #a0b826;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    background-color: transparent;
    text-align: center;
}

.bandeau-gris h3.nature {
    background-image: url(/lae/public1.0/img/site/fd-nature.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 90px;
    margin-top: 30px;
}

.bandeau-gris h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #a0b826;
    display: block;
    margin-left: 45px;
    margin-top: 60px;
    margin-bottom: 15px;
}

.bandeau-gris ul li {
    margin-left: 45px;
    line-height: 24px;
    background-position: 0 8px;
}

.bandeau-gris p {
    margin-left: 45px;
    color: #FFFFFF;
}

.bandeau-gris a {
    font-weight: 400;
    color: #FFFFFF;
}

.bandeau-gris h4.liens {
    padding-left: 70px;
    background-image: url(/lae/public1.0/img/site/fd-liens.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bandeau-gris ul.liens {
    padding-left: 70px;
}

.col12 {
    width: 48%;
    margin-right: 1%;
    float: left;
}

.col12 ul li {
    font-size: 14px;
    line-height: 24px;
    background-position: 0 8px;
}

.col12 h2 {
    margin-bottom: 15px;
}

.col12 a {
    font-weight: 400;
}

div.gris-clair {
    background-color: #F0F0F0;
    /* margin-top: 40px;*/
}

div.gris-clair div.avec-carte {
    position: relative;
}

div.gris-clair div.avec-carte h2 {
    position: absolute;
    left: 15px; /*0*/
    top: -10px; /*45px */
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    color: #6c971a;
}

div.gris-clair div.avec-carte h2 strong {
    font-weight: 300;
    color: #486610;
}

div.gris-clair div.avec-carte figure {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
}

div.gris-clair div.avec-carte figcaption {
    display: none;
}

div.gris-clair div.avec-carte p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 95px;
}

/* tout en images */
#content.tei {
    z-index: 1000;
}

#tout-en-images {
    height: 685px;

    background-image: url(/la-chasse-en-images/images/fond.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#tout-en-images .lance-diapo {
    display: block;
    width: 229px;
    height: 229px;
    position: relative;
    top: 229px;
    left: 98px;
    margin: 0 auto;
    background-color: #696d15;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#tout-en-images .lance-diapo:hover {
    background-color: #5B5F12;
}

#tout-en-images .lance-diapo h1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;

    padding-top: 95px;
    background-image: url(/la-chasse-en-images/images/p-btn.png);
    background-repeat: no-repeat;
    background-position: 75px 30px;
}

#tout-en-images .lance-diapo h1 strong {
    display: block;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

#tout-en-images .lance-diapo p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 11px;
    line-height: 11px;
    color: #a7c12b;
    text-align: center;
    text-transform: uppercase;
}

#tout-en-images .diaporama {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    z-index: 100000;
}

#tout-en-images .diaporama-visible {
    top: 0;
    background-color: #030303;
    background-color: rgba(3, 3, 3, 0.78);
}

#diapo-tei {
    height: 673px;
    width: 973px;
    margin: 0 auto;
    position: relative;
    top: 115px;
    background-color: #0F0F0F;

    -moz-box-shadow: 0 0 51px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0 0 51px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.75);
}

#diapo-tei .rsThumbs {
    width: 100%;
    height: 104px;
    position: relative;
    z-index: 10;
    background-color: #1F1F1F;
    overflow: hidden;
}

#diapo-tei .rsOverflow,
#diapo-tei .rsOverflow .rsSlide {
    background-color: transparent;
}

#diapo-tei .rsThumbsContainer {
    height: 104px;
    position: relative;
    left: -4px;
}

#diapo-tei .rsThumb {
    float: left;
    width: 157px;
    height: 104px;
    margin: 0 !important;
    overflow: hidden;
    border: none;

    -moz-opacity: 0.3;
    opacity: 0.3;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#diapo-tei .rsThumb:hover {

    -moz-opacity: 0.6;
    opacity: 0.6;
}

#diapo-tei .rsThumb img {
    width: auto;
    height: auto;
}

#diapo-tei .rsNavSelected,
#diapo-tei .rsNavSelected:hover {
    border: none;
    -moz-opacity: 1;
    opacity: 1;
}

#diapo-tei .rsThumbsArrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#diapo-tei .rsThumbsArrowLeft {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 104px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/lae/public1.0/img/site/f-dtei-g.png);
    background-repeat: no-repeat;
    background-position: center;
}

#diapo-tei .rsThumbsArrowRight {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 104px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/lae/public1.0/img/site/f-dtei-d.png);
    background-repeat: no-repeat;
    background-position: center;
}

#diapo-tei .rsGCaption {
    position: absolute;
    left: 30px;
    bottom: 134px;
    width: auto;
    height: auto;
    padding: 3px 13px;
    background-color: #e0dbd3;
    background-repeat: no-repeat;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
}

#diapo-tei .rsGCaption h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

#diapo-tei .rsGCaption p {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}

#diapo-tei p.close {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #000000;
    background-image: url(/lae/public1.0/img/site/close-dtei.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -48px;
    top: -48px;
    cursor: pointer;
}

#diapo-tei p.close:hover {
    background-color: #0B0B0B;
}

#diapo-tei .rsBtnCenterer {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#diapo-tei .rsPlayBtn {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 184px;
    background-color: #1F1F1F;
    background-color: rgba(31, 31, 31, 0.80);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    cursor: pointer;
}

/* tempo chasse */

#accueil-tempo-chasse {
    height: 685px;
}

#accueil-tempo-chasse .diaporamaLaetis {
    height: 100%;
}

#accueil-tempo-chasse article {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 200;
    width: 460px;
    padding: 35px 25px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.48);
}

#accueil-tempo-chasse h1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #a0b436;
    text-align: center;
    margin-bottom: 20px;
}

#accueil-tempo-chasse h1 strong {
    display: block;
    width: 389px;
    height: 53px;
    margin: 0 auto;
    background-image: url(/lae/public1.0/img/site/tempo-chasse.png);
    background-repeat: no-repeat;
}

#accueil-tempo-chasse p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

#accueil-tempo-chasse a {
    color: #ffffff;
    text-decoration: none;
}

#accueil-tempo-chasse a.pave {
    display: inline-block;
    background-color: #6C684F;
    background-color: rgba(108, 104, 79, 0.60);
    padding: 5px 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
}

#accueil-tempo-chasse a.pave:hover,
#accueil-tempo-chasse a.pave:focus {
    outline: none;
    background-color: #6C684F;
}

/* pages liste & carto */

section.liste-carto {
    min-height: 550px;
}

section.liste-carto article {
    max-width: 55%;
}

#carteMidiP {
    position: absolute;
    top: 35px;
    right: 0;
    width: 43%;
    height: 550px;
    background-color: #EDEDED;
}

section.liste-carto article.articleCM {
    margin-bottom: 40px;
}

section.liste-carto article.item {
    margin-top: 20px;
    margin-bottom: 0;
}

section.liste-carto article.item h2 {
    margin-top: 0;
    border: 1px dotted #d6d6d6;
    padding: 3px 5px;
    background-image: url(/lae/public1.0/img/site/f-down.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    font-size: 18px;
    line-height: 24px;
}

section.liste-carto article.deplie h2 {
    background-image: url(/lae/public1.0/img/site/f-up.png);
}

section.liste-carto article.hover h2 {
    border: 1px solid #d6d6d6;
    background-color: #f7f7f7;
}

section.liste-carto article .more {
    margin: 0 10px;
    height: 0;
    overflow: hidden;
}

.alert-warning {
    padding: 1%;
    max-width: 92%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.alert-warning h2,
.alert-warning h3,
.alert-warning p,
.alert-warning ul {
    color: #8a6d3b;
}

.alert-warning h2 {
    margin-top: 5px;
}

.alert-info {
    padding: 1%;
    max-width: 92%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #75A800;
    border-radius: 4px;
    color: #252321;
    background-color: #FFFFFF;
}

.alert-info h2,
.alert-info h3,
.alert-info p,
.alert-info ul {
    color: #252321;
}

.alert-info h2 {
    margin-top: 5px;
}

@media screen and (max-width: 1100px) {
    #actus-accueil {
        width: 485px;
    }

    #dates-ouv-ferm ul.departements li, #perm-chass ul.departements li {
        width: 141px;
    }

    #titreP a {
        left: -52px;
    }

    #menu li.ma-fede img {
        left: -23px;
    }

    footer div.gris p {
        padding-left: 110px;
        background-position: 44px 8px;
    }

    div.actus-accueil-fede {
        width: 360px;
    }

    .articleCM {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.acc-nature div.col-gauche {
        width: 684px;
    }

    div.pave-sommaire {
        width: 327px;
    }

    #diapo-tei p.close {
        right: -18px;
    }

    ul.header-especes li.ouverture, ul.header-especes li.fermeture {
        width: 205px;
    }

    .articleEspece .infos {
        width: 790px;
    }

    .articleEspece .titre-periode, .articleEspece .ouverture, .articleEspece .fermeture {
        width: 210px;
    }

    div.pave-sommaire figure {
        width: 321px;
    }
}

.actu-news {
    margin-top: 30px;

}

.actu-news #main_body label.description {
    width: auto;
    float: none;
    text-align: left;
}

.actu-news h3 {
    color: #6c971a;
}