/* Cookies---------------*/

#info-cookie {
    background: #444;
    color: #aaa;
    padding: 7px 0;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#info-cookie a {
    white-space: nowrap;
    margin-left: 10px;
    color: #fff;
}

#ok-cookie {
    display: inline-block;
    background: #b4e8ff;
    padding: 4px 10px;
    line-height: 1em;
    cursor: pointer;
}

#ok-cookie:hover {
    background: #b4e8ff;
}

/* Fonts---------------*/

@font-face {
    font-family: 'clear-web';
    src: url('font/clear.eot');
    src: url('font/clear.eot?#iefix') format('embedded-opentype'), url('font/clear.woff') format('woff');
}

@font-face {
    font-family: 'montserrat-web';
    src: url('font/montserrat.eot');
    src: url('font/montserrat.eot?#iefix') format('embedded-opentype'), url('font/montserrat.woff') format('woff');
}

@font-face {
    font-family: 'day-web';
    src: url('font/day.eot');
    src: url('font/day.eot?#iefix') format('embedded-opentype'), url('font/day.woff') format('woff');
}

/* General---------------*/

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #FFF;
    font: 1.05em clear-web, sans-serif;
    color: #393938;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img,
video {
    border: 0;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
}

.pagination ul,
#actu ul,
.chzn-drop ul,
ul {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
li,
th,
td,
#ancge {
    text-align: left;
}

h1 {
    font: 2.5em/1.2em day-web, sans-serif;
    color: #393938;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h2 {
    font: 1.6em/1.2em day-web, sans-serif;
    text-transform: uppercase;
}

h3,
.item h2 {
    font: 1.5em/1.2em montserrat-web, sans-serif;
    text-transform: uppercase;
}

::-moz-selection {
    background: #b4e8ff;
    color: #020;
}

::selection {
    background: #b4e8ff;
    color: #020;
}

a {
    text-decoration: none;
    outline: 0;
    color: #009ee3;
}

a:hover {
    color: #0bacf2;
}

#page {
    flex: 1;
}

.clear {
    clear: both;
}

/* Inputs---------------*/

input[type=submit],
button,
.bouton,
em a,
.continue_link {
    color: #4d7a33;
    background: none;
    font: 1em montserrat-web, sans-serif;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 3px solid #4d7a33;
    /* border-radius:3px; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    -webkit-appearance: none;
}

input[type=submit]:hover,
button:hover,
.bouton:hover,
.continue_link:hover {
    background: #FFF;
    color: #222;
}

em a:hover {
    background: #4d7a33;
    color: #fff;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
    font: 1em clear-web, sans-serif;
    background: #b4e8ff;
    color: #222;
    padding: 5px 7px;
    border: 0;
    transition: background .4s;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    background: #b4e8ff;
}

select,
label {
    cursor: pointer;
}

label {
    display: block;
}

textarea {
    width: 500px !important;
}

/* Haut----------------------*/

header {
    background: #FFF;
    height: 170px;
    text-align: center;
}

#logo {
    width: 150px;
    margin: 15px;
    display: inline-block;
    vertical-align: middle;
}

#ancge {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    top: -60px;
    margin-left: 10px;
    color: #222;
    text-transform: uppercase;
    font: 1.5em/1.1em montserrat-web, sans-serif;
}

/* Menu----------------------*/

nav {
    background: #009ee3;
    width: 100%;
    position: absolute;
    z-index: 130;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    text-align: center;
}

nav li {
    display: inline-block;
}

nav a {
    color: #FFF;
    font-size: 1.1em;
    height: 45px;
    padding: 10px 20px 0;
    display: inline-block;
    border-left: 1px solid #009ee3;
    border-right: 1px solid #009ee3;
    margin-right: -1px;
    background: #009ee3;
}

nav a:hover {
    color: #fff;
    background: #0bacf2;
}

.item-101 a {
    background: #009ee3 url(img/cabane.png) no-repeat center 10px;
    color: #fff0;
}

.item-101 a:hover {
    background: #009ee3 url(img/cabane.png) no-repeat center 10px;
    color: #fff0 !important;
}

/*sous-menu*/

nav .menu ul {
    display: none;
    position: absolute;
    top: 45px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

nav .menu ul li {
    display: block;
}

nav .menu ul a {
    background: #0bacf2;
    font-weight: normal;
    font-size: 1em;
    color: #222;
    width: 300px;
    border: 0;
    height: auto;
    text-align: left;
    padding: 15px 20px;
    text-transform: none;
}

nav .menu ul a:hover {
    color: #0bacf2;
    background: #FFF;
}

/* Milieu--------------------*/

#cycle {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: -1;
}

#cycle img {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#cycle img.active {
    z-index: 3;
}

main {
    text-align: justify;
}

.item-page {
    /* margin-left:-100px !important;
  width:800px; */
}

#cadre-page {
    width: 980px;
    background: #fff;
    padding: 0;
    margin: 0 auto 110px;
    position: relative;
    top: 80px;
}

#cadre-page>div {
    padding: 30px;
}

.accueil,
.blog-featuredaccueil {
    display: none;
}

.box {
    background: #009ee3;
    padding: 30px;
}

main ul {
    padding-left: 23px;
}

main li {
    padding-bottom: 15px;
    line-height: 1.2em;
    list-style-image: url(img/puce.png);
}

.box li,
.tag li,
.tag a {
    list-style-image: url(img/puce2.png);
    color: #EEE;
}

.tag a:hover {
    color: #fff;
}

.tableau th,
.tableau td {
    background: #b4e8ff;
    padding: 8px 10px;
    border: 3px solid #fff;
}

.tableau th {
    background: #222;
    color: #fff;
}

.tableau tr:nth-child(2n) td {
    background: #b4e8ff
}

.gros {
    font-size: 1.7em;
}

.tag {
    background: #009ee3;
}

.tag h2 {
    padding-bottom: 25px;
}

/*lien fichier*/

.dropfiles-file-link {
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 1.1em;
}

.dropfiles-file-link .type {
    display: inline-block;
    width: 23px;
    height: 32px;
    background-image: url(img/ext/neutre.png);
    position: absolute;
    top: 5px;
    left: 0;
}

.dropinfos {
    font-size: .6em;
    text-transform: capitalize;
    white-space: nowrap
}

.previsualiser {
    font-style: italic;
    font-size: .9em;
}

.csv {
    background-image: url(img/ext/csv.png) !important;
}

.doc {
    background-image: url(img/ext/doc.png) !important;
}

.docx {
    background-image: url(img/ext/docx.png) !important;
}

.exe {
    background-image: url(img/ext/exe.png) !important;
}

.jpg {
    background-image: url(img/ext/jpg.png) !important;
}

.mp3 {
    background-image: url(img/ext/mp3.png) !important;
}

.mp4 {
    background-image: url(img/ext/mp4.png) !important;
}

.otf {
    background-image: url(img/ext/otf.png) !important;
}

.pdf {
    background-image: url(img/ext/pdf.png) !important;
}

.png {
    background-image: url(img/ext/png.png) !important;
}

.ppt {
    background-image: url(img/ext/ptt.png) !important;
}

.pptx {
    background-image: url(img/ext/pttx.png) !important;
}

.txt {
    background-image: url(img/ext/txt.png) !important;
}

.xls {
    background-image: url(img/ext/xls.png) !important;
}

.xlsx {
    background-image: url(img/ext/xlsx.png) !important;
}

.zip {
    background-image: url(img/ext/zip.png) !important;
}

/* Accueil------------------*/

#connaitre {
    position: absolute;
    top: 33vw;
    width: 100%;
    text-align: center;
    z-index: 20;
}

#connaitre h1 {
    text-align: center;
    color: #fff;
    background: rgba(0, 10, 0, .3);
    display: inline-block;
    padding: 5px 15px;
    /* border-radius:3px; */
}

#connaitre .bouton {
    background: #4d7a33;
    color: #fff;
    border: 0;
}

#connaitre .bouton:hover {
    background: #FFF;
    color: #222;
}

#bandeau {
    width: 980px;
    margin: 0 auto;
}

#actu {
    background: #fff;
    padding: 5px 20px 0;
    width: 330px;
    height: 358px;
    margin: 36vw 20px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
}

#actu h2 {
    margin: 15px 0 5px;
}

#actu li {
    list-style: none !important;
    display: block;
    border-bottom: 1px solid #222;
    line-height: 1.2em;
    padding: 12px 0;
}

#degrade {
    background: linear-gradient(to top, #fff, #fff, transparent);
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.customvideo {
    width: 630px;
    height: auto !important;
    background: #020;
    margin-top: 36vw;
    float: left;
}

.customvideo iframe {
    width: 630px;
    height: 354px;
}

#boutique,
#sauvagine {
    background: url(img/sauvagine.jpg);
    background-size: cover !important;
    width: 480px;
    height: 355px;
    padding-left: 20px;
    margin: 19px 0 40px;
    display: block;
    float: left;
    position: relative;
}

#boutique {
    background: url(img/boutique.jpg);
    margin-right: 19px;
}

#bandeau .bouton:hover,
#boutique:hover .bouton,
#sauvagine:hover .bouton {
    background: #FFF;
    color: #222;
}

#bandeau .bouton {
    position: absolute;
    bottom: 20px;
    border: 0;
    background: #4d7a33;
    color: #fff;
    padding: 7px 15px;
    font-size: 1em;
}

.calameo iframe {
    width: 100%;
    height: 650px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

/* Blog---------------------*/

.item {
    margin-bottom: 80px;
}

.item .page-header {
    padding-bottom: 20px !important;
}

.item .page-header h2 {
    font: 1.6em/1.2em day-web, sans-serif;
}

.item strong {
    font-weight: normal;
}

time {
    margin: 5px 0 20px;
    font-style: italic;
    color: #898;
    display: block;
}

.readmore {
    font-weight: bold;
    padding-top: 15px;
    display: block;
}

.pagination {
    margin-top: 40px;
}

.pagination li {
    display: inline-block;
    list-style-image: none;
}

.pagination span,
.pagination a {
    display: block;
    background: #eee;
    color: #222;
    padding: 10px 15px;
    margin-right: 2px;
    list-style-image: none;
}

.pagination a {
    background: #009ee3;
}

.pagination a:hover {
    background: #0bacf2
}

.pagination-start,
.pagination-prev,
.pagination-next,
.pagination-end {
    display: none !important;
}


/*PDF - Article */


	.centre {
		max-width: 980px;
		margin: 0 auto;
	}
	
	.pdf-lecteur{
		padding-bottom: 140%;
		height: 0;
		position: relative;
	}
	.pdf-lecteur object{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

/* Bas-----------------------*/

footer {
    background: #FFF;
    padding: 30px 20px;
    position: relative;
    z-index: 120;
}

footer a {
    color: #222;
}

#fb,
#yt {
    display: block;
    background: url(img/fb.png) no-repeat;
    width: 40px;
    height: 40px;
    float: right;
    margin: -20px 0 0 10px;
}

#yt {
    background: url(img/yt.png) no-repeat;
}

#fb:hover,
#yt:hover {
    opacity: .8;
}

.box-footer {
    width: 25%;
    float: left;
}

#haut {
    background: #fff url(img/haut.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 100px;
    right: 0;
    opacity: 0;
    z-index: 130;
    transition: .4s;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

#haut:hover {
    background-color: #009ee3;
}

/* Carte region---------------*/

#canvasMap {
    position: absolute;
    width: 320px;
    height: 320px;
    z-index: 50;
}

.carte {
    border-top: 1px solid #ddd;
}

area {
    cursor: pointer;
}

#legende {
    background: #009ee3;
    color: #111;
    width: 600px;
    min-height: 650px;
    padding: 30px;
    float: right;
}

#legende h3 {
    padding-bottom: 10px;
}

#legende a {
    color: #fff;
    opacity: .8;
}

#legende a:hover {
    opacity: 1;
}

/* Mobile---------------------*/

@media (max-width: 1000px) {
    #cycle {
        top: 0;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }
    #ancge {
        width: 220px;
        font-size: 1.1em;
        top: -10px;
    }
    nav {
        position: absolute !important;
        top: 170px !important;
    }
    #burger {
        background: url(img/burger.png) no-repeat center;
        height: 40px;
        cursor: pointer;
    }
    #menu {
        display: none;
    }
    .item-101 {
        display: none;
    }
    #menu li {
        width: 100%;
    }
    #menu li a {
        width: 100%;
        padding: 10px 15px;
        height: auto;
        border: 0;
        border-top: 1px solid #b4e8ff;
        font-weight: bold;
    }
    #menu ul {
        display: block !important;
        position: relative;
        top: 0;
        box-shadow: none;
    }
    #menu ul ul a {
        font-weight: normal;
    }
    main {
        text-align: left;
    }
    #connaitre {
        top: 345px;
    }
    #connaitre h1 {
        font-size: 1.4em;
    }
    #bandeau {
        width: 100%;
    }
    #actu,
    .customvideo,
    #boutique,
    #sauvagine {
        width: 500px;
        height: 375px;
        float: none;
        margin: 0 auto 30px;
    }
    #actu {
        margin-top: 400px;
        height: 270px;
    }
    #cadre-page {
        width: 100%;
    }
    #cadre-page>div {
        padding-left: 15px;
        padding-right: 15px
    }

    .tableau,
    .tableau-panier {
        overflow-x: auto;
        width: 100%;
    }
    .tableau td {
        min-width: 200px;
    }
    .video {
        max-width: 920px !important;
        padding-top: 25px;
        padding-bottom: 56.25%;
        height: 0;
        position: relative;
    }
    .video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #legende {
        width: 100%;
        min-height: auto;
        padding: 30px;
        float: none;
    }
    .calameo iframe {
        height: 69vw;
    }
}

@media (min-width: 1001px) {
    #menu {
        display: block !important;
    }
}

@media (max-width: 650px) {
    #actu,
    .customvideo,
    #boutique,
    #sauvagine {
        width: 400px;
        height: 300px;
    }
    h1 {
        font-size: 2em;
    }
    textarea {
        width: 100% !important;
    }
    .box-footer {
        width: 100%;
    }
    .gros {
        font-size: 1.2em;
    }
    #col {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #actu,
    .customvideo,
    #boutique,
    #sauvagine {
        width: 280px;
        height: 210px;
    }
    #connaitre {
        top: 330px;
    }
    #ancge {
        display: none;
    }
}

@media only print {
    nav,
    footer {
        display: none;
    }
    body {
        font-size: 10.5pt;
    }
}
