
/*
#ea7d30;
#26a394;
*/

* {
	box-sizing: border-box;
	border: none;
}
:after, :before{
	box-sizing: border-box;
}

input[type="search"]{
	-webkit-appearance:none;
	line-height: normal; /* safari */
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

div, p, a, li, td, span { -webkit-text-size-adjust:none; }

img{
	max-width: 100%;
	display: block;
	height: auto;
	image-rendering: -webkit-optimize-contrast; /* rendu flou sur chrome */
}

body{
	/* fix for text too bold in OSX */
	_-webkit-font-smoothing: antialiased;
	_-moz-osx-font-smoothing: grayscale;
	margin: 0;
	font-size: 16px;
	color: #111;
	line-height: 1;

	_background-color:#555;
	position: relative;
}

body{
	font-family: "dejavu_serifcondensed";
}



select, input, textarea, button, .a-button, label,
h2, h3, h4,

.header-espace2,
.header-menu,
.header-panier,
.header-panier-mobile,

.dernier-une div div,
.dernier-sommaire div div,
.home-numeros h2,
.site-footer,

.articles-categories,
.article-title,

.result-title,

.popup-panier,

.commande-container,

.frm_message,

.espace,
.facture, /* espace client - paiement facture */

.abo-container, /* page abo (one page) */

.sliding-popup-top,
.page-cookies table{
	font-family: "dejavu_sanscondensed";
}

h1,
.home-edito h2,

.article-cat,

.responsive-tabs__list__item
{
	font-family: korolev;
}




button,
.a-button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
    top: -0.5em;
}


a,
input[type="button"],
input[type="submit"],
input[type="checkbox"],
button
{
	cursor: pointer;
	outline: none !important;
}
button{
	background-color: transparent;
}
ul{
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
}
fieldset{
	margin: 0;
	padding: 0;
}
input:focus, textarea:focus {
  outline-style: none;
  _outline-width: 2px;
}
.button{
	cursor: pointer;
}
h1, h2, h3{
	margin: 0;
}

p{

	margin: 0 0 10px 0;
	line-height: 1.5;
}

input{
	padding: 5px 5px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-header,
.site-main,
.abo-steps,
.site-footer{
	width: 1040px;
	margin: auto;
	position: relative;
}


/* Header
-------------------*/

.header-logo{
	text-align: center;
	margin-bottom: 42px;
	padding-top: 17px
}
.header-logo h1{
	display: inline-block;
}
.header-logo h1 img{
	width: 443px;
}

.header-menu{
	margin-bottom: 10px;
	padding-right: 200px;
	position: relative;
}
.menu-toggle{
	display: none;
}

.header-menu ul {
    margin: auto;
    padding: 0;
    list-style: outside none none;
    position: relative;
    display: flex;
    flex-direction: row;
}

.header-menu ul li {
    flex-grow: 1;
    text-align: center;
}
.header-menu ul li a{
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

.menu-item-72{ /* espace client */
	display: none;
}


.header-panier{
	background: linear-gradient(to bottom, #404040 0%, #222 100%);
	color: white;
	padding: 7px 12px 9px 48px;
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
}
.header-panier.h{
	display: none;
}
.header-panier:before{
	content: "\f07a";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 12px;
	top: 11px;
	font-size: 18px;
	font-weight: bold;
}
.header-panier > div + div{
	font-weight: bold;
}

.header-espace{
	position: absolute;
	top: 23px;
	left: 0;
	display: none;
}
.header-espace2{
	position: absolute;
	top: 23px;
	left: 0px;
	text-decoration: none;
	padding: 26px 14px 12px 31px;
	color: white;
	font-size: 12px;
	line-height: 1.25;
	border-radius: 0 0 6px 6px;
	background-image: url(../images/virgule.png), linear-gradient(to bottom, #404040 0%, #222 100%);
	background-size: 14px auto , auto;
	background-repeat: no-repeat, repeat;
	background-position: 12px 22px, 0 0;
}

.header-image{
	position: relative;
}

.header-search{
	position: absolute;
	bottom:20px;
	right: 20px;
}
.search-form input{


	height: 26px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	font-size: 14px;
}
.search-form input[type="search"]{
	border-radius: 5px 0 0 5px;
	padding: 0 5px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, rgb(200,200,200) 0%, rgb(255,255,255) 70%);
}
.search-form input[type="submit"]{
	background-color: #009fe3;
	color: white;
	border-radius: 0 10px 10px 0;

}


/* Site main
------------------------------*/
.site-main{
	padding: 30px 0;
}
.home .site-main{
	padding: 20px 0;
}

.dernier-cols{
	display: flex;
}

.dernier-left{
	flex: 0 0 auto;
	text-align: center;
}
.dernier-left button{
	margin: 20px auto;
}
.dernier-left img.sommaire-couv{
	border: 2px solid #000;
	width: 350px;
}

.dernier-right{
	margin-left: 80px;
	flex: 1 1 auto;
	padding: 13px 0 0 0;
}
.dernier-right .dernier-search{
	text-align: right;
	margin-bottom: 65px;
}
.dernier-une .dernier-title,
.dernier-sommaire .dernier-title{
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1.5;
}
.dernier-une > div,
.dernier-sommaire > div
{
	padding-left: 110px;
}
.dernier-une{
	margin-bottom: 50px;
	background: no-repeat 0 0 url(../images/dernier-une.png);

}
.dernier-sommaire{
	margin-bottom: 30px;
	background: no-repeat 0 0 url(../images/dernier-sommaire.png);
}
.dernier-sommaire ul{
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 1.5;
}
.dernier-sommaire ul li{
	margin-bottom: 5px;
}

.home-buttons{
	text-align: center;
	display: flex;
}
.home-buttons div{
	flex: 1;
}
.home-buttons div:nth-of-type(1){
	width: 350px;
	flex: 0 1 auto;
}
.home-dernier button,
.home-dernier .a-button,
.shortcode-button
{
	background-color: #009fe3;
	color: white;
	text-transform: uppercase;
	border-radius: 16px;
	font-weight: bold;
	padding: 8px;
	width: 200px;
	display: inline-block;
	text-decoration: none;
}
.home-buttons div+div button:nth-of-type(2){
	margin-left: 100px;
}
.home-dernier .gratuit{
	width: auto;
	padding: 8px 15px;
	background-color: #888;
}


.home-edito-container{
	margin-top: 35px;
	display: flex;
	margin-bottom: 30px;
}
.home-edito-container > div{

}
.home-edito-container .edito-pub{
	width: 330px;
	flex: 1 0 auto;
}
.home-edito{

	background-color: #ebebeb;
	padding: 10px;

	color: #000;
}
.home-edito p{

}
.home-edito h2{
	background-color: black;
	color: white;
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	top: -10px;
	left: -10px;
	font-weight: normal;
}


.home-numeros{
	margin-bottom: 20px;
}
.home-numeros h2{
	font-size: 19px;
	color: black;
	margin-bottom: 10px;
}
.home-numeros h2:after{
	content:'';
	border-bottom: 2px solid black;
	width: 40%;
	display: inline-block;
	margin-left: 10px;
}


.numeros-container{
	position: relative;
}
.glider{
	overflow-x: hidden;
}
.numeros-container .numero{
	width: 20%;
	position: relative;
	margin: 0 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
.numeros-container .numero-add{
	background-color: #cd1719;
	color: white;
	text-align: center;
	padding: 10px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
}

.glider-prev,
.glider-next
{
	font-size: 52px;
	top: 45%;
	transform: translateY(-50%);
}
.glider-prev{
	left: -26px;
}
.glider-next{
	right: -26px;
}
.glider-prev.disabled,
.glider-next.disabled{
	display: none;
}


/* Site footer
------------------------------*/
.site-footer{
	padding-bottom: 20px;
	margin-top: 50px;
	_border-top: 1px solid #555;
	padding-top: 15px;
	font-size: 14px;
	color: #555;
}

.site-footer ul{
	display: flex;
	text-align: center;
	list-style: none;
	margin: 0;
}
.site-footer li{
	width: 33.33%;
}
.site-footer a{
	text-decoration: underline;
	color: #333;
}


.grecaptcha-badge{
	display: none;
}


/* popup */
.praxis-popup{
	width: 500px;
}
.praxis-popup p{
	margin-bottom: 20px;
}
