/*Géneral*/

*{
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

body{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 80px;
    padding-top: -150px;
}

#contes{
    padding-left: 10px;
    padding-right: 10px;
}


input[type=text], input[type=password] {
    max-width: 100%;
    min-width: 150px;
    padding: 5px 5px;
    margin: 8px 0;
    font-size: .8rem;
    box-sizing: border-box;
  }

textarea{
    width: 300px;
    height: 150px;
    resize: none;
}

textarea {
    font-size: .8rem;
    letter-spacing: 1px;
}
textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

td{
    min-width: 150px!important;
}

tr{
    max-width: 100%;
}

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

section  .heading{
    text-align: center;
    padding-top: 130px;
    padding-bottom: 20px;
}

section  .heading h2{
    text-transform: uppercase;
}

.brown-divider{
    width: 60%;
    height: 2px;
    background: #c1854c;
    margin: 0 auto;
}

.white-divider{
    width: 90%;
    height: 2px;
    background: #ffffff;
    margin: 0 auto;
}

section{
    padding: 65px 0 0px 0;
}

ul,ol{
    list-style: none;
}

.openstreetmap{
    width: 600px!important;
}

#home{

    background: #FFF;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

.logo-picture{
    text-align: center;
    float: none;
    margin: 0 auto;
    height: 100px;
}

#home .heading h1{
    color: #c1854c;
}

#refresh-btn{
    margin-top: 5px;
}

/* activity*/
.subAct{
    display: inline-block;
}

.wrapper {
    margin-top: 10px;
    text-align: center;
}

table
{
    border-collapse: collapse;
}
td
{
    border: 3px solid #c1854c;
    text-align: center;
}

.titleActivity{
    font-size: 23;
}

#activity {
    background: white;
}
 
.heading h2{
    margin-top: 5px;
    color: #c1854c;
    text-transform: uppercase;
}

.marque{
    max-width: 150px;
}

.hide{
    display: none;
}

.box{
    text-align:center;
}

.box-title{
    color: #c1854c;
}

/*plan*/

.sub{
    border-radius: 10px;
    margin: 10px;
    min-width: 150px;
}

#add{
    margin-bottom: 30px;
}

#sauvegarde{
    color: black;
    text-decoration: none;
}


#plan-input, #illustration-input, #vita-plan-input,
#histoire-plan-input, #evenements-plan-input, #foret-global-audio-input-fr, #foret-global-audio-input-de, #foret-global-audio-input-en
{
    margin-left: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 15px;
    width: 500px;
    padding-left: 10px;
}

#plan-foret-global, #plan-form, #vita-form, #patrimoine-form, #art-form, #histoire-form, #evenements-form, #formforet-global, #form-audiodesc{
    color: #c1854c;
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
    text-transform: uppercase;
}

#plan, #art{
    background: #fff;
}

#plan .heading h2, #art .heading h2{
    color: #c1854c;
    text-align: center;
}

/* NavBAR*/

.navbar{
    background-color: #c1854c;
    font-size: 12px;
    border-bottom: 1px solid white;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

#navback{
    background-color: #c1854c;
    width: 100%;
    position: fixed;
    min-height: 150px;
    top: 0;
}


.nav-pills .nav-link{
    color: white!important;
    border-style: none;
    margin: 5px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover{
    color: #c1854c!important;
    background-color: white!important;
} 

.navbar-toggler{
    color: white!important;
    border-style: none;
}

input[type=file]{
    margin-top: 20px;
    padding-bottom: 0;
}

h5{
    margin-top: 80px;
}


/*footer*/

footer{
    background-color: #c1854c;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    text-align:center;
}


#myBar > ul > li > a{
    padding: 10px 50px;
}

