#cookie  {
    position: fixed;
    z-index: 100;
    left: 25%;
    top: 20%;
    font-size: 1rem !important;
    font-family: 'SourceSansProRegular',Arial;
    width: 50%;
	max-width:715px;
	margin:0 auto;
	
}
#cookie h1{
	font-family: 'SourceSansProRegular';
	font-size:28px;
	text-align:center;
	padding:10px;
	font-weight:bold;
}
#cookie .cookie-header  {
	font-family:"SourceSansProRegular";
    color: #292929;
    z-index: 2;
    
    
    background-color: #ffffff;
    padding: 15px 10px;
    font-weight: 600;
    text-align: justify;
    transform: translate3d(0,  100%,  0);
    transition: transform 0.4s;
    border-top:5px solid #DD3636;
	-webkit-transform: translate3d(0,  100%,  0);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.35);
}
#cookie .cookie-toggle  {
    cursor: pointer;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    width: fit-content;
    background: none;
    border: solid 0px;
    padding: 2px;
	font-size:12px;
	text-align:center;
    display: inline-block;
    letter-spacing: 0.6px;
}
#cookie .flex-content  {
    padding:20px 10px;
}
#cookie .flex-content .description  {
    padding: 10px;
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left;
}
#cookie .flex-content .description p.text  {
    line-height: 20pt;
    font-weight: 500;
	font-size:18px;
	
}
#cookie .flex-content .description p.conditions  {
    bottom: 5px;
    position: absolute;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #a2a2a2;
}
#cookie .flex-content .description p.conditions a:hover  {
    text-decoration: none;
}
#cookie .flex-content .buttons  {
    margin-left: auto;
    margin-right: auto;
	margin-top:-5px;
    height: 45%;
	display:flex;
	justify-content:space-between;
}
#cookie .headr{display:flex;}
#cookie .headr h1{padding:0px 0 0 10px;display: inline-flex; font-size:24px; text-align:left;}
#cookie .btnr{position: relative;
    /* left: 1%; */
    /* top: 3px; */
    
    background: #ffffff;
    border: 3px solid #333333;
    /* box-shadow: 1px 1px 10px #aaa; */
    padding: 10px 0px 10px 0px;
    color: #000000;
    margin: 10px;
    font-size: 18px;
    height: 50px;
    width:200px;
    text-align: center;}
.btnr_plus{ }
#cookie .flex-content .buttons .sa-button  {
    padding: 2px 16px;
}
#cookie .flex-content .buttons a:last-of-type  {
    /*width: fit-content;
    margin: 0 auto;*/
}
#cookie .flex-content .cookie-accept  {
    height: 43px;
    font-size: 20px;
    line-height: 25px;
    padding: 10px;
}
#cookie .cookie-modal  {
    position: inherit;
    z-index: 3;
    left: 25%;
    bottom:0%;
    top: 20%;
    overflow-y: auto;
    background: #ffffff;
    color: #292929;
    padding: 10px;
	width:50%;
    min-height: 100px;
    transform: translate3d(0,  100%,  0);
    transition: transform 0.4s;
    -webkit-transform: translate3d(0,  100%,  0);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.35);
}
#cookie .cookie-modal p  {
    color: inherit;
}
#cookie .cookie-modal .cookie-close-btn  {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2em;
    text-align: center;
    line-height: 20pt;
    font-size: 16pt;
    color: #292929;
}
#cookie .cookie-modal .cookie-close-btn:hover  {
    text-decoration: none;
}
#cookie .cookie-modal .cookie-close-btn i  {
    font-size: 1.25em;
}
#cookie .cookie-overlay  {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,  0,  0,  0.45);
    transform: translate3d(0,  -100%,  0);
    -webkit-transform: translate3d(0,  -100%,  0);
    opacity: 0;
    transition: opacity 0.4s;
}
#cookie .cookie-content-element  {
    list-style-type: none;
    margin: 0.5em 0 0.5em;
    padding: 0 1em;
	width:99%;
}
#cookie .cookie-content-element p  {
    margin: 0;
	margin-bottom:18px;
    font-size: 1.5em;
}
#cookie .cookie-content-element .cookie-optional-checkbox  {
    position: absolute;
    pointer-events: all;
	margin:0;
	padding:0;
}
#cookie .cookie-content-element .cookie-optional-checkbox + label  {
    display: block;
    position: relative;
    font-size: 1.7em;
    font-weight: 700;
	top:-4px;
    margin: 0 0;
    padding: 0 0 0 1em;
    cursor: pointer;
}
#cookie .cookie-actions  {
    margin-top:35px;
    text-align: center;
}
#cookie[pending] .cookie-header,  #cookie[open] .cookie-header  {
    transform: translate3d(0,  0,  0);
    transition: transform 0.4s;
    -webkit-transform: translate3d(0,  0,  0);
}
#cookie[open] .cookie-modal  {
    transform: translate3d(0,  0,  0);
    transition: transform 0.4s;
    -webkit-transform: translate3d(0,  0,  0);
}
#cookie[pending] .cookie-overlay,  #cookie[open] .cookie-overlay  {
    opacity: 1;
    transform: translate3d(0,  0,  0);
    -webkit-transform: translate3d(0,  0,  0);
}
.text-right  {
    text-align: right;
}
input[type="checkbox"]  {
    -webkit-appearance: checkbox;
}
.schedules_shipping_slices select  {
    height: 30px;
    background: #EEEEEE;
    font-size: 13px;
}
.sa-button  {
    display: inline-block;
    border-radius: 4px;
    background: #1B2191;
     background: -moz-linear-gradient(to bottom,  #1B2191 0%,  #1B21aa 100%);
     background: -webkit-linear-gradient(to bottom,  #1B2191 0%,  #1B21aa 100%);
	 
     background: linear-gradient(to bottom,  #1B2191 0%,  #1B21aa 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2191',  endColorstr='#1B21aa',  GradientType=0);
     color: #fff;
    font-family: 'SourceSansProRegular';
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.6px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin: 2px;
}
.sa-button > input  {
    -webkit-appearance: none;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.sa-button > span.button-label  {
    display: inline-block;
    padding: 8px 25px;
	font-size:22px;
    text-align: center;
}
.sa-button:hover  {
    background: #838383;
}
.sa-button-disabled  {
    cursor: default;
    opacity: 0.5;
}
.sa-button-disabled:hover  {
    background: #4e4e4e;
     background: -moz-linear-gradient(top,  #4e4e4e 0%,  #838383 100%);
     background: -webkit-linear-gradient(top,  #4e4e4e 0%,  #838383 100%);
     background: linear-gradient(to bottom,  #4e4e4e 0%,  #838383 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4e4e',  endColorstr='#838383',  GradientType=0);
 }
.sa-button-required  {
    border: 2px solid red;
}
.sa-button > .button-label::before  {
    padding-right: 4px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    font-variant: normal;
}
.sa-button-acheter,  .sa-button-devis-petit,  .sa-button-acheter-petit,  .sa-button-acheter-moyen,  .sa-button-annonces-coordonnees,  .sa-button-devis,  .sa-button-terminer-commande,  .sa-button-terminer-demande,  .sa-button-valider-commande-sans-paiement,  .sa-button-valider-commande,  .sa-button-valider-devis  {
    background: #67a6e1;
     background: -moz-linear-gradient(top,  #67a6e1 0%,  #67a6e1 48%,  #226ecc 50%,  #3088dd 100%);
     background: -webkit-linear-gradient(top,  #67a6e1 0%,  #67a6e1 48%,  #226ecc 50%,  #3088dd 100%);
     background: linear-gradient(to bottom,  #67a6e1 0%,  #67a6e1 48%,  #226ecc 50%,  #3088dd 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a6e1',  endColorstr='#3088dd',  GradientType=0);
 }
.sa-button-acheter:hover,  .sa-button-devis-petit:hover,  .sa-button-acheter-petit:hover,  .sa-button-acheter-moyen:hover,  .sa-button-annonces-coordonnees:hover,  .sa-button-devis:hover,  .sa-button-terminer-commande:hover,  .sa-button-terminer-demande:hover,  .sa-button-valider-commande-sans-paiement:hover,  .sa-button-valider-commande:hover,  .sa-button-valider-devis:hover  {
    background: #207cca;
 }
.sa-button-acheter,  .sa-button-devis,  .sa-button-valider-commande-sans-paiement,  .sa-button-valider-commande,  .sa-button-valider-devis  {
    font-size: 12px;
    padding: 4px 2px;
}
.sa-button-acheter > .button-label::before  {
    content: '\F07A';
    font-size: 18px;
    padding-right: 12px;
}
.sa-button-devis-petit > .button-label::before  {
    content: '\F1EC';
    font-size: 18px;
    padding: 0;
}
.sa-button-acheter-petit > .button-label::before  {
    content: '\F07A';
    font-size: 18px;
    padding: 0;
}
.sa-button-ajouter > .button-label::before  {
    content: '\F055';
}
.sa-button-confirmer > .button-label::before  {
    content: '\F00C';
}
.sa-button-compte-creer > .button-label::before  {
    content: '\F007';
}
.sa-button-compte-ok > .button-label::before  {
    content: '\F00C';
}
.sa-button-continuer > .button-label::before  {
    content: '\F061';
}
.sa-button-voir-annonces > .button-label::before  {
    content: '\F002';
}
.sa-button-details > .button-label::before  {
    content: '\F002';
}
.sa-button-discuter > .button-label::before  {
    content: '\F075';
}
.sa-button-echanger > .button-label::before  {
    content: '\F021';
}
.sa-button-enregistrer > .button-label::before  {
    content: '\F046';
}
.sa-button-envoyer > .button-label::before  {
    content: '\F045';
}
.sa-button-modifier > .button-label::before  {
    content: '\F040';
}
.sa-button-nouvelle-adresse > .button-label::before  {
    content: '\F055';
}
.sa-button-commander > .button-label::before  {
    content: '\F00C';
}
.sa-button-devis > .button-label::before  {
    content: '\F1EC';
    font-size: 18px;
    padding-right: 12px;
}
.sa-button-supprimer > .button-label::before  {
    content: '\F1F8';
}
.sa-button-reserver > .button-label::before  {
    content: '\F274';
}
.sa-button-retour > .button-label::before  {
    content: '\F060';
}
.sa-button-encherir > .button-label::before  {
    content: '\F0E3';
}
.sa-button-valider > .button-label::before  {
    content: '\F061';
}
.sa-button-acheter-moyen > .button-label::before  {
    content: '\F07A';
}
.sa-button-annonces-coordonnees > .button-label::before  {
    content: '\F00E';
}
.sa-button-choisir-point-relais > .button-label::before  {
    content: '\F041';
}
.sa-button-choisir-relais > .button-label::before  {
    content: '\F1B2';
}
.sa-button-choisir > .button-label::before  {
    content: '\F054';
}
.sa-button-continuer-achats > .button-label::before  {
    content: '\F061';
}
.sa-button-continuer-visite > .button-label::before  {
    content: '\F061';
}
.sa-button-recalculer > .button-label::before  {
    content: '\F021';
}
.sa-button-panier-references > .button-label::before  {
    content: '\F055';
}
.sa-button-partager > .button-label::before  {
    content: '\F1E0';
}
.sa-button-rechercher > .button-label::before  {
    content: '\F002';
}
.sa-button-terminer-commande > .button-label::before  {
    content: '\F061';
}
.sa-button-terminer-demande > .button-label::before  {
    content: '\F061';
}
.sa-button-valider-commande-sans-paiement > .button-label::before  {
    content: '\F061';
    font-size: 18px;
}
.sa-button-valider-commande > .button-label::before  {
    content: '\F061';
    font-size: 18px;
}
.sa-button-valider-commande > .button-label > span  {
    font-style: italic;
    font-size: 80%;
    display: inline-block;
    padding-left: 20px;
}
.sa-button-valider-devis > .button-label::before  {
    content: '\F061';
    font-size: 18px;
}
.sa-button-panier-enquete > .button-label::before  {
    content: '\F040';
}
.sa-button-go  {
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin: 0;
}
.sa-button-go > span.button-label  {
    padding: 0;
}
.sa-button > i  {
    padding-left: 6px;
}
.sa-button-filtrer span::before  {
    content: '\F0B0'}
.sa-button-produits-voir-plus > .button-label::before  {
    content: '\F063';
}
.sa-button-panier-transform-to-devis > .button-label::before  {
    content: '\F0a9';
}
.neutralStyle  {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (min-width: 500px) and (max-width:768px) {
	#cookie{width:80%; top:4%; left:9%;}
	#cookie h1{font-size:20px;}
	#cookie .headr h1{font-size:21px;}
	#cookie .cookie-header{
		
	}
	#cookie .btnr{font-size:16px;}
	#cookie .cookie-modal{left:9%;top:4%; width:80%;}
	#cookie .cookie-modal .cookie-close-btn{right:1em;}
	#cookie .flex-content .cookie-accept{height:40px;font-size:15px; padding:10px;}
}
@media (min-width: 769px) and (max-width:915px) {
	#cookie{width:75%; top:9%; left:12%;}
	#cookie h1{font-size:24px;margin:10px auto;}
	#cookie .cookie-header{
		
	}
	#cookie .cookie-modal{left:12%;top:9%; width:75%;}
}

@media (min-width: 320px) and (max-width:500px) {
#cookie{width:92%; top:1%; left:4%;}
#cookie h1{font-size:20px;}
#cookie .headr h1{font-size:18px;}	
#cookie .cookie-header{
		/*height:438px;*/
	}
	#cookie .cookie-modal{left:5%;top:1%; width:90%;}
	#cookie .cookie-modal .cookie-close-btn{right:1em;}
	#cookie .flex-content .cookie-accept{height:40px;font-size:12px;}
	#cookie .btnr{right:0%;height:auto;}
	#cookie .flex-content .description p.text{font-size:13px;}
}