/*
Theme Name: Summitcycle
Author: Softibox
Description: Thème développé pour summit-cycle
Version: 1.3
Text Domain: summitcycle
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
		5.1 Links
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
		10.1 Header
		10.2 Posts and pages
		10.3 Comments
		10.4 Asides
		10.5 Filter and Pagination
		10.6 Footer
11.0 Infinite scroll
12.0 Media
		12.1 Captions
		12.2 Galleries
13.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

@font-face{
	font-family:"raleway semibold";
	src:url('fonts/Raleway-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"raleway medium";
	src:url('fonts/Raleway-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"raleway bold";
	src:url('fonts/Raleway-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"raleway black";
	src:url('fonts/Raleway-Black.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"raleway extrabold";
	src:url('fonts/Raleway-ExtraBold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"raleway sb italic";
	src:url('fonts/Raleway-SemiBoldItalic.ttf');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;  Prevents iOS text size adjust after orientation change, without disabling user zoom 
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-family: "raleway", sans-serif;
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}
.breadcrumbs {
	width:1166px;
	margin: 25px auto;
}
.wrapper {
	/*width:1166px;*/
	width: 1153px;
	margin:0 auto;
}
.single .wrapper {
	/*width:1166px;*/
	/*width: 1153px;*/
	margin:0 auto;
	height: 100% !important;
}
/*#page{
	max-width: 1423px;
	margin: auto;
}*/
#masonic{
	width: 100%;
	margin:0 auto;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:hover, a:active {
	outline: 0;
}
a img, .post img {
	border: 0;
	transition: all 0.3s cubic-bezier(0.83, 0.08, 0.88, 0.51) 0s;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #000;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 34px !important;
}
p {
	color: #000;
	margin-bottom: 12px;
	line-height: 1.3;
	text-align: justify;
}
b, strong {
	font-weight: bold;
}
dfn, cite, i {
	margin:5px;
	text-transform:uppercase;
	display:block;
}
blockquote {
	border-left: 2px solid #040459;
	font-style: italic;
	padding: 0 0 0 1.5em;
}
em {
	font-style: italic;
	text-transform: none;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:14px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin:-3px 0 25px 23.5%;
	opacity: 0.22;
	display: none;
}
.underline {
	background: none repeat scroll 0 0 #ffc800;
	height: 5px;
	margin: 20px 0 0;
	width: 23.5%;
	display: none;
}
.current-menu-item a{
	color: #ea5153 !important;
}
ul, ol {
	margin: 0px 0px 1.5em 3em;
}
.comment-list > ul, .comments-area > ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0.9em 0em;
}
dl{
	margin-bottom: 1.5em;
}
img {
	height: auto; 
	width: 100%;
}
figure {
	margin: 0;
	overflow: hidden;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
.button {
	color: #ea5153;
	text-transform: uppercase;
	text-align: center;
}
.button:hover{
	color:#040459;
}
.newsman-button-gray{
	background: #ea5153 !important;
	border: 1px solid #ea5153 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-weight: normal !important;
	font-size: 16px !important;
	width: 182px !important;
	height: 50px !important;
	text-shadow:none !important;
}
.newsman-button-gray:hover{
	background: #ffffff !important;
	color: #ea5153 !important;
	font-weight: normal !important;
	font-size: 16px !important;
	width: 180px !important;
	height: 50px !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #ea5153 !important;
}
.news-button{
	width: 100% !important;
	font-size: 11px !important;
}
.news-button:hover{
	width: 100% !important;
}
.news-button {
    text-align: center;
   background: #ea5153 !important;
    margin-top: 1.5em;
}
.news-button a:not(.cta-btn) {
    display: block;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.7em 1em 0.4em;
    line-height: normal;
    font-family: 'SoinSansPro-Roman', sans-serif;
    background: #ea5153 !important;
	border: 1px solid #ea5153 !important;
	color: #ffffff !important;
	height: 50px !important;
}
.news-button > a:hover {
    background: #ffffff !important;
	color: #ea5153 !important;
	font-weight: normal !important;
	width: 100% !important;
	height: 50px !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #ea5153 !important;
}
.fa.drop.fa-chevron-up:focus{
	    outline: none;
}
button:focus{
	    outline: none;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 228px;
	height: 38px;
	line-height: 36px;
	background: #ea5153;
	color: #ffffff;
	border: 1px solid #ea5153;
	webkit-transition: all 0.2 ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "raleway", sans-serif;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	/*background: #333;
	color: #ffc800;*/
	background: #ffffff;
	color: #ea5153;
	border-color: #ea5153;

}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
}
.navigation input[type="text"]:focus {
	color: #666;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #333;
	outline: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 6px;
	width:50%;
	border: 1px solid #040459;
}
.masonic-search-toggle input[type="text"]{
	width:100%;
}
input[type="search"] {
	box-sizing: border-box;
	width: 100%;
}
.required{
	color: #ea5153;
	font-size: 27px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	border: 1px solid #040459;
	background: #ffffff;
	font-size: 18px;
	height: 100px;
	}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.error404 .main-header .site-title a{
	display: none;
}
.btfrech{
	display: none;
}
.masonic-search-toggle{
	position: relative;
}
.masonic-search-toggle .btfrech{
	display: inline-block !important;
	position: absolute;
	top: 14px;
	right: 4px;
	width: 25px;
	height: 23px;
	background: #ffffff;
	border: none;
	cursor: pointer;
	background-image: url(img/pict1.png);
	background-size: 23px;
	background-repeat: no-repeat;

}
.masonic-search-toggle .btfrech:hover {
  
	background-image: url(img/pict2.png);
	background-size: 23px;
	background-repeat: no-repeat;
}
.masonic-search-toggle .btfrech::before,{
    color: #a0a5aa;
    color: rgba(240,245,250,.6);
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.search #menu-menu-cat{
    position: absolute;
    top: 80px;
    }
.single-post .entry-date a .entry-date{
	color: #ea5153 !important;
}
.newsman_ap-template-default .entry-date a .entry-date{
	color: #ea5153 !important;
}
.newsman_ap-template-default .entry-date,.single-post .fa-tags {
	color: #ea5153 !important;
}
.newsman_ap-template-default .entry-info a:hover, .single-post .entry-date a:hover, .single-post .fa-clock-o a:hover{
	color: #040459 !important;
}
.newsman_ap-template-default .fa-clock-o a:hover .entry-date{
	color: #040459 !important;
}
.newsman_ap-template-default .entry-author::before {
	color: #ea5153 !important;
}
.newsman_ap-template-default .entry-info a, .single-post .entry-date a{
	color: #ea5153 !important;
}

.single-post .entry-date,.single-post .fa-tags {
	color: #ea5153 !important;
}
.single-post .entry-info a:hover, .single-post .entry-date a:hover, .single-post .fa-clock-o a:hover{
	color: #040459 !important;
}
.single-post .fa-clock-o a:hover .entry-date{
	color: #040459 !important;
}
.single-post .entry-author::before {
	color: #ea5153 !important;
}
.single-post .entry-info a, .single-post .entry-date a{
	color: #ea5153 !important;
}
.fa-comments{
	display: none;
}
/*Fils d'ariane*/
.home .breadcrumbs{
	display: none;
}
.single .navdisplay{
	/*display: none*/
}
.breadcrumbs{
	list-style: none;
	margin-top: 25px;
	padding-left: 15px;
}
.single .primary {
	padding-left: 10px;
	min-height: 2260px;
}
.breadcrumbs li{
	float: left;
}
.breadcrumbs li a:hover{
	color: #040459;
}
.breadcrumbs .separator{
	margin: 0 8px;
	color: #ea5153;
}
.cat1 {
    text-transform: uppercase;
    color: #ea5153;
}
.date1 {
    text-transform: none;
    color: #ea5153;
}
.div-cat .trait{
	color: #ea5153;
}
.cat1 a:hover{
    color: #040459;
}
.wpp-post-title{
	display: block;	
	clear: both;
	width: 100%;
}
.wpp-list.wpp-list-with-thumbnails li>a{
	display: block;
	width: 100%;
	max-width: 360px;
}
.wpp-list.wpp-list-with-thumbnails .wp-post-image{
	display: block;
	max-width: 360px;
}
.wpp-list.wpp-list-with-thumbnails .wpp-thumbnail{
	display: block;
	width: 100% !important;
	max-width: 360px !important;
	margin-bottom: 0 0 93px 0;
}
.wpp-list.wpp-list-with-thumbnails .wpp-post-title{
	display: block;
	width: 100%;
	max-width: 360px;
	position: absolute;
	top: 337px;
}
.popular-posts .wpp-list .category{
	text-transform: uppercase;
	color: #ea5153;
	font-size: 13px;
}
.popular-posts .wpp-list .category:hover{
	color: #040459;
}
.popular-posts .wpp-list .wpp-date{
	color: #ea5153;
	font-size: 13px;
}
.cat-title{
	text-align: center;
	display: inline-block !important;
	margin-top: 11px;
	width: 100%;
}
.cat-title {
    color: #ea5153;
}
.single .blog-site-title{
	margin-top: 20px;
}
.textwidget.custom-html-widget {
    text-align: center;
}
.widget_text.blog-post.widget.widget_custom_html{
	margin-bottom: 16px;
}
/*sticky*/
.sticky{
    position: sticky;
	top: 133px;
}
#widget_istagram h2{
	margin-bottom: 0  !important;
	padding-bottom: 0 !important;
}
/*sticky*/
.textwidget.custom-html-widget >a{
	text-align: center;
	font-size: 18px;
	font-family: 'Prata', georgia, serif;
	color: #040459;
	width: 100%;
}
.textwidget.custom-html-widget >a:hover{
	color: #ea5153;
}
.single .post-next-prev .article-prev{
	width: 50%;
	padding: 0 25px 0 0;
	float: left;
}
.single .post-next-prev .article-next{
	width: 50%;
	padding: 0 0 0 25px;
	float: right;
}
.single .post-next-prev .article-next .post-title{
	text-align: right;
	font-size: 18px;
	font-family: 'Prata', georgia, serif;
	color: #040459;
	width: 100%;
}
.single .post-next-prev .article-next .post-text .sup-title{
	text-align: right;
}
.single .post-next-prev .post-text .post-title{
	text-align: left;
	font-size: 18px;
	font-family: 'Prata', georgia, serif;
	color: #040459;
	width: 100%;
}
.single .post-next-prev .attachment-thumbnail{
	width: 100%;
}
.single .partager{
	display: inline-block;
}
.single .post-share .ssba.ssba-wrap{
	display: inline-block;
	margin-left: 13px;
}
.single .post-next-prev figure{
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
}
.single .post-next-prev .attachment-full.size-full.wp-post-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	width: 100%;
}
.single .post-next-prev .post-text{
	margin-top: 7px;
}
.tag .blog-site-title .div-cat .post-categories{
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
     margin-top: 8px;
}
.single .post-next-prev .sup-title{
	text-transform: uppercase;
}
#widget_istagram #custom_html-5{
	margin-top: 17px;
	margin-bottom: 17px;
}
.bloc-footer-image-article >div{
	text-align: center;
	font-size: 35px;
	text-align: center;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-family: 'Prata', georgia, serif;
}
.bloc-footer-image-article >div a{
	color: #040459;
}
.bloc-footer-image-article >div a:hover{
	color: #ea5153;
}
/*istagrame*/
.bloc-footer-image-article .widget_media_image {
    position: relative;
    height: 162px;
}
.bloc-footer-image-article .widget_media_image:nth-child(3) {
    width: 33.3333333%;
    position: relative;
    height: 350px;
    margin-right: 10px;
    margin-bottom: 45px;
}
.bloc-footer-image-article .widget_media_image {
    margin-bottom: 26px;
	margin-right: 13px;
	margin-left: 13px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	width: 14.2%;
	float: left;
	padding-bottom: 0;
	overflow: hidden;
}
.bloc-footer-image-article .widget_media_image img{
	position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
height: auto;
width: auto;
min-width: 100%;
min-height: 100%;
}
.bloc-footer-image-article .widget_media_image:nth-child(3) img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
}

.single .entry-content{
	border-bottom: 1px solid #ea5153;
}
.single .bloc-footer-image-article{
	border-top: 1px solid #ea5153;
    /*padding-top: 40px;*/
    padding: 27px 0 0 10px;
}
.ar-right,.ar-left{
	font-size: 22px;
}

.single .site-content {
    padding: 50px 0;
    padding: 45px 0 33px;
}
.bloc-footer-image-article .widget_media_image .size-medium"{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100%;
    background-color: #e8e8ed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bloc-footer-image-article .widget.widget_media_image{

}
.title-footer-image {
    margin: 0 !important;
    /*font-family: "raleway medium" !important;*/
    font-size: 20px !important;
}
/*istagrame*/
/*Fils d'ariane*/
#page{
	position: relative;
	z-index: 100
}
/*mofif wygwyg*/
.search .blog-header.clear{
	background: #ffffff;
}
.post-template-default .blog-header.clear{
	background: #ffffff;
	margin-top: 80px;
}
.blog-header{
	margin-top: 92px;
}
.footer-content .widget_categories .cat-item a:before{
	/*content: "\f061";*/
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	color: #000;
	margin-right: 5px;
}
.footer-content .widget_categories .cat-item a:hover:before{
	color: #ea5153;
}

.entry-date.fa.fa-comments a{
	margin-top: 5px;
}
.post-template-default img[class="alignleft"]{
		margin-right: 15px;
}
.post-template-default img{
		width: auto;
		height: auto;
		max-width: 100%

}
.newsman-form-item input[type="email"], .newsman-form-item input[type="text"], .newsman-form-item select, .newsman-form-item textarea{
	border: 1px solid #040459 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.secondary .blog-post{
	margin-bottom: 12px;
}
.wpp-thumbnail.wpp_def_noPath.wpp_featured{
	width: 100%;
	max-width: 360px;
}
/*.wpp-thumbnail.wpp_cached_thumb.wpp_featured{
	width: 54px;
	max-width: 54px;
}*/
.single .primary .post-header .entry-info{
	padding: 0;
}
.single .primary .post-header.clear figure{ 
	padding-bottom: 20px;
}
.post-template-default img[class="aligncenter"]{
		margin: 15px auto;
		text-align: center;
}
.post-template-default img[class="alignnone"]{
		margin: 15px auto;
		text-align: center;
}
.post-template-default img[class="alignright"]{
		margin-left: 15px;

}
.post-template-default h2,.post-template-default h3,.post-template-default h4,.post-template-default h5,.post-template-default h6{
	text-align: center;
	text-transform: none;
	color: #040459;
	margin: 20px 0;
	padding-bottom: 10px !important;
	padding:0;
	font-family: 'Prata', georgia, serif;
}
.post-template-default h1{
	font-size: 45px;
}
.post-template-default h2{
	font-size: 38px;
}
.post-template-default h3{
	font-size: 32px;
}
.post-template-default h4{
	font-size: 28px;
}
.post-template-default h5{
	font-size: 20px;
}
.post-template-default h6{
	font-size: 17px;
}
.post-template-default ul li{
	color: #000;
}
.post-template-default ul li:before {
	list-style-type: disc;
	color: #0000CC;

}

.post-template-default pre {
    background: #040459;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    color: #fff;
}
.tag .blog-site-title .div-cat,.tag .blog-site-title .div-author{
	display: none;
}

/*mofif wygwyg*/
/*Modification menu*/
#masthead{
	position: relative;
}
#menu-menu-cat{
	position: absolute;
	bottom: 100px;
	z-index: 9;
	margin: auto;
	text-align: center;
}
#menu-menu-cat li{
	padding: 0;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
#menu-menu-cat li a{
	width: auto;
	display: block;
	height: 60px;
	margin: 20px auto 0;
	font-family: "raleway medium";
	font-size: 17px;
	border-color: #ea5153;
	margin: 0 5px;
	background: #ea5153;
	color: #ffffff;
	border: 1px solid #ea5153;
	text-transform: none;
	padding: 0 20px;
}
#menu-menu-cat li a:hover{
	border-color: #ea5153;
	background: #ffffff;
	color: #ffffff;
	border: 1px solid #ea5153;
}
#menu-menu-cat li a{
	line-height: 60px;
	color: #ffffff;
}
#menu-menu-cat li a:hover{
	color: #ea5153;
}
.post-template-default #menu-menu-cat-1{
	margin: auto;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	z-index: 1;
}
.post-template-default .breadcrumbs li{
	margin-bottom: 25px;
}
.post-template-default #menu-menu-cat-1 li{
	padding: 0;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
.post-template-default #menu-menu-cat-1 li a{
	width: auto;
	display: block;
	height: 60px;
	margin: 20px auto 0;
	font-family: "raleway medium";
	font-size: 17px;
	border-color: #ea5153;
	margin: 0 5px;
	background: #ea5153;
	color: #ffffff;
	border: 1px solid #ea5153;
	text-transform: none;
	padding: 0 25px;
}
.post-template-default #menu-menu-cat-1 li a:hover{
	border-color: #ea5153;
	background: #ffffff;
	color: #ffffff;
	border: 1px solid #ea5153;
}
.post-template-default #menu-menu-cat-1 li a{
	line-height: 60px;
	color: #ffffff;
}
.post-template-default #menu-menu-cat-1 li a:hover{
	color: #ea5153;
}
.fa.fa-chevron-down.drop{
	display: none;
}

.footer-background .clear ul{
	margin: 0;
}
.main-header h1{
	position: absolute;
	z-index: 2;
	color: #ffffff;
	width: 100%;
	text-align: center;
	bottom: 135px;
	font-size: 18px;
	font-family: "raleway semibold";
}

.main-header h1{
	line-height: 1.2em;
	font-size: 45px;
	max-width: 100%;
	text-shadow: 1px 2px 3px #777777;
	text-transform: uppercase;
	text-align: center;
}
.main-header .site-title a {
    line-height: 1.2em;
    font-size: 44px;
    max-width: 100%;
    text-shadow: 1px 2px 3px #777777;
    font-weight: 700;
    line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	z-index: 2;
	color: #ffffff;
	bottom: 121px;
	width: 100%;
	font-family: "raleway semibold";

}
.rpwe-title {
	display: inline-block;
    padding: 0;
    width: 83%;
    display: flex;
    float: right;
    align-items: center;
    margin-left: 10px;

}
.rpwe-title a:hover{
	color: #ea5153 !important;
}
.rpwe-block h3 {
	text-transform: none !important;
	text-align: left;
}
.main-header .site-title a:hover {
	color: #ffffff;
	
}
.post-template-default .entry-info{
	position: static;
}
.post-template-default .entry-content {
    margin-top: 0;
}
.main-header h1 a:hover{
	color: #fff;
}
.rpwe-img img {
    border: 0 !important;
    padding: 0 !important;
}
.rpwe-li{
	margin-bottom: 0px !important;
	border-bottom: 0 !important;
}
.rpwe-alignleft{
	width: 46px;
	height: auto;
}
.wrapper.clear .reserver{
	margin: 15px 0;
	width: 180px;
    background: #040459;
    border: 1px solid #040459;
}

.wrapper.clear .reserver:hover{
	background: #ffffff;
	color: #040459;
}
.wrapper.clear #btn-connexion{
    background: #ea5153;
    border: 1px solid #ea5153;
    display: none;
    padding: 0 1% 0 1%;
    margin: 15px 0 15px 1em;
    width: 180px;
}
.wrapper.clear #btn-connexion:hover{
    background: #ffffff;
	color: #ea5153;
}

.wrapper.clear .reserver,.wrapper.clear #btn-connexion{
    height: 50px;
    color: #ffffff;
    margin: 0;
    padding: 0 10%;
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    padding: 0;
    float: right;
    font-size: 15.9px;
    width: 180px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.wrapper.clear .menuright{
	display:block;
	float: right;
	position: relative;
	width: auto;
	margin: 15px 196px 15px 0;
}
.main-menu {
	width: 1166px;
	margin: 0 auto;
}
.navigation {
	background: none repeat scroll 0 0 #fff;
	position: relative;
	width: 91%;
	float: right;
	height: 79px;
}
#menu-primary-menu li:hover,#menu-primary-menu li:active,#menu-primary-menu li:focus{
	color: #ea5153 !important;
}
#menu-primary-menu li a:hover,#menu-primary-menu li a:active,#menu-primary-menu li a:focus{
	color: #ea5153 !important;
}
.popular-posts .wpp-list{
	margin: 7px 0;
}
.popular-posts .wpp-list li{
	margin: 7px 0;
	align-items: center;
	min-height: 58px;
}
.popular-posts .wpp-post-title{
	text-align: center;
	font-size: 18px;
	font-family: 'Prata', georgia, serif;
	color: #040459;
	margin: 0 0 35px;
	display: inline-block;
	width: 100%;
}
.category .blog-site-title{
    color: #ea5153;
    font: 50px "raleway medium";
    text-align: center;
    text-transform: uppercase;
}
.post-template-default .title-sing{
    color: #040459;
    font-size: 46px;
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
    font-family: 'Prata', georgia, serif;
}
.post-template-default .post-categories{
	display: inline-block;
	margin: 0;
}
.post-template-default .post-categories li{
	list-style: none;
	text-transform: uppercase;
}
.wpp-thumbnail{
	margin-right: 0px !important;
}
.post-template-default .post-categories li a:hover{
	color: #040459;
}
    
.post-template-default .entry-info{
	display: none;
}
.post-template-default .div-cat{
	display: inline-block;
}
.post-template-default .blog-site-title h1{
	margin: 20px auto;
	line-height: 50px !important;
	max-width: 650px;
}
.archive.tag .blog-site-title h1{
	margin: 24px auto 0;
	line-height: 50px !important;
	max-width: 650px;
}
.archive.tag.site-content {
    padding: 45px 0 33px;
}
#widget_istagram div#custom_html-3 {
    margin: 17px 0;
}
.popular-posts .wpp-post-title:hover{
	color: #ea5153 !important;
}

#menu-primary-menu li{
	position: relative;
}
#menu-item-22 {
padding: 0 3% 0 10px !important;
}
#menu-item-22 a{
	color: #ea5153 !important;
}
.menu{
	float: left;
	width: 71%;
	width: 100%;
}

.site-footer .follow-us img{
	width: 32px;
	height: auto;
}
.site-footer .menu-footer{
	width: 50%;
	display: inline-block;
	padding: 0 15px;
	margin-top: 6px;
}
footer{
	margin-bottom: 30px;
} 
.site-footer .follow-us{
	/*display: flex;
	justify-content: space-around;
	width: 200px;
	margin: 0 auto 20px;*/
	float: right;
	margin: 0 auto 20px;
	padding-right: 4px;
}
.menu-footer .menu li{
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	margin-right: 50px;
}
.menu-footer .menu li a{
	color: #040459;
	font-size: 12.8px;
}
.menu-footer .menu li a:hover{
	color: #040459;
	font-size: 12.8px;
}
#btn-connexion{
	margin-left: 1em !important;
}

.site-footer .follow-us a {
    display: inline-block;
    margin-left: 55px;
}
nav ul {
	padding: 0px;
	position: absolute;
	left: 0;
}
nav li {
	display:inline-block;
	float: left;
	padding: 0 3%;
	font-family: "raleway semibold";
	
}
nav li a {
	display: inline-block;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
    font-size: 12px;
    color: #040459;
    text-transform: uppercase;
    font-family: "raleway semibold";
}
nav li:hover ul a {
	color:#040459;
	padding: 0.75em 1.25em;
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
}
.sub-menu li:hover{
	color: #fff !important;
	background: #ea5153 !important;
	padding: 0 !important;
}
nav li:hover ul li:hover {
	background:#ea5153 ;
	color:#fff ;
}
nav li ul {
	display: none;
	margin: 0;
}
.footer-content{
	width: 100% !important;
	padding: 0 20px;
	margin-top: 3em;
}
.sub-menu li a {
	display: block;
	font-size: 14px;
	padding:2px 10px;
	text-align: left;
}
.sub-menu li a:hover {
	color:#fff;
}
#menu-item-128 .sub-menu{
	width: 173px;
}
#menu-item-128:hover .sub-menu{
	display: block;
}
#menu-item-124:hover .sub-menu{
	display: block;
}
#menu-item-124 .sub-menu{
	width: 154px;
}
.newsman-form-el-4{
	font-size: 13px !important;
}
img[class="alignleft"] {
    margin-left: 15px !important;
}
nav li ul li {
	display: block;
	float: none;
	z-index:5000;
	margin-bottom: 0;
	background: #fff;
	padding: 0;
}
nav ul ul a:hover {
	left: 300px;
}
nav ul li a:hover + .sub-menu, nav .sub-menu:hover {
	display: block;
	z-index:5000;
}
#masonic .current_page_item a, #masonic .current-menu-item a {
	color:#040459;
}
 #masonic .current-menu-item a:hover{
	color:#040459;
}
nav ul ul ul {
	left: 200px;
	max-width: 200px;
	top: auto;
	margin:-40px 0 0;
}
nav .show-menu {
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 19px 0 0;
	display: none;
	border-bottom:solid 1px;
	cursor:pointer;
}
nav input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	line-height:20px;
	display: block;
}
#masonic-toggle {
	display:none;
	position: absolute;
	opacity: 0;
}
#masonic-toggle-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	height: 31px;
	left: -23px;
	position: relative;
	top: 32px;
	width: 77px;
	z-index: 9999;
	}
.sb-search-res {
	display: none;
}
.search .breadcrumbs,.author .breadcrumbs,.tag .breadcrumbs{
	display: none;
}

/*modif contenu*/
.post-template-default .nav-previous a,.post-template-default .nav-next a{
	color: #ea5153;
	font-family: "raleway medium";
}
.post-template-default .nav-previous a:hover,.post-template-default .nav-next a:hover{
	color: #040459;
}
.post-navigation.clear{
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #ea5153;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color: #040459;
}
.catagory-type a:hover {
	color: #ffc800;
}
.reply {
	 margin-left: 50px;
	 padding: 10px;
	 width: 100px;
}
.reply:after{
	color: #333;
	display: inline-block !important;
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 5px;
	text-align: center;
	width: 1em;
}
.reply:after{
	content: "\f122";
}
.edit-link{
	display: none;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 25px !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 25px !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 widgets and search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 widgets
--------------------------------------------------------------*/
.says {
	 display: none;
}
.widget {
	margin: 0 0 1.5em;
}
#search-2{
	padding-bottom: 0 !important;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-title {
	/*background: #040459;*/
}
/*.tg-one-third ul li:nth-child(2n){
	background: #f9dcde;
}
.tg-one-third ul li:nth-child(2n+1){
	background: #fcecec;
}*/
.rpwe-li.rpwe-clearfix{
	/*height: 68px;*/
	display: flex;
    justify-content: flex-end;
    align-items: center;

}
.tg-one-third ul li{
	padding: 7px;
	display: flex;
}
.widget-title {
	padding: 10px;
	color: #040459;
	text-transform: uppercase;
	text-align: center;
	font-family: "raleway medium";
	font-weight: 700;
	font-size: 20px;
}
.footer-content .widget-title {
	text-align: left;
}
.widget ul, .widget ol {
	list-style: outside none none;
	margin:20px  25px 0 25px;
}
.widget ul li, .widget ol li{
	display: block;
	line-height: 23px;
	/*margin-bottom: 10px;*/
}
.footer-background .widget a{
	color: #000;
	font-size: 16px;
}
.footer-background .widget a:hover{
	color: #ea5153 !important
}
.widget select{
	padding: 5px 10px;
	margin: 10px;
}
.widget .menu {
	width: 100%;
}
.secondary .widget figure{
	overflow: hidden;
}
.widget li ul, .widget li ol {
	margin: 0 0 0 10px;
}
.widget .menu {
	width: 80%;
	float: none;
}
.widget {
	padding-bottom: 20px;
}
.widget .tagcloud {
	/*margin:0 20px 20px ;*/
	padding-bottom: 20px;
	text-align: left;
	padding-left: 10px;
}
.widget_categories ul li{
	padding-left: 10px;
}
.tagcloud a {
	font-size: 14px;
	line-height: 27px;
	margin:0 5px 0 0;
}

.post-template-default article{
	background: none;
	box-shadow: none;
	padding: 0 !important;
}
.post-template-default .post{
	background: none;
	box-shadow: none;
	padding: 20px 0;
}
.post-template-default .entry-content{
	padding: 20px 0;
}
.widget_recent_entries li:before, .widget_recent_comments li:before {
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	color: #666666;
	font-family: 'fontawesome';
	font-size: 22px;
	vertical-align: middle;
}
.widget_recent_entries li:before {
	content: "\f1da";
	display: none;
}
.widget_recent_comments li:before {
	content: "\f086";
}
.widget_rss .rss-date, .widget_rss cite {
	display: block;
}
.widget_nav_menu a, .widget_nav_menu a li a, .widget_pages a, .widget_pages a li a {
	display: block;
	padding:0px 0 0 5px;
	margin-bottom: 3px;
}
.rsswidget img{
	float: left;
	margin: 7px 10px;
}
.rsswidget{
	color: #fff;
}
.widget_rss li a{
	color: #6a6a6a;
}
.widget_rss li a:hover{
	color: #FFC800;
}
#wp-calendar {
	width: 90%;
	margin-left:25px;
}
.wp-caption {
	overflow:hidden;
}
footer .widget {
	color: #fff;
}
footer .blog-post{
	background: none;
	box-shadow: none;
}
.textwidget {
	padding:0 20px 20px;
}
.textwidget img {
	margin:10px 0 0;
	color: transparent;
}
.sidebar-cl .instagram a{
	background-image: url(img/insta.png);
	width: 32px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-size: 31px;
}
.sidebar-cl .facebook a{
	background-image: url(img/fb.png);
	width: 32px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-size: 31px;
}
.sidebar-cl li{
	display: inline-block !important;
	margin-right: 19px;
}
.sidebar-cl{
	margin: 15px 0 !important;
}
.widgets .alignnone {
	overflow: hidden;
}
.textwidget.custom-html-widget{
	padding: 0px !important;
}
/*--------------------------------------------------------------
9.2 Search
--------------------------------------------------------------*/
.blog-post{
	box-shadow: none !important;
}
.masonic-search-toggle .masonic-search {
	z-index: 999;
	width: 180px;
}
.secondary ul li a{
	/*color: #040459;*/
}
.secondary ul li a{
	color: #000;
	font-size: 16px;
}
.masonic-search > input {
	border: 1px solid #040459;
	background: #ffffff;
	border-radius: 5px;
	font-size: 1.7rem;
	box-shadow: none;
	height: 49px;
}
.masonic-search-toggle .masonic-search > input {
	border: 1px solid #040459;
	background: #ffffff;
	border-radius: 0;
	font-size: 1.7rem;
	box-shadow: none;
	height: 49px;
}
#masthead .masonic-search > input {
	font-size: 16px;
}
.sb-search {
	width: 100%;
	right: 1.25%;
	position: relative;
	top: 3px;
}
.sb-search-input {
	position: absolute;
	top: 0px;
	right: 0px;
	border: medium none;
	outline: medium none;
	background: none repeat scroll 0% 0% #FFF;
	width: 100%;
	margin: 0px;
	z-index: 10;
	padding: 20px 75px 20px 20px;
	font-family: inherit;
	color: #2C3E50;
}
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}
.sb-search-input:-moz-placeholder {
	color: #efb480;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}
.sb-icon-search, .sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sb-search i {
	color: #fff;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: #1D1D1D;
	z-index: 999;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 300px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #333;
	color: #fff;
	z-index:9999;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 9999;
}
.masonic-search-toggle {
	display: inline-block;
	height: 62px;
	position: absolute;
	/*width: 12%;*/
	z-index: 999;
	right: 0;
	top: 15px;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.primary {
	float: left;
	margin-right: 4%;
	width: 64.67%;
	height: auto;
}
.secondary {
	width:31.33%;
	float:right;
	/*min-height: 4500px;*/
	height: 100%;
	position: absolute;
	right: 0;
	/*width: 31.33%;
	float: right;
	height: 100%;
	position: absolute;
	right: 0;*/
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0.8% 1%;
}
.primary > .hentry {
	margin: 0 0 3.2%;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-summary, .entry-title {
	margin: 12px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*sidebar*/
.secondary .widget-title{
	background: #fff;
	font-size: 20px;
}
.secondary .widget-title{
	color: #040459;
	padding: 0;
}
.secondary .widget{
	padding-bottom: 0 !important;
}
.secondary .newsman-form-el-2 input{
	width: 100%;
}
#recent-posts-2 ,#recent-comments-2,#archives-2,#categories-2,#meta-2{
	background: #ffffff;
}
::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder   { /* Chrome/Opera/Safari */
  color: #000 !important;
}
.masonic-search input::placeholder{
  color: #000000;
}
/*sidebar*/
/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
.site-header {
	/*background: none repeat scroll 0 0 #333;*/
}
html {
    margin-top: 0 !important;
}
.header-image {
	overflow: hidden;
	min-height: 150px;
	text-align: center;
	margin-top: 62px;
}
.home .header-image {
   min-height: 103px;
}
.home .main-header{
    width: 100%;
}
.fa-comments{
	display: none;
}
.home .main-header h1{
    color: #040459;
    position: relative !important;
    top: 142px;
    margin-top: auto;
    width: 100%;
    line-height: 1.2em;
	text-shadow: none;
	font-size: 46px !important;
    text-transform: none;
   font-family: 'Prata', georgia, serif;
   line-height: 50px !important;
}
.home .wrapper.site-header-text.clear{
	width: 100%;
}
.home .site-header-text {
    position: absolute !important;
}
.new-top{
	width: 100%;
	margin: auto;
	height: 80px;
	padding: 0 20px 0 10px;
}
.site-branding {
	width: 100%;
	position: absolute;
}
.site-header-text {
	bottom: 150px;
	position: relative;
}
.logo-img-holder {
	float: left;
}
.logo-img-holder img {
	width: auto;
	height: auto;
	padding: 14px 0 11px;
}
.main-header {
	/*margin: 5px 20px 0 0;*/
	float: left;
}
.site-title {
	float: left;
	font-size: 65px;
	margin-bottom: -10px;
}
.main-header a {
	color: #fff;
}
.main-header a:hover {
	color: #FFC800;
}
.site-description {
	font-size: 18px;
	color: #fff;
	margin: -10px 0 0;
}
.site-content {
	/*padding:50px 0;*/
	padding: 35px 0 50px;
}
.angled-background {
	/*background: none repeat scroll 0 0 black;*/
	height: 1000px;
	margin: -503px -741px;
	opacity: 0.5;
	transform: rotate(37deg);
	width: 100%;
}
/*Menu*/
.new-top{
	position: fixed;
	background: #fff;
	z-index: 10;
	top: 0;
}
.admin-bar .new-top{
	top:32px;
}
/*Menu*/
/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.single-post .site-branding{
	border-bottom: 1px solid #ea5153 !important;
}
.archive .responsive-video iframe,.home .responsive-video iframe{
	max-height: 250px
}
.archive .gallery-post-format,.home .gallery-post-format{
	/*height: 200px;*/
	height: 215px;
	overflow: hidden;
}
.single-format-gallery .gallery-post-format{
	overflow: hidden;
}
.blog-site-title {
	/*float: none;*/
	text-align: center;
}
.archive .blog-site-title h1{
	color: #040459;
	font: 46px "raleway medium";
	text-align: center;
	text-transform: none;
	margin: 25px auto 0;
	font-family: 'Prata', georgia, serif;
	line-height: 50px !important;
	max-width: 650px;
}
.tag .breadcrumbs li{
	padding-left: 17px;
}
.post-template-default #menu-menu-cat{
	position: absolute;
	top: 80px;
}
.blog-site-title h1{
	color: #ea5153;
	font: 46px "raleway medium";
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 30px;
}
.blog-site-title h2{
	color: #ea5153;
	font: 30px "raleway medium";
	text-align: center;
}
.blog-post {
	margin-bottom: 30px;
	width: 100%;
}
.post figure a:hover img, .blog-post figure a:hover img {
	opacity: 0.8;
	transform: scale(1.1);
}
.error404 > .primary{
	text-align: center;
	background: red;
}
.post {
	background: #fff;
}
.post-container {
	/*width: 30.133%;*/
	width: 31.7%;
	float: left;
	min-height: 367px !important;
	/*background: #fce8e6;*/
}
.entry-info, .entry-content {
	line-height: 30px;
	/*padding: 20px;*/
}
.wrapper.clear.masonry .sticky .entry-info,.wrapper.clear.masonry .sticky .entry-content{
	padding: 0 5px;
}
.home article:hover h2{
	  white-space: normal; 
}
.entry-standard.fa.fa-folder-open{
	margin-bottom: 7px;
	display: inline-block;
	/*width: 100%;*/
	width: auto;
}
.entry-title {
	padding: 0 0 10px;
	word-wrap: break-word;
}
.post-header .entry-title, .post-header .entry-content {
	line-height: 30px;
	padding: 20px 0 0 20px;
}
.post-header .entry-info{
	padding: 20px 0 0;
}
.post h2 a, .tg-one-third h2 a {
	font-weight:bold;
	color: #040459;
}

.entry-title {
	/*border-bottom:thin solid #eaeaea;
	border-bottom: thin solid #eaeaea;*/
	text-align: left;
	line-height: 23px !important;
	font-family:'Prata', georgia, serif;
	font-weight: 400;
    /*position: relative;
    line-height: normal;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
    text-transform: none;
}
/*.sticky {
	border:1px solid #ea5153;
}*/
.entry-author:before, .entry-date:before, .entry-standard:before {
	margin:0 5px 0 0;
}
.last {
	margin-right:0;
}
.post-header > .entry-info {
	font-size: 14px;
	float:none;
}
.catagory-type {
	display: inline-block;
	float: right;
}
.catagory-type a {
	margin-top:10px;
}
.wider-web-top {
	color: #fce8e6;
	float: left;
	margin: -18px 16px;
	position: absolute;
	z-index: 99;
}
.post-header > figure > img{
	float: none;
	padding: 0;
	width: 100%;
}
.entry-info {
	font-family: "raleway", sans-serif;
	float: none;
	font-size: 16px;
	width: 100%;
}
.entry-info a{
	font-family: "raleway", sans-serif;
	color: #ea5153;
	font-size: 13px;
	line-height: 1.3;
	text-transform: uppercase;
}
.entry-date a{
	font-family: "raleway", sans-serif;
	color: #ea5153;
	font-size: 14px;
	line-height: 1.3;
}
.entry-info a:hover,.entry-date a:hover{
	color: #040459;
}
.entry-author, .entry-standard, .entry-tag, .fa-comments {
	color: #ea5153;
	float: left;
	margin: 8px 4px 0px 0;
}
.entry-date{
	color: #666666;
	float: left;
	margin: 7px 10px 5px 0;
}
.fluid-width-video-wrapper{
	min-height: 214px;
}
.fa-comments{
	display: none !important;
}
.fa-comments::before {
    content: "";
    position: absolute;
    left: -18px;
	top: 2px;
    content: '';
    width: 13px;
    height: 13px;
    background: url(img/ct.png) no-repeat;
    background-size: 100%;
    display: none;
}
.wrapper.clear.masonry article .button{
	display: block;
	background: url(img/lire-l.jpg) no-repeat 0px 0px;
	width: 133px;
	height: 38px;
	margin: auto;
	color: transparent !important;
}
.button-cl {
    margin-bottom: 25px;
}
.wrapper.clear.masonry article .button:hover{
	color: transparent !important;
}

.wrapper.clear.masonry .sticky{
	background: #fff;
	/*border: 1px solid #ea5153;*/
}
.home .wrapper.clear.masonry .entry-content>p, .category .wrapper.clear.masonry .entry-content>p{
	margin-bottom: 4px !important;
}
.wrapper.clear.masonry .sticky .wider-web-top {
    color: #fff;
}
.wrapper.clear.masonry .sticky .entry-title {
    border-bottom: thin solid #fff;
    border-bottom: thin solid #fff;
    text-align: left;
   /* padding-left: 5px;*/
}
.page-navigation.clear a{
	color: #ea5153;
	font-family: "raleway medium";
}
.page-navigation.clear a:hover{
	color: #040459;
}
article .post.shown, .no-js article .post, .no-cssanimations article .post {
	opacity: 1;
}
article h2{
    color: #040459;
}
.single-post article h2{
    height: auto !important;
}
.post  a:hover figure img, .blog-post  a:hover figure img {
    opacity: 0.8;
    transform: scale(1.1);
}
.category article:hover figure img, .home  article:hover figure img,.search article:hover figure img{
    opacity: 0.8;
    transform: scale(1.1);
}
.category article:hover .button, .home  article:hover .button,.search article:hover .button{
    display: block;
	background: url(img/lire-ho.jpg) no-repeat 0px 0px !important;
	width: 133px;
	height: 38px;
	margin: auto;
}
.archive #menu-menu-cat {
    bottom: 58px;
}

a img, .post img {
    border: 0;
    transition: all 0.3s cubic-bezier(0.83, 0.08, 0.88, 0.51) 0s;
    display: block;
    margin: 0 auto;
}
img {
    height: auto;
    width: 100%;
}
.post-header > .entry-info-horizantol {
	float: left;
	font-size: 14px;
	width: 100%;
}
.post-header > .entry-info-horizantol .catagory-type {
	float:left;
	margin-right:25px;
}
.entry-info-horizantol .entry-author, .entry-info-horizantol .entry-standard, .entry-info-horizantol .entry-date {
	color: #ffc800;
	float: left;
	margin:17px 10px 5px 0;
}
.no-sidebar-content-centered {
	text-align: center;
}
.content-centered {
	text-align: center;
}
.content-centered > #comments, .no-sidebar-content-centered  > #comments {
	text-align: left;
}
.no-sidebar-full-width .hentry, .no-sidebar-content-centered .hentry {
	margin: 0 0 3.2%;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
#comments {
	margin-bottom: 20px;
	padding: 20px;
}
.comments-title {
	margin-bottom: 10px;
	color: #333;
	padding: 5px 0 10px;
	border-bottom: 1px solid;
}
.comments-area > ol {
	list-style-type: none;
}
.comments-area .children {
	list-style-type: none;
	margin-left: 30px;
}
.comment-meta {
	margin-bottom: 5px;
}
.comment-author .avatar {
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
}
.comment-content {
	margin-left: 0;
	background: #fff;
	margin-bottom: 5px;
}
.comment-form-author label{
	margin-right: 138px;
}
.comment-form-url label{
	margin-right: 123px;
}
.comment-content p {
	margin-bottom: 5px;
}
.comment-content table {
	width: 80%;
}
.comment-content p, .comment-content blockquote, .comment-content address, .comment-content li, .comment-content dl, .comment-content table, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin-left: 20px;
}
.reply {
	margin-left: 50px;
}
.comment-body {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor > .comment-body .fn:before {
	content: "Author: ";
}
.comment-awaiting-moderation {
	margin-left: 50px;
	border:  1px solid;
	margin: 10px 0 10px 60px;
	width: 86%;
	padding: 5px 15px 7px;
	background: #333;
	color: #fff;
}
.comments-area .form-submit {
	width: 165px;
}
.comment-content {
	padding: 10px 0 14px 0;
}
.pingback-content {
	padding: 0px 0 24px 0;
}
.comment-meta, .comment-reply-link {
	margin-right: 10px;
	width: 50%;
}
.comment-reply-link {
	margin-left: 10px;
}
.fn {
	font-style: normal;
}
.comment-reply-link, .comment-meta a, .fn a, .pingback a {
	text-decoration: none;
}
.comment-reply-link:hover, .comment-meta a:hover, .fn a:hover, .pingback a:hover {
	text-decoration: underline;
}
.author-box {
	min-height: 120px;
	padding: 23px 20px 20px;
}
.author-box-wrap {
	float: right;
	width: 80%;
}
.author-box > figure {
	float: left;
	margin-right: 2%;
	width: 17%;
}
.author-box img {
	border-radius: 50%;
	height: 120px;
}
.author-box li {
	display: inline;
	margin: 0 20px 0 0;
}
.author-box-wrap h2 {
	margin: 0 0 15px;
}
.author-box-wrap > ul {
	margin: 0;
}
.nav-previous {
	float: left;
	margin-right: 10px;
	width: 48%;
	vertical-align: top;
}
.nav-next {
	float:right;
	width: 48%;
	vertical-align: top;
	text-align: right;
}
.reply-count span {
	font-size: 14px;
	margin-right: 14px;
}
.reply-count a {
	font-size: 14px;
	color:#FFC800;
}
.author-links {
	padding: 5px;
	margin-right: 20px;
	font-size: 20px;
}
/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: block;
}
/*--------------------------------------------------------------
10.5 Filter and Pagination
--------------------------------------------------------------*/
.breadcrums {
	float: right;
	margin-left: 20px;
	font-size: 13px;
	font-weight: normal;
}
.breadcrums span {
	color:#FFC800;
}
.breadcrums .post {
	background: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*--------------------------------------------------------------
10.6 Footer
--------------------------------------------------------------*/
.footer-background {
	/*overflow:hidden;*/
}
.footer-background .footer-content{
	margin-top: 30px;
	border-top: 1px solid #ea5153;
	padding-top: 17px;
}

.footer-background .footer-content .clear{
	max-width: 1166px;
	margin: auto;
}
.site-footer .follow-us a {
    display: inline-block;
    margin-left: 55px;
}
.footer-content {
	position:relative;
	z-index:9;
	overflow: hidden;
}
.tg-one-third {
	float: left;
	margin: 0 3% 0 0;
	width: 31.33%;
}
.tg-one-third h2 {
	margin-bottom:20px;
}
.last {
	margin-right:0;
}
.tg-one-third p a {
	color: #ffc800;
}
.social ul, address ul li, address ul {
	margin:0;
	list-style:none;
	color:#ccc;
}
address .fa {
	color:#ffc800;
	margin-right:15px;
}
.copyright a span{
	font-size:14px;
	font-weight:normal;
	color:#ffc800;
}
.copyright .copyright-header {
	color: #3d3d3d;
	font-size: 40px;
	font-weight: bold;
	padding: 10px 0;
}
.copyright .copyright-year {
	color: #9c9c9c;
	margin: -45px 11px 30px;
}
.social li {
	float: left;
	margin-right: 10px;
}
.copyright{
	color: #9C9C9C;
}
footer .angled-background {
	background: none repeat scroll 0 0 #333;
	height: 500px;
	margin: -250px -600px -250px -600px ;
	opacity: 0.79;
	transform: rotate(45deg);
	width: 100%;
}
/*--------------------------------------------------------------
10.7 Added css
--------------------------------------------------------------*/
.not-found {
	background: #fff;
	padding: 20px;
}
.extra-hatom-entry-title {
	display: none;
}
.gallery-images {
	margin: 0;
}
.page {
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
}
.not-found.post-container {
	width: 100%;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
.embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.newsman_ap-template-default .entry-content a[style="display:block; text-align: center;"] img {
	display: none;
}

.newsman_ap-template-default h3[style="color: #ff0000;"] {
	color: #ea5153 !important;
}
.newsman_ap-template-default .primary .entry-content{
	padding-left: 0;
	padding-right: 0;
}
.newsman_ap-template-default .nav-previous a:hover,.newsman_ap-template-default .nav-next a:hover{
	color: #040459;
}
.wp-caption-text {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	padding: 5px 10px 5px 10px;
    color: #000;
    line-height: 18px;
    text-align: center;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 auto 15px;
}
.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

/* Remove the updated class from entry meta */
.entry-info .entry-date .updated {
  display: none;
}
.entry-date a {
  float: right;
  display: inline-block;
  vertical-align: middle;
  line-height: 4px;
}
.entry-date a .entry-date {
	color: #ea5153;
	text-transform: none;
}
.entry-date a .entry-date:hover {
	color: #040459;
}

/* WP-PageNavi Support */
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #ffc800;
}

/* WooCommerce */
.woocommerce .star-rating span {
    font-family: star;
}

nav.woocommerce-pagination ul li a {
    color: #333;
}
/*--------------------------------------------------------------
13.0 Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1351px) {
	.archive #menu-menu-cat {
	    bottom: 18px;
	}
}
@media screen and (max-width: 1280px) {
	.archive #menu-menu-cat {
	    position: absolute;
	}
	.archive #menu-menu-cat {
	    bottom: 41px;
	    position: absolute;
	}
	.wrapper {
		width:94%;
		margin:0 auto;
	}
	.breadcrumbs{
		width:94%;
	}
	.new-top {
	    padding: 0 10px;
	}
	/*#custom_html-5 {
	    position: sticky;
	    top: 358px;
	}
	.blog-post.widget.widget_media_image {
	    position: sticky;
	    top: 423px;
	}
	#custom_html-3 {
	    position: sticky;
	    top: 803px;
	}*/

}
@media screen and (max-width: 1296px) {
	.bloc-footer-image-article .widget_media_image:nth-child(3),.bloc-footer-image-article .widget_media_image {
	    width: 30.3%;
		height: 247px;
	}
	.bloc-footer-image-article .widget_media_image:nth-child(3) {
	    margin-bottom: 26px;
	}
}
@media screen and (max-width: 1244px) {
	.masonic-search-toggle .masonic-search {
		width: 150px;
	}
	.wrapper.clear .menuright {
	    margin: 15px 159px 15px 0;
	}
	.news-button a:not(.cta-btn) {
	    font-size: 12px;
	}
}
@media screen and (max-width: 1210px) {
	.bloc-footer-image-article .widget_media_image:nth-child(3),.bloc-footer-image-article .widget_media_image {
	    width: 30.3%;
		height: 230px;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 174px;
	    overflow: hidden;
	}
	.single .primary {
	    min-height: 2054px;
	}
	.single .wrapper {
	    width: 79%;
	}
	.fluid-width-video-wrapper {
	    min-height: 149px;
	}
	.tag .breadcrumbs li{
		padding-left: 0;
	}
	.tag .breadcrumbs{
		width: 69%;
	}
	#menu-menu-cat {
	    position: absolute;
	    bottom: 50px;
	}
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 100px;
	}
	.breadcrumbs {
	    width: 82%;
	}
	.wrapper {
	    width: 79%;
	}
	.main-header h1 {
	    position: absolute;
	    bottom: 56px;
	}
	.main-header .site-title a {
	    position: absolute;
	    bottom: 56px;
	}
	.nav-previous {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.nav-next {
	    float: none;
	    width: 100%;
	    text-align: right;
	}
}

@media screen and (max-width: 1158px) {
	.bloc-footer-image-article .widget_media_image:nth-child(3),.bloc-footer-image-article .widget_media_image {
	    width: 30.3%;
		height: 220px;
	}
	h2 {
	    font-size: 20px;
	}
	h3 {
	    font-size: 18px;
	}
	h4 {
	    font-size: 16px;
	}
	h5 {
	    font-size: 15px;
	}
	h6 {
	    font-size: 14px;
	}
	.wrapper {
	    width: 82%;
	}
	.single .wrapper{
		width: 82%;
	}
	nav li {
	    padding: 0 2%;
	}
}
@media screen and (max-width: 1111px) {
	nav li {
	    padding: 0 2%;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 170px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 1109px) {
	/*.error404 .blog-site-title h1 {
	    margin-top: 167px;
	}*/
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 169px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 1065px) {
	.bloc-footer-image-article .widget_media_image:nth-child(3),.bloc-footer-image-article .widget_media_image {
	    width: 30.3%;
		height: 190px;
	}
}
@media screen and (max-width: 1050px) {
	.news-button a:not(.cta-btn) {
	    font-size: 11px;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 169px;
	    overflow: hidden;
	}
	
}
@media screen and (max-width: 1088px) {
	nav li {
	    padding: 0 2%;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 166px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 1024px) {
	nav li {
	    padding: 0 1.5%;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 156px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 983px) {
	.wrapper.clear .menuright {
	    margin: 15px 0;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 255px;
	    overflow: hidden;
	}
}

@media screen and (max-width: 979px) {
	#menu-menu-cat {
	    position: absolute;
	    bottom: 15px;
	}
	.main-header h1 {
	    font-size: 20px;
	}
	.main-header .site-title a {
	    font-size: 20px;
	}
	
}
@media screen and (max-width: 910px) {
	.site-footer .follow-us a {
	    display: inline-block;
	    margin-left: 32px;
	}
	nav li {
	    padding: 0 2%;
	}
	.site-content {
	    padding: 30px 0;
	}
}
@media screen and (max-width: 827px) {
	.main-header h1 {
	    position: absolute;
	    bottom: 61px;
	}
	#menu-menu-cat {
	    position: absolute;
	    bottom: 23px;
	}
}

@media screen and (max-width: 992px) {
	.widget-istagram{
		max-width: 360px;
	}
	.post-bottom .post-share{
		margin-bottom: 25px;
	}
	.single .wrapper {
	    height: auto !important;
	}
	.bloc-footer-image-article .widget_media_image:nth-child(3), .bloc-footer-image-article .widget_media_image {
	    width: 45.3%;
	    max-height: 161px;
	}
	.archive .gallery-post-format, .home .gallery-post-format {
	    height: 257px;
	    overflow: hidden;
	}
	.secondary {
	    min-height: auto !important;
	    height: 100%;
	    position: static;
	}
	#custom_html-5 {
	    position: static;
	}
	.blog-post.widget.widget_media_image {
	    position: static;
	}
	#custom_html-3 {
	    position: static;
	}
	.textwidget.custom-html-widget {
	    text-align: left;
	}
	.widget-title {
	    text-align: left;
	}
	.cat-title {
	    text-align: left;
	}
	.news-button a:not(.cta-btn) {
	    font-size: 13px;
	}
	.news-button {
	    max-width: 360px !important;
	}
	.popular-posts .wpp-post-title {
	    text-align: left;
	}
	.single .primary {
	    padding-left: 0;
	    margin-right: 0px;

	}
	.fluid-width-video-wrapper {
	    max-height: 250px;
	    min-height: auto;
	}
	.post-container {
	    min-height: 360px !important;
	}
	.secondary .newsman-form-el-2 input {
	    width: 216px;
	}
	.home #masthead{
		height: 80px;
	}
	.home .main-header h1 {
	    position: relative !important;
	    top: 0;
	}
	.home .site-content {
	    padding: 107px 0 50px 0;
	}
	.archive .blog-header.clear{
		background: #ffffff;
	}
	.home .new-top, .archive .new-top{
		border-bottom: none;
	}
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 100px;
	}
	.error404 nav {
	    height: 0;
	}
	.masonic-search-toggle {
	    display: inline-block;
	    height: 62px;
	    position: relative;
	    width: 100%;
	    z-index: 999;
	    right: 0;
	    top: 15px;
	}
	.masonic-search-toggle .masonic-search {
	    width: 100%;
	}
	.archive #menu-menu-cat {
	    bottom: 91px;
	    position: absolute;
	}
	#menu-menu-cat {
	    position: absolute;
	    bottom: 91px;
	}
	#menu-menu-cat li a{
	    width: auto !important;
	}
	#menu-menu-cat li {
	    width: auto !important;
	}
	.post-template-default #menu-menu-cat-1{
		float: left;
	}
	.post-template-default #menu-menu-cat-1 li{
		width: auto !important;
	}
	.post-template-default #menu-menu-cat-1 li a{
		width: auto !important;
	}
.rpwe-title {
    width: 92%;
}
.rpwe-li.rpwe-clearfix {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
	
	#menu-item-124:hover .sub-menu,#menu-item-128:hover .sub-menu{
		display: none;
	}
	.error404 .blog-header {
	    background: #fff;
	}
		.post-template-default .blog-header.clear{
		border-top: none;
	}
	.blog-header {
	    margin-top: 0;
	}
	.single-post .new-top{
		border-bottom: none;
	}
	.new-top{
		position: static;
		border-bottom: none;
	}
	.post-template-default .blog-header.clear {
	    background: #ffffff;
	    margin-top: 0;
	}

.post-template-default .entry-content{
	margin-top: 17px;
}
.logo-img-holder {
    float: left;
    margin-left: 10px;
}
.post-template-default .entry-content {
    padding: 0;
}
.post-navigation.clear {
    margin-bottom: 50px;
}
.menu{
	float: none;
}
.fa.fa-chevron-down.drop{
	display: block;
}
.sub-menu{
	display: none;
}
.fa.drop.fa-chevron-down, .fa.drop.fa-chevron-up{
	display: inline-block;
	width: 36px;
	background: transparent;
	color: #222;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.navigation.clear #masonic{
	display: none;
}
.main-header h1 {
    position: absolute;
    bottom: 200px;
}
.category .site-header-text {
    bottom: 0;
    position: relative;
}
.main-header .site-title a {
	    position: absolute;
    	bottom: 128px;
	}
#menu-primary-menu li:hover {
    color: #040459;
    background: #fff;
}
#menu-primary-menu li{
	font-family: "raleway", sans-serif !important;
}
.navigation {
    position: relative;
    width: auto;
    z-index: 999;
    background-color: #fafafa;
}
.site-header {
    background-color: #fafafa;
}
.menu-footer .menu li {
    margin: 10px;
}
.tg-one-third {
	width: 100% !important;
	}
.footer-background .widget {
    padding-bottom: 0 !important;
}
.wrapper.clear .menuright {
    width: 100% !important;
}
.home .main-header {
    position: static !important;
}
.fa-2x {
    font-size: 1.1em !important;
}
#masonic-toggle-label span{
	font-family: "raleway semibold";
	font-size: 16px;
	display: inline-block;
	margin-left: 30px;
	color: #040459;
}

#masonic {
    background: #fff !important;

}
#masonic-toggle:checked ~ #masonic-toggle-label, #masonic-toggle:checked ~ header {
        left: -17px;
}
	.new-top {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0 20px 0 10px;
}
.wrapper.clear .reserver,.wrapper.clear #btn-connexion{
    width: 100%;
}
.sub-menu li:hover {
    color: #222 !important;
    background: #fff !important;
    padding: 0 !important;
}
.sub-menu li a{
	color: #222;
    padding: 0.4em 0 !important;
    width: 100%;
    line-height: 1.5em;
    text-align: right;
    font-size: 16px;
}
nav li:hover ul a {
    color: #222;
    padding: 0.75em;
    width: 100%;
    line-height: 1.5em;
    text-align: right ;
    font-size: 16px;
}
#menu-item-124 .sub-menu {
    width: 100%;
  }
  #menu-item-124 .sub-menu li, #menu-item-128 .sub-menu li {
    width: 100%;
  }
  #menu-item-128 .sub-menu {
    width: 100%;
}
/* Fin Modif resp*/
	nav li a {
	    display: inline-block;
	    line-height: 26px;
	    padding: 10px 20px;
	    text-align: center;
	    text-decoration: none;
	    font-size: 16px;
	    color: #222;
	    text-transform: none;
	    font-family: "raleway", sans-serif;
	}

	.breadcrumbs {
    width: 94%;
    margin-bottom: 36px;
}
	.wrapper {
		width:94%;
		/*width: 84%;*/
		margin:0 auto;
	}
	.single .wrapper{
		width:94%;
		/*width: 84%;*/
		margin:0 auto;
	}
	.hentry {
	    margin: 0 1.5% 1%;
	}
	#container .article:nth-child(2n){
		margin: 0 3% 1% 1.5%;
	}
	#container .article:nth-child(2n+1){
		margin: 0 1.5% 1% 3%;
	}
.site-branding {
	/* padding: 0 0 0 30px;*/
	 position: relative;
	 width: 100%;
}
.site-header-text {
	 bottom: 20px;
	 position: absolute;
}
.main-header {
	 position: relative;
}

	.site-title {
		float: left;
		font-size: 50px;
		line-height: 60px;
		 word-break: break-all;
	}
	nav {
	 height: 52px;
	}
	.post-template-default #main-navigation2{
		height: auto;
	}
	.sb-search {
		float: right;
		height: 50px;
		min-width: 50px;
		overflow: hidden;
		position: relative;
		transition: width 0.3s ease 0s;
		width: 0;
		margin: 5px 0;
	}
	.sb-icon-search {
		right: 10px;
	}
	.angled-background {
		background: none repeat scroll 0 0 black;
		height: 1000px;
		margin: -500px -741px;
		opacity: 0.5;
		transform: rotate(55deg);
		width: 100%;
	}
	.sb-search {
		display: none;
	}
	.sb-search-res {
		display: block;
	}
	.masonic-input {
		width: 98%;
	}
	.submenu {
		list-style-type:none;
		margin:0 auto;
		padding:0;
		position: absolute;
	}
	.sub-menu li a {
		max-width: 100%;
		padding:2px 0 2px 25px;
	}
	.sub-menu ul ul {
		margin: 0;
		padding: 0;
	}
	nav ul {
		z-index:5000;
		position: static;
	}
	nav li a {
		text-align:right;
	}
	nav li ul {
		display:block;
		margin: 0;
		position: relative;
	}
	.submenu a {
		font-size:100%;
		border: none;
		padding:10px 20px;
	}
	nav ul li, nav li a {
		width: 100%;
	}
	nav .show-menu {
		display:inline;
	}
	nav ul {
		position: static;
	}
	nav li {
		margin-bottom: 1px;
		padding: 0;
	}
	nav li a {
		padding: 0;
		width: 100%;
	}
	nav li:hover ul li a:hover, nav li a:hover {
		background: #fff;
		color:#040459;
	}
	nav ul ul ul{
		left: 0;
		margin: 0;
		max-width: 100%;
		padding: 0 0 0 20px;
	}
	#masonic-toggle-label {
		display: block;
		float: right;
		height: 28px;
		left: -17px;
		position: relative;
		top: 31px;
		width: 77px;
		z-index: 9999;
		cursor: pointer;
	}
	#masonic-toggle-label:before {
		display: block;
		height: 0;
		width: 24px;
		left: 13px;
		top: 18px;
		color: #040459;
		-moz-transition:all 1s cubic-bezier(.75, 1.81, .87, -0.5) 0s;
	}
	#masonic {
		position: relative;
		top: 79px;
		right: -20px;
		height: auto;
		max-width: 500px;
	}
	#menu-primary-menu li {
	    border-bottom: 1px solid #eee;
	    position: relative;
	    min-height: 3.5em;
		line-height: 3.5em;
	}
	#menu-primary-menu li a{
		width: 90%;
	}
	#menu-primary-menu li:last-child {
	    border: 0;
	}
	#menu-primary-menu{
		width: 100%;
		padding: 0.75em 1.695em;
	}
	.wrapper.clear .menuright {
	    margin: 0;
	}
	#menu-primary-menu .sub-menu li{
		border-bottom: none;
	}
	.wrapper.clear .reserver, .wrapper.clear #btn-connexion {
	    text-transform: none;
	}
	#masonic-toggle:checked ~ #masonic-toggle-label {
		height: 100%;
		width: calc(100% - 300px);
	}
	#masonic-toggle:checked ~ #masonic-toggle-label, #masonic-toggle:checked ~ header {
		float: right;
		width: 77px;
		height: 0;

	}
	#masonic-toggle:checked ~ #page-content {
		margin-left: 300px;
	}
	/* Menu item styles */
	#masonic ul {
		list-style-type:none;
	}
	#menu-primary-menu{
		border-top: 1px solid #eee;
	}
	.post {
		/*width:46.8%;*/
		width: 47%;
	}
	.blog-post {
		width: 100%;
	}
	.meta-info {
		margin: 65px 0 0;
	}
	.catagory-type a {
		position: relative;
		z-index: 1;
	}
	.catagory-type a:hover {
		color:#040459;
	}
	.post-header > figure, .post-header .entry-info {
		width: 100%;
		margin-bottom:10px;
	}
	.primary, .secondary {
		width:100%;
	}
	.post-header > .entry-info-horizantol {
		float: left;
		font-size: 14px;
		width: 100%;
	}
	.entry-info-horizantol .entry-author, .entry-info-horizantol .entry-standard, .entry-info-horizantol .entry-date {
		color: #ffc800;
		float: left;
		margin:5px;
	}
	.comments-area .form-submit {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.fluid-width-video-wrapper {
		    min-height: 199px;
		}
	.post-container {
	    min-height: 330px !important;
	}
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 126px;
	}
	.post-template-default #menu-menu-cat-1 li a {
	    width: auto;
	    display: block;
	    height: 47px;
	    margin: 20px auto 0;
	    margin: 0 5px;
	    padding: 0 15px !important;
	}
	.post-template-default #menu-menu-cat-1 li a {
	    line-height: 44px;
	}
	#menu-menu-cat li a {
	    line-height: 44px;
	}
	#menu-menu-cat li a {
	    width: auto;
	    display: block;
	    height: 47px;
	    margin: 20px auto 0;
	    margin: 0 5px;
	    padding: 0 15px !important;
	}
	#menu-menu-cat {
	    position: absolute;
	    bottom: 64px;
	}
	.main-header h1 {
	    position: absolute;
	    bottom: 200px;
	}
	.site-footer .menu-footer {
	    width: 100%;
	    display: inline-block;
	    padding: 0 15px;
	    text-align: center;
	    margin-bottom: 25px;
	}
	.site-footer .follow-us {
	    width: 100%;
	    display: inline-block;
	    text-align: center;
	}
}
@media screen and (max-width: 711px) {
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 60px;
	}
	.blog-site-title h1 {
	    margin-bottom: 5px;
	}
	.fluid-width-video-wrapper {
	    min-height: 184px;
	}
}
@media screen and (max-width: 683px) {
	.fluid-width-video-wrapper {
	    min-height: 177px;
	}
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 35px;
	}
	.archive #menu-menu-cat {
	    position: static;
	}
	.main-header h1 {
	    position: absolute;
	    bottom: 108px;
	}
	#main-navigation2{
		height: auto !important;
	}
	#menu-menu-cat {
	    position: static;
	    margin-bottom: 25px;
	    display: block;
	}
}
@media screen and (max-width: 600px) {
	.bloc-footer-image-article .wp-caption-text{
		display: none;
	}
	.bloc-footer-image-article .widget_media_image:nth-child(3), .bloc-footer-image-article .widget_media_image {
	    width: 94%;
	    max-height: 100% !important;
	    height: auto !important;
	}

	.bloc-footer-image-article .widget_media_image:nth-child(3) img,.bloc-footer-image-article .widget_media_image img {
		position: static;
	}
	.fluid-width-video-wrapper {
	    min-height: auto !important;
	    max-width: auto !important;
	}
	#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform input[type="password"], #commentform input[type="search"] {
	    width: 100%;
	}
	#commentform p{
		text-align: left !important;
	}
	.home article h2 {
	    white-space: normal;
	}
	.post-container {
	    min-height: auto !important;
	}
	article h2 {
	    /*height: 78px;*/
	   font-size: 20px;
	}
	.site-content {
	        padding: 20px 0 35px;
	}
	.main-header h1 {
	    position: absolute;
	    bottom: 82px;
	}
	.main-header .site-title a  {
	    position: absolute;
	}
	.breadcrumbs{
		width:94%;
	}
	.wrapper {
		width:94%;
		margin:0 auto;
	}
	.single .wrapper{
		width:94%;
		margin:0 auto;
	}
	.header-image {
		min-height: 0;
	}
	.site-title {
		 font-size: 46px;
		 word-break: break-all;
	}
	.site-title a {
		text-align: center;
	}
	.site-title h1 a:hover{
		color: #FFC800;
	}
	.site-description {
		display: none;
	}
	.submenu li{
		position: relative;
		display: block;
		width: 100%;
		margin-left: 20px;
	}
	#masonic-toggle:checked ~ #masonic-toggle-label, #masonic-toggle:checked ~ header {
		/*left: calc(100% - 50px);*/
	}
	#masonic-toggle:checked ~ #page-content {
		margin-left: calc(100% - 50px);
	}
	.masonic-search-toggle .masonic-search {
		width: 100%;
	}
	#masthead .masonic-search > input {
		font-size: 16px;
	}
	.inner-wrap{
		width: 100%;
	}
	.angled-background {
		display: none;
	}
	.primary, .secondary {
		width:100%;
		padding:10px 0;
	}
	.post-content li {
		margin-left: 10px;
		text-align: start;
	}
	.tg-one-third {
		float: left;
		width: 100%;
	}
	.post {
		width:100%;
		margin:20px 0;
		padding:0;
		border: 1px solid transparent;
	}
	.author-box-wrap {
		width: 100%;
	}
	.author-box > figure {
		width: 100%;
		text-align: center;
	}
	.author-box img {
		height: 120px;
		width: 120px;
	}
	.comment-meta, .comment-reply-link {
		margin-right: 10px;
		width: 100%;
	}
	.masonic-search-toggle {
		height: auto;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width:25%;
	}
}
@media screen and (max-width: 594px) {
	.rpwe-title {
	    width: 90%;
	}
	#masonic {
		position: relative;
		top: 79px;
		right: 0;
		height: auto;
		max-width: 500px;
	}
	.post-template-default img[class="alignnone"] {
	    width: 100%;
	}
	.post-template-default img[class="aligncenter"]{
		width: 100%;

	}
	.logo-img-holder {
		float: left;
		position: relative;
	z-index: 1000;
	}
	.navigation {
	    position: absolute;
		width: auto;
		z-index: 999;
		background-color: #fafafa;
		left: 0;
		right: 0;
		height: auto;
	}
	#masonic-toggle-label {
	    left: -36px;
	}
	#masonic-toggle:checked ~ #masonic-toggle-label, #masonic-toggle:checked ~ header {
	        left: -36px;
	}
}
@media screen and (max-width: 535px) {
	.rpwe-title {
	    width: 88%;
	}
	.header-image {
	    margin-top: 78px;
	}
	.home .site-content {
	    padding: 143px 0 50px 0;
	}
	.home .header-image {
	    min-height: 100px;
	}
	.home .main-header h1,h1 {
	    font-size: 37px !important;
	}
}
@media screen and (max-width: 480px) {
	.single .post-next-prev .article-prev,.single .post-next-prev .article-next  {
	    width: 100%;
	    float: none;
	    padding: 0 0 25px;
	}
	.rpwe-title {
	    width: 85%;
	}
	input[type="text"]{
	    width: 100%;
	}
	.main-header h1 {
	    position: absolute;
	    bottom: 53px;
	}
	.main-header .site-title a {
	    position: absolute;
	    bottom: 53px;
	}
	.site-title {
	 font-size: 30px;
	 line-height: 24px;
	 word-break: break-all;
	}

	.header-image {
		min-height: 0;
	}
	.site-header-text {
		 bottom: 30px;
	}
	.navigation {
		 margin: 0;
	}
	.comment-content {
		 background: none repeat scroll 0 0 #fff;
		 padding: 10px;
		 margin: 0;
	}
	.reply {
		 margin: 0;
	}
	.comments-area .children {
		margin-left: 0;
	}
}
@media only screen and (max-width: 462px) {
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 26px;
	}
	.blog-site-title h1 {
	    margin-bottom: 0px;
	}
}
@media only screen and (max-width: 455px) {
	
		.fa.drop.fa-chevron-down, .fa.drop.fa-chevron-up{
			width: 33px;
		}
		#menu-primary-menu li a {
		    width: 84%;
		}
		.post-template-default .blog-site-title h1 {
		    margin: 13px auto 0;
		    line-height: 43px !important;
		}
	}

@media only screen and (max-width: 420px) {
	.rpwe-title {
	    width: 83%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width:33.33%;
	}
}

@media only screen and (max-width: 417px) {
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 69px;
	}
}
@media only screen and (max-width: 374px) {
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 64px;
	}
	.home .header-image {
	    min-height: 109px;
	}
	.home .main-header h1, h1 {
	    font-size: 35px !important;
	}
}

@media only screen and (max-width: 360px) {
	.cat-title {
	    text-align: center;
	}
	.popular-posts .wpp-post-title {
	    text-align: center;
	}
	.widget-title {
	    text-align: center;
	}
	.textwidget.custom-html-widget {
	    text-align: center;
	}
	#menu-menu-cat li a {
	    font-size: 14px !important;
	}
	.post-template-default #menu-menu-cat-1 li a {
	    font-size: 14px !important;
	}
	.rpwe-title {
	    width: 79%;
	}
	.main-header h1 {
	    position: absolute;
	    bottom: 35px;
	}
	.main-header .site-title a{
	    position: absolute;
	    bottom: 35px;
	}
	.error404 #menu-menu-cat {
	    position: absolute;
	    bottom: 82px;
	}
	.home .main-header h1, h1 {
	    font-size: 31px !important;
	}
}
@media only screen and (max-width: 320px) {
	.blog-site-title h1 {   
	    margin-bottom: 0px;
	}
}




