.page-title{
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.page-content h3 {
	margin-bottom: 12px;
	margin-top: 25px;
	font-size: 22px;
}


/* Page Articles 
------------------------------*/

.articles-categories{
	margin-bottom: 50px;
}

.articles-categories ul{
	display: flex;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.articles-categories ul li{
	flex: 1 1 auto;
	text-align: center;
	margin: 0 20px;
}
.articles-categories ul li a{
	padding: 20px 0;
	width: 100%;
	text-transform: uppercase;
	border: 1px solid #555;
	display: block;
	text-decoration: none;
	color: black;
}
.articles-categories ul li a:hover{
	background-color: #009fe3;
	border-color: #009fe3;
	color: white;
}
.articles-categories ul li a.active{
	background-color: black;
	color: white;
	border-color: black;
}

.article:not(:last-of-type){
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #777;
}

.article-title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.article-cat{
	float: right;
	background-color: black;
	color: white;
	padding: 3px 6px;
	text-transform: uppercase;
	font-size: 20px;
}

.article-suite{
	text-align: right;
}
.article-suite > div  {
	background-color: #f0f0f0;
	padding: 7px 10px;
	_font-style: italic;
	display: inline-block;
	_color: #009fe3;
	
}
.article-paru{
	text-align: right;
}
.article button{
	background-color: #009fe3;
	color: white;
	text-transform: uppercase;
	border-radius: 16px;
	font-weight: bold;
	padding: 8px 16px;
	font-size: 14px;
	margin-top: 10px;
}

.scrolltop-button{
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: 110;
	font-size: 42px;
	opacity: .5;
	width: 75px;
	height: 75px;	
}


/* Page Contact
--------------------------*/
#frm_form_2_container{
	max-width: 600px;
	margin: auto;
}


/* Page inscription newsletter
--------------------------*/
#frm_form_3_container{
	max-width: 500px;
	margin: auto;
}

/* Page abo (one page)
----------------------------*/
.page-id-710 .header-image{
	display: none;
}

.abo-steps-sticky-height{
	display: none;
}
.abo-steps-wrapper{
	margin-bottom: 30px;
	background-color: white;
	text-align: center;
}
.abo-steps-wrapper.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	
	padding: 20px 0;
	z-index: 10;
	
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.admin-bar .abo-steps-wrapper.fixed{
	top: 32px;
}

.abo-steps div{
	width: 20%;
	display: inline-block;
	position: relative;
	text-align: center;	
}
.abo-steps > div:not(:last-of-type):after{
	border-top: 6px solid #c5c5c5;
	border-color: #009fe3;
	content: '';
	left: 50%;
	position: absolute;
	top: 22px;
	width: 100%;
	z-index: 0;
}
.abo-steps > div.current ~ div:after{
	border-color: #c5c5c5;
}

.abo-steps .num{
	background: #009fe3;
	border-radius: 45px;
	color: white;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 45px;
	z-index: 1;
	font-weight: bold;
	_font-style: italic;
}
.abo-steps > div.current ~ div .num{
	background-color: #c5c5c5;
	color: #464646;
}

.abo-steps .title{
	color: #009fe3;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}
.abo-steps > div.current ~ div .title{
	color: #464646;
}

.abo-cols{
	display: flex;
	align-items: flex-start;
}
.abo-left{
	width: 347px;
	flex: 0 0 auto;
	padding: 11px;
	border: 2px solid #000;
	font-size: 17px;
}
.abo-left img{
	float: left;
	border: 2px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
}

.abo-right{
	flex: 1;
	margin-left: 30px;
	padding: 20px;
	background-color: #eee;
}


.abo-etape.step-1:before { content: '1'; }
.abo-etape.step-2:before { content: '2'; }
.abo-etape.step:before {
    background-color: #009fe3;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    font-size: 20px;
}
.abo-etape {
	padding-left: 52px;
    color: black;
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    margin-top: 30px;
    
    text-transform: uppercase;
}
.abo-etape.step-2{
	margin-top: 60px;
}

.abo-right .container{
	padding: 0 60px 0 40px;
}

ul.formule,
ul.cadeaux{
	margin: 0;
	padding: 0;
	list-style: none;
	
	line-height: 1.5;
}
.formule li{
	padding: 15px 15px 15px 60px;
	background-color: white;
	font-size: 13px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	border: 2px solid white;
}
.formule li.active{
	border-color: #009fe3;
}
.formule li.active:before{
	content: '';
	display: block;
   width: 0;
   height: 0;
   border-top: 30px solid #009fe3;
   border-left: 30px solid transparent;
   
   position: absolute;
   right: 0;
   top: 0;
}
.formule li.active:after{
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: white;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
   position: absolute;
   right: 2px;
   top: 2px;
   z-index: 1;
}

.formule input,
.cadeaux input{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}
.formule-title{
	font-size: 15px;
	text-align: left;
}
.formule-description{
	text-align: left;
	margin-bottom: 5px;
}
.formule i{
	color: #009fe3;
	font-style: normal;

}
.formule .reduc{
	background-color: #009fe3;
	color: white;
	display: inline-block;
	padding: 0 3px;
	font-size: 1.2em;
}
.formule strike{
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.formule strike:before{
	content: '';
	display: block;
	width: 130%;
	height: 1px;
	top: 10px;
	left: -15%;
	transform: rotateZ(-20deg);
	position: absolute;
	background-color: red;
}

.cadeaux-title{
	color: black;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
	line-height: 1;
	margin-top: 30px;
	text-transform: uppercase;
}
.cadeaux-title:before{
	content: '';
	display: inline-block;
	background-color: #009fe3;
	height: 28px;
	width: 78px;
	border-radius: 0 28px 28px 0;
	margin-right: 24px;
	vertical-align: sub;
}

.cadeaux li{
	padding: 15px 15px 15px 60px;
	background-color: white;
	font-size: 13px;
	position: relative;
	margin-bottom: 15px;
}