.navbar-brand{
    font-family: 'Sail', cursive;
    font-size: 30px;
}
.navbar-brand img {
    max-height: 40px;
}
.bg-light {
    background-color: #71f844!important;
}

.contact{
    max-width: 540px;
    margin:auto;
}
.acces{
    margin:auto;
}
.pied_page{
    margin:auto;
}

header .row{
    background-image: url(../images/Mascotte_du_Chavoyard.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 65vh;
    color: black
    
}

h1{
    padding: 10px;     
    padding-top: 70px;  
    font-family: 'Sail', cursive;
    text-align: center;
    
}

h2{
    text-align: center;
    font-size: medium;
}

iframe {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.carousel-item img{
   margin:auto;
   max-height: 600px;
   max-width: 80%;
   display: block;
}

#presentation span {
    color: #71f844;
    font-size: 40px;
    text-align: center;
    width: 40px;

}

#presentation table {
  border-spacing:20px 10px;
  border-collapse: separate;
}
#presentation th {
    width: 50px;
    align-items: center;
  }

p {
    text-align: left;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

#mentions p {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#acces img {
    max-width: 600px;
    margin:auto;
}

#pied_page img {
    max-width: 600px;
    margin:auto;
}

#pied_page p {
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

#contact th {
    vertical-align: top;
}

