/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(218,51,72,0.7);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgb(218,51,72);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: rgb(255,255,255);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(218,51,72,0.7);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

.paragraphe_apropos{
    text-align: justify !important;
    font-size: 1.3em;
}

.legende_photo{
    margin-top: 10px;
    font-size: 1.4em !important;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Tarifs */

.bg-rosa {
    background-color: rgba(218,51,72,0.7) !important;
}

.fa-paw, .fa-car, .fa-home, .fa-female {
    color: rgba(218,51,72,0.7) !important;
}

.btn-rosa {
    color: white;
}

.fd a:link,
.fd a:visited{
    color: white;
}

.fd a:hover{
    text-decoration: underline;
}

.fd_more a:link,
.fd_more a:visited{
    color: white;
    text-decoration: underline;
}

.fd_more a:hover{
    color: #337ab7;
}

.vignette_garde{
    width: 150px;
}

.prix_total{
    color: #337ab7;
}


/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}


/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Avis */
.texte_avis
{
    margin-top: 20px;
    text-align: center;
}

.btn-avis
{
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fond_avis
{
    background-color: white;
    border: 1px solid rgba(218,51,72,0.7);
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 10px;
}

.starss
{
    width: 40px;
}

.title_avis
{
    margin-right: 10px;
}

.commentaire_avis,
.signature_avis
{
    margin-top: 20px;
    color: black;
}

.paraphe
{
    color: black !important;
    font-weight: bold !important;
    text-shadow: none !important;
}

.star-empty,
.star-fulled_service,
.star-fulled_qualite,
.star-fulled_prix
{
    width: 30px;
}

.rate_avis
{
    font-size: 1.5em;
}

.article-miniature
{
    width: 110%;
}

.article-miniature-mini
{
    width: 30%;
}

/* Admin */

.btn-subscription,
.generatedCode 
{
    margin-bottom: 20px;
}

.generatedCode {
    font-size: 1.4em;
}

.text-black {
    color: black !important;
}

.table-responsive {
    background-color: white;
}

.calendrier_admin_admin
{
    border-top: 2px white solid;
    padding-top: 10px;
    border-bottom: 2px white solid;
}

.calendrier_admin
{
    padding-bottom: 10px;
    border-bottom: 2px white solid;
}

/* Footer */

footer {
    padding: 30px 0;
    color: white;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.list-unstyled a:link {
    color: white;
}

.logo_animaute{
    width: 100px;
    margin-top: -20px;
}

#FCS_623r9xewpcm2q1943qs39nsfp9dlh7h1_divCou
{
    visibility: hidden;
}

.chocolat_amour
{
    width: 50%;
}

.modal-body p
{
    text-align: justify;
}

.img_slider
{
    width: 100%;
    height: 400%;
    margin-bottom: 20px;
}

.table_codes
{
    margin: 0 auto;
}

#generatedCode
{
    margin-bottom: 20px;
}

.connexion_btn
{
    margin-bottom: 40px;
}

.underline
{
    text-decoration: underline;
    font-weight: bold;
}

.important_red_text
{
    font-size: 1.2em;
    color: black !important;
    text-align: justify;
}

/* MOBILE PHONE */
@media screen and (min-width: 0px) and (max-width: 770px) {
    
    #slideshow { 
        min-height: 600px;
    }

    .commentaire_avis h3 {
        font-size: 1.3em;
    }

    .fond_avis
    {
        margin-bottom: 10px;
    }

    .margin-30
    {
        margin-bottom: 30px;
    }
    
}

