
/* ----- PAGE ------ */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

p {
    margin: 0;
    margin-bottom: 2px;
}


/* ----- FOOTER ------ */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}



/* ---- NAVBAR ---- */

#navbarSupportedContent > ul > li.nav-item.active > a{
    color : #383398;
    font-weight: bold;
    text-decoration: underline #383398;
}

@font-face {
    font-family: 'countrysideregular';
    src: url('countryside-webfont.woff2') format('woff2'),
        url('countryside-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.navbar {
    padding: 0px;
    padding-left: 5px;
    margin-bottom : 20px;
}

.navbar-brand > .title{
    margin: 20px;
    font-family: 'countrysideregular';
    color : #373B44;
}
.bg-light {
    background-color: #73C8A9!important;
}


/* ---- CAROUSEL ---- */

#carouselAccueil{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1000px;
}
.carousel-item {
    background-color: #777;
}
.legendCarousel{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 1.25rem;
}


/* --- CONTAINER ---- */


#container{
    display: block;
    margin : auto;
    width : 80%;
    max-width: 1050px;
    padding-bottom: 15px;
}

h1 {
    font-size: 2.5em;
    color: #BD5532;
    margin-top: 20px;
}

h2 {
    font-size: 2em;
    color: #7C3721;
    margin-top: 15px;
}

h3 {
    font-size: 1.5em;
    margin-top: 10px;
}

/* --- Images ---- */

.img-text {
    margin-bottom : 40px;
    overflow:hidden;
}
.img-text > h1 {
    margin : 0;
    margin-bottom: 10px;
}

.img-text > img, .img-text > .div2img{
    width : 40%;
    max-width: 400px;
    height : 100%;
}
.div2img > img{
    width : 100%;
}
.imgfloatright{
    float : right;
    margin-left : 20px;
}
.imgfloatleft{
    float : left;
    margin-right : 20px;
}
.imgacote{
    width : 100%;
    margin : auto;
}
.imgacote > img{
    width : 49%;
}

/* --- Boxes page d'accueil ---- */

* {
    box-sizing: border-box;
}


.titreAccueil{
    margin-bottom: 15px;
    font-family: 'Pacifico', cursive;
    text-align: center;
}

.titreActualites{
    margin-top:0;
    font-family: 'Pacifico', cursive;
    color:#373B44;
}

#accueilDivPresentation {
    float: left;
    width: 45%;
}

#accueilDivEquipe {
    width: 55%;
    float: left;
    border:1px solid #7eceb2;
    padding:10px;
}

#accueilDivEquipe > img {
    margin-right:15px;
    float:left;
    width:300px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.imgAccueilActualites{
    width:300px;
}

.titreActualites{
    color : #383398;
    margin-bottom: 5px;
}

/* --- Page contact ---- */

#map_canvas {
    height: 450px;
    background: transparent url(../img/loading.gif) no-repeat center center;
}


/* --- Page admin edit ---- */
form#editactualites p {
    margin-bottom: 5px;
}
form#editactualites label {
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.errorInfo{
    color : red;
}
#iconAdd{
    margin-right: 10px;
}
#addInfo {
    background-color: #1D441F;;
    border: none;
    color: white;
    padding: 0px 5px;
    margin-top: 5px;
    border-radius: 2px;
}
#submitFormAdmin {
    margin-top:30px;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
}
#buttonSwitchPageAdmin{
    margin : 15px;
    float : right;
}
