/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*
possible colors
bleu turquoise : 22c4e4
violet foncé : b67ac4
violet clair : dac4e6
tronc : c74c74
turquoise clair : 49c7d2
*/

body {
    padding-top: 3rem;
    color: #5a5a5a;
    background-color: #fff;
}

.row {
    padding: 2rem 0;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
}

.row-with-bg {
    background-color: #fff;
}

.featurette-image {
    height: 20rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Carousel base class */
.infos-month .table thead th, #timetableModal .table td {
    text-align: center;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-3 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
.marketing .col-lg-3 p.p-details {
    margin-bottom: 0;
}
.marketing img {
    margin-bottom: .5em;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.last-featurette-divider {
    margin: 5rem 0 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/*
 * Blog name and description
 */

.blog-header {
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: .05rem solid #eee;
}
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}
.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}


/*
 * Main column and sidebar layout
 */
header {
    padding-top: 2rem;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 1rem;
}
.sidebar-module-inset {
    padding: 1rem;
    background-color: #fff;
    border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}


/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}
.blog-pagination > .btn {
    border-radius: 2rem;
}


/*
 * Blog posts
 */

.blog-post {
    margin-bottom: 4rem;
}
.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}
.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

#tags a.little {
    font-size: 0.75rem;
}

#tags a.normal {
    font-size: 1rem;
}

#tags a.medium {
    font-size: 1.25rem;
}

#tags a.large {
    font-size: 1.5rem;
}

.blog-img {
    padding: 0;
    margin-bottom: 2rem;
    height: 32rem;
}

.container {
    max-width: none;
}

.jumbotron {
    padding: 2rem 0 1rem 0;
    background-color: inherit;
}

/* Sign in */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Dashboard */
.dashboard {
  margin-top: 30px;
}

.form-eav {
  width: 100%;
  max-width: 1000px;
  padding: 15px;
  margin: auto;
}

.form-eav .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-eav .form-control:focus {
  z-index: 2;
}

.form-eav input[type="text"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-eav textarea {
  position: relative;
  box-sizing: border-box;
  height: 800px;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-eav textarea:focus {
  z-index: 2;
}

/* Footer */
footer {
    padding: 2rem 0 0 0;
    margin-top: 0;
}
