/* Général */
:root {
    --primary-color: #9A0202;
    --secondary-color: #40A9C1;
    --text-color: #333333;
    --light-gray: #f5f5f5;
    --border-color: #e0e0e0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'calibri', Arial, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    color: var(--text-color);
    font-family: 'calibri', Arial, sans-serif;
    margin-bottom: 1em;
}

h1{
font-family: 'calibri';
margin:0;
padding:0;
}
h2{
font-family: 'calibri';
}
h3{
margin:0;
padding:0;
}
div{
margin:0px;
padding:0;
}

table{
border-collapse:collapse;
}

a{
font-family:calibri;
}
a:link {
    text-decoration: none;
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

a:visited {
    color: var(--secondary-color);
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:active {
    color: var(--secondary-color);
    text-decoration: none;
}


/* Body styles moved to :root and general styles */

#masthead {
padding:0;

}

ul.woocommerce-error{
margin:0;
padding:0;
text-align:center;
list-style-type: none; 
}
.woocommerce-error li{
padding-top: 25px;
color: #C40C0C;
}
.woocommerce-message{
margin-top:15px;
margin-bottom:15px;
text-align:center;
color:#012833;
}

/* Header */

#centrage-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#haut-header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#social-link{
float:left;
width:250px;
}
#facebook{
height:25px;
margin-top:10px;
}

#enseigne{
float:left;
width:400px;
height:245px;
}
#droite-enseigne{
width:1000px;
height:245px;
}

#banniere-rotative{
width:1000px;
}

#bas-header{
width:600px;
}

.menu-menu-1-container{
    margin-left: 500px;
}

#menu-login{
text-align:right;
width:1000px;
height:25px;
}
.lwa{
display: inline;
}
#lang_sel_list{
display: inline;
}
#lang_sel_list li{
margin-top: 12px !important;
margin-right:2px !important;
}


#logo{
margin-top: 65px;
margin-left:63px;

}
#message{
width:200px;
height:50px;
margin-top:25px;
margin-left:150px;
}
#caddie{
height:28px;
margin-left:80px;
}
#site-navigation{
margin-left:10px;
}
td.lwa-info{
padding-top:9px;
width:50px;
text-align:center;
}


.nav-menu ul {
margin:0;
padding:0;
list-style-type: none; 
}
.nav-menu li{
float:left; 
padding-left: 13px;
padding-right: 13px;
padding-top: 6px;
padding-bottom: 4px;
font-family: 'calibri';
font-size:17px;
color:#000000;
background-color :  #e4e1d9;
display: block;
border-bottom: none;
text-align:center;
border-top-left-radius:5px;
border-top-right-radius:5px; 
}
.nav-menu a{
color:#000000;
font-size:20px;
}
li.current_page_item {
background-color: #FDFDFD;
border-right:none;
border-left: none;
color:#022934;
}
li.current_page_item  a{
color:#022934;
font-weight: bold;
}

li.current-menu-item  a{
color:#022934;
font-weight: bold;
}


li.current-menu-item {
    background-color: #fdfdfd;
    border-left: medium none;
    border-right: medium none;
    color: #022934;
}


/* Page centrale */

#page{
margin:0;
padding:0;
}
#main{
margin:0;
padding:0;

}

#centrage{
width: 1000px;
margin: 0 auto;
padding:0;

}
#content{
margin: 0;
padding:0;
}
#primary{
float:right;
width: 844px;
background: #FDFDFD;
margin: 0;
padding:0;
border-top-right-radius:10px;
border-bottom-right-radius:10px; 
}
#primary-full{
clear:both;
width: 1000px;
background: #FDFDFD;
margin: 0;
padding:0;
/*height:1075px;*/
border-radius:10px;
}

/* sidebar */

#secondary{
float:left;
width: 156px;
margin: 0px;
padding:0;

}




.product-categories{
list-style-type: none; 
 padding: 0;
 margin-top:0px;
 margin-bottom:16px;
 text-align: center;
 background-color :  #e4e1d9;
 border-top-left-radius:10px;
border-bottom-left-radius:10px; 
}

ul.product-categories{
padding-top: 10px;
padding-bottom: 10px; 
}


.wp-tag-cloud{
list-style-type: none; 
 padding: 0;
 margin-top:0px;
 margin-bottom:16px;
 text-align: center;
 background-color :  rgba(15, 50, 59, 0.2);
 border-top-left-radius:10px;
border-bottom-left-radius:10px; 
}

ul.wp-tag-cloud{
padding-top: 10px;
padding-bottom: 10px; 
}

.widget_product_tag_cloud a {
    color: white;
    font-family: "calibri";
    font-size: 18px;
}



#cat{

padding:0px;

}

.info{

background-color :   #e4e1d9;
border-top-left-radius:10px;
border-bottom-left-radius:10px; 
font-family: 'calibri';
padding-bottom:6px;
margin-bottom:16px;
font-size: 12px;
}
.info h2{
	padding-top:6px;
color: #000000;
text-align:center;
font-family: 'calibri';
margin-bottom: 2px;

}
.info a{
color: #C40C0C;
}
.info h3{
color: #000000;
text-align:center;
font-family: 'calibri';
text-align:center;
padding-top:10px;
}
.info p{
color: #022934;
margin-top:0px;
margin-left: 10px;
margin-right: 10px;
margin-bottom:0px;
padding-bottom:10px;
text-align: justify;
text-justify:inter-word;
}

/* page shop */

.single_variation{
display:none;
}

ul.products{
padding: 0;
margin:0;
margin-top: 10px;

}
li.product{
float:left;
display: inline;
margin: 0;
padding: 0;

}
li.product h3{
margin: 0;
padding: 0;
 font-family: calibri;
 font-size:15px;
}




.page-numbers  li{
margin: 0;
display: inline;
padding: 0;
}

.woocommerce-pagination{
clear: both;
text-align: center;
}

.page-numbers .current{
font-size: 20px;
font-family: 'calibri';
 color: #9A0202;
}
.page-numbers {
font-size: 18px;
font-family: 'calibri';
font-weight:bold;
}



#content li.product{
width:250px;
padding:0;
margin:15px;
}
#image-product{
border-radius:15px;
}

.products h3{
text-align: center;
}



/* page shop produit */

div.images{
margin-left:25px;
margin-top:25px;
display:inline-block;
width:500px;
}

#mainimage{
width:500px;
}
.entry-summary{
margin-top:25px;
margin-left:25px;
display:inline-block;
width: 425px;
vertical-align:top;
font-family: 'calibri';
}
.entry-summary p{

}
.woocommerce-loop-product__title {
    font-size: 16px;
	text-align:center;
	margin:0px;
	
}

#products-related{
clear: both;
margin-right: 25px;
margin-left: 25px;
}
#products-related h2{

padding-top: 80px;
margin:0;
margin-left:20px;
}
.variations_button{
text-align:center;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
input[type=radio] {
    margin:10px;
	display:none;
}
 #payment input{
    display:inline;
}
/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
input[type=radio] + div {
    display:inline-block;
    margin:0px;
    padding: 4px 12px;
    background-color: #e7e7e7;
    border-color: #ddd;
}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
input[type=radio]:checked + div {

    background-color:#00252E ;
	color: WHITE;
}
.variations{
}
.value {
width:100%;
text-align:center;
font-size:12px;
font-weight:bold;
}

fieldset {
border:none;
display:inline;
padding:0px;
margin-bottom:15px;
}

[itemprop="description"]{
height:200px;
color: #022934;
}
h1.product_title{
font-size:20px;
}
.pa_couleur {
margin-bottom:0px;

}
#Femme, #Homme{
border:  3px solid #FDFDFD ;
}
#S, #M, #L, #XL, #XXL{
border:  3px solid #FDFDFD ;
}

.pa_taille {



}
.product_meta  {
display:none;
}

#CARRE{
border:  3px solid #65c39a ;
display:inline-block;
min-width: 5px;
min-height:20px;
margin-right:3px;
}



.single_add_to_cart_button{
width:150px;
}
.variations_button .quantity.buttons_added{
display:none !important;
 }

#easy_captcha_captcha_simple {
 
    margin-left: 5px;
} 
#commentform > label {
    margin-left: 295px;
}
 
div.images img {
border-bottom:  3px solid #00252E ;
border-right:  3px solid #00252E ;
border-radius:10px;
}

.tabs {

display:none;
}


div.thumbnails {
margin-left: 170px;
}


.widget_product_categories a{
font-family: 'calibri';
font-size: 18px;
color:black;
}

.current-cat{
background-color: #FDFDFD;

}
.current-cat a{
color: #022934;

}
li.current_page_parent{
background-color: #FDFDFD;
font-weight:bold;
}
.current_page_parent a{
color: #022934;
}

div.thumbnails img {
border-bottom:  2px solid #00252E ;
border-right:  2px solid #00252E ;
margin-right:20px;
max-width:80px;
float:left;
border-radius: 3px;
}

.summary h1{
text-align: center;
}
p.price{
margin-bottom:25px;
padding-bottom:0px;
}
p.price span.amount{
font-weight: bold;
font-size: 20px;
color: #40A9C1;
margin-right: 100px;

}


.price .amount{
margin-left: 107px;
}

span.amount{

color: #40A9C1;
font-weight: bold;
}
span.from{
display:none;
}

/* page MON COMPTE */

.fleche{
width:20px;
padding-right:10px;
display:inline;
}
h1.entry-title {
color: #022A32;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
margin-left:25px;

}


.entry-content {

margin-left: 25px;
margin-right: 25px;
 font-family: calibri;
}




h2 #customer_login{
font-size: 12px;

}
.register  label{
display: inline-block;
width: 320px;
}
#image-captcha{
display:block;
margin-left:320px;
}



a.edit {
color: #FF0000;

}
.woocommerce label{
display: inline-block;
width:320px;
font-weight: bold;
}

input[name=register]{
margin-left: 43%;

}

[for="order_comments"]{
vertical-align:top;
}

.bouton-commande{
text-align:center;
}
.required{
font-family: 'Times New Roman';
}


/* =Cart Page
	-------------------------------------------------------------- */

.etapes ol{
height:100px;
text-align:center;


}	
	
.etapes li{
display: inline;
margin-right: 50px;
line-height:50px;

}	
.etapepanier{
width:400px;
margin-bottom:20px;

}
.shop_table {
width:100%;
}
td.product-remove{
width: 5%;
}
td.product-thumbnail{
width: 10%;
}
td.product-name{
width: 47%;
border: 1px solid black;
border-collapse:collapse;
text-align: center;
}
td.product-total{
border: 2px solid black;
text-align: center;
}
td.product-name a{
color: #40A9C1;
}
td.product-name dt{
margin:0;
margin-right:5px;
}
td.product-name dd{
margin:0;
margin-right:8px;
padding:0;
text-align: center;
color:#40A9C1;
}
td.product-price{
width: 10%;
}
td.product-quantity{
width: 18%;
}	
td.product-subtotal{
width:10%;
}
	table.shop_table  tbody{

		}
		
		th {
			font-weight:bold;
			line-height: 18px;
			border-collapse:collapse;
		}
		td {
		
			
		}
		tfoot td, tfoot th {
			font-weight:bold;
			border: 2px solid #000000;
		}
	
	.cart_table_item td{
	border: 2px solid #000000;
	border-collapse:collapse;
	text-align:center;
	line-height: 15px;
	}
	


.cart-collaterals{
}
.cart_totals h2{
text-align:center;
}

#order_comments{
width: 300px;

}
.coupon label{
display:inline-block;
width: 11%;
}
#coupon_code{
display:inline;
}
input[name=apply_coupon]{
display:inline;
margin-left:0;
height:29px;
margin-top: 13px;
background-image:url(images/appliquerlecodepromo.png);
background-size:150px 29px;
border: 0;
font-family:calibri;
border-radius:10px; 
}
input[name=update_cart]{
display:inline;

height:29px;
margin-left: 200px;
background-image:url(images/mettreajour.png);
background-size:150px 29px;
border: 0;
font-family:calibri;
border-radius:10px; 
}
input[name=proceed]{
margin-left: 40%;
margin-top: 80px;
width:180px;
height:40px;
background-image:url(images/bouton-valider.png);
background-size:180px 40px;
    padding: 0;
    line-height: 100%; /* Si ça fonctionne pas mets 0 */
    border: 0;
color:white;
font-family:calibri;
border-radius:10px; 
}

#place_order{
width:180px;
height:40px;
background-image:url(images/bouton-valider.png);
background-size:180px 40px;
    padding: 0;
    line-height: 100%; /* Si ça fonctionne pas mets 0 */
    border: 0;
color:white;
font-family:calibri;
border-radius:10px;
cursor:pointer;
}

.cart-subtotal td{
text-align:center;
border:2px solid black;
border-collapse:collapse;

}
.shipping td{
border:2px solid black;
text-align:center;
}
.total td {
text-align:center;
border:2px solid black;
border-collapse:collapse;
}

ul#shipping_method{
margin:0;
padding:0;
text-align:center;
}
#shipping_method li{
list-style-type: none; 

}

#tableaurecap{
width:100%;
}

#shipping_method input{
display: inline;
}
#shipping_method label{
display: inline;
}

.payment_methods  {
list-style-type: none; 

}

/* news*/

.nav-single {
display:none;
}

article.post h1{
text-align: left;

}
article.post .entry-header p{
text-align: left;

}
article.post div.comments-link{
text-align: left;
margin-bottom:15px;
}

.entry-title+p+p{
color:#40A9C1;
}

.entry-title+p{
color:#40A9C1;
}
.entry-date{
color:#40A9C1;
}
a[rel~=category]{
color:#40A9C1;
}

.entry-meta{
    text-align: center;
}

.image-post{
float:right;
margin:10px;
}
.wp-post-image{
border-radius:10px;
}

.entry-header p{
text-align: center;
margin-left:25px;
margin-bottom:0px;
margin-top:0px;

}
.comments-link a{
color:#40A9C1;

}
div.comments-link{
text-align: center;
color: blue;
margin-left:25px;

}
.entry-content p{
text-align: left;


}
article{
margin-bottom:30px;
margin-right:20px;
}
aside.widget_categories{
background-color: rgba(15, 50, 59, 0.2);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-family: 'calibri';
    font-size: 12px;
    margin-bottom: 16px;
    padding-bottom: 10px;
	padding-top: 10px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}
.widget_categories ul{
    margin: 0;
    padding: 0;
}

.widget_categories li {
    list-style-type: none;
    text-align: center;
}

.widget_categories a {
    color: #FFFFFF;
    font-family: 'calibri';
    font-size: 18px;
}
aside.widget_archive{
background-color: rgba(15, 50, 59, 0.2);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-family: 'calibri';
    font-size: 12px;
    margin-bottom: 16px;
    padding-bottom: 10px;
	padding-top: 10px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}

.widget_archive h3 {
 text-align:center;
 color:#022934;
 font-size: 18px;
}

.widget_categories .current-cat a {
color:#022934;
}

.widget_archive ul{
    margin: 0;
    padding: 0;
}

.widget_archive li {
    list-style-type: none;
    text-align: center;
}

.widget_archive a {
    color: #FFFFFF;
    font-family: 'calibri';
    font-size: 18px;
}

.widget_archive .current-cat a {
color:#022934;
}

/* atelier*/
#banniere{
background-image:url(images/atelier-banniere2.png);
background-size: 100% 100%; 
background-repeat:no-repeat;
background-position:left top;
padding: 0;
height:83px;
margin-bottom:20px;
    
}
#banniere h3{
text-align:center;
padding-top:10px;
color:#022934;
font-family: 'calibri';
}
h3#seconde{
font-family: 'calibri';
margin-top:0px;
padding-top:0px;
}
#banniere p{
margin:0px;
}

.form-allowed-tags { display: none; }

.sep{
text-align:center;
margin-top:15px;
margin-bottom:15px;
}
.intro{
text-align:center;
}
h3.intro{
margin-top:25px;
text-align:center;
font-weight: bold;
font-size:18px;
}
#image-gauche{
width: 250px;
display:inline-block;
margin-left:25px;
}
#image-gauche img{
width: 250px;
height:250px;
border-radius: 15px;
}
#milieu{
display:inline-block;
width: 250px;
margin:0;
padding:5px;
vertical-align:top;
}
#milieu h2,p{
text-align:center;
color:#000000;
}
a.commentaires{
text-align: center;
}

#image-droit{
display:inline-block;
width: 250px;
margin:0;
padding:0;
border-radius: 15px;
}
.pagination-vote {
text-align:center;
}
.pagination-vote h2{
text-align:center;
}
.liens-votes{
width:845px;
text-align:center;
color:#C40C0C;
}
.liens-votes a{
color:#C40C0C;
}

/* contact*/
div.wpcf7{
background-image:url(images/contact.png);
}


.wpcf7-form p{
text-align:center;
margin-left:25px;
color:#022934;
}
input.wpcf7-form-control{
border:2px solid #022934;
border-radius: 5px;
color:#022934;
}
input.wpcf7-form-control[type=file]{
border:none;
border-radius: 5px;
color:#40A9C1;
}
input.wpcf7-form-control[type=submit]{

border-radius: 5px;
}
textarea.wpcf7-form-control{
border:2px solid #022934;
border-radius: 5px;
}

/* FAQ*/
hr{
margin-top:25px;
margin-bottom:25px;
}

.entry-content ol li{
font-weight: bold;

}
.reponse h3{
font-weight: bold;
font-size:16px;
color: #022A32;
margin-bottom:2px;
}
.reponse p{
margin-top:2px;
text-align:left;
}
/* nos t-shirts*/

.entry-content h3{
color: #022A32;
}

.entry-content p{

margin-top:0px;
}

/* COMMENTAIRES*/

.comment-content p{
text-align:left;
background-color: white;
}
h2.comments-title{
text-align:center;
}

#reply-title{
text-align:center;
}


#comments{

margin: 0;
padding:0;
}

/* PAGE ACCUEIL*/

#titre-accueil{
padding-top:10px;
font-family: calibri;
color:#022934;
text-align:center;
font-size:2em;
margin-bottom:0;
}
#reste{
padding:0;
margin:0;
font-family: calibri;
font-size:1em;
}
#image-promo{
margin-left:30px;
width:940px;
border-radius:10px;
}

.titreh2accueil{
text-align:center;
font-size:2em;
margin-bottom:0;
color:#022934;
}
.titreh3accueil{
text-align:center;
font-size:1em;
margin-bottom:0;
color:#022934;
}

.wpb_slider_area{
margin-left:30px;
margin-right:30px;

}
div.owl-prev {
display:none !important;
}
div.owl-next{
display:none !important;
}


#intro h3{
font-family: calibri;
color:#022934;
text-align:center;
font-size:16px;

}
#intro{
margin-top:10px;
}

.bloc-color{
background-color: #E2DED3;
border-radius: 10px;
margin:10px;
padding: 10px;
}
.bloc-colornew{
background-color: #e4e1d9;
border-radius: 10px;
margin-left:30px;
margin-top:5px;
padding: 10px;
width:430px;
display:inline-block;
vertical-align: top;
height:370px;
}
.bloc-colornew2{
background-color: #e4e1d9;
border-radius: 10px;
margin-left:30px;
margin-top:20px;
margin-bottom:20px;
padding: 10px;
width:430px;
display:inline-block;
vertical-align: top;
height:130px;
}

.petite-boite{
background-color: #E2DED3;
border-radius: 10px;
margin-left:50px;
margin-right:50px;
margin-top:20px;

padding: 10px;
width:210px;
display:inline-block;
vertical-align: top;
height:100px;
margin-bottom:20px;
}
.petite-boite h3{
color:red;
text-align:center;
margin-top:20px;
margin-bottom:0px;
font-size:15px;
}
.petite-boite p{
margin:0;
}

.textepart{
display:inline-block;
width:250px;
margin-right:30px;
margin-left:30px;

}
.imageleduc{
display:inline-block;
vertical-align:bottom;
margin-top:10px;
}

.bloc-color-droite{
background-color: #E2DED3;
border-radius: 10px;
margin:10px;
width: 400px;
float:right;
}
.bloc-color-gauche{
background-color: #E2DED3;
border-radius: 10px;
margin:10px;
width: 400px;
float:left;
}
.bloc-color p{
color: #022934;
padding-top:20px;
}
.bloc-color a:link{
color:#40A9C1;
}
.photo-gauche{
float: left;
margin:15px;
}
.photo-gauchenew{
text-align:center;

}
.photo-droite{
float: right;
margin:15px;

}
.photo-droitenew{
text-align:center;

}
.image-accueil{
border-radius: 10px;

}
.image-social{

}
/* FOOTER*/
#colophon{
}
#footer-centre{
clear: both;
margin: 0 auto;
width:1000px;
}
.marge-gauche{
width:156px;
display:inline-block;
}

.espace-droite{
display:inline-block;
width:840px;
}

.footer-liens {
text-align:center;
}
.footer-liens a{
margin-left:10px;
}
.footer-copyright {
text-align:center;
color: #FFFFFF;
}

.nav-links {
text-align:center;
}

.woocommerce-product-details__short-description {
    height: 190px;
}

/*modif woocommerce 2.6*/

.woocommerce table.shop_table {
	border-collapse: collapse !important;
	border: 1px solid rgba(0, 0, 0, 1) !important;
	text-align: center !important;
	
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 1)!important;
    padding: 6px 12px;
    vertical-align: middle;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, 1) !important;
    font-weight: 700;
}
.wc-proceed-to-checkout {
    text-align: center;
}

#content-product{
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
}
li.cat-item.cat-item-627 a {
color: #C40C0C;
}


.variable-items-wrapper{
 list-style-type: none !important;
  margin:0;
  padding:0;
}

li.color-variable-item{
width:30px;
height:30px;
display: inline-block;
list-style-type: none;
}
li.button-variable-item{
padding:5px;
display: inline-block;
}
{
width: 50px;
height: 30px;
display: block;
}

.button-variable-item span{
cursor: pointer;

}

span.variable-item-span-color {
width:30px;
height:30px;
display: block;
cursor: pointer;
caret-color: transparent;
}




.reset_variations{
display:none;
}
li.color-variable-item{
margin:17px !important;
}
li.variable-item{
margin:5px;
}
li.selected{
background: #ddd9d6;
}
