/*
Theme Name: Domaine de Limagne Mobile
Author: Lauranne PUISSANT BERGER
Author URI: https://www.lauranne-sites-web.fr
Description: Thème développé pour le site mobile de Domaine de Limagne
Version: 0.1
*/

/**************
Couleurs :
Rouge (vif) : #dd232e
Beige : #e8e0da
******************/

/***************** Polices ****************/
@font-face {
    font-family: MyLuckyPenny;
    src: url('font/MYLUCKYPENNY_0.ttf');
}
@font-face {
    font-family: Poppins;
	font-weight:bolder;
	font-style:normal;
    src: url('font/Poppins-Bold.ttf');
}
@font-face {
    font-family: Poppins;
	font-weight:500;
	font-style:normal;
    src: url('font/Poppins-Medium.ttf');
}
@font-face {
    font-family: Poppins;
	font-weight:normal;
	font-style:normal;
    src: url('font/Poppins-Regular.ttf');
}
@font-face {
    font-family: Poppins;
	font-weight:lighter;
	font-style:normal;
    src: url('font/Poppins-Light.ttf');
}
@font-face {
    font-family: Poppins;
	font-weight:bold;
	font-style:normal;
    src: url('font/Poppins-SemiBold.ttf');
}
body{
	font-family: Poppins, Arial, sans-serif;
	font-weight:normal;
}
.joliefont{
	font-family: MyLuckyPenny, Poppins, Arial, sans-serif;
	font-weight:normal;
}


/****************** Général ***************/
*{
	box-sizing:border-box;
}
html{
	min-height:100vh;
}
body{
	background:#fff;
	margin:0;
	font-size:15px;
	color:#222;
	min-height: 100%;
	padding-top:40px;
}
@media screen and (max-width:450px){
	body{
		font-size:12px;	
	}
}

#background{
	width:100%;
	min-height:100vh;
	background-size:cover;
	background-attachment:fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.page-content{
	padding:10px 40px;
}
@media screen and (max-width:450px){
	.page-content{
		padding:10px 30px;
	}
}
img{
	display:block;
	max-width:100%;
	height:auto;
}
img.aligncenter{
	margin:auto;
}
img.alignnone{
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
}

h1{
	text-transform:uppercase;
	font-weight:500;
	font-size:27px;
}
@media screen and (max-width:450px){
	h1{
		font-size:19px;	
		line-height: 1.1;
	}
}

a{
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
a.bouton,
input.bouton,
#searchform #searchsubmit,
ul.tml-user-links li a,
input[type="submit" i] {
	display:inline-block;
	color:#fff;
	background:#dd232e;
	padding:15px 20px;
	border-radius:15px;
	margin-bottom:15px;
	border:none;
	box-shadow:none;
	font-family: Poppins, Arial, sans-serif;
	font-size:14px;
	cursor:pointer;
	font-weight:500;
	max-width:100%;
}
input[type="submit" i] {
	padding:10px 20px;
}
@media screen and (max-width:450px){
	a.bouton,
	input.bouton,
	#searchform #searchsubmit,
	ul.tml-user-links li a,
	input[type="submit" i]{
		font-size:12px;	
		padding:12px 15px;
		font-weight:normal;
	}
	input[type="submit" i]{
		font-size:12px;	
		padding:8px 15px;
		font-weight:normal;
	}
}
a.bouton.noir,
input.bouton.noir{
	background:#000;
}
.page-template-template-accueil a.bouton,
.page-template-template-accueil input.bouton,
#searchform #searchsubmit,
.page-template-template-accueil ul.tml-user-links li a{
	background:rgba(221,35,46,0.8);
}
a.bouton img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
a.bouton.blanc{
	color:#222;
	background:#fff;
}


#searchform{
	text-align:center;
}
#searchform label{
	display:none;
}
#searchform #s{
	text-align:left;
}
#searchform #searchsubmit{
	margin:20px 0;
}

.pimg{
	text-align:left;
	align-items: center;
	display:flex;
	margin:40px 0;
}
@media screen and (max-width:450px){
	.pimg{
		margin:25px 0;
	}
}
.pimg span:first-child{
	margin-right:20px;
}

h2{
	font-weight:500;
	text-transform:uppercase;
}

a#lien-retour{
	display:block;
	width:100%;
	color:#fff;
	padding:15px 20px;
	background:#dd232e;
	opacity:1;
	text-align:left;
}

/*************** Template accueil **************/
.page-template-template-accueil #content{
	text-align:center;
	color:#fff;
	padding:0 0 20px 0;
	max-width:500px;
	margin:auto;
}
.page-template-template-accueil #content .joliefont{
	font-size:22px;
}

@media screen and (max-width:450px){
	.page-template-template-accueil #content .joliefont{
		font-size:17px;	
		line-height: 1.3;
	}
}
.page-template-template-accueil #content a.bouton,
.page-template-template-accueil #content input.bouton{
	width:260px;
}
#accueil-boutons{
	margin:25px 0;
}
/*************** Template mon compte **************/
.page-template-template-mon-compte #content,
.single-cp_message #content,
#content,
.page-template-default #categories-produits{
	text-align:left;
	color:#222;
	padding:0;
	max-width:600px;
	margin:auto;
	min-height:100vh;
}
/***************** Page mon compte ****************/
#mon-compte > header{
	text-align:center;
	border-bottom:2px solid #eee;
	padding:20px;
}
#mon-compte header img{
	display:inline-block;
}
#mon-compte header h1{
	font-weight:bold;
	font-size:20px;
	margin:5px;
}
@media screen and (max-width:450px){
	#mon-compte header h1{
		font-size:17px;	
	}
}
#mon-compte > main{
	text-align: center;
	padding:15px 20px;
	border-bottom:1px solid #eee;
}
#mon-compte h3{
	text-transform:uppercase;
	color:#dd232e;
	font-size:16px;
}
@media screen and (max-width:450px){
	#mon-compte h3{
		font-size:14px;
	}
}
#mon-compte article.evenement{
	background:#f9f9f9;
	border-top:1px solid #eee;
}
#mon-compte article.evenement header{
	padding:10px 20px;
	border-bottom:1px solid #eee;
}
#mon-compte article.evenement main{
	padding:15px 20px;
}
#mon-compte h2{
	text-transform:uppercase;
	color:#dd232e;
	font-size:18px;
}
@media screen and (max-width:450px){
	#mon-compte h2{
		font-size:16px;
	}
}
#mon-compte footer{
	text-align:center;
	padding:50px 20px 15px 20px;
}
#mon-compte footer a,
#mon-compte footer input{
	min-width:200px;
}
/***************** Page mes messages ****************/
#mon-compte a.message{
	display:flex;
	border-bottom:1px solid #eee;
	width:100%;
	font-weight:bold;
}
#mon-compte a.message:hover,
#mon-compte a.message:focus{
	background:#f5f5f5;
}
#mon-compte a.message > div{
	padding:20px;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}
#mon-compte a.message .message-date{
	border-right:1px solid #eee;
	width:190px;
	min-width:190px;
}
#mon-compte a.message .message-date img{
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}
/***************** Page single message ****************/
.single-cp_message header{
	text-align:center;
	border-bottom:2px solid #eee;
	padding:20px;
}
.single-cp_message header img{
	display:inline-block;
}
.single-cp_message header h1{
	font-weight:bold;
	font-size:20px;
	margin:5px;
	margin-top:0;
}
@media screen and (max-width:450px){
	.single-cp_message header h1{
		font-size:17px;
	}
}
.single-cp_message header .sur-titre{
	margin:0;
}
.single-cp_message main{
	padding:15px 20px;
	border-bottom:1px solid #eee;
}
.single-cp_message footer{
	text-align:center;
	padding:50px 20px 15px 20px;
}
.single-cp_message footer a,
.single-cp_message footer input{
	min-width:200px;
}
/***************** Page single promo ****************/
.single-cp_promo header{
	text-align:center;
	border-bottom:2px solid #eee;
	padding:20px;
}
.single-cp_promo header h1{
	font-weight:bold;
	font-size:20px;
	margin:5px;
	margin-top:0;
}
@media screen and (max-width:450px){
	.single-cp_promo header h1{
		font-size:17px;
	}
}
.single-cp_promo main{
	padding:15px 20px;
	border-bottom:1px solid #eee;
}
.single-cp_promo footer{
	text-align:center;
	padding:50px 20px 15px 20px;
}
.single-cp_promo footer a{
	min-width:250px;
}

/**************** Formulaires template accueil ****************/
.page-template-template-searchpage #searchform input[type='text'],
.page-template-template-accueil input[type='text'],
.page-template-template-accueil input[type='email'],
.page-template-template-accueil input[type='number'],
.page-template-template-accueil input[type='password']{
	background-color:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.7);
	color:#fff;
	padding:10px 18px;
	width:100%;
}
.page-template-template-searchpage #searchform input[type='text']:focus,
.page-template-template-accueil input[type='text']:focus,
.page-template-template-accueil input[type='email']:focus,
.page-template-template-accueil input[type='number']:focus,
.page-template-template-accueil input[type='password']:focus{
	border:1px solid #fff;
	outline:none;
}
.page-template-template-searchpage ::-webkit-input-placeholder,
.page-template-template-accueil ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255,255,255,0.7);
	text-transform:uppercase;
}
.page-template-template-searchpage ::-moz-placeholder,
.page-template-template-accueil ::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255,255,255,0.7);
	text-transform:uppercase;
}
.page-template-template-searchpage :-ms-input-placeholder,
.page-template-template-accueil :-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,0.7);
	text-transform:uppercase;
}
.page-template-template-searchpage :-moz-placeholder,
.page-template-template-accueil :-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,0.7);
	text-transform:uppercase;
}
@media screen and (max-width:450px){
	.page-template-template-searchpage ::-webkit-input-placeholder,
	.page-template-template-accueil ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size:11px;
	}
	.page-template-template-searchpage ::-moz-placeholder,
	.page-template-template-accueil ::-moz-placeholder { /* Firefox 19+ */
		font-size:11px;
	}
	.page-template-template-searchpage :-ms-input-placeholder,
	.page-template-template-accueil :-ms-input-placeholder { /* IE 10+ */
		font-size:11px;
	}
	.page-template-template-searchpage :-moz-placeholder,
	.page-template-template-accueil :-moz-placeholder { /* Firefox 18- */
		font-size:11px;
	}
}
.page-template-template-accueil #loginform #user_pass{
	padding-left:40px;
	background:rgba(0,0,0,0.8) url('img/Icone-mot-de-passe.png') no-repeat 10px center;
}
.page-template-template-accueil #loginform #user_login{
	padding-left:40px;
	background:rgba(0,0,0,0.8) url('img/Icone-identifiant.png') no-repeat 10px center;
}
/**************** Formulaires template mon compte ****************/
.page-template-template-mon-compte input[type='text'],
.page-template-template-mon-compte input[type='email'],
.page-template-template-mon-compte input[type='number'],
.page-template-template-mon-compte input[type='password']{
	background-color:#fff;
	border:1px solid #ddd;
	color:#222;
	padding:8px 10px;
	max-width:350px;
}
.page-template-template-mon-compte #mon-compte input[type='text'],
.page-template-template-mon-compte #mon-compte input[type='email'],
.page-template-template-mon-compte #mon-compte input[type='number'],
.page-template-template-mon-compte #mon-compte input[type='password']{
	width:100%;
}
.page-template-template-mon-compte input[type='text']:focus,
.page-template-template-mon-compte input[type='email']:focus,
.page-template-template-mon-compte input[type='number']:focus,
.page-template-template-mon-compte input[type='password']:focus{
	border:1px solid #eee;
	outline:none;
}

/***************** Page login ****************/
.tml-login{
	max-width:350px;
	margin:auto;
	padding:10px 40px;
}


/************** Page compte user *************/
ul.tml-user-links,
ul.tml-user-links li{
	list-style:none;
	display:block
	margin:0;
	padding:0;
}

.page-template-template-mon-compte .etablissement{
	background:#eee;
}
.page-template-template-mon-compte .etablissement h2{
	margin:0;
}
.page-template-template-mon-compte.page-id-118 .etablissement h2{
	margin-bottom:10px;
}
.page-template-template-mon-compte .etablissement header{
	padding:20px;
	border-bottom:2px solid #ddd;
}
.page-template-template-mon-compte .etablissement main{
	padding:20px;
	border-bottom:4px solid #ddd;
}

#mon-compte .sup_et{
	display:inline-block;
	color:#fff;
	background:#dd232e;
	padding:6px 7px 5px 7px;
	border-radius:10px;
	line-height:1;
	margin-left:20px;
	text-transform:none;
	font-size:12px;
}
#mon-compte #add_et{
	font-size:12px;
	padding:7px 15px;
	margin:10px;
}

/**************** Page accueil ***************/
#content a.bouton.bouton-homme{
	width:310px;
	text-align: left;
	max-width:100%;
	font-size:15px;
}
@media screen and (max-width:450px){
	#content a.bouton.bouton-homme{
		font-size:12px;
	}
}

/************** Page mes offres **************/
#offres{
	margin:30px 0;
}
#offres .offre{
	width:100%;
	background:#e8e0da;
	padding:20px 15px 10px 15px;
	margin:0 auto 30px auto;
	color:#222;
}
#offres .offre p{
	margin:5px 0;
}
#offres .offre .produit{
	text-transform:uppercase;
	font-size:20px;
}
#offres .offre .promo{
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
}
@media screen and (max-width:450px){
	#offres .offre .produit{
		font-size:17px;
	}
	#offres .offre .promo{
		font-size:17px;
	}
}
#offres .offre .dates{
	font-style:italic;
	font-size:12px;
}
#offres .offre .boutons{
	display:flex;
	justify-content: space-between;
}
#offres .offre .bouton,
.page-template-template-accueil #content #offres .offre .bouton{
	width:auto;
	margin-top:20px;
	font-family: MyLuckyPenny, Poppins, Arial, sans-serif;
	font-size:18px;
	padding: 6px 17px;
}
@media screen and (max-width:450px){
	#offres .offre .bouton,
	.page-template-template-accueil #content #offres .offre .bouton{
		font-size:14px;
	}
	#offres .offre .bouton:first-child,
	.page-template-template-accueil #content #offres .offre .bouton:first-child{
		margin-right:7px;
	}
}

#pas-offres{
	margin-top:70px;
}

/************** Page nos familles **************/
#categories-produits header{
	width:100%;
	text-align:center;
}
#categories-produits header h1{
	font-family: MyLuckyPenny, Poppins, Arial, sans-serif;
	font-size:27px;
	font-weight:normal;
	text-transform:none;
}
#categories-produits #sous-titre{
	width:100%;
	text-align:center;
	color:#fff;
	background:#dd232e;
	font-size:17px;
	font-weight:normal;
	padding:20px;
}
@media screen and (max-width:450px){
	#categories-produits header h1{
		font-size:21px;
	}
	#categories-produits #sous-titre{
		font-size:14px;
		padding:15px;
	}
}
#categories-produits article.categorie{
	width:100%;
	border-bottom:2px solid #000;
	padding:20px;
}
#categories-produits article.categorie .categorie-img{
	display:inline-block;
	width:50%;
	padding:20px 10px 20px 20px;
	vertical-align:middle;
}
#categories-produits article.categorie main{
	display:inline-block;
	width:50%;
	padding:20px 20px 20px 10px;
	vertical-align:middle;
}
#categories-produits article.categorie .categorie-img{
	text-align:right;
}
#categories-produits article.categorie .attachment-post-thumbnail{
	display:inline-block;
	max-width:100%;
}
#categories-produits article.categorie h2{
	margin:0 0 20px 0;
	font-size: 18px;
	line-height: 22px;
	
}
#categories-produits article.categorie .bouton{
	padding:9px 18px;
	font-size:12px;
}

/************** Pages produits **************/
#nav-produits{
	width:100%;
	background:#dd232e;
	color:#fff;
	display:flex;
}
#nav-produits a{
	width:50%;
	padding:20px;
}
#nav-produits a:nth-child(2){
	text-align:right;
}
@media screen and (max-width:450px){
	#nav-produits a{
		padding:12px;
	}
}

.cp_produit{
	width:100%;
}
.archive .cp_produit{
	border-bottom:2px solid #000;
}
.cp_produit main{
	display:inline-block;
	width:66%;
	padding:20px;
	vertical-align:middle;
}
.cp_produit .produit-img{
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	width:34%;
}
@media screen and (max-width:450px){
	.cp_produit main{
		padding-left:0;
	}
	.single .cp_produit main{
		padding-left:20px;
	}
}
.single .cp_produit main{
	width:100%;
}
.cp_produit .produit-img .wp-post-image{
	display:inline-block;
	max-width:100%;
}
.single .wp-post-image{
	display:block;
	margin:auto;
}
.cp_produit h1{
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width:450px){
	.cp_produit h1{
		font-size:15px;
		line-height:1.2;
	}
}
.cp_produit .prix{
	display:flex;
	font-weight:bold;
	justify-content: space-between;
	text-transform:uppercase;
}
.cp_produit .prix .label-prix{
	padding-right:10px;
}
.cp_produit .prix .montant{
	color:#dd232e;
}
.cp_produit .prix .montant .barre{
	color:#222;
	font-size:13px;
	text-decoration: line-through;
}
.cp_produit .bouton{
	padding:8px 15px;
	font-size: 12px;
}

.cp_produit .form-produit{
	border-top:2px solid #dd232e;
	margin-top:7px;
	padding-top:7px;
	font-weight:normal;
	position:relative;
}
.cp_produit .form-produit input[type='text'],
.cp_produit .form-produit input[type='number'],
.cp_produit .entry-content input[type='text'].qte,
.cp_produit .entry-content input[type='number'].qte{
	border:1px solid #444;
	box-shadow:none;
	border-radius:5px;
	padding:4px;
	max-width:80px;
}
.cp_produit .form-produit select{
	border:none;
	box-shadow:none;
	border-radius:5px;
	padding:4px;
	background:#e5e5e5;
}
.cp_produit .form-produit input[type='text']:focus,
.cp_produit .form-produit input[type='number']:focus,
.cp_produit .form-produit select:focus{
	outline: none !important;
}
.cp_produit .form-produit .boutons{
	display:flex;
	justify-content:space-between;
	margin-bottom:0;
}
.single .cp_produit .form-produit .boutons{
	justify-content:flex-end;
}
.cp_produit .form-produit .bouton{
	font-size:14px;
	padding:6px 20px;
	margin:0;
}
.cp_produit .form-produit .bouton.bouton-panier:before{
	content:'';
	display:inline-block;
	background:url('img/panier-bouton.png');
	width:14px;
	height:13px;
	margin-right:13px;
}
@media screen and (max-width:450px){
	.cp_produit .form-produit .bouton.bouton-panier:before{
		margin-right:7px;
	}
	.cp_produit .form-produit .bouton{
		font-size:12px;
		padding:6px 12px 4px 12px;
		line-height: 23px;
	}
}
.message-erreur{
	color: #dd232e;
}
.single h2{
	margin-top:20px;
	border-top:2px solid #dd232e;
	font-size:18px;
	padding-top:20px;
}
@media screen and (max-width:450px){
	.single h2{
		font-size:15px;
	}
}


.warning-intonly{
	display:block;
	font-style:italic;
	font-size:12px;
	color:rgb(221, 35, 46);
	background:rgba(255, 255, 255, 0.9);
	padding:10px;
	position:absolute;
	left: 0;
	top: 50px;
	cursor:pointer;
}
.warning-intonly::before{
	content:'X';
	display:block;
	float:right;
	padding:0 0 5px 5px;
	font-style:normal;
}


.message-confirm{
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	text-align:center;
	padding:40px 0 0 0;
}
.message-confirm .logo-message{
	max-width:100%;
	margin:auto;
}
.message-confirm #message{
	margin:60px 0;
	font-size:22px;
}
@media screen and (max-width:450px){
	.message-confirm #message{
		font-size:15px;
		margin:0 0 20px 0;
	}
}
.message-confirm .bouton{
	display:flex;
	align-items: center;
	margin:30px auto;
	max-width:300px;
	padding:10px 20px;
	text-align:left;
}
.message-confirm .bouton .icone{
	margin-right:15px;
	vertical-align:middle;
}
.message-confirm.sup .bouton,
.message-confirm.toutsup .bouton{
	display:inline-block;
	margin:10px;
	max-width:300px;
	width:auto;
	padding:10px 30px;
	text-align:center;
}

/************** Pages panier **************/
#mon-panier header{
	text-align:center;
	border-bottom:1px solid #eee;
	padding:20px;
}
@media screen and (max-width:450px){
	#mon-panier header{
		padding:15px;
	}
}
#mon-panier header img,
#mon-panier main img{
	display:inline-block;
}
#mon-panier header h1{
	margin:0;
}
#mon-panier main.no-produits{
	text-align:center;
	border-bottom:1px solid #eee;
	padding:60px 40px;
	font-size:25px;
	color:#dd232e;
	text-transform:uppercase;
	font-weight:bold;
}
#mon-panier footer.simple{
	text-align:center;
	padding:40px;
}
@media screen and (max-width:450px){
	#mon-panier main.no-produits{
		font-size:20px;
	}
	#mon-panier footer.simple{
		padding:25px;
	}
}
#mon-panier footer.simple a{
	max-width:100%;
}
@media screen and (max-width:450px){
	#mon-panier footer.simple a{
		min-width:110px;
		width:100%;
	}
}

#mon-panier .cp_produit{
	border-bottom:1px solid #eee;
	font-weight:normal;
}
#mon-panier .cp_produit .bouton{
	float:right;
}
#mon-panier .cp_produit .entry-content{
	position:relative;
}
#mon-panier .cp_produit .warning-intonly{
	top:170px;
}

#mon-panier footer.complexe{
	display:flex;
	border-bottom:1px solid #eee;
}
#mon-panier footer.complexe #gauche{
	width:45%;
	border-right:1px solid #eee;
	color:#dd232e;
}
#mon-panier footer.complexe #gauche #tout-sup{
	display:block;
	width:100%;
	padding:20px;
	border-bottom:1px solid #eee;
}
#mon-panier footer.complexe #gauche #tout-sup img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
#mon-panier footer.complexe #gauche #total{
	width:100%;
	padding:20px 40px;
}
#mon-panier footer.complexe #gauche #total span{
	display:block;
	font-size:30px;
}
@media screen and (max-width:450px){
	#mon-panier footer.complexe #gauche #total{
		padding:15px 20px;
	}
	#mon-panier footer.complexe #gauche #total span{
		font-size:20px;
	}
	
	#mon-panier footer.complexe #gauche #tout-sup img{
		display:block;
		vertical-align:middle;
		float:left;
	}
}
@media screen and (max-width:320px){
	#mon-panier footer.complexe #gauche #tout-sup img{
		display:none;
	}
}
#mon-panier footer.complexe #droite{
	width:55%;
	padding:20px;
	text-align:center;
}
#mon-panier footer.complexe #droite a{
	width:250px;
	max-width:100%;
}

/************** Pages Validation commande **************/
#mon-panier.validation-commande main{
	padding:20px;
}
.toggle{
	display:block;
	width:100%;
	margin-top:25px;
	padding:15px;
	background:#eee;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.toggle i,
.toggle img{
	display:block;
	position:absolute;
	left:20px;
}
.toggle i{
	color:#fff;
	background:#dd232e;
	border-radius:20px;
	padding:5px 7px;
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	line-height:1;
	left:40px;
}
.toggle.plie:after,
.toggle.deplie:after{
	content:'';
	display:block;
	position:absolute;
	top:22px;
	right:20px;
	width:12px;
	height:11px;
	background:url('img/fleches.png') no-repeat left top;
}
.toggle.deplie:after{
	background:url('img/fleches.png') no-repeat right top;
}
#mon-panier.validation-commande #produits{
	display:none;
}
#mon-panier.validation-commande #produits .cp_produit main,
#mon-compte.ma-commande #produits .cp_produit main{
	width:75%;
	padding:15px 0;
}
#mon-panier.validation-commande #produits .cp_produit .produit-img,
#mon-compte.ma-commande #produits .cp_produit .produit-img{
	width:25%;
	padding:15px 15px 15px 0;
}
#mon-panier.validation-commande #produits .cp_produit p,
#mon-compte.ma-commande #produits .cp_produit p{
	margin:0;
}
#mon-panier.validation-commande #produits .cp_produit .bouton{
	padding:5px 15px;
	font-size:13px;
	float:none;
	margin:0;
}
#mon-panier.validation-commande .total{
	text-align:right;
	color:#dd232e;
}
#mon-panier.validation-commande #calendrier{
	padding-top:15px;
}
#mon-panier.validation-commande #calendrier h2{
	font-size:15px;
}
#mon-panier.validation-commande #calendrier .fc-content{
	text-align:center;
	padding:3px 0 2px 0;
}
#mon-panier.validation-commande footer{
	border-top:1px solid #eee;
}
#mon-panier.validation-commande #cgv_p{
	margin:40px 0;
}
@media screen and (max-width:450px){
	#mon-panier.validation-commande #cgv_p{
		margin:20px 0 10px 0;
	}
}

#mon-panier.validation-commande #validation-message{
	width:100%;
	margin-top:25px;
	padding:15px;
	background:#eee;
	font-weight:normal;
}
#mon-panier.validation-commande #etablissement ul{
	list-style:none;
}

#mon-panier.validation-commande #etablissement input[type="radio"],
#mon-panier.validation-commande #cgv_p input[type="checkbox"]{
	display:none;
}
#mon-panier.validation-commande #etablissement label,
#mon-panier.validation-commande #cgv_p label{
	cursor:pointer;
}
#mon-panier.validation-commande #etablissement label:before,
#mon-panier.validation-commande #cgv_p label:before{
	display:inline-block;
	content:'';
	background:url('img/case-a-cocher-vide.png') no-repeat;
	width:21px;
	height:21px;
	vertical-align:middle;
	margin-right:10px;
}
#mon-panier.validation-commande #cgv_p label:before{
	background:url('img/case-a-cocher-vide-2.png') no-repeat;
}
#mon-panier.validation-commande #etablissement input[type="radio"]:checked + label:before,
#mon-panier.validation-commande #cgv_p input[type="checkbox"]:checked + label:before{
	background:url('img/case-a-cocher-cochee.png') no-repeat;
}

.confirm-commande{
	text-align:center;
	padding:20px;
	background:url('img/fond-bois.jpg') no-repeat;
	background-size:cover;
	height:100%;
	padding-bottom:300px;
}
.confirm-commande .joliefont{
	font-size:21px;
	color:#fff;
}
@media screen and (max-width:450px){
	.confirm-commande .joliefont{
		font-size:18px;
	}
}
.confirm-commande img{
	margin:30px auto;
}

/************** Pages historique commandes **************/

#mon-compte .commande{
	display:flex;
	align-items: center;
	border-bottom:2px solid #eee;
}
#mon-compte .commande .commande-gauche{
	width:25%;
	padding:20px;
	text-align:center;
}
#mon-compte .commande .commande-gauche img{
	display:inline-block;
}
#mon-compte .commande main{
	border-left:2px solid #eee;
	width:75%;
	padding:20px;
}
#mon-compte .commande main h2{
	color:#222;
	font-weight:bold;
	line-height:1.1;
	margin:0;
}
#mon-compte .commande main p{
	margin:7px 0;
}
#mon-compte .commande main .bouton{
	margin:0;
	padding:5px 15px;
}

#mon-compte.ma-commande h2{
	border-bottom:2px solid #eee;
	padding:20px;
	margin:0;
}

#mon-compte.ma-commande .cp_produit main{
	width:75%;
	padding:20px 0 0 0;
}
#mon-compte.ma-commande .cp_produit .produit-img{
	width:25%;
	padding:20px 20px 20px 0;
}
#mon-compte.ma-commande .cp_produit .montant,
#mon-panier.validation-commande .cp_produit .montant{
	min-width: 100px;
}

/************** Carrousel page découverte **************/
#carousel p{
	line-height:1.1;
	margin:0;
	font-size:19px;
}
@media screen and (max-width:450px){
	#carousel p{
		font-size:14px;
	}
}
#carousel .postit{
	background:#dd232e;
	padding:25px 15px 15px 15px;
	position:relative;
	overflow:visible;
	margin-top:17px;
}
#carousel .postit:before{
	content:'';
	position:absolute;
	top:-17px;
	background:url('img/punaise.png');
	width:42px;
	height:42px;
	margin-left:-21px;
}
#carousel .postit h2{
	text-transform:none;
	margin:0 0 10px 0;
	line-height:1;
	font-size:22px
}
@media screen and (max-width:450px){
	#carousel .postit h2{
		font-size:16px
	}
}
#carousel .main{
	display:flex;
	margin:20px 0;
	align-items: center;
}
#carousel .main p{
	text-align:justify;
	padding:0 0 0 20px;
}
body .lSSlideOuter .lSPager.lSpg>li a{
	background-color:#fff;
}
body .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
	background-color:#dd232e;
}

#onesignal-bell-launcher{
	display:none
}

.responsive-menu-pro-back i{
	    padding-right: 10px !important;
}


ul.responsive-menu-pro-submenu {
    height: 1000px !important;
    background-color: #000000;
}

input {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}

input[type="button" i], input[type="submit" i], input[type="reset" i] {
    -webkit-appearance: none !important;
}

/******************** Agathe *************************/
.page-id-1218,
.page-id-1216,
.page-id-1214 {
	padding: 50px 25px;
	text-align: justify;
}
/*#mon-compte>main,*/
#mon-compte>footer {
	display: none;
}
#mon-compte.ma-commande > main,
#mon-compte.ma-commande > footer {
	display: block;
}
button#responsive-menu-pro-button,
button#responsive-menu-pro-button:hover,
button#responsive-menu-pro-button:focus,
button#responsive-menu-pro-button:active {
	border: none!important;
}
#responsive-menu-pro-header-bar-logo img {
	display: none;
}
label[for="rememberme"] {
	margin-left: -10px;
}
label[for="rememberme"]:before,
label[for="accepter"]:before {
    display: inline-block;
    content: '';
    background: url(img/case-a-cocher-vide.png) no-repeat;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 10px;
}

input[name="rememberme"]:checked + label[for="rememberme"]:before,
input[name="accepter"]:checked + label[for="accepter"]:before  {
    background: url(img/case-a-cocher-cochee.png) no-repeat;
}
input[name="accepter"] {
	position: absolute;
    width: 450px;
    opacity: 0;
    height: 70px;
    -webkit-appearance: checkbox!important; 
}
.bskt-top {
	font-family: Poppins;
    color: #fff;
    background: #dd232e;
    border-radius: 20px;
    padding: 5px 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 1;
	position: fixed;
	top: 5px;
    z-index: 99999;
    right: 10px;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a {
	height: auto!important;
}

.tml-links {
    list-style: none;
    padding-left: 0;
}
/****************** Particuliers ********************/
.ur-frontend-form {
    border: none;
    padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]{
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(255,255,255,0.7);
	color: #fff;
	padding: 10px 18px;
	width: 100%;
	min-height: auto;
	margin-bottom: 15px;
}
.page-template-template-searchpage #searchform input[type='text']:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date]:focus, 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number]:focus, 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone]:focus, 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]:focus {
	border: 1px solid #fff;
	outline: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
	display: inline-block;
	width: 260px;
    background: rgba(221,35,46,0.8);
	color: #fff;
    border-radius: 15px;
    margin: 15px auto;
    border: none;
    box-shadow: none;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    max-width: 100%;
	padding: 10px 20px;
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
	color: transparent;
}
#privacy_policy_1586252324_field label,
.ur-frontend-form .description {
	display: inline;
}
label[data-label="Privacy Policy"] abbr:before {
    display: inline-block;
    content: '';
    background: url(img/case-a-cocher-vide.png) no-repeat;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 10px;
}
input[data-id="privacy_policy_1586252324"]:checked + abbr:before {
    background: url(img/case-a-cocher-cochee.png) no-repeat;
}
input[data-id="privacy_policy_1586252324"] {
	height: 21px;
    width: 21px;
    left: 30px;
    position: relative;
}
input[data-id="privacy_policy_1586252324"]:focus {
	outline-width: 0px;
}
#mon-panier footer.complexe #gauche #total span.prix-app {
    font-size: 10px;
}
#cgv_p a {
	color: #dd232e;
}

#mon-panier.validation-commande label[for="retrait"],
#mon-panier.validation-commande label[for="livr"]{
	cursor:pointer;
}
#mon-panier.validation-commande label[for="retrait"]:before,
#mon-panier.validation-commande label[for="livr"]:before {
	display:inline-block;
	content:'';
	background:url('img/case-a-cocher-vide-2.png') no-repeat;
	width:21px;
	height:21px;
	vertical-align:middle;
	margin-right:10px;
}
#mon-panier.validation-commande label[for="tain"]:before,
#mon-panier.validation-commande label[for="chappes"]:before {
	display:inline-block;
	content:'';
	background:url('img/case-a-cocher-vide-2.png') no-repeat;
	background-size: 17px 17px;
	width:17px;
	height:17px;
	vertical-align:middle;
	margin-right:10px;
}
#mon-panier.validation-commande #retr-tain input[type="radio"]:checked + label:before,
#mon-panier.validation-commande #retr-chappes input[type="radio"]:checked + label:before {
	background:url('img/case-a-cocher-cochee.png') no-repeat;
	background-size: 17px 17px;
}
#mon-panier.validation-commande #retr input[type="radio"]:checked + label:before,
#mon-panier.validation-commande #livraison input[type="radio"]:checked + label:before {
	background:url('img/case-a-cocher-cochee.png') no-repeat;
}
.page-template-template-mon-compte #mon-panier input[type='text'] {
	width:100%;
	border-radius: 5px;
	margin-bottom: 5px;
}
.livr-inside {
	padding-left: 36px;
}
.page-template-template-mon-compte #mon-panier main>span {
	font-size: 10px;
	line-height: 14px;
	display: block;
	padding-top: 30px;
	text-align: justify;
}
.paiement {
	background-color: #eee;
	padding: 10px 20px;
	margin-top: 40px;
	text-align: justify;
}
#livraison {
	margin-top: 20px;
}