@font-face {
	font-family: 'PaysonWF';
	font-style: italic;
	src: url('../fonts/PaysonWF-Italic.ttf') format('truetype')
}
@font-face {
	font-family: 'PaysonWF';
	font-weight: 400;
	src: url('../fonts/PaysonWF-Regular.ttf') format('truetype')
}
@font-face {
	font-family: 'PaysonWF-thin';
	font-weight: 100;
	src: url('../fonts/PaysonWF-Regular.ttf') format('truetype')
}
html,
body {
	font-family: 'PaysonWF', sans-serif;
	height: 100%;
	table-layout: fixed;
	scroll-behavior: smooth;
}
body {
	margin-top: 100px;
	left: 0px;
	font-size: 15px;
	line-height: 1.50;
	color: #000;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}
.header {
	width: 100%; 
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1);
	padding: 2px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
	position: fixed;
	z-index: 1000;
}

.logoRight {
	margin: auto;
	width: 150px;
	height: 97px;
	background: url(../img/logoSailor.png) no-repeat center center;
}

.logoCenter {
	margin: auto;
	width: 300px;
	height: 150px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
}

.logoLeft {
	margin: auto;
	width: 150px;
	height: 97px;
	background: url(../img/logoSailor.png) no-repeat center center;

}

.win {
	margin:0;
    padding:0;
	width: 100%;
	height: 100vh;
	background: url(../img/img-win.png) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}

.bgbar {
	margin:0;
    padding:0;
	width: 100%;
	height: 100vh;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.bg-glace {
	margin:0;
    padding:0;
	width: 100%;
	height: 1200px;
	background: url(../img/JerryGinger.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.textA {
	text-align: center;
	margin: auto;
	width: 550px;
	height: 70px;
}

.test {
	border: 1px solid #000;
}


.canette-1 {
	margin: auto;
	width: 275px;
	height: 425px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 275px 344px;
	
}
.canette-2 {
	margin: auto;
	width: 275px;
	height: 425px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 275px 344px;
	
}

.canette-3 {
	margin: auto;
	width: 275px;
	height: 425px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 275px 344px;
	
}

.canette-4 {
	margin: auto;
	width: 275px;
	height: 425px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 275px 344px;
	
}

.menu-1 {
	margin: auto;
	padding-top: 20px;
	vertical-align: middle;
	height:80px;
	text-align: center;
	background-color: #000;
	font-size: 2em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 20px;
	vertical-align: middle;
	height:80px;
	text-align: center;
	background-color: #000;
	font-size: 2em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 20px;
	vertical-align: middle;
	height:80px;
	text-align: center;
	background-color: #000;
	font-size: 2em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-vide {
	height: 20px;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.transparent {
  position: absolute;
  display: block;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	z-index:1;

}

@supports (-webkit-touch-callout: none) {
#wrapper {
    background: url('../img/bg1.jpg') center top no-repeat scroll;
    background-size: auto 100vh;
}    
}

hr {
    border: none;
    border-top: 3px double #333;
    color: #000;
    overflow: visible;
    text-align: center;
    height: 5px;
}
a.button {
  font-size: 1.1em;
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a.button:link {
  color: #f8eedb;
  outline: none;
  text-decoration: none;
}

a.button:visited {
  color: #f8eedb;
  outline: none;
  text-decoration: none;
}

a.button:focus {
  color: #f8eedb;
  outline: none;
  text-decoration: none;
}

a.button:hover {
  color: #f8eedb;
  outline: none;
  text-decoration: none;
}

a.button:active {
  color: #f8eedb;
  outline: none;
  text-decoration: none;
}

a.ablack {
  font-size: 1em;
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}


a.ablack:link {
  color: #000;
  outline: none;
  text-decoration: none;
}

a.ablack:visited {
  color: #000;
  outline: none;
  text-decoration: none;
}

a.ablack:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

a.ablack:hover {
  color: #000;
  outline: none;
  text-decoration: none;
}

a.ablack:active {
  color: #000;
  outline: none;
  text-decoration: none;
}

.powered {
  font-size: 0.8em;
  color: #000;
  text-align: center;
}

.titleCannette {
	margin: auto;
	width: 200px;
	height: 50px;
	padding-top: 9px;
	background-color: #000;
	color: #FFF;
}

.titleCannette3 {
	margin: auto;
	width: 270px;
	height: 50px;
	padding-top: 9px;
	background-color: #000;
	color: #FFF;
}

.divButton {
display: inline-block;
background: url('../img/brush.png') no-repeat center center;
width: 300px;
height: 74px;
vertical-align: middle;
line-height: 74px;
margin: auto;
}

.page {
	width: 100%;
	height: 100%;
}

.disclaim {
	font-size:2em;
}

.divWin {
		padding: 30px;
}
.logoSailorWin {
	margin: auto;
	width: 375px;
	height: 373px;
	background: transparent url(../img/win.png) no-repeat center;

}
.textWin {
	font-weight: bold;
	text-align: center;
	margin: center;
	font-size: 1.7em;
}


.divlogo {
		padding: 30px;
}
.logoSailor {
	margin: auto;
	width: 250px;
	height: 250px;
	background: transparent url(../img/logo.png) no-repeat center;

}

.divCocktails {
	text-align: center;
	margin: auto;
	width: 550px;
	height: 350px;
}

.cocktails {
	padding: 10px;
	margin: auto;
	font-size: 2em;
	font-weight: bold;
	
	
}
.Title {
	margin: auto;
	font-size: 2em;
	font-weight: 600;
}
.Title2 {
	margin: auto;
	font-size: 2em;
	font-weight: 600;
}

.pdisclaimer {
	text-align: center;
	font-weight: 600;
	
}
.divparaph {
		padding: 15px;
	
}
.paragraphe {
  font-size: 1.1em;
	font-weight: 500;
	margin: auto;
	width: 450px;
	text-align: justify;
	
}

.blockCanette {
	margin-top: -40px;
	
}
.Canette-1 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette1-0.png) no-repeat center;
	background-size: 275px 344px;
	
}
.Canette-2 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette2-0.png) no-repeat center;
	background-size: 275px 344px;
}
.Canette-3 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette3-0.png) no-repeat center;
	background-size: 275px 344px;

}
.Canette-4 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette4-0.png) no-repeat center;
	background-size: 275px 344px;
}

.divCanette {
	text-align: center;	
	margin: auto;
	margin-top: -20px;
	width: 550px;
	height: 90px;	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 450px;
	
}

.Cocktail1 {
	width: 550px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 550px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 550px;
	margin: auto;
	text-align: center;
}
.Cocktail4 {
	width: 550px;
	margin: auto;
	text-align: center;
}
ul{
    list-style: none;
}

.border-rounded {
	border: 1px solid #d4d2c6;
	border-radius: 10px;
	
}

.ingredient {
  font-size: 1.1em;
}

.space {
	height: 25px;
	width: 100%;
	
}
.recette {
	display: inline-block;
	margin: auto;
}

.center {
	margin: auto;
	padding : auto;
	text-align: center;
}
.vignette1 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/s-l500-x1.jpg) no-repeat center;
	text-align: center;
}
.titleVignette {
	display: inline-block;
	padding: 5px;
	margin: auto;
	margin-top: 112px;
	background-color: #000;
	color: #FFF;
	font-size: 1em;	
}
.vignette2 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette2-x1.jpg) no-repeat center;
	text-align: center;
}
.vignette3 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette3-x1.jpg) no-repeat center;
	text-align: center;
}
.vignette4 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette4-x1.png) no-repeat center;
	text-align: center;
}

.link-vignette, .link-vignette:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
	
}
.buySaylorJerry {
	margin: 10px auto;
	text-align: center;
	color: #000;
}
.buySaylor {
	font-size: 1em;
	text-align: justify, center;
	color: #000;
	text-justify: inter-character;
	
}
.btn-buy {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	padding-top: 15px;
	width: 275px;
	height: 60px;
	font-size: 1.2em;
	
}
.btn-buy-link, .btn-buy-link:hover {
	display: inline-block;
	color: #000;
	width: 100%;
	height: 100%;
	text-decoration:none;
	
}
.container-asterix {
	display: inline-block;
	margin: auto;
	width: 260px;
}
.asterix {
	padding-right: 5px;
	float: left;
	display: inline-block;
	font-style: italic;
	font-size: 0.9em;
	width: 230px;
	
}
.container-menu {
	margin: 0;
	padding: 0;
	float: left;
}
.menuDiv {
  width: 23px;
  height: 2px;
  background-color: black;
  margin: 3px 0;
}
.divlogo-ile {
	margin: auto;
	display: inline-block;
	width: 100%;
}
.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 279px;
	width: 1200px;
	background: transparent url(../img/flashIsland.png) no-repeat center center;
}

.disclaimer {
	width: 400px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 100px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
@media (max-width:430px){
body {
	margin-top: 80px;
	left: 0px;
	font-size: 15px;
	line-height: 1.50;
	color: #000;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}	
.win {
	margin:0;
    padding:0;
	width: 100%;
	height: 240px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}	
	
	
.bgbar {
	margin:0;
    padding:0;
	width: 100%;
	height: 300px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}

.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 200px;
	height: 100px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 200px 100px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}

.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.divTitle {
	max-width: 400px;
}

.textA {
	max-width: 400px;
}

.Title {
	font-size: 1.6em;
	font-weight: 400;
}

.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.menu-1 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}


.Title2 {
	font-size: 1.5em;
	font-weight: 600;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 400px;
	height: 350px;
	
}
.bg-glace {
	margin:0;
    padding:0;
	width: 100%;
	height: 470px;
	background: url(../img/JerryGinger-x3.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 400px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 400px;
	
}
.recette {
	display: inline-block;
	margin: auto;
	max-width: 400px;
}

.divCanette {
	margin: auto;
	margin-top : -40px;
	width: 400px;
	height: 90px;
	
}
.Cocktail1 {
	width: 400px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 400px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 400px;
	margin: auto;
	text-align: center;
}
.Cocktail4 {
	width: 400px;
	margin: auto;
	text-align: center;
}
.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 107px;
	width: 100%;
	background: transparent url(../img/flashIsland-x3.png) no-repeat center;
}

.pdisclaimer {
	
	text-align: center;
	font-weight: 600;
	
}	
.containerDisclaimer {
	max-width: 400px;
	padding: 15px;
}
}



@media (max-width:429px){
body {
	margin-top: 80px;
	left: 0px;
	font-size: 15px;
	line-height: 1.50;
	color: #000;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}	
.win {
	margin:0;
    padding:0;
	width: 100%;
	height: 240px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}	
	
	
.bgbar {
	margin:0;
    padding:0;
	width: 100%;
	height: 300px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}

.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 200px;
	height: 100px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 200px 100px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}
.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.divTitle {
	max-width: 400px;
}

.textA {
	max-width: 400px;
}

.Title {
	font-size: 1.5em;
	font-weight: 600;
}

.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.menu-1 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}


.Title2 {
	font-size: 1.5em;
	font-weight: 600;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 400px;
	height: 350px;
	
}
.bg-glace {
	margin:0;
    padding:0;
	width: 100%;
	height: 470px;
	background: url(../img/JerryGinger-x3.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 400px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 400px;
	
}
.recette {
	display: inline-block;
	margin: auto;
	max-width: 400px;
}

.divCanette {
	margin: auto;
	margin-top : -40px;
	width: 400px;
	height: 90px;
	
}
.Cocktail1 {
	width: 400px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 400px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 400px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 400px;
	margin: auto;
	text-align: center;
}
.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 107px;
	width: 100%;
	background: transparent url(../img/flashIsland-x2.png) no-repeat center;
}

.pdisclaimer {
	
	text-align: center;
	font-weight: 600;
	
}	
.containerDisclaimer {
	max-width: 400px;
	padding: 15px;
}
}

@media (max-width:415px){
body {
	margin-top: 104px;
	left: 0px;
	font-size: 15px;
	line-height: 1.50;
	color: #000;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}	
.win {
	margin:0;
	padding-top: 30px;
    padding:0;
	width: 100%;
	height: 230px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}

.bgbar {
	margin:0;
	margin-top: -10px;
    padding:0;
	width: 100%;
	height: 280px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 200px;
	height: 100px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 200px 100px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}
.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.divTitle {
	max-width: 350px;
}
.textA {
	max-width: 390px;
}

.Title {
	font-size: 1.5em;
	font-weight: 100;
}

.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.Title2 {
	font-size: 1.5em;
	font-weight: 600;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 395px;
	height: 350px;
	
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 350px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 350px;
	
}
.recette {
	display: inline-block;
	margin: auto;
	max-width: 395px;
}


.divCanette {
	margin: auto;
	margin-top : -40px;
	width: 350px;
	height: 90px;
	
}
.Cocktail1 {
	width: 395px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 395px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 395px;
	margin: auto;
	text-align: center;
}


.pdisclaimer {
	
	text-align: center;
	font-weight: 600;
	
}

.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 97px;
	width: 100%;
	background: transparent url(../img/flashIsland-x4.png) no-repeat center;
}
	
.containerDisclaimer {
	max-width: 395px;
	padding: 15px;
}
}

/* iPhone 15 */

@media (max-width:393px){
.win {
	margin:0;
    padding:0;
	width: 100%;
	height: 217px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}

.bgbar {
	margin:0px;
    padding:0px;
	padding-top: -5px;
	height: 260px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 200px;
	height: 100px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 200px 100px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}
.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.divTitle {
	max-width: 350px;
}
.textA {
	max-width: 370px;
}
.Title {
	font-size: 1.5em;
	font-weight: 100;
}
.menu-1 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}


.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.Title2 {
	font-size: 1.5em;
	font-weight: 600;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 350px;
	height: 350px;
	
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 350px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 350px;
	
}
.recette {
	display: inline-block;
	margin: auto;
	max-width: 375px;
}

.divCanette {
	margin: auto;
	margin-top : -40px;
	width: 350px;
	height: 90px;
	
}
.Cocktail1 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 350px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 350px;
	margin: auto;
	text-align: center;
}
.Cocktail4 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.pdisclaimer {
	
	text-align: center;
	font-weight: 600;
	
}	
.containerDisclaimer {
	max-width: 395px;
	padding: 15px;
}
}



@media (max-width:394px){
.win {
	margin:0;
    padding:0;
	width: 100%;
	height: 217px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}

.bgbar {
	margin:0px;
    padding:0px;
	height: 260px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 200px;
	height: 100px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 200px 100px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}
.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.divTitle {
	max-width: 350px;
}
.textA {
	max-width: 370px;
}
.Title {
	font-size: 1.5em;
	font-weight: 100;
}
.menu-1 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}


.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.Title2 {
	font-size: 1.5em;
	font-weight: 600;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 350px;
	height: 350px;
	
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 350px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 350px;
	
}
.recette {
	display: inline-block;
	margin: auto;
	max-width: 375px;
}

.divCanette {
	margin: auto;
	margin-top : -40px;
	width: 350px;
	height: 90px;
	
}
.Cocktail1 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 350px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 350px;
	margin: auto;
	text-align: center;
}
.Cocktail4 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.pdisclaimer {
	
	text-align: center;
	font-weight: 600;
	
}	
.containerDisclaimer {
	max-width: 395px;
	padding: 15px;
}
}


@media (max-width:376px){
body {
	margin-top: 90px;
	left: 0px;
	font-size: 15px;
	line-height: 1.50;
	color: #000;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}
	
.win {
	margin:0;
    padding:0;
	margin-bottom: 12px;
	width: 100%;
	height: 200px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.textA {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 360px;
	height: 70px;
}

.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 175px;
	height: 88px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 175px 88px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}
.bgbar {
	margin:0;
    padding:0;
	width: 100%;
	height: 250px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.blockCanette {
	max-width: 375px;
}
.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.menu-1 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-vide {
	height: 10px;
}
.bg-glace {
	margin:0;
    padding:0;
	width: 100%;
	height: 470px;
	background: url(../img/JerryGinger-x3.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}
.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}

.Title {
	display: inline-block;
	margin: auto;
	width: 350px;
	font-size: 1.4em;
	font-weight: 100;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 350px;
	height: 350px;
	border: 0px solid #000;
	
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 330px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 350px;
	
}
.Canette-1 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette1-0.png) no-repeat center;
	background-size: 275px 344px;
}
.Canette-2 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette2-0.png) no-repeat center;
	background-size: 275px 344px;
}
.Canette-3 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette3-0.png) no-repeat center;
	background-size: 275px 344px;
}

.Canette-4 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette4-0.png) no-repeat center;
	background-size: 275px 344px;
}

.divCanette {
	text-align: center;
	margin-top : -40px;
	width: 350px;
	height: 90px;
	
}
.Cocktail1 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 350px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.Cocktail4 {
	width: 350px;
	margin: auto;
	text-align: center;
}
.recette {
	display: inline-block;
	margin: auto;
	max-width: 330px;
}
.vignette1 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/s-l500-x1.jpg) no-repeat center;
	text-align: center;
}
.titleVignette {
	display: inline-block;
	padding: 5px;
	margin: auto;
	margin-top: 112px;
	background-color: #000;
	color: #FFF;
	font-size: 1em;	
}
.vignette2 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette2-x1.jpg) no-repeat center;
	text-align: center;
}
.vignette3 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette3-x1.jpg) no-repeat center;
	text-align: center;
}
.vignette4 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette4-x1.png) no-repeat center;
	text-align: center;
}

.link-vignette, .link-vignette:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
	
}
.buySaylorJerry {
	margin: 10px auto;
	text-align: center;
	color: #000;
}
.buySaylor {
	font-size: 1em;
	text-align: justify;
	color: #000;
	text-justify: inter-character;
	
}
.btn-buy {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	padding-top: 20px;
	width: 275px;
	height: 60px;
	font-size: 1.2em;
	
}
.btn-buy-link, .btn-buy-link:hover {
	display: inline-block;
	color: #000;
	width: 100%;
	height: 100%;
	text-decoration:none;
	
}
.container-asterix {
	display: inline-block;
	margin: auto;
	width: 260px;
}
.asterix {
	float: left;
	display: inline-block;
	font-style: italic;
	font-size: 0.9em;
	width: 230px;
	
}
.container-menu {
	margin: 0;
	padding: 0;
	float: left;
}
.menuDiv {
  width: 23px;
  height: 2px;
  background-color: black;
  margin: 3px 0;
}
.divlogo-ile {
	display: inline-block;
	width: 100%;	
}
.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 87px;
	width: 365px;
	background: transparent url(../img/flashIsland-x1.png) no-repeat center;
}

.containerDisclaimer {
	max-width: 356px;
	
}
}
@media (max-width:376px){
	.bgbar {
	margin-top: -15px;
}
	
.textA {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 340px;
	height: 70px;
}
.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 320px;
	
}
.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 87px;
	width: 360px;
	background: transparent url(../img/flashIsland-x1.png) no-repeat center;
}
}

/* iPhone 5/SE */
@media (max-width:320px){
body {
	margin-top: 90px;
	left: 0px;
	font-size: 15px;
	line-height: 1.50;
	color: #000;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}
	
.win {
	margin:0;
    padding:0;
	width: 100%;
	height: 170px;
	background: url(../img/img-win-x1.png) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.textA {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 300px;
	height: 70px;
}

.logoRight {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;
}

.logoCenter {
	margin: auto;
	width: 175px;
	height: 88px;
	background: url(../img/logo_sailor_can_White01.png) no-repeat center center;
	background-size: 175px 88px;
}

.logoLeft {
	margin: auto;
	width: 50px;
	height: 33px;
	background: url(../img/logoSailor.png) no-repeat center center;
	background-size: 50px 33px;

}
.bgbar {
	margin:0;
    padding:0;
	width: 100%;
	height: 220px;
	background: url(../img/bgbar.jpg) no-repeat center;
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size: contain; /* version standardisée */
}
.blockCanette {
	max-width: 320px;
}
.canette-1 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette1-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.canette-2 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette2-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-3 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette3-0.png) no-repeat center center;
	background-size: 150px 188px;
}

.canette-4 {
	margin: auto;
	width: 150px;
	height: 188px;
	background: url(../img/Canette4-0.png) no-repeat center center;
	background-size: 150px 188px;
}
.menu-1 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu1, .a-menu1:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-2 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu2, .a-menu2:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-3 {
	margin: auto;
	padding-top: 15px;
	vertical-align: middle;
	height:50px;
	text-align: center;
	background-color: #000;
	font-size: 1em;
	color: #FFF;
}
.a-menu3, .a-menu3:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
.menu-vide {
	height: 10px;
}
.bg-glace {
	margin:0;
    padding:0;
	width: 100%;
	height: 370px;
	background: url(../img/JerryGinger-x3.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}
.disclaimer {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: rgba(35,31,32,0.4);
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}

.Title {
	display: inline-block;
	margin: auto;
	width: 300px;
	font-size: 1.2em;
	font-weight: 100;
}
.divCocktails {
	text-align: center;
	margin: auto;
	width: 300px;
	height: 350px;
	border: 0px solid #000;
	
}

.paragraphe {
	font-weight: 500 ;
	margin: auto;
	width: 300px;
	
}
.paragraphe2 {
	font-weight: 500;
	margin-top: -60px;
	width: 350px;
	
}
.Canette-1 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette1-0.png) no-repeat center;
	background-size: 275px 344px;
}
.Canette-2 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette2-0.png) no-repeat center;
	background-size: 275px 344px;
}
.Canette-3 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette3-0.png) no-repeat center;
	background-size: 275px 344px;
}

.Canette-4 {
	margin: auto;
	margin-top: -20px;
	width: 275px;
	height: 425px;
	background: transparent url(../img/Canette4-0.png) no-repeat center;
	background-size: 275px 344px;
}
.divCanette {
	text-align: center;
	margin-top : -40px;
	width: 300px;
	height: 90px;
	
}
.Cocktail1 {
	width: 300px;
	margin: auto;
	text-align: center;
}

.Cocktail2 {
	width: 300px;
	margin: auto;
	text-align: center;
}
.Cocktail3 {
	width: 300px;
	margin: auto;
	text-align: center;
}
.Cocktail4 {
	width: 350px;
	margin: auto;
	text-align: center;
}

.recette {
	display: inline-block;
	margin: auto;
	max-width: 300px;
}
.vignette1 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/s-l500-x1.jpg) no-repeat center;
	text-align: center;
}
.titleVignette {
	display: inline-block;
	padding: 5px;
	margin: auto;
	margin-top: 112px;
	background-color: #000;
	color: #FFF;
	font-size: 0.8em;	
}
.vignette2 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette2-x1.jpg) no-repeat center;
	text-align: center;
}
.vignette3 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette3-x1.jpg) no-repeat center;
	text-align: center;
}
.vignette4 {
	padding:0px;
	margin: 10px;
	display: inline-block;
	width: 250px;
	height: 250px;
	background: transparent url(../img/vignette4-x1.png) no-repeat center;
	text-align: center;
}

.link-vignette, .link-vignette:hover {
	display: inline-block;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration:none;
	
}
.buySaylorJerry {
	margin: 10px auto;
	text-align: center;
	color: #000;
}
.buySaylor {
	font-size: 1em;
	text-align: justify;
	color: #000;
	text-justify: inter-character;
	
}
.btn-buy {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	padding-top: 20px;
	width: 255px;
	height: 60px;
	font-size: 1.2em;
	
}
.btn-buy-link, .btn-buy-link:hover {
	display: inline-block;
	color: #000;
	width: 100%;
	height: 100%;
	text-decoration:none;
	
}
.container-asterix {
	display: inline-block;
	margin: auto;
	width: 290px;
}
.asterix {
	float: left;
	display: inline-block;
	font-style: italic;
	font-size: 0.9em;
	width: 230px;
	
}
.container-menu {
	margin: 0;
	padding: 0;
	float: left;
}
.menuDiv {
  width: 23px;
  height: 2px;
  background-color: black;
  margin: 3px 0;
}
.divlogo-ile {
	display: inline-block;
	width: 100%;	
}
.ileSaylorJerry {
	padding:0;
	margin: 0;
	height: 87px;
	width: 320px;
	background: transparent url(../img/flashIsland-x1.png) no-repeat center;
}

.containerDisclaimer {
	max-width: 310px;
	
}
}
