/* Travelling Fixe Photos Bannière */

.yadda {
  padding-top: 110px;
}

.visual:before {
  display: block;
  height: 400px;
  content: '';
}

.visual {
  -moz-box-shadow: 0 7px 18px #323131 inset, 0 -7px 18px #323131 inset;
  -webkit-box-shadow: 0 7px 18px #323131 inset, 0 -7px 18px #323131 inset;
  box-shadow: 0 7px 18px #323131 inset, 0 -7px 18px #323131 inset;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  
  background-size: cover;
  border: 10px solid #000;
}

/* changement CSS pour les mobiles concernant les bannières (assiettes, pichets etc...) */
@media screen and (max-width: 1024px) {
	.visual {
		position:relative;
		width:100%;
		padding-bottom:40%;
		height:0;
		overflow:hidden;
		background-attachment: inherit;
	}
}

/* Scrolling Nav */
@media(min-width:767px) {
    .navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


/* Aspect Miniature Photo + style Texte */

.attireBlock>.inner {
    max-width: 70em;
    padding: 6em 3em;
	margin: 0 auto 2%;
}

.attireTitleType2 {
    font-family: Lato, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3.8em;
    padding: 0;
    margin: 0 0 0.55556em;
    word-wrap: break-word;	
}


/* Bouton Menu */	

.btn_menu {
	margin-left: 100%;
	position: absolute;
	top: 0;

	color: #777;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  
	float: left;
	height: 50px;
	padding: 27px 15px;
	font-size: 18px;
	line-height: 20px;
}

#Bouton_Menu{
	width: 50px;
	height: auto;
	display: inline-block;
	border: none;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: Verdana, serif;
	font-size: 16px;
	padding: 12px 16px;
	box-shadow: inset 0 1px 1px 0 #90ADD2,0 5px 0 0 #223955,0 8px 5px 0 #B3B3B3;
	-moz-box-shadow: inset 0 1px 1px 0 #90ADD2,0 5px 0 0 #223955,0 8px 5px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 1px 0 #90ADD2,0 5px 0 0 #223955,0 8px 5px 0 #B3B3B3;
	text-shadow: 0 1px 0 #48576D;
	background-image: linear-gradient(to top, #5884BC, #395e8d);
	background-color: #4471a9;
	text-decoration: none;
}
#Bouton_Menu:hover, #Bouton_Menu:active{
	border: none;
	color: #FFF;
	box-shadow: inset 0 1px 0 0 #90ADD2,0 2px 0 0 #223955,0 4px 3px 0 #6B6B6B;
	-moz-box-shadow: inset 0 1px 0 0 #90ADD2,0 2px 0 0 #223955,0 4px 3px 0 #6B6B6B;
	-webkit-box-shadow: inset 0 1px 0 0 #90ADD2,0 2px 0 0 #223955,0 4px 3px 0 #6B6B6B;
	background-color: #395e8d;
}



/* Modif NavBar Bootstrap */	
/*Centrage du contenu de la Navbar */

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar{
	opacity: 0.9;
  
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
	-webkit-transition: 0.2s ease-in-out;
}

.navbar:hover{
  -webkit-box-shadow: 0 0 59px 0 rgba(0,0,0,0.75);
-moz-box-shadow: 0 0 59px 0 rgba(0,0,0,0.75);
box-shadow: 0 0 59px 0 rgba(0,0,0,0.75);
}

