
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: #F0F3F4;    
}

section,.jumbotron,.container > p {
    padding: 10px 10px 10px 10px;
}

#content{
    margin-top: 3em;
}

#content > h3 {
    color: black;
}

.row > p {
    padding: 10px 10px 10px 10px;
}

address{
    padding: 10px 10px 10px 10px;
}

h1{
    padding: 0 0 10px 0;
    margin:0 0 0 0 ;
}

a{
    color: black;
}  

.abstract{
    margin: 0 auto;
}

.col-md-4{
    padding: 10px 10px 10px 10px;
}

.zoomer{
    display: none;
    position: absolute;
    z-index: 2;    
    font-size: 25px;
    padding-top: 30%;
    left: 20%;
    color: white;
    cursor: pointer;
}

.photo-profil{
    cursor: pointer;
    border-top-right-radius : 25px;
    border-top-left-radius: 25px;
}

.modal-photo-profil{
    position: relative;
    display: block;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 10px 10px 10px ;
}

.subtitle{
    border-bottom-right-radius : 15px;
    border-bottom-left-radius : 15px;
}

ul.nav.navbar-nav.navbar > li > a {
    display: block !important;  
}

ul.nav.navbar-nav.navbar > li > a, .navbar-brand,section.widget > header > h3{
    text-transform: capitalize;
}

.form-element-wrapper > p, .form-submit {
    text-transform: capitalize;
}

a.anchor{
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/* SOCIAL */

.twitter-color {
    background-color: #5ea9dd;
}
.facebook-color {
    background-color: #3b5999;
}

.social_icons{
    cursor: pointer;
    padding: 4px 4px 4px 4px;
}

.sante p, .alimentation p{
    color: darkslategrey;
}

.table-responsive{
    overflow-x: visible;
}

.alert{
    margin-top: 20px;
}

footer.section {
    bottom: 0;
}

/* RESPONSIVE */

@media screen and (max-width:1000px){
    .subtitle{
        min-height: 10px;
    }

    .table-responsive{
        overflow-x: visible;
    }

}

@media screen and (min-width: 200px) and (max-width: 321px) and (orientation:portrait) {

    section.widget{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 320px;
        margin-left: -32px;
    }
}

@media screen and (max-width: 641px) and (orientation:landscape) {

    section.widget{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 640px;
        margin-left: -32px;
    }
}

