.navbar>a { color: #fa4b74}

/* sub dropdown menu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Pages de résultat des votes  */

#graph {
    height: 70vh;
}

/* ESSAI */

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

@media(max-width:767px) {
    
    .btn-process-wedding {
        width: 100px;
        height: 100px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
        border-width: 2px;
        border-slyle: solid;
        border-color: #FF7BAC !important;
    }
    
    p {
        font-size: 16px;
    }

    .brand-heading {
        font-size: 36px !important;
        font-weight: 600;
        letter-spacing: -0.05em;
        color: #fff;
    }
    .intro-text {
        font-size: 16px !important;
        line-height: 30px;
        font-weight: 100;
        text-align: center;
    }

    .profile {
        padding-bottom: 25px;
    }
    .about-section {
        padding-top: 140px;
        margin-top: -150px;
        min-height: 700px !important;
    }
    .service-section {
        min-height: 650px !important;
    }
    .service-section h2 {
        padding-top: 100px !important;
    }
    .contact-left {
        padding-right: 0px !important;
        margin-top: 70px !important;
    }  
    .contact-right {
        border-left: none !important;
        padding-left: 20px !important;
        margin-top: 70px !important;
    } 
}

@media(max-width:500px) {
    
    .btn-process-wedding {
        width: 70px;
        height: 70px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
        border-width: 2px;
        border-slyle: solid;
        border-color: #FF7BAC !important;
    }
    
    .about-section {
        padding-top: 140px;
        margin-top: -150px;
        min-height: 780px !important;
    }
    .service-section {
        min-height: 690px !important;
    }
    .service-section h3 {
        padding-top: 100px;
    }
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    background: url('http://localhost:8888/cine-party/web/images/sms-party-wedding-cine.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-mariage {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    background: url('http://localhost:8888/cine-party/web/images/mariage2.jpg') no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-body a {
    font-size: 18px;
}

.brand-heading {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #fff;
}

.mariage-heading {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: white;
    text-shadow: 1px 1px 5px black
}

.intro-text {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}

@media(min-width:767px) {
    
    .btn-process-wedding {
        width: 120px;
        height: 120px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
        border-width: 2px;
        border-slyle: solid;
        border-color: #FF7BAC !important;
    }
    
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro-mariage {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 70px;
    }

    .intro-text {
        font-size: 18px;
    }
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.title {
    font-size: 14px !important;
    font-weight: 400;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b3b3b1 !important;
    margin-bottom: 2px !important;

}

.divider-grey {
    margin-left: auto;
    margin-right:auto;
    margin-top: 15px;
    width: 50px;
    border-top: 2px solid #b3b3b1;
    padding-bottom: 40px;
}

.content-section {
    padding-top: 100px;
}


.profile {
    margin-top: 5px;
    border-radius: 50%;
}

#services {
    background-color: #ffffff;
}

.service-section {
    min-height: 400px;
    width: 100%;
/*     padding: 50px 0; */
    margin-top: -150px;
    color: #666665;
    background-color: #ffffff;
}

.service-section h2 {
    margin-top: -50px;
}

.service-section h3 {
	font-weight: 400 !important;
}

.service-section p {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.description-services{
    margin-top: -20px;
}

.services p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.services h3 {
    padding-top: 25px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }
}

/* ESSAI */


.vote .brand-heading {
    color: rgba(0, 0, 0, 0.9);
}



/* changement caroussel */

.carousel-caption {
    bottom: 40px;
}

.carousel-caption-inverse {
    color: black;
}

/* changement pour la barre de menu */

.navbar-noborder {
    margin: 0px;
}

/* polices */

body {
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 51px;
    width: 100%;
    height: 100%;
    font-weight: 300;
    color: #4f535f;
    background-color: #fff;
}

/* alignement texte menu gauche */

.text-left a {
    text-align: left;
}

/* taille police menu */

nav {
    font-size: 1.4em;
}

nav.navbar {
    background-color: rgba(255, 255, 255, 0.9);
}

/* footer */

.sms-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: white;
}

.main-footer {
    margin: 0px;
}

.sms-footer-links {
    margin-top: 20px;
    padding-left: 0;
    color: #999
}

.sms-footer-links li {
    display: inline;
    padding: 0 2px
}

.sms-footer-links li:first-child {
    padding-left: 0
}

@media (min-width: 767px) {

  #midCol.affix-top {
      position:fixed;
  	  
  }
  
  #midCol.affix {
      position:static;
  }

}

@media (max-width: 767px) {
  .affix,.affix-top {
      position:static;
  }
}

.side-menu-info {
    margin-bottom: 20px;
}

.btn-wedding { 
    color: #ffffff; 
    background-color: #FF7BAC;
    border-color: #FF7BAC;
} 
 
.btn-wedding:hover, 
.btn-wedding:focus, 
.btn-wedding:active, 
.btn-wedding.active, 
.open .dropdown-toggle.btn-wedding { 
    color: #ffffff; 
    background-color: #ff629c; 
    border-color: #ff488c; 
} 
 
.btn-wedding:active, 
.btn-wedding.active, 
.open .dropdown-toggle.btn-wedding { 
    background-image: none; 
} 
 
.btn-wedding.disabled, 
.btn-wedding[disabled], 
fieldset[disabled] .btn-wedding, 
.btn-wedding.disabled:hover, 
.btn-wedding[disabled]:hover, 
fieldset[disabled] .btn-wedding:hover, 
.btn-wedding.disabled:focus, 
.btn-wedding[disabled]:focus, 
fieldset[disabled] .btn-wedding:focus, 
.btn-wedding.disabled:active, 
.btn-wedding[disabled]:active, 
fieldset[disabled] .btn-wedding:active, 
.btn-wedding.disabled.active, 
.btn-wedding[disabled].active, 
fieldset[disabled] .btn-wedding.active { 
    background-color: #FF7BAC; 
    border-color: #FF7BAC; 
} 
 
.btn-wedding .badge { 
    color: #FF7BAC; 
    background-color: #ffffff; 
}

.btn-nav-wedding { 
    color: #000000; 
    background-color: #FFFFFF; 
    border-color: #ccc; 
} 
 
.btn-nav-wedding:hover, 
.btn-nav-wedding:focus, 
.btn-nav-wedding:active, 
.btn-nav-wedding.active, 
.open .dropdown-toggle.btn-nav-wedding { 
    color: #000000; 
    background-color: #EFD8F0; 
    border-color: #ccc; 
} 
 
.btn-nav-wedding:active, 
.btn-nav-wedding.active, 
.open .dropdown-toggle.btn-nav-wedding { 
    background-image: none; 
} 
 
.btn-nav-wedding.disabled, 
.btn-nav-wedding[disabled], 
fieldset[disabled] .btn-nav-wedding, 
.btn-nav-wedding.disabled:hover, 
.btn-nav-wedding[disabled]:hover, 
fieldset[disabled] .btn-nav-wedding:hover, 
.btn-nav-wedding.disabled:focus, 
.btn-nav-wedding[disabled]:focus, 
fieldset[disabled] .btn-nav-wedding:focus, 
.btn-nav-wedding.disabled:active, 
.btn-nav-wedding[disabled]:active, 
fieldset[disabled] .btn-nav-wedding:active, 
.btn-nav-wedding.disabled.active, 
.btn-nav-wedding[disabled].active, 
fieldset[disabled] .btn-nav-wedding.active { 
    background-color: #FFFFFF; 
    border-color: #ccc; 
} 
 
.btn-nav-wedding .badge { 
    color: #FFFFFF; 
    background-color: #000000; 
}
 
.btn-nav-wedding .badge { 
    color: #FFFFFF; 
    background-color: #000000; 
}

.jumbotron-wedding {
    background-color: rgba(255, 123, 171, 0.5);
}

.well-wedding {
    background-color: rgba(255, 238, 255, 0.57);
}

.page-header-wedding {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 3px solid #FF7BAC;
}

.panel-default > .panel-heading-wedding {
  color: #333;
    background-color: rgba(189,119,191,0.3);
  border-color: #ddd;
}

.panel-cine {
  color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0.6);
  border: transparent;
  margin: 20px 0px;
}

/* PANEL WEDDING */

.panel-wedding {
  border-color: #ff629c;
}
.panel-wedding > .panel-heading {
  color: #fff;
  background-color: #ff629c;
  border-color: #ff629c;
}
.panel-wedding > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff629c;
}
.panel-wedding > .panel-heading .badge {
  color: #ff629c;
  background-color: #fff;
}
.panel-wedding > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff629c;
}

.panel-main {
  background-color: rgba(255, 255, 255, 0);
  margin: 0px;
}

.jumbotron-cine {
    background-color: rgba(25, 117, 255, 0.3);
}

.well-cine {
    background-color: rgba(170, 204, 255, 0.53);
}

.page-header-cine {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 3px solid rgba(25, 117, 255, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
}

#plop {
    text-decoration: blink;
}

.stepwizard-step p {
    margin-top: 10px;    
}



/* Process wedding */
.process-row-wedding {
    display: table-row;
}

.process-row-wedding:before {
    top: 60px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

/*
.btn-process-wedding {
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    border-width: 2px;
    border-slyle: solid;
    border-color: #FF7BAC !important;
}
*/

.text-wedding {
    color: rgba(255, 123, 171, 0.50);
}

/* popover compte utilisateur wedding */

.popover-title-success {
    background-color: rgba(123, 202, 67, 0.5);
}

.popover-title-primary {
    background-color: rgba(64, 169, 245, 0.5);
}

.popover-title-danger {
    background-color: rgba(255, 29, 37, 0.5);
}

.popover-title-warning {
    background-color: rgba(255, 147, 31, 0.5);
}

.popover-title-info {
    background-color: rgba(58, 176, 211, 0.5);
}

.popover-title-wedding {
    background-color: rgba(255, 123, 171, 0.2);
}

/* en-tête principale */
.main-header {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.02);
}

/* modification du menu utilisateur */
.main-menu {
    margin-bottom: 0;
}

/* bande */
.bande {
    position: relative;
    padding-bottom: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.bande-titre {
    font-size: 24px;
    padding-top: 40px;
}

.bande-texte {
    text-align: center;
    padding-top: 40px;
    font-size: 16px;
}

.bande-titre h1 {
    font-size: 3em;
    margin: 0px;
}

/* bande wedding */

.bande-wedding {
    text-align: center;
    background-color: rgba(255, 123, 171, 0.05);
}

#paralaxe-wedding { 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.8);
    padding: 60px 0;
}

/* bande cine */

.bande-cine {
    /*background-color: #BDCCD4;*/
    background: url('/images/gris.png');
}

#paralaxe-cine { 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.8);
    padding: 60px 0;
}

.text-cine {
    color: rgba(47, 112, 168, 0.50);
}

/* bande vote */

.text-vote {
    color: #8a6e3c;
}

/* bande social */

.bande-social {
    padding-top: 40px;
    padding-bottom: 20px;
}

/* effet sms */
.bubble {
    box-sizing: border-box;
    float: left;
    width: auto;
    max-width: 100%;
    position: relative;
    clear: both;
    
    background: #95c2fd;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
    background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
    
    border: solid 1px rgba(0,0,0,0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding: 6px 20px;
    color: #000;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    word-wrap: break-word;
}

.bubble:before, .bubble:after {
  border-radius: 20px / 5px;
  content: '';
  display: block;
  position: absolute;
}
.bubble:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0,0,0,0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}
.bubble:after {
  border: 8px solid transparent;
  border-bottom-color: #bee2ff; /* arrow color */
  bottom: 1px;
  left: -5px;
}

.bubble-alt {
  float: right;
}
.bubble-alt:before {
  left: auto;
  right: -7px;
}
.bubble-alt:after {
  left: auto;
  right: -5px;
}
 
.bubble p {
  font-size: 1.4em;
}

/* bouton de retour en haut */
.go_top{
      display: none;
      position: fixed;
      width: 90px;         /* A régler selon votre image */
      height: 90px;         /* A régler selon votre image */
      bottom: 0;         /* A régler selon votre image */
      right: 0;          /* A régler selon votre image */
      z-index: 999;
}

a.go_top {
    color: rgba(0, 0, 0, 0.5);
}