@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* EBR : Site web 2014 */
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*################################*/
/* CSS : RUBRICS */
/*################################*/


/****************************/
/* BOUTIQUE */
/****************************/

/* Shop : global */
/*---------------------*/

.rub-shop .goToBasket small {
	font-size: 50%;
	font-weight: 400;
}
.l-grid > .l-aside2.goToBasket {
	padding-bottom: 16px;
}
.l-grid > .l-aside2.goToBasket + .l-aside2 {
	padding-top: 40px;
}

/* Shop : main list */
/*---------------------*/

.shop-mainList article {
	position: relative; 
	display: table-cell;
	width: 245px;
	padding: 0 45px 40px 0;
	vertical-align: bottom;
}
.shop-mainList article:nth-child(3) {
	width: 200px;
	padding-right: 0;
}
.shop-mainList article a {
	overflow: hidden;
	position: relative; 
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
/*.l-main .shop-mainList p.pdt-name*/
.shop-mainList .pdt-name {
	text-align: left;
}
.shop-mainList .pdt-price {
	/*position: absolute; 
	right: 0;*/
	margin-bottom: .5em;
	padding-bottom: 0;
	border-bottom: 1px dotted white;
	text-align: right;
}
.shop-mainList .overlay {
	position: absolute; 
	top: 50%; 
	left: 0;
	z-index: 1;
	width: 100%;
	height: 85%;
	padding: 25% 20px;
	background: rgba(226,0,110,0.8);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
				transition: all .25s ease-out;
}
.shop-mainList .overlay .pdt-name {
	display: inline-block;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted white;
	font-weight: 600;
	text-align: center;
}
.shop-mainList .overlay .pdt-subtitle {
	display: inline-block;
	font-size: 16px;
}
.shop-mainList article a:hover .overlay {
	top: 0; 
	opacity: 100;
}

/* Shop : product */
/*---------------------*/

.shop-product .pdt-info1, 
.shop-product .pdt-info2, 
.shop-product .pdt-info3, 
.shop-product .pdt-info4 {
	padding: 15px 0;
}
.shop-product .pdt-info3 {
	padding: 35px 0 25px 0;
}
.shop-product .pdt-info2, 
.shop-product .pdt-info3, 
.shop-product .pdt-info4 {
	border-top: 1px dotted black;
}
.shop-product .pdt-info1 {
	border-top: 1px solid #AC944E;
}
.shop-product .pdt-name, 
.shop-product .pdt-items, 
.shop-product .pdt-price, 
.shop-product .pdt-caract {
	text-transform: uppercase;
 }
.shop-product .pdt-name {
	margin-bottom: .2em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
}
.shop-product .pdt-info1 .pdt-name {
	display: inline-block;
	margin-top: -18px;
	padding-top: 10px;
	border-top: 6px solid #AC944E;
}
.shop-product .pdt-items {
	font-size: 12px;
	font-weight: 700;
}
.shop-product .pdt-price {
	font-size: 13px;
	font-weight: 900;
}
.shop-product .pdt-info1 .pdt-price {
	margin-top: 1.2em;
}
.shop-product .pdt-caract {
	font-size: 12px;
}
.shop-product .pdt-info4 p {
	font-size: 10px;
}
.media-sample.issuu div div div:nth-child(2) {
	display: none;
}

/* Shop : add to basket */
/*---------------------*/

.shop-product #form-addToBasket {
	overflow: visible;
	margin-top: 2em;
}
.shop-product label, 
.shop-product input[type=number] {
	display: inline-block;
}
.shop-product label {
	position: relative;
	width: 100%;
	padding: 0.4em 0;
}
.shop-product input[type=number] {
	position: absolute;
	top: -.3em;
	right: 0;
	width: 5em;
}
.shop-product form, 
.shop-product label, 
.shop-product input:not([type=submit]), 
.shop-product form p {
	font-size: 11px;
	text-transform: uppercase;
}
.shop-product .fieldset-submit {
	margin-top: 60px;
}
.shop-product input[type=submit] {
	width: 100%;
	font-size: 14px;
}

/* Shop : basket popup */
/*---------------------*/

.basket-popup {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 30px 40px 40px 40px;
	background-color: white;
}
.basket-popup header {
	position: relative; 
	display: block;
	padding-bottom: .75em;
	font-size: 15px;
}
.basket-popup h2 {
	text-transform: uppercase;
}
.basket-popup article {
	margin-bottom: 25px;
	padding: 20px 0 15px 0;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
.basket-popup footer {
	text-align: center;
}
.basket-popup .basket-qty {
	position: absolute; 
	right: 0;
	font-size: 12px;
}
.basket-popup .pdt-preview {
	float: left; 
	width: 100px; 
	height: auto;
	margin-right: 20px;
}
.basket-popup .pdt-name, 
.basket-popup .pdt-items, 
.basket-popup .pdt-qty, 
.basket-popup .pdt-price {
	margin-left: 120px;
 }
.basket-popup .pdt-qty { 
	margin-bottom: .2em;
}

/* Shop : basket */
/*---------------------*/

.shop-basket h2 {
	margin-bottom: 1.5em;
	padding: .8em 0;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	text-transform: uppercase;
}

/* Basket list */

.basket-list h2 {
	margin-bottom: 0;
}
.basket-list table {
	width: 100%;
	text-transform: uppercase;
}
.basket-list tr {
	border-color: #CCC;
}
.basket-list th {
	font-weight: 400;
}
.basket-list th, 
.basket-list td {
	padding: 10px 10px;
}
.basket-list thead tr:first-child { 
	border-top: none;
}
.basket-list thead tr, 
.basket-list tfoot tr:first-child {
	background-color: #F2F2F2;
}
.basket-list tbody tr td:first-child {
	width: 50px;
	padding-right: 0;
}
.basket-list tr th:nth-child(2), 
.basket-list tr th:nth-child(3), 
.basket-list tr td:nth-child(3), 
.basket-list tr td:nth-child(4) {
	text-align: center;
}
.basket-list tr td:nth-child(3) {
	white-space: nowrap;
}
.basket-list tr td:nth-child(4) a {
	display: block;
	padding: .5em 0 1em 0;
	font-size: 21px;
	text-decoration: none;
}
.basket-list tr th:last-child, 
.basket-list tr td:last-child {
	text-align: right;
}
.basket-list tfoot tr {
	border-bottom: none;
}
.basket-list tfoot tr:first-child td:last-child {
	font-size: 18px;
	font-weight: 500;
}
.basket-list tfoot tr td:nth-last-child(1), 
.basket-list tfoot tr td:last-child p {
	text-align: right;
}
#form-basket .basket-list input { 
	float: none;
	width: 4em;
}
.basket-list .pdt-preview {
	width: 50px; 
	height: auto;
}
.basket-list .pdt-name, 
.basket-list .pdt-items { 
	font-weight: 500;
}
.basket-list .pdt-name { 
	margin-bottom: .2em;
	font-size: 18px;
	text-align: left;
}
.basket-list .pdt-items { 
	font-size: 11px;
}

/* Customer & payment details */

#form-basket .customer-details, 
#form-basket .payment-details {
	overflow: hidden;
	margin: 20px 0;
}
#form-basket .customer-details textarea { 
	min-height: 15em;
}
#form-basket .field-submit {
	margin: .5em 0 1em 0;
}
#form-basket input[type=submit] {
	margin-top: 1em;
	margin-bottom: 0;
}
#form-basket .logoPaypal { 
	position: absolute;
	bottom: 0; 
	right: 0;
}

/* Shop : basket valid */
/*---------------------*/

.basket-valid blockquote {
	width: 75%;
	margin-bottom: 1em;
	padding: 20px;
	background-color: rgba(172,148,78,0.3);
}

/****************************/
/* STAGES */
/****************************/

/* Stages : layout */
/*---------------------*/

.rub-stages .l-grid {
	background: url("../images/global/left_col_bg_gold1.gif") left top repeat-y;
}
.stages-mainList article {
	clear: both;
	display: table;
	margin-bottom: 40px;
	border: 1px solid #AC944E;
}
.stages-mainList article .l-col1, 
.stages-mainList article .l-col2, 
.stages-mainList article .l-col3 {
	display: table-cell;
	padding: 20px;
}
.stages-mainList article .l-col1 {
	width: 200px;
	padding-right: 15px;
	background-color: #FBFAF6;
}
.stages-mainList article .l-col2 {
	width: 160px;
	padding-left: 15px;
	border-right: 1px dotted #AC944E;
}
.stages-mainList article .l-col3 {
	position: relative;
	width: 328px;
	padding-right: 60px
}
.stages-mainList .stage-img {
	display: block;
	position: absolute;
	top: 10px; 
	right: 10px;
	width: 50px; 
}
.stages-mainList .stage-img img {
	display: block;
	width: 100%; 
	height: auto;
	border: 1px solid #CCC;
}

/* Stages : articles */
/*---------------------*/

.stages-mainList .l-col1,
.stages-mainList .l-col2,
.stages-mainList .stage-title1, 
.stages-mainList .stage-title2 {	
	text-transform: uppercase;
}
.l-main .stages-mainList p {
	text-align: left;
}
.stages-mainList .l-col1 p,
.stages-mainList .l-col2 p,
.stages-mainList .stage-title1 {	
	font-weight: 900;
}
.stages-mainList .stage-date .light, 
.stages-mainList .stage-details1, 
.stages-mainList .stage-details2 {	
	color: #666;
}
.stages-mainList .stage-date {	
	margin-bottom: 0.5em;
	font-size: 23px;
	color: #AC944E;
	line-height: 1.2em;
}
.stages-mainList .stage-details1 {	
	margin-bottom: 1.5em;
	line-height: 1.2em;
}
.stages-mainList .stage-details2 {	
	font-size: 11px;
}
.stages-mainList .stage-disciplines {	
	margin-bottom: .25em;
	font-size: 16px;
}
.stages-mainList .stage-title2 {
	font-size: 14px;
	font-weight: 300;
}
.stages-mainList .stage-title1, 
.stages-mainList .stage-contact {	
	margin-bottom: 0;
}

/* Stages : aside */
/*---------------------*/

.l-grid > .l-aside2.stages-years {
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
}
.stages-years h5 {
	font-size: 48px;
	font-weight: 300;
	line-height: 1em;
}
.stages-nav-months {
	margin: 0 0 20px 0; 
	padding: 0;
}
.stages-nav-months li {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.stages-nav-months li a {
	display: block;
	padding: .25em 0;
	text-decoration: none;
	border-bottom: 1px dotted #AC944E;
}


/****************************/
/* LIENS */
/****************************/

/* Liens : layout */
/*---------------------*/

.rub-links .l-grid {
	background: url("../images/global/left_col_bg_gold1.gif") -160px top repeat-y;
}
.rub-links .l-main article {
	clear: both;
	width: 620px;
	margin: 0 0 20px 70px;
	padding-bottom: 20px;
}
.rub-links .l-main article:not(:last-child) {
	border-bottom: 1px dotted black;
}
.rub-links .l-main article .l-table { 
	width: 100%;
	table-layout: fixed;
}
.rub-links .l-main article .l-col1, 
.rub-links .l-main article .l-col2 {
	display: table-cell;
	width: 50%;
	/*background: gray;*/
}
.rub-links .l-main article .l-col1 {
	padding-right: 25px;
}
.rub-links .l-main article .l-col2 {
	padding-left: 25px;
	/*background: yellow;*/
}

/* Liens : format */
/*---------------------*/

.rub-links .l-main article p {
	text-align: left;
	font-size: 12px;
}
.rub-links .l-main article h2, 
.rub-links .l-main article h3 {
	text-transform: uppercase;
}
.rub-links .l-main article h2 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: 700;
	color: #AC944E;
}
.rub-links .l-main article h3 {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: 700;
}
.rub-links .l-main article *+h3 {
	padding-top: 15px;
	border-top: 1px dotted black;
}
.rub-links .l-main article .links-link {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 13px;
	word-break: break-all;
}
.rub-links .l-main article .links-link+p:not(.links-link) {
	margin-top: -.2em;
}


/****************************/
/* CONTACT */
/****************************/

/* Contact : layout */
/*---------------------*/

.rub-contact .l-grid {
	background: url("../images/global/left_col_bg_gold1.gif") left top repeat-y;
}
.rub-contact .l-main {
	margin-top: 40px;
}

/* Contact : format */
/*---------------------*/

.rub-contact .l-main h2 {
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-size: 18px;
	font-weight: 700;
	color: #AC944E;
	border-bottom: 1px dotted black;
	text-transform: uppercase;
}
#form-contact .field-submit, 
#form-contact .field-submit p {
	text-align: right;
}
#form-contact input[type=submit] {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
}


/****************************/
/* GALERIE */
/****************************/

/* Galerie : Commun */
/*---------------------*/

.galerie-cat article, 
.galerie-list article {
	position: relative; 
	display: table-cell;
	vertical-align: top;
}

/* Galerie : Catégories */
/*---------------------*/

.galerie-cat article {
	width: 170px;
	height: 170px;
	padding: 0 30px 10px 0;

    margin-bottom: 30px;
	float: left;
	display: block;
}
.galerie-cat article a {
	overflow: hidden;
	position: relative; 
	display: block;
	width: 100%; 
	height: 174px;
	padding: 20px 0 0 10px;
	text-decoration: none;
}
.galerie-cat .overlay {
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-moz-opacity: 0;
		opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
				transition: all .25s ease-out;
}
.galerie-cat article a, 
.galerie-cat .overlay {
	background-position: left top;
	background-repeat: no-repeat;
}
.galerie-cat article:nth-child(1) a {
	background-image: url("../images/galerie/galerie-cat-aikido-1.jpg");
}
.galerie-cat article:nth-child(1) .overlay {
	background-image: url("../images/galerie/galerie-cat-aikido-2.jpg");
}
.galerie-cat article:nth-child(2) a {
	background-image: url("../images/galerie/galerie-cat-jodo-1.jpg");
}
.galerie-cat article:nth-child(2) .overlay {
	background-image: url("../images/galerie/galerie-cat-jodo-2.jpg");
}
.galerie-cat article:nth-child(3) a {
	background-image: url("../images/galerie/galerie-cat-iaido-1.jpg");
}
.galerie-cat article:nth-child(3) .overlay {
	background-image: url("../images/galerie/galerie-cat-iaido-2.jpg");
}
.galerie-cat article:nth-child(4) a {
	background-image: url("../images/galerie/galerie-cat-ruf-1.jpg");
}
.galerie-cat article:nth-child(4) .overlay {
	background-image: url("../images/galerie/galerie-cat-ruf-2.jpg");
}
.galerie-cat article a:hover .overlay {
	-moz-opacity: 1;
		opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}
.galerie-cat article .cat-name {
	position: absolute; 
	z-index: 2;
	padding: 0 15px .5em 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
	color: #AC944E;
	border-bottom: 9px solid #AC944E;
}
.galerie-cat article a:hover .cat-name {
	color: white;
	border-color: white ;
}

/* Galerie : Liste */
/*---------------------*/

.galerie-list {
	position: relative;
	margin-bottom: 40px;
	padding-top: 30px;
}
.galerie-list:first-child {
	margin-top: -30px;
}
.galerie-list h2 {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 5px solid black;
}
.galerie-list article {
	width: 182px;
	height: 174px;
	padding: 0 38px 10px 0;
	float: left;
	display: block;
}

.galerie-list article p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}
.galerie-list article p.img-count {
	padding-top: .25em;
	text-align: right;
	border-top: 1px dotted black;
}
.galerie-list article a {
	display: block;
	text-decoration: none;
}
.galerie-list article a img {
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
				transition: all .25s ease-out;
}
.galerie-list article a:hover img {
	-moz-opacity: .5;
		opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.5);
}


/****************************/
/* PLAN DU SITE */
/* CRÉDITS & MENTIONS LÉGALES */
/****************************/

.rub-sitemap .l-grid, 
.rub-legal .l-grid {
	background: url("../images/global/left_col_bg_gold1.gif") left top repeat-y;
}
.rub-sitemap .l-main,
.rub-legal .l-main {
	margin-top: 40px;
	margin-bottom: 40px;
}
