﻿* {
	margin:0;
	padding:0;
}
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: url(https://www.revolver1873.fr/images/siteBackground.jpg) repeat;
	color: #777777;
	text-shadow: 0px 0px, 1px 1px #ffffff;
}
a {
	color:#0088d0;
	text-decoration:underline;
}
p {
	line-height:140%;	
}
h2 {
	font-size:18px;
	color:#160000;
}
.container { 
	width: 960px;
	margin: 0 auto;
} 
header h1 {
	float:left;
	padding:75px 0 0 0;
	color:#160000;
}
header h1 a {
	font-size: 36px;
	color:#160000;
	text-decoration:none;
}
.boxes {
	background:url(https://www.revolver1873.fr/images/contentBackground.jpg) repeat;
	border:1px solid #bbbbbb;
	padding:30px;
	margin-top:15px;
}
.box {
	width:233px;
	float:left;
	padding:0 32px;
}
.box h2, .sidebar1 h2, .mainContent h2 {
	padding:20px 0;
}
.box img {
	max-width: 100%; 
	display: block; 
	border:2px solid #FFFFFF;
	box-shadow: 0px 3px 4px 0px #939393;
}
.box p {
	margin-bottom:20px;
}
.box p a {
	background:#18bbff;
	text-shadow:none;
	color:#ffffff;
	border-radius:5px;
    box-shadow: 0 3px #0695d1;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	float:right;
}
.box p a:hover {
	background:#0695d1;
	text-shadow:none;
	color:#ffffff;
	border-radius:5px;
    box-shadow: 0 3px #007fb4;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	float:right;
}
.sidebar1 {
	float: right; 
	width: 290px;
	padding:20px 0 20px 0;
}
.sidebar1 #active  a{
	background:#18bbff;
	text-shadow:none;
	color:#ffffff;
	border-radius:5px 5px 5px 5px;
    box-shadow: 0 2px #0695d1;
}
.sidebar1 li {
	list-style:none;
	padding:10px 0 10px 7px;
	background:url(https://www.revolver1873.fr/images/p.png) no-repeat left 17px;
	border-bottom:1px solid #bbbbbb;
	box-shadow: 0 1px #f2f2f2;
}
.sidebar1 li a {
	text-decoration:none;
}
.sidebar1 li a:hover {
	text-decoration:underline;
}
.mainContent { 
	margin: 0 360px 0 0;
	padding:20px 0 20px 0;
}
.mainContent img {
	max-width: 100%; 
	display: block; 
	border:2px solid #FFFFFF;
	box-shadow: 0px 3px 4px 0px #939393;
}
.mainContent ul {
	margin-left:30px;
}
.mainContent404 img {
	max-width: 100%;
	display: block;
	border:0px;
	box-shadow: 0px 0px 0px 0px
}
.mainContent #bouton  {
	text-align:center;
	font-size:20px;
	background:#18bbff;
	text-shadow:none;
	color:#ffffff;
	border-radius:20px 20px 20px 20px;
    box-shadow: 0 2px #0695d1;
	font-weight:bold;
	margin:auto;
	width: 200px
}
.mainContent #bouton  a{
	color:#ffffff;
	text-decoration:none;
}
.floatPic {
	float:left;
	margin:0 25px 10px 0;
}
footer {
	background:url(https://www.revolver1873.fr/images/dessin.gif) no-repeat 10px 25px, url(https://www.revolver1873.fr/images/contentBackground.jpg) repeat;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
} 
footer p {
	text-align:center;
	padding:30px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*tableau*/
table
{
    border-collapse: collapse;
}
td, th
{
    border: 1px solid #8C8C8C;
	padding:3px;
	text-align:center;
}
.reseaux_sociaux {
	max-width: 100%; 
	text-align:center;
	padding:10px;
}
.reseaux_sociaux img{
	border:0px;
	box-shadow: 0px 0px 0px 0px
}

/*pub*/
.pub_bas {
text-align:center;
}

.pub {
text-align:center;
}

.pub_NB {
text-align:center;
}

/*corner Ribbon*/
/*HP=green*/
.wrapper {
  margin: 50px auto;
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -8px;
}

.ribbon-green {
  font-family: bold, Georgia, "Times New Roman", Times, serif;
  color: #260505;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 0.5px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  left: -6px;
  top: 16px;
  width: 120px;
  background-color: #d64b4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c)); 
  background-image: -webkit-linear-gradient(top, #d64b4b, #ab2c2c); 
  background-image:    -moz-linear-gradient(top, #d64b4b, #ab2c2c); 
  background-image:     -ms-linear-gradient(top, #d64b4b, #ab2c2c); 
  background-image:      -o-linear-gradient(top, #d64b4b, #ab2c2c); 
  color: #871616;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  -moz-box-shadow:    0px 0px 4px rgba(0,0,0,0.5);
  box-shadow:         0px 0px 4px rgba(0,0,0,0.5);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #3d0808;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.ribbon-stitches-top {
   margin-top:0.5px;
   border-top: 1px dashed rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom {
   margin-bottom:0.5px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }
   
/*Vente=red*/
.wrapper2 {
  margin: -31px -27px;
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -8px;
}

.ribbon-red {
  font-family: bold, Georgia, "Times New Roman", Times, serif;
  color: #260505;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 0.5px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  left: -6px;
  top: 16px;
  width: 120px;
  background-color: #d64b4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c)); 
  background-image: -webkit-linear-gradient(top, #d64b4b, #ab2c2c); 
  background-image:    -moz-linear-gradient(top, #d64b4b, #ab2c2c); 
  background-image:     -ms-linear-gradient(top, #d64b4b, #ab2c2c); 
  background-image:      -o-linear-gradient(top, #d64b4b, #ab2c2c); 
  color: #871616;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  -moz-box-shadow:    0px 0px 4px rgba(0,0,0,0.5);
  box-shadow:         0px 0px 4px rgba(0,0,0,0.5);
}

.ribbon-red:before, .ribbon-red:after {
  content: "";
  border-top:   3px solid #3d0808;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before {
  left: 0;
}
.ribbon-red:after {
  right: 0;
}

.ribbon-stitches-top2 {
   margin-top:0.5px;
   border-top: 1px dashed rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom2 {
   margin-bottom:0.5px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }

/*End Corner ribbon*/
/*Bouton New: http://codepen.io/anon/pen/rdgbs */

.carre{
    background: none repeat scroll 0 0 #18bbff;
    border-radius: 5px;
    box-shadow: 0 2px #0695d1;
    color: #ffffff;
    text-shadow: none;
  float: left;
  width:65px;
  margin-right: 25px;
}
.carreHP{
    background: none repeat scroll 0 0 #18bbff;
    border-radius: 5px;
    box-shadow: 0 2px #0695d1;
    color: #ffffff;
    text-shadow: none;
    text-align: center;
    position: relative;
  width: 65px;
    left: 38%;
    margin-left: -{19}em;
}
.light{
  text-align:center;
  font-size:25px;
  color:#fff;
  letter-spacing: -3px;
  font-weight:700;
  text-transform:uppercase;
  animation:blur .95s ease-out infinite;
  text-shadow:0px 0px 5px #fff,
      0px 0px 7px #fff;
}

@keyframes blur{
  from{
      text-shadow:
	  0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
	  }
}

/*End Bouton New*/

/*sommaire*/
.toc-niv-1{margin-left:1.5em}
.toc-niv-2{margin-left:2em}

/*images page de vente*/
.imgsell {
width: 100px; 
height: 100px; 
object-fit: cover; 
float:left;
margin:0 25px 10px 0;
}
p {
clear: left;
}
/*Obfs*/
.obfs {
text-decoration: underline;
color:#0088d0;
}
.obfs:hover {
text-decoration: underline;
cursor: pointer;
color:#0088d0;
}
.obfsNB {
text-decoration: none;
color:#525252;
}
.obfsNB:hover {
cursor: pointer;
background-color:#EDEDED;
color:#034da7;
text-decoration:none;
}
.obfsv {
text-decoration: none;
color:##18BBFF;
}
.obfsv:hover {
text-decoration: none;
cursor: pointer;
color:###18BBFF;
}

/*onglets page de vente*/

#menu-tab-onglet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: url(https://www.revolver1873.fr/images/siteBackground.jpg) repeat;
	color: #777777;
	text-shadow: 0px 0px, 1px 1px #ffffff;
	}
	
#menu-tab-onglet a {
color: grey;
font-weight: normal;
font-style: normal;
text-decoration: none;
font-variant: normal;
}
#menu-tab-onglet a:hover{
color: green;

}
	
/*--------------Dimensions tableau--------------*/

#page-wrap-onglet {
	  height: auto;
	  width: 100%; 
	  margin: 10px auto;
	  
	}
	
/*--------------Onglets--------------*/

.tabs-onglet {
      position: relative;   
      min-height: 18100px; /* This part sucks */
	  height: auto;
      clear: none;
      margin: 25px 0;
    }
    .tab-onglet {
      float: left;
    }
    .tab-onglet label {
      background: url(https://www.revolver1873.fr/images/siteBackground.jpg) repeat;
      padding: 10px; 
      border: 1px solid #ccc; 
      margin-left: -1px; 
      position: relative;
      left: 1px; 
      border-radius: 10px 10px 0px 0px;
      box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
    }
    .tab-onglet [type=radio] {
      display: none;   
    }
	
/*--------------Contenu article onglet--------------*/
    .content-onglet {
      position: absolute;
      top: 28px;
      left: 0;
      background: url(https://www.revolver1873.fr/images/siteBackground.jpg) repeat;
      right: 0;
      bottom: 0;/*à enlever pour enlever l'ascenceur*/
      padding: 5px;
      border: 1px solid #ccc; 
      border-radius: 0px 10px 10px 10px;
      box-shadow:6px 6px 10px rgba(0, 0, 0, 0.41);
      overflow: hidden;
	  overflow-y: auto;
	  margin-bottom: -20px;
    }
    .content-onglet > * {
      opacity: 0;
      
      -webkit-transform: translate3d(0, 0, 0);
    
      -webkit-transform: translateX(-100%);
      -moz-transform:    translateX(-100%);
      -ms-transform:     translateX(-100%);
      -o-transform:      translateX(-100%);
      
      -webkit-transition: all 0.6s ease;
      -moz-transition:    all 0.6s ease;
      -ms-transition:     all 0.6s ease;
      -o-transition:      all 0.6s ease;
    }
	
/*-------------Onglets actifs--------------*/

    [type=radio]:checked ~ label {
      background: url(https://www.revolver1873.fr/images/contentBackground.jpg) repeat;
      border-bottom: 1px solid url(https://www.revolver1873.fr/images/siteBackground.jpg) repeat;
      z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content-onglet {
      z-index: 1;
    }
    [type=radio]:checked ~ label ~ .content-onglet > * {
      opacity: 1;
      
      -webkit-transform: translateX(0);
      -moz-transform:    translateX(0);
      -ms-transform:     translateX(0);
      -o-transform:      translateX(0);
    }
/*--------------Images--------------*/

	.content-onglet img {
	border:4px solid white;
	box-shadow:6px 6px 10px grey;
	-webkit-transition: all 0.6s ease;
      -moz-transition:    all 0.6s ease;
      -ms-transition:     all 0.6s ease;
      -o-transition:      all 0.6s ease;
	}
	
	.content-onglet img:hover {
	opacity: 0.8;
	-webkit-transform: rotate(7deg);
      -moz-transform:    translateX(0);
      -ms-transform:     translateX(0);
      -o-transform:      translateX(0);
	  
	  -webkit-transition: all 0.6s ease;
      -moz-transition:    all 0.6s ease;
      -ms-transition:     all 0.6s ease;
      -o-transition:      all 0.6s ease;
	  }

/*fin onglets page de vente*/

/* barre de progression page levée de fonds */
.progress {
    height: 20px;
    overflow: hidden;
    background-color: #F5F5F5;
}
.progress-bar {
    width: 15%;
    font-size: 20px;
	color: #FFF;
    text-align: center;
    background-color: #E14444;
}
.progress-bar-2 {
    width: 60%;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background-color: #E14444;
}
.progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-2 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 20px 20px;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 0;
    }
}

/* fin barre de progression page levée de fonds */

/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#navcontainer {
	float:right;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	/*white-space: nowrap;*/
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding:90px 0 0 1px;
	float:left;
}
#navlist a {
	padding:90px 10px 10px 10px;
	color: #444444;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
#navlist a:hover {
	background:#18bbff;
	text-shadow:none;
	color:#ffffff;
	border-radius:0 0 5px 5px;
    box-shadow: 0 3px #0695d1;
}
#navlist #active a {
	background:#18bbff;
	text-shadow:none;
	color:#ffffff;
	border-radius:0 0 5px 5px;
    box-shadow: 0 3px #0695d1;
}
/*--------------------------------------------------------------------------------------------*/
/********* end MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
.slider { 
	width:956px;
	position:relative; 
	z-index:1; 
	background:#fff; 
	margin:20px 0 80px 0;
}
.flexslider {
	margin: 0;
}
.flexslider .slides > li {
	display: none; 
	list-style:none;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block; 
	border:2px solid #FFFFFF;
	box-shadow: 0px 3px 4px 0px #939393;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
/* control Nav */
.flex-control-nav { 
	position:absolute; 
	bottom:-80px; 
	left:434px;
}
.flex-control-nav li { 
	display:block; 
	float:left; 
	margin-right:1px;
}
.flex-control-nav li a {
	display:block;
	background:url(https://www.revolver1873.fr/images/pagination.png) 0 0 no-repeat; 
	width:32px; height:33px; 
	text-indent:-5000px;
}
.flex-control-nav li a:hover,.flex-control-nav li a.active { 
	background-position:0 -33px; 
	cursor:pointer;
}
/* Slider Image Caption */
.sliderImageCaption{ 
	position:absolute; 
	color:#160000;
	text-align:center; 
	width:100%; 
	bottom:-35px;
}
/*--------------------------------------------------------------------------------------------*/
/********* end SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
/* for 980px or less */
@media screen and (max-width: 960px) {
	.container {
		width: 98%;
	}
	.mainContent {
		width: 70%;
	}
	.sidebar1 {
		width: 29%;
	}
	.slider {
		width:99.6%;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	header h1 {
    	float: left;
		padding: 5px 20px 0 0;
	}
	header h1 a {
		font-size:18px;
	}
	#navcontainer {
		float:none;
	}
	#navlist li {
		display: inline;
		float: left;
		list-style-type: none;
		padding: 17px 0 0 1px;
	}
	#navlist #active a {
		border-radius: 5px;
	}
	#navlist a:hover {
		border-radius: 5px;
	}
	#navlist a {
		font-size: 18px;
		padding: 10px 10px;
	}
	.sidebar1 {
		float:none;
	}
	.mainContent {
		margin:0;
	}
	.slider {
		margin-top:10px;
		margin:20px 0 80px 0;
	}
	.sidebar1 {
		width: 100%;
		padding:0;
	}
	.mainContent {
		width: 100%;
		padding:0;
	}
	.box {
		float:none;
		clear:both;
		border-bottom:1px solid #bbbbbb;
		box-shadow: 0 1px #f2f2f2;
		margin-bottom:30px;
		width:auto;
	}
	.box h2 {
		padding:0 0 5px 0;
	}
	.box p a  {
		float:none;
	}
	.box p a:hover  {
		float:none;
	}
	.box img {
		width:auto;
		float:left;
		margin:0 20px 10px 0;
	}
	.sliderImageCaption{ 
		position:absolute; 
		color:#160000;
		text-align:center; 
		width:100%; 
		bottom:-35px;
	}
	.flex-control-nav { 
		position:absolute; 
		bottom:-80px; 
		left:40%;
	}
	/*pub*/
	.pub {
	display: none;
	}
	.pub_NB {
	display: none;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	header h1 {
    	float: none;
		padding: 5px 20px 0 0;
	}
	#navlist li {
		display: block !important;
		list-style-type: none;
		float:none !important;
		padding-top:4px;
	}
	#navlist a {
		background: url(https://www.revolver1873.fr/images/contentBackground.jpg) repeat;
		text-shadow:none;
		border-radius:0 0 5px 5px;
		box-shadow: 0 3px #bbbbbb;
		font-size:14px;
		padding:10px 5px; 
	}
	#navcontainer { 
		width: 100%; 
	}
	#navcontainer a {
		display: block;
		width: 100%;
	}
	.slider {
		margin-top:0px;
		margin-bottom:0px;
	}
	.sidebar1 {
		width: 100%;
		padding:0;
	}
	.mainContent {
		width: 100%;
		padding:0;
	}
	.box {
		width:100%;
		clear:both;
		border-bottom:1px solid #bbbbbb;
		box-shadow: 0 1px #f2f2f2;
		padding:0;
		margin-bottom:10px;
	}
	.box p a  {
		float:none;
	}
	.box p a:hover  {
		float:none;
	}
	.box img {
		text-align:center;
		width:99%;
	}
	.sliderImageCaption {
		display:none;
	}
	.flex-control-nav { 
		position:absolute; 
		bottom:5px; 
		left:25%;
	}
	/*pub*/
	.pub {
	display: none;
	}
	.pub_NB {
	display: none;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}


/*--------------------------------------------------------------------------------------------*/
/********* end MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
