body {
	background-image: url(../../images/black-Linen.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	min-width:320px;
}

.width95{
	width:95%;
}
.no-margin{
	margin:0;
}


.top-margin-20{
	margin-top: -20px;
}
.left-padding-0{
	padding-left:0px;
}
.top-margin20{
	margin-top:20px;
}
.top-margin10{
	margin-top:10px;
}
.margin-left10{
	margin-left:10px;
}
.bottom-margin10{
	margin-bottom: 10px;
}

.bottom-border{
	border-bottom: white 1px solid;
}
.bottom-padding10{
	padding-bottom: 10px;
}


.divCollapse{
	background-color: rgba(167,244,174,0.24);
}
.divCollapse a{
	color:white;
}

.font-montserrat {
	font-family: "Montserrat",sans-serif;
}

.img-center .img-responsive{
	margin:0 auto;
}
.img-responsive{
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-o-box-shadow: 2px 2px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

.noShadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;

}

h1 {
	color: #ffd700;
    font-family: "Montserrat",sans-serif;
    font-size: 26pt;
    font-variant: small-caps;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
h3 .alert {
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-o-box-shadow: 2px 2px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
h4 {
	color:#F6B10E;
}
.btn{
	white-space:normal !important;
    word-wrap:break-word; 
}

.footer-bottom {
    background-color: rgba(150,150,120,0.33);
	border-radius:4px;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items 
                              horizontally inside the column */
}

.right{
	right:0;
}
.border-bottom{
	border-bottom: black;
	border-bottom: solid 1px;
}

#textAccueil p {
	text-indent: 10px;
}

/*
	Pour le menu
*/
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}


@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.navbar-inverse {
	z-index: 1000;
}

.affix {
	top: 0;
	width: inherit;
}

.affix + .container-fluid {
  	padding-top: 70px;
}

.navbar {
	border: none;
	-moz-box-shadow: 2px 2px 2px #111;
	-webkit-box-shadow: 2px 2px 2px #111;
	-o-box-shadow: 2px 2px 2px #111;
	box-shadow: 1px 1px 2px #111;
	border-radius: 0px;
}


.navbar-boutique {
	min-height: 30px;
	margin-bottom:10px;
	color: #ff9c00;
}

.navbar-inverse .navbar-brand-boutique{
	font-size: 14px;
	height: 30px;
	padding: 5px;
	color: #ff9c00;	
}
.navbar-inverse .navbar-nav-boutique > li > a {
	color: #ff9c00;	
}

/*-- change navbar dropdown color --*/
.navbar-nav a{
	font-size:14px;
}

.navbar-nav-boutique a{
	font-size: 11px;
}
.navbar-nav-boutique > li > a {
	padding-bottom: 0;
	padding-top: 5px;
}

.dropdown:hover .dropdown-menu {
	/*display: block;*/
}

.dropdown-menu  {
  background-color: transparent;
}

.dropdown-menu > li > a {
  color: #fff;
  background-color: rgba(0,0,0,0.60);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.navbar-nav > li > .dropdown-menu {
	padding-top: 0;
}

/*
	Bouton reseau sociaux
*/
.btn-custom-reseau {
	background: rgba(250, 214, 97, 1); 
	background: -webkit-linear-gradient(top, rgba(250, 239, 177, 1) 0%, rgba(250, 214, 97, 1) 100%); 
	background: linear-gradient(to bottom, rgba(250, 239, 177, 1) 0%, rgba(250, 214, 97, 1) 100%); 
	border-color: rgba(250, 209, 75, 1); 
	color: rgba(51, 51, 51, 1); 
	font-size: 19px; 
	border-radius: 4px; 
	border-width: 1px;
}
.btn-custom-reseau:hover {
	background: rgba(250, 203, 73, 1); 
	background: -webkit-linear-gradient(top, rgba(245, 220, 166, 1) 0%, rgba(250, 203, 73, 1) 100%); 
	background: linear-gradient(to bottom, rgba(245, 220, 166, 1) 0%, rgba(250, 203, 73, 1) 100%); 
	border-color: rgba(252, 188, 70, 1); 
	color: rgba(51, 51, 51, 1);
}
.btn-custom-reseau:active, .btn-custom-reseau:focus {
	background: rgba(255, 191, 117, 1); 
	border-color: rgba(173, 173, 173, 1); 
	color: rgba(51, 51, 51, 1);
}

/*
	Bouton footer
*/
.btn-custom-footer {
	background: rgba(58, 150, 230, 1); 
	background: -webkit-linear-gradient(top, rgba(249, 250, 252, 1) 0%, rgba(58, 150, 230, 1) 100%); 
	background: linear-gradient(to bottom, rgba(249, 250, 252, 1) 0%, rgba(58, 150, 230, 1) 100%); 
	border-color: rgba(180, 222, 250, 1);
	color: rgba(51, 51, 51, 1); 
	font-size: 14px; 
	border-radius: 4px; 
	border-width: 1px;
}
.btn-custom-footer:hover {
	 
	background: rgba(61, 177, 255, 1); 
	background: -webkit-linear-gradient(top, rgba(178, 232, 247, 1) 0%, rgba(61, 177, 255, 1) 100%); 
	background: linear-gradient(to bottom, rgba(178, 232, 247, 1) 0%, rgba(61, 177, 255, 1) 100%); 
	border-color: rgba(171, 197, 245, 1); 
	color: rgba(51, 51, 51, 1);
}
.btn-custom-footer:active, .btn-custom-footer:focus {
	background: rgba(235, 235, 235, 1); 
	border-color: rgba(173, 173, 173, 1); 
	color: rgba(51, 51, 51, 1);
}


/*
Pour les bootbox

*/

.bootbox-body {
	color: #ff7c25;
}

/*
	Pour le caroussel
*/

.carousel-caption{
	text-shadow: 0 1px 2px rgb(0,0,0);
	font-size:18px;
}
.carousel-caption > h2 > a,.carousel-caption > span > a{
	color:yellow;
}

.borderTopBottom{
	border-bottom:1px white solid;
	border-top: 1px white solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-raised {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
          box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
  -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
       -o-transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1);
}
.btn-raised:hover,
.btn-raised:active,
.btn-raised.active,
.open > .dropdown-toggle.btn-raised {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
          box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
}
.btn-raised.disabled,
.btn-raised[disabled],
fieldset[disabled] .btn-raised {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
