/*Tea Innovation*/

/*
#D95
#2A8
#334
*/

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

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@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');
}

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

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

body {
    font: 1.15em/1.15em clear-web, sans-serif;
    color: #334;
}

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

table {
    border-collapse: collapse;
}

::-moz-selection {
    background: #D95;
    color: #fff;
}

::selection {
    background: #D95;
    color: #fff;
}

a {
    text-decoration: none;
    outline: 0;
    color: #2A8;
}

a:hover {
    color: #D95;
}

.centre {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

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

#info-cookie {
    background: #334;
    color: #889;
    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: #D95;
}

#ok-cookie {
    display: inline-block;
    background: #D95;
    color: #334 !important;
    padding: 4px 10px;
    line-height: 1em;
    cursor: pointer;
}

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

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

.bouton {
    font: bold 1.2em clear-web, sans-serif;
    background: #D95;
    color: #fff;
    padding: 10px 25px;
    border: 0;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.bouton:hover {
    background: #f1b375;
    color: #fff;
}

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

header {
    background: #D95;
}

#logo {
    padding: 20px 0 10px;
}

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

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

nav a {
    font-size: 1.1em;
    color: #334;
    margin-right: -1px;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
}

nav a:hover {
    color: #fff;
}

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

section {
    padding-bottom: 100px;
}

#contenu-fonctionnalites {
    padding-bottom: 0;
}

h1 {
    font: 2.5em/1em 'bree serif', sans-serif;
    color: #2A8;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

#titre {
    background: #D95 url(photo/chien.jpg) center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 240px 0 200px;
    margin-bottom: 40px;
}

#titre h1 {
    font-size: 3.5em;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 15px #c47525;
}

h2 {
line-height: 1em;
    color: #D95;
}

.boite {
    background: #d3f5ec;
    padding: 30px;
    box-shadow: 0 0 15px #ddd;
    text-align: center;
}

.chapeau {
    font-size: 1.2em;
    font-weight: bold;
}

.demande {
    position: relative;
    z-index: 2;
}

#chiens2 {
    margin-top: -50px;
}

.bande {
    background: #2A8;
    padding: 80px 0;
    margin: 80px 0;
    color: #fff;
    text-align: center;
}

.bande img {
    padding: 0 15px;
}

.bande h1 {
    color: #fff;
}

.col {
    width: 100%;
    flex: 1;
    text-align: left;
    padding: 30px;
    box-shadow: 0 0 15px #ddd;
}

.col:first-child {
    margin-right: 10px;
}

.col:last-child {
    margin-left: 10px;
}

ul {
    padding: 25px;
}

li {
    padding-bottom: 20px;
    line-height: 1em;
    list-style: url(img/ico-patoune.png);
}

li:last-child {
    padding-bottom: 0;
}

.ancre {
    position: relative;
    top: -80px;
}

.center {
    text-align: center;
}

.gros {
    font-size: 1.3em;
    font-weight: bold;
}

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

footer {
    background: #334;
    padding: 30px 0;
    font-size: .7em;
    color: #889 !important;
}

footer a {
    color: #889 !important;
}

#haut {
    background: #eee url(img/haut.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
}

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

@media (max-width: 1000px) {
    .centre {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 800px) {
    .col {
        flex: none;
        margin: 0 !important;
    }
    .col:last-child {
        margin-top: 20px !important;
    }
}

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

@media (max-width: 600px) {
    #burger {
        background: url(img/burger.png) no-repeat center;
        height: 30px;
        cursor: pointer;
    }
    #menu {
        display: none;
    }
    nav a {
        display: block;
        width: 100%;
        height: auto;
    }
    h1 {
        font-size: 1.8em;
    }
    textarea {
        width: 100% !important;
    }
    .box-footer {
        width: 100%;
    }
}

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