body{
	background:#1d1d1d;
}
header img{
	height: auto !important;
}
.boutons{
	margin-bottom: -52px;
	color:#fff;
	font-weight: bold;
	font-family: 'Roboto Condensed';
}
.boutons a{
	color:#000;
	font-size: 20px;
	margin-top: 10px;
	display: inline-block;
}
.boutons .goevect{
	text-align: right;
}
.boutons .goevect img{
	width: 75px;
}
header img{
	width:100%;
}
.shop a{
	color:#fff;
}
.intro{
	width: 90%;
	margin-left: 5%;
	background:#e3e4e5;
	color:#000;
	padding: 15px;
	margin-top: -75px;
	position: relative;
	z-index: 3;
}
.intro h1{
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.intro p{
	font-family: 'Roboto';
	font-size: 15px;
	text-align: center;
	line-height: 22px;
}
.intro p a,
.intro p b{
	color:#8c1010;
}

#socialshare{
	margin-left: 0;
	margin-right: 0;
}
#socialshare>.col-4{
  padding-left: 2px;
  padding-right: 3px;
}
#socialshare .share{
  width: 100%;
  display: block;
  color:#fff;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  background:red;
  opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#socialshare .share:hover{
  text-decoration:none;
  opacity: 0.7;
}
#socialshare .share.fb{
  background: rgb(59,89,152);
  background: linear-gradient(90deg, rgba(59,89,152,1) 0%, rgba(109,132,180,1) 100%);
}
#socialshare .share.tw{
  background: rgb(29,161,242);
  background: linear-gradient(90deg, rgba(29,161,242,1) 0%, rgba(99,191,247,1) 100%);
}
#socialshare .share.mail{
  background: rgb(221,75,57);
  background: linear-gradient(90deg, rgba(221,75,57,1) 0%, rgba(236,93,75,1) 100%);
}
#socialshare .share.whatsapp{
  background: #25d366;
  background: linear-gradient(90deg, rgba(37,207,67,1) 0%, rgba(97,253,125,1) 100%);
}



.titre{
    font-size: 18px;
    color: #fff;
    background: rgb(214,20,46);
    background: linear-gradient(90deg, rgba(214,20,46,1) 0%, rgba(140,16,16,1) 100%);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px auto 0;
    text-align: center;
    line-height: 30px;
}
.titre i{
	padding-left: 5px;
	padding-right: 5px;
}

.vote{
	margin-left: 0;
	margin-right: 0;
}
.vote .unvote{
    margin: 15px auto 5px;
	max-width: 200px;
}
.vote .img{
	position: relative;
}
.vote .img .shadow{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:url(../img/shadow.png) bottom center;
	background-repeat: repeat-x;
}
.vote .img .nom{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding:10px;
	font-weight: bold;
	font-family: 'Roboto';
	font-size: 18px;
	z-index: 4;
    line-height: 18px;
	color:#fff;
}
.vote .bouton{
    margin: 10px auto 0;
    color: #fff;
    max-width: 135px;
    background: grey;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
	font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}
.vote .bouton i{
    font-size: 12px;
    margin-right: 5px;
}
.vote .bouton.select{
    background: rgb(214,20,46);
    background: linear-gradient(90deg, rgba(214,20,46,1) 0%, rgba(140,16,16,1) 100%);
}

.maselection{
}
.intitule {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.maselection .choix {
    color: #d6142e;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -10px;
}
form .btns{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
}