/*
Theme Name: Base AntheDesign
Theme URI: http://themedesign.fr/demo/squario/
Author: Nazmi Aydogdu
Author URI: http://nazmi.grapheek.com/
Description: Le th&egrave;me 100% sur-mesure par AntheDesign.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: squario
*/


/* =Reset
-------------------------------------------------------------- */

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

*:focus { outline: none; }

@-webkit-keyframes bloop {
	0%   { -webkit-transform: translateY(2px); transform: translateY(2px); }
	20% { -webkit-transform: translateY(28px); transform: translateY(28px); }
	100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes bloop {
	0%   { -webkit-transform: translateY(2px); transform: translateY(2px); }
	20% { -webkit-transform: translateY(28px); transform: translateY(28px); }
	100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes freez {
	0%   { opacity: 0; }
	100% {  opacity: 1; }
}
@keyframes freez {
	0%   { opacity: 0; }
	100% {  opacity: 1; }
}

/* loader */
@-webkit-keyframes loader {
	0%   { content: ''; border-width: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); z-index: 99999; opacity: 1; border-color: #f1f1f1 #f1f1f1 #f1f1f1 #e51356;}
	100% { content: ''; border-width: 4px; -webkit-transform: rotate(1080deg); transform: rotate(1080deg); z-index: 99999; opacity: 1; border-color: #f1f1f1 #f1f1f1 #f1f1f1 #ff4e00; }
}
@keyframes loader {
	0%   { content: ''; border-width: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); z-index: 99999; opacity: 1; border-color: #f1f1f1 #f1f1f1 #f1f1f1 #e51356;}
	100% { content: ''; border-width: 4px; -webkit-transform: rotate(1080deg); transform: rotate(1080deg); z-index: 99999; opacity: 1; border-color: #f1f1f1 #f1f1f1 #f1f1f1 #ff4e00; }
}
@-webkit-keyframes loaderBg {
	0%   { content: ''; background-color: #fff; z-index: 9999; opacity: 1; }
	100% { content: ''; background-color: #fff; z-index: 9999; opacity: 1; }
}
@keyframes loaderBg {
	0%   { content: ''; background-color: #fff; z-index: 9999; opacity: 1; }
	100% { content: ''; background-color: #fff; z-index: 9999; opacity: 1; }
}

body.js-load::before {
	-webkit-animation: 2s ease 0s normal none 1 running loader;
	-moz-animation: 2s ease 0s normal none 1 running loader;
	-ms-animation: 2s ease 0s normal none 1 running loader;
	-o-animation: 2s ease 0s normal none 1 running loader;
	animation: 2s ease 0s normal none 1 running loader;
	position:fixed; left:50%; top: 50%;
	width: 42px; width: 3rem; height: 42px; height: 3rem;
	margin-left: -21px; margin-left: -1.5rem;
	margin-top: -21px; margin-top: -1.5rem;
	z-index: -1; opacity:0;
	border-width: 10px; border-style: solid; border-color: #f1f1f1 #f1f1f1 #f1f1f1 #ff4e00; border-radius: 100%;
	content: '';
}
body.js-load::after {
    -webkit-animation: 2s ease 0s normal none 1 running loaderBg;
	-moz-animation: 2s ease 0s normal none 1 running loaderBg;
	-ms-animation: 2s ease 0s normal none 1 running loaderBg;
	-o-animation: 2s ease 0s normal none 1 running loaderBg;
	animation: 2s ease 0s normal none 1 running loaderBg;
	background: #fff;
	display: block; height: 100%;
	left: 0; position: fixed; top: 0;
	width: 100%; z-index: -1; content: ''; opacity: 0;
}

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

input, textarea, select {
  background: #f5f5f5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) inset;
  line-height: 1;
  margin: 0.25rem 0;
  max-width: 100%;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"],
input[type="submit"], input[type="tel"], textarea {
  -webkit-appearance: none;
  line-height: 1.3;
  padding-bottom: 14px; padding-bottom: 1rem;
  padding-top: 14px; padding-top: 1rem;
}

.cur-p, select, input[type="submit"], button { cursor: pointer; }

textarea {
  display: block;
  resize: none; width: 100%;
}

audio,
canvas,
video { display: inline-block;}
audio:not([controls]) { display: none;}
option { cursor: pointer; }
button {}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
small {font-size: smaller;}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%; height: auto;
}
img.round, img.avatar, .box img.round, .box img.avatar {
  border-radius: 100%;
}
.wp-caption { max-width: 100%; }

/* Clearing floats */
.clear:after,
.wrapper:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
	display: table;
	content: "";
}

iframe {
  display: block;
  width: 100%;
}

/* Body, links, basics */
body {
	font-size: 17px; font-size: 1.214285rem;
	text-rendering: optimizeLegibility;
	color: #222; /* txtcol */
	line-height: 1.5;
	overflow: hidden;
}

.assistive-text, .screen-reader-text, .seolink, .site-description {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* structure */
.posrel  { position: relative; }
.ov-hid { overflow: hidden; }
.z9 { z-index: 9; }
.z99 { z-index: 99; }
.z999 { z-index: 999; }
.z9999 { z-index: 9999; }

.radius1, .btn, button, input[type=submit] { border-radius: 3px; }
.radius2 { border-radius: 7px; }
.radius3 { border-radius: 14px; }

/* bg */
.bgcol-white, body, .bgcol-sec, .widget_nav_menu ul li a, .widget_recent_comments ul, .widget_categories ul li a { background: #fff; }
.bgcol-whitef5, .bgcol-bis { background: #f5f5f5; }
.bgcol-green { background: #88c737; border-color: #88c737; }
.bgcol-red { background-color: #E02500; border-color: #E02500; }
.bgcol-orange { background-color: #FF7600; border-color: #FF7600; }
.bgcol-violet { background-color: #8d398d; border-color: #8d398d; }
.bgcol-blue { background-color: #4ebcc2; border-color: #4ebcc2;}
.bgcol-green2 { background-color: #ccd500; border-color: #ccd500; }

/* colors */
.primary-col, a { color: #e51356; }
.col-orange { color: #ff4e00; }
.col-violet { color: #8d398d; }
.col-blue { color: #4ebcc2;}
.col-green { color: #ccd500; }
.col-white, .col-white a, .col-white a:hover { color: #fff; }
a.col-white:hover, .col-white a:hover { color: #fff; opacity: 0.8; /*-webkit-transform: translateY(-1px); transform: translateY(-1px);*/ }

li .sub-menu a, .col-black, .col-black a, .col-black a:hover, .bgcol-sec > * { color: #222; }
a.col-black:hover, .col-black a:hover { color: #222; opacity: 0.8; /*-webkit-transform: translateY(-1px); transform: translateY(-1px);*/ }

/* links */
/*a { text-decoration: none; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; }*/
a:hover { color: #c6114b; text-decoration: underline; }

/* titles */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-weight:normal; line-height: normal; }
h1, .h1 { font-size: 42px; font-size: 3rem; font-weight: 300; line-height: 1; }
h2, .h2 { font-size: 35px; font-size: 2.5rem; font-weight: 300; line-height: 1.2; text-transform: none;  }
h3, .h3 { font-size: 28px; font-size: 2rem; font-weight: 400; line-height: 1.3; text-transform: none; }
h4, .h4 { font-size: 21px; font-size: 1.5rem; text-transform: uppercase; font-weight: 500; }
h5, .h5 { font-size: 17.5px; font-size: 1.25rem; text-transform: uppercase; font-weight: 500; }
h6, .h6, .itemtitle .h5 { font-size: 15px; font-size: 1.071428rem; text-transform: uppercase; font-weight: 700; }
.p { font-size: 21px; font-size: 1.5rem; }

/* wrapper */
.wrap {
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
  width: 94%;
}
.wrap.min { max-width: 760px; }
.wrap .wrap { width: 100%; }

.flex, .flex-h, .flex-v { display: flex; }
.flex-h { flex-direction: row; }
.flex-v { flex-direction: column; }
.flex-center { align-items: center; justify-content: center; }
.flex-stretch { align-items: stretch; }
.flex-lr { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }
.flex-eq-h > * { flex-grow: 1; flex-basis: 0;  }

/* toggles */
.closed, .opn-toggle {
  height: 0;
  overflow: hidden;
}
.closed.opened, .opn-toggle.opn { height: auto; overflow: visible; }

/* boutons */
.btnlist .btn { margin-bottom: 4px; margin-bottom: 0.3rem; margin-top: 4px; margin-top: 0.3rem; margin-right: 4px; margin-right: 0.3rem; }
.tac .btnlist .btn, .btnlist.tac .btn, .tar .btnlist .btn, .btnlist.tar .btn { margin-left: 4px; margin-left: 0.3rem; }
.btnlist.tar .btn { margin-right: 0; }

.btn, button, input[type=submit], a.btn:hover { text-decoration:none; opacity: 1; }
.btn, button, input[type=submit] {
  background: #c7001e;
  border: 1px solid #c7001e;
  color: #fff;
  font-size: 14px; font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  padding: 14px 28px; padding: 1rem 2rem;
  text-transform: uppercase;
}
.btn.alt, .btn.alt:visited { color: #e51356; border-color: #e51356; background: transparent; }
.btn.small { padding: .5rem 1.5rem; font-size: 12px; }

.btn.social.icon-only { padding-right: 0; padding-left: 0; min-width: 44px; min-width: 3.142857rem; text-align: center; }
.btn.social.square { border-radius: 0; }
.btn.social.icon-only.round { border-radius: 100%; }

.style-primary .social.facebook, .style-primary .btn.social-profil.facebook { background: #3b5998; border-color: #3b5998; color: #fff; }
.style-primary .social.twitter, .style-primary .btn.social-profil.twitter { background: #00aced; border-color: #00aced; color: #fff; }
.style-primary .social.google-plus, .style-primary .btn.social-profil.google-plus { background: #dd4b39; border-color: #dd4b39; color: #fff; }
.style-primary .social.linkedin, .style-primary .btn.social-profil.linkedin { background: #007bb5; border-color: #007bb5; color: #fff; }
.style-primary .social.youtube, .style-primary .btn.social-profil.youtube { background: #bb0000; border-color: #bb0000; color: #fff; }

.style-primary .social.facebook:hover, .style-primary .btn.social-profil.facebook:hover { background: #35528d; border-color: #35528d; color: #fff; }
.style-primary .social.twitter:hover, .style-primary .btn.social-profil.twitter:hover { background: #269cce; border-color: #269cce; color: #fff; }
.style-primary .social.google-plus:hover, .style-primary .btn.social-profil.google-plus:hover { background: #c94333; border-color: #c94333; color: #fff; }
.style-primary .social.linkedin:hover, .style-primary .btn.social-profil.linkedin:hover { background: #0970a7; border-color: #0970a7; color: #fff; }
.style-primary .social.youtube:hover, .style-primary .btn.social-profil.youtube:hover { background: #cd0d0d; border-color: #cd0d0d; color: #fff; }


.btn:hover, button:hover, input[type=submit]:hover {
  /*-webkit-transform: translateY(-1px); transform: translateY(-1px);*/
  color: #fff;
  background-color: #af0019;
  border-color: #af0019;
}

.btn:focus, button:focus, input[type=submit]:focus {
  background: #af0019;
  border-color: #af0019;
  color: #fff; -webkit-transform: none; transform: none;
}

.btn:active, button:active, input[type=submit]:active, .btn.active { background: #e51356; border-color: #e51356; }
.btn.pd0, .btn.pd0:hover, .btn.pd0:focus , .btn.pd0:active { border: none; line-height: normal; padding: 0; background: transparent; }

/* floats */
.floatl, .widget-title .icon, .iscol .item { float: left; }
.floatr { float: right; }
.floatn { float: none; }

/* display */
.dis-no, .nodate time, .widget-title .icon.dis-no  { display: none; }
.dis-ib, .btn, button, input[type=submit], .sec-menu li, .widget-title .icon { display: inline-block; }
.dis-b, .widget_nav_menu ul, .widget_nav_menu ul li a, .widget_categories ul li a { display: block; }
.vat { vertical-align: top; }

.op0 { opacity: 0; }
.op0-2 { opacity: 0.2; }
.op0-4 { opacity: 0.4; }
.op0-5 { opacity: 0.5; }
.op0-6 { opacity: 0.6; }
.op0-8 { opacity: 0.8; }
.op1 { opacity: 1; }

/* texts */
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }
.upp { text-transform: uppercase; }
.noupp { text-transform: none; }
.tdn, a.tdn, a.tdn:hover, .widget_categories li a, .widget_nav_menu li a { text-decoration: none; }
.lh1, .btn, button, input[type=submit], .widget-title { line-height: 1; }

.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw700, .bold, .btn, button, input[type=submit], strong { font-weight: 700; }

.small, small { font-size: 0.9em; }

/* borders */
.bor1 { border: 1px solid; }
.bor3 { border: 3px solid; }

.bort1, .widget_nav_menu ul li + li, .widget_recent_comments ul li + li, .widget_categories ul li + li { border-top: 1px solid; }
.bort3, .widget_nav_menu ul, .widget_recent_comments ul, .widget_categories ul { border-top: 3px solid; }

.borb1 { border-bottom: 1px solid; }
.borb3 { border-bottom: 3px solid; }

.bor-grey, .widget_nav_menu ul li + li, .widget_nav_menu ul, .widget_recent_comments ul li + li, .widget_categories ul li + li, .widget_recent_comments ul, .widget_categories ul { border-color: #ddd; }

/* widths */
.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 33.333%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 66.666%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100, .box.bgcol-white img { width: 100%; }

/* cols */
.iscol { margin-left: -1rem; margin-right: -1rem; }
.iscol > .item { padding-right: 14px; padding-right: 1rem; padding-left: 14px; padding-left: 1rem; }

.col-1 > .item { width: 100%; }
.col-2 > .item, .col-4 > .item, .col-5 > .item, .col-6 > .item { width: 50%; }
.col-3 > .item { width: 33.333%; }

.col-2 > .item:nth-of-type(2n+1),
.col-3 > .item:nth-of-type(3n+1),
.col-4 > .item:nth-of-type(2n+1),
.col-5 > .item:nth-of-type(2n+1),
.col-6 > .item:nth-of-type(2n+1) { clear: both; }

 /* margins */
.mg-auto { margin-left: auto; margin-right: auto; }

.mg0 { margin: 0; }
.mg0-1 { margin: 0 7px; margin: 0 0.5rem; }
.mg0-2 { margin: 0 14px; margin: 0 1rem; }
.mg0-3 { margin: 0 21px; margin: 0 1.5rem; }
.mg0-4 { margin: 0 28px; margin: 0 2rem; }
.mg0-5 { margin: 0 35px; margin: 0 2.5rem; }
.mg0-6 { margin: 0 42px; margin: 0 3rem; }
.mg0-7 { margin: 0 49px; margin: 0 3.5rem; }
.mg0-8 { margin: 0 56px; margin: 0 4rem; }
.mg0-9 { margin: 0 63px; margin: 0 4.5rem; }
.mg0-10 { margin: 0 70px; margin: 0 5rem; }

.mg1 { margin: 7px; margin: 0.5rem; }
.mg1-0 { margin: 7px 0; margin: 0.5rem 0; }
.mg1-2 { margin: 7px 14px; margin: 0.5rem 1rem; }
.mg1-3 { margin: 7px 21px; margin: 0.5rem 1.5rem; }
.mg1-4 { margin: 7px 28px; margin: 0.5rem 2rem; }
.mg1-5 { margin: 7px 35px; margin: 0.5rem 2.5rem; }
.mg1-6 { margin: 7px 42px; margin: 0.5rem 3rem; }
.mg1-7 { margin: 7px 49px; margin: 0.5rem 3.5rem; }
.mg1-8 { margin: 7px 56px; margin: 0.5rem 4rem; }
.mg1-9 { margin: 7px 63px; margin: 0.5rem 4.5rem; }
.mg1-10 { margin: 7px 70px; margin: 0.5rem 5rem; }

.mg2 { margin: 14px; margin: 1rem; }
.mg2-0 { margin: 14px 0; margin: 1rem 0; }
.mg2-1 { margin: 14px 7px; margin: 1rem 0.5rem; }
.mg2-3 { margin: 14px 21px; margin: 1rem 1.5rem; }
.mg2-4 { margin: 14px 28px; margin: 1rem 2rem; }
.mg2-5 { margin: 14px 35px; margin: 1rem 2.5rem; }
.mg2-6 { margin: 14px 42px; margin: 1rem 3rem; }
.mg2-7 { margin: 14px 49px; margin: 1rem 3.5rem; }
.mg2-8 { margin: 14px 56px; margin: 1rem 4rem; }
.mg2-9 { margin: 14px 63px; margin: 1rem 4.5rem; }
.mg2-10 { margin: 14px 70px; margin: 1rem 5rem; }

.mg3 { margin: 21px; margin: 1.5rem; }
.mg3-0 { margin: 21px 0; margin: 1.5rem 0; }
.mg3-1 { margin: 21px 7px; margin: 1.5rem 0.5rem; }
.mg3-2 { margin: 21px 14px; margin: 1.5rem 1rem; }
.mg3-4 { margin: 21px 28px; margin: 1.5rem 2rem; }
.mg3-5 { margin: 21px 35px; margin: 1.5rem 2.5rem; }
.mg3-6 { margin: 21px 42px; margin: 1.5rem 3rem; }
.mg3-7 { margin: 21px 49px; margin: 1.5rem 3.5rem; }
.mg3-8 { margin: 21px 56px; margin: 1.5rem 4rem; }
.mg3-9 { margin: 21px 63px; margin: 1.5rem 4.5rem; }
.mg3-10 { margin: 21px 70px; margin: 1.5rem 5rem; }

.mg4 { margin: 28px; margin: 2rem; }
.mg4-0 { margin: 28px 0; margin: 2rem 0; }
.mg4-1 { margin: 28px 7px; margin: 2rem 0.5rem; }
.mg4-2 { margin: 28px 14px; margin: 2rem 1rem; }
.mg4-3 { margin: 28px 21px; margin: 2rem 1.5rem; }
.mg4-5 { margin: 28px 35px; margin: 2rem 2.5rem; }
.mg4-6 { margin: 28px 42px; margin: 2rem 3rem; }
.mg4-7 { margin: 28px 49px; margin: 2rem 3.5rem; }
.mg4-8 { margin: 28px 56px; margin: 2rem 4rem; }
.mg4-9 { margin: 28px 63px; margin: 2rem 4.5rem; }
.mg4-10 { margin: 28px 70px; margin: 2rem 5rem; }

.mg5 { margin: 35px; margin: 2.5rem; }
.mg5-0 { margin: 35px 0; margin: 2.5rem 0; }
.mg5-1 { margin: 35px 7px; margin: 2.5rem 0.5rem; }
.mg5-2 { margin: 35px 14px; margin: 2.5rem 1rem; }
.mg5-3 { margin: 35px 21px; margin: 2.5rem 1.5rem; }
.mg5-4 { margin: 35px 28px; margin: 2.5rem 2rem; }
.mg5-6 { margin: 35px 42px; margin: 2.5rem 3rem; }
.mg5-7 { margin: 35px 49px; margin: 2.5rem 3.5rem; }
.mg5-8 { margin: 35px 56px; margin: 2.5rem 4rem; }
.mg5-9 { margin: 35px 63px; margin: 2.5rem 4.5rem; }
.mg5-10 { margin: 35px 70px; margin: 2.5rem 5rem; }

.mg6 { margin: 42px; margin: 3rem; }
.mg6-0 { margin: 42px 0; margin: 3rem 0; }
.mg6-1 { margin: 42px 7px; margin: 3rem 0.5rem; }
.mg6-2 { margin: 42px 14px; margin: 3rem 1rem; }
.mg6-3 { margin: 42px 21px; margin: 3rem 1.5rem; }
.mg6-4 { margin: 42px 28px; margin: 3rem 2rem; }
.mg6-5 { margin: 42px 35px; margin: 3rem 2.5rem; }
.mg6-7 { margin: 42px 49px; margin: 3rem 3.5rem; }
.mg6-8 { margin: 42px 56px; margin: 3rem 4rem; }
.mg6-9 { margin: 42px 63px; margin: 3rem 4.5rem; }
.mg6-10 { margin: 42px 70px; margin: 3rem 5rem; }

.mg7 { margin: 49px; margin: 3.5rem; }
.mg7-0 { margin: 49px 0; margin: 3.5rem 0; }
.mg7-1 { margin: 49px 7px; margin: 3.5rem 0.5rem; }
.mg7-2 { margin: 49px 14px; margin: 3.5rem 1rem; }
.mg7-3 { margin: 49px 21px; margin: 3.5rem 1.5rem; }
.mg7-4 { margin: 49px 28px; margin: 3.5rem 2rem; }
.mg7-5 { margin: 49px 35px; margin: 3.5rem 2.5rem; }
.mg7-6 { margin: 49px 42px; margin: 3.5rem 3rem; }
.mg7-8 { margin: 49px 56px; margin: 3.5rem 4rem; }
.mg7-9 { margin: 49px 63px; margin: 3.5rem 4.5rem; }
.mg7-10 { margin: 49px 70px; margin: 3.5rem 5rem; }

.mg8 { margin: 56px; margin: 4rem; }
.mg8-0 { margin: 56px 0; margin: 4rem 0; }
.mg8-1 { margin: 56px 7px; margin: 4rem 0.5rem; }
.mg8-2 { margin: 56px 14px; margin: 4rem 1rem; }
.mg8-3 { margin: 56px 21px; margin: 4rem 1.5rem; }
.mg8-4 { margin: 56px 28px; margin: 4rem 2rem; }
.mg8-5 { margin: 56px 35px; margin: 4rem 2.5rem; }
.mg8-6 { margin: 56px 42px; margin: 4rem 3rem; }
.mg8-7 { margin: 56px 49px; margin: 4rem 3.5rem; }
.mg8-9 { margin: 56px 63px; margin: 4rem 4.5rem; }
.mg8-10 { margin: 56px 70px; margin: 4rem 5rem; }

.mg9 { margin: 63px; margin: 4.5rem; }
.mg9-0 { margin: 63px 0; margin: 4.5rem 0; }
.mg9-1 { margin: 63px 7px; margin: 4.5rem 0.5rem; }
.mg9-2 { margin: 63px 14px; margin: 4.5rem 1rem; }
.mg9-3 { margin: 63px 21px; margin: 4.5rem 1.5rem; }
.mg9-4 { margin: 63px 28px; margin: 4.5rem 2rem; }
.mg9-5 { margin: 63px 35px; margin: 4.5rem 2.5rem; }
.mg9-6 { margin: 63px 42px; margin: 4.5rem 3rem; }
.mg9-7 { margin: 63px 49px; margin: 4.5rem 3.5rem; }
.mg9-8 { margin: 63px 56px; margin: 4.5rem 4rem; }
.mg9-10 { margin: 63px 70px; margin: 4.5rem 5rem; }

.mg10 { margin: 70px; margin: 5rem; }
.mg10-0 { margin: 70px 0; margin: 5rem 0; }
.mg10-1 { margin: 70px 7px; margin: 5rem 0.5rem; }
.mg10-2 { margin: 70px 14px; margin: 5rem 1rem; }
.mg10-3 { margin: 70px 21px; margin: 5rem 1.5rem; }
.mg10-4 { margin: 70px 28px; margin: 5rem 2rem; }
.mg10-5 { margin: 70px 35px; margin: 5rem 2.5rem; }
.mg10-6 { margin: 70px 42px; margin: 5rem 3rem; }
.mg10-7 { margin: 70px 49px; margin: 5rem 3.5rem; }
.mg10-8 { margin: 70px 56px; margin: 5rem 4rem; }
.mg10-9 { margin: 70px 63px; margin: 5rem 4.5rem; }

.mgt0 { margin-top: 0; }
.mgt1 { margin-top: 7px; margin-top: 0.5rem; }
.mgt2 { margin-top: 14px; margin-top: 1rem; }
.mgt3 { margin-top: 21px; margin-top: 1.5rem; }
.mgt4 { margin-top: 28px; margin-top: 2rem; }
.mgt5 { margin-top: 35px; margin-top: 2.5rem; }
.mgt6 { margin-top: 42px; margin-top: 3rem; }
.mgt7 { margin-top: 49px; margin-top: 3.5rem; }
.mgt8 { margin-top: 56px; margin-top: 4rem; }
.mgt9 { margin-top: 63px; margin-top: 4.5rem; }
.mgt10 { margin-top: 70px; margin-top: 5rem; }

.mgr0 { margin-right: 0; }
.mgr1 { margin-right: 7px; margin-right: 0.5rem; }
.mgr2, select { margin-right: 14px; margin-right: 1rem; }
.mgr3 { margin-right: 21px; margin-right: 1.5rem; }
.mgr4 { margin-right: 28px; margin-right: 2rem; }
.mgr5 { margin-right: 35px; margin-right: 2.5rem; }
.mgr6 { margin-right: 42px; margin-right: 3rem; }
.mgr7 { margin-right: 49px; margin-right: 3.5rem; }
.mgr8 { margin-right: 56px; margin-right: 4rem; }
.mgr9 { margin-right: 63px; margin-right: 4.5rem; }
.mgr10 { margin-right: 70px; margin-right: 5rem; }

.mgb0, .mgb0-last:last-of-type, .mgb0-title .widget-title { margin-bottom: 0; }
.mgb1 { margin-bottom: 7px; margin-bottom: 0.5rem; }
.mgb2 { margin-bottom: 14px; margin-bottom: 1rem; }
.mgb3 { margin-bottom: 21px; margin-bottom: 1.5rem; }
.mgb4 { margin-bottom: 28px; margin-bottom: 2rem; }
.mgb5 { margin-bottom: 35px; margin-bottom: 2.5rem; }
.mgb6 { margin-bottom: 42px; margin-bottom: 3rem; }
.mgb7 { margin-bottom: 49px; margin-bottom: 3.5rem; }
.mgb8 { margin-bottom: 56px; margin-bottom: 4rem; }
.mgb9 { margin-bottom: 63px; margin-bottom: 4.5rem; }
.mgb10 { margin-bottom: 70px; margin-bottom: 5rem; }

.mgl0 { margin-left: 0; }
.mgl1 { margin-left: 7px; margin-left: 0.5rem; }
.mgl2 { margin-left: 14px; margin-left: 1rem; }
.mgl3 { margin-left: 21px; margin-left: 1.5rem; }
.mgl4 { margin-left: 28px; margin-left: 2rem; }
.mgl5 { margin-left: 35px; margin-left: 2.5rem; }
.mgl6 { margin-left: 42px; margin-left: 3rem; }
.mgl7 { margin-left: 49px; margin-left: 3.5rem; }
.mgl8 { margin-left: 56px; margin-left: 4rem; }
.mgl9 { margin-left: 63px; margin-left: 4.5rem; }
.mgl10 { margin-left: 70px; margin-left: 5rem; }

/* paddings */
.pd0 { padding: 0; }
.pd0-1 { padding: 0 7px; padding: 0 0.5rem; }
.pd0-2 { padding: 0 14px; padding: 0 1rem; }
.pd0-3 { padding: 0 21px; padding: 0 1.5rem; }
.pd0-4 { padding: 0 28px; padding: 0 2rem; }
.pd0-5 { padding: 0 35px; padding: 0 2.5rem; }
.pd0-6 { padding: 0 42px; padding: 0 3rem; }
.pd0-7 { padding: 0 49px; padding: 0 3.5rem; }
.pd0-8 { padding: 0 56px; padding: 0 4rem; }
.pd0-9 { padding: 0 63px; padding: 0 4.5rem; }
.pd0-10 { padding: 0 70px; padding: 0 5rem; }

.pd1 { padding: 7px; padding: 0.5rem; }
.pd1-0 { padding: 7px 0; padding: 0.5rem 0; }
.pd1-2, #submain li a { padding: 7px 14px; padding: 0.5rem 1rem; }
.pd1-3 { padding: 7px 21px; padding: 0.5rem 1.5rem; }
.pd1-4 { padding: 7px 28px; padding: 0.5rem 2rem; }
.pd1-5 { padding: 7px 35px; padding: 0.5rem 2.5rem; }
.pd1-6 { padding: 7px 42px; padding: 0.5rem 3rem; }
.pd1-7 { padding: 7px 49px; padding: 0.5rem 3.5rem; }
.pd1-8 { padding: 7px 56px; padding: 0.5rem 4rem; }
.pd1-9 { padding: 7px 63px; padding: 0.5rem 4.5rem; }
.pd1-10 { padding: 7px 70px; padding: 0.5rem 5rem; }

.pd2, .widget_nav_menu ul li a, .widget_recent_comments ul li, .widget_categories ul li a { padding: 14px; padding: 1rem; }
.pd2-0, .sec-menu li { padding: 14px 0; padding: 1rem 0; }
.pd2-1 { padding: 14px 7px; padding: 1rem 0.5rem; }
.pd2-3 { padding: 14px 21px; padding: 1rem 1.5rem; }
.pd2-4  { padding: 14px 28px; padding: 1rem 2rem; }
.pd2-5 { padding: 14px 35px; padding: 1rem 2.5rem; }
.pd2-6 { padding: 14px 42px; padding: 1rem 3rem; }
.pd2-7 { padding: 14px 49px; padding: 1rem 3.5rem; }
.pd2-8 { padding: 14px 56px; padding: 1rem 4rem; }
.pd2-9 { padding: 14px 63px; padding: 1rem 4.5rem; }
.pd2-10 { padding: 14px 70px; padding: 1rem 5rem; }

.pd3 { padding: 21px; padding: 1.5rem; }
.pd3-0 { padding: 21px 0; padding: 1.5rem 0; }
.pd3-1 { padding: 21px 7px; padding: 1.5rem 0.5rem; }
.pd3-2 { padding: 21px 14px; padding: 1.5rem 1rem; }
.pd3-4, input, select, textarea { padding: 21px 28px; padding: 1.5rem 2rem; }
.pd3-5 { padding: 21px 35px; padding: 1.5rem 2.5rem; }
.pd3-6 { padding: 21px 42px; padding: 1.5rem 3rem; }
.pd3-7 { padding: 21px 49px; padding: 1.5rem 3.5rem; }
.pd3-8 { padding: 21px 56px; padding: 1.5rem 4rem; }
.pd3-9 { padding: 21px 63px; padding: 1.5rem 4.5rem; }
.pd3-10 { padding: 21px 70px; padding: 1.5rem 5rem; }

.pd4 { padding: 28px; padding: 2rem; }
.pd4-0 { padding: 28px 0; padding: 2rem 0; }
.pd4-1 { padding: 28px 7px; padding: 2rem 0.5rem; }
.pd4-2 { padding: 28px 14px; padding: 2rem 1rem; }
.pd4-3 { padding: 28px 21px; padding: 2rem 1.5rem; }
.pd4-5 { padding: 28px 35px; padding: 2rem 2.5rem; }
.pd4-6 { padding: 28px 42px; padding: 2rem 3rem; }
.pd4-7 { padding: 28px 49px; padding: 2rem 3.5rem; }
.pd4-8 { padding: 28px 56px; padding: 2rem 4rem; }
.pd4-9 { padding: 28px 63px; padding: 2rem 4.5rem; }
.pd4-10 { padding: 28px 70px; padding: 2rem 5rem; }

.pd5 { padding: 35px; padding: 2.5rem; }
.pd5-0 { padding: 35px 0; padding: 2.5rem 0; }
.pd5-1 { padding: 35px 7px; padding: 2.5rem 0.5rem; }
.pd5-2 { padding: 35px 14px; padding: 2.5rem 1rem; }
.pd5-3 { padding: 35px 21px; padding: 2.5rem 1.5rem; }
.pd5-4 { padding: 35px 28px; padding: 2.5rem 2rem; }
.pd5-6 { padding: 35px 42px; padding: 2.5rem 3rem; }
.pd5-7 { padding: 35px 49px; padding: 2.5rem 3.5rem; }
.pd5-8 { padding: 35px 56px; padding: 2.5rem 4rem; }
.pd5-9 { padding: 35px 63px; padding: 2.5rem 4.5rem; }
.pd5-10 { padding: 35px 70px; padding: 2.5rem 5rem; }

.pd6 { padding: 42px; padding: 3rem; }
.pd6-0 { padding: 42px 0; padding: 3rem 0; }
.pd6-1 { padding: 42px 7px; padding: 3rem 0.5rem; }
.pd6-2 { padding: 42px 14px; padding: 3rem 1rem; }
.pd6-3 { padding: 42px 21px; padding: 3rem 1.5rem; }
.pd6-4 { padding: 42px 28px; padding: 3rem 2rem; }
.pd6-5 { padding: 42px 35px; padding: 3rem 2.5rem; }
.pd6-7 { padding: 42px 49px; padding: 3rem 3.5rem; }
.pd6-8 { padding: 42px 56px; padding: 3rem 4rem; }
.pd6-9 { padding: 42px 63px; padding: 3rem 4.5rem; }
.pd6-10 { padding: 42px 70px; padding: 3rem 5rem; }

.pd7 { padding: 49px; padding: 3.5rem; }
.pd7-0 { padding: 49px 0; padding: 3.5rem 0; }
.pd7-1 { padding: 49px 7px; padding: 3.5rem 0.5rem; }
.pd7-2 { padding: 49px 14px; padding: 3.5rem 1rem; }
.pd7-3 { padding: 49px 21px; padding: 3.5rem 1.5rem; }
.pd7-4 { padding: 49px 28px; padding: 3.5rem 2rem; }
.pd7-5 { padding: 49px 35px; padding: 3.5rem 2.5rem; }
.pd7-6 { padding: 49px 42px; padding: 3.5rem 3rem; }
.pd7-8 { padding: 49px 56px; padding: 3.5rem 4rem; }
.pd7-9 { padding: 49px 63px; padding: 3.5rem 4.5rem; }
.pd7-10 { padding: 49px 70px; padding: 3.5rem 5rem; }

.pd8 { padding: 56px; padding: 4rem; }
.pd8-0 { padding: 56px 0; padding: 4rem 0; }
.pd8-1 { padding: 56px 7px; padding: 4rem 0.5rem; }
.pd8-2 { padding: 56px 14px; padding: 4rem 1rem; }
.pd8-3 { padding: 56px 21px; padding: 4rem 1.5rem; }
.pd8-4 { padding: 56px 28px; padding: 4rem 2rem; }
.pd8-5 { padding: 56px 35px; padding: 4rem 2.5rem; }
.pd8-6 { padding: 56px 42px; padding: 4rem 3rem; }
.pd8-7 { padding: 56px 49px; padding: 4rem 3.5rem; }
.pd8-9 { padding: 56px 63px; padding: 4rem 4.5rem; }
.pd8-10 { padding: 56px 70px; padding: 4rem 5rem; }

.pd9 { padding: 63px; padding: 4.5rem; }
.pd9-0 { padding: 63px 0; padding: 4.5rem 0; }
.pd9-1 { padding: 63px 7px; padding: 4.5rem 0.5rem; }
.pd9-2 { padding: 63px 14px; padding: 4.5rem 1rem; }
.pd9-3 { padding: 63px 21px; padding: 4.5rem 1.5rem; }
.pd9-4 { padding: 63px 28px; padding: 4.5rem 2rem; }
.pd9-5 { padding: 63px 35px; padding: 4.5rem 2.5rem; }
.pd9-6 { padding: 63px 42px; padding: 4.5rem 3rem; }
.pd9-7 { padding: 63px 49px; padding: 4.5rem 3.5rem; }
.pd9-8 { padding: 63px 56px; padding: 4.5rem 4rem; }
.pd9-10 { padding: 63px 70px; padding: 4.5rem 5rem; }

.pd10 { padding: 70px; padding: 5rem; }
.pd10-0 { padding: 70px 0; padding: 5rem 0; }
.pd10-1 { padding: 70px 7px; padding: 5rem 0.5rem; }
.pd10-2 { padding: 70px 14px; padding: 5rem 1rem; }
.pd10-3 { padding: 70px 21px; padding: 5rem 1.5rem; }
.pd10-4 { padding: 70px 28px; padding: 5rem 2rem; }
.pd10-5 { padding: 70px 35px; padding: 5rem 2.5rem; }
.pd10-6 { padding: 70px 42px; padding: 5rem 3rem; }
.pd10-7 { padding: 70px 49px; padding: 5rem 3.5rem; }
.pd10-8 { padding: 70px 56px; padding: 5rem 4rem; }
.pd10-9 { padding: 70px 63px; padding: 5rem 4.5rem; }

.pdt0 { padding-top: 0; }
.pdt1 { padding-top: 7px; padding-top: 0.5rem; }
.pdt2 { padding-top: 14px; padding-top: 1rem; }
.pdt3 { padding-top: 21px; padding-top: 1.5rem; }
.pdt4 { padding-top: 28px; padding-top: 2rem; }
.pdt5 { padding-top: 35px; padding-top: 2.5rem; }
.pdt6 { padding-top: 42px; padding-top: 3rem; }
.pdt7 { padding-top: 49px; padding-top: 3.5rem; }
.pdt8 { padding-top: 56px; padding-top: 4rem; }
.pdt9 { padding-top: 63px; padding-top: 4.5rem; }
.pdt10 { padding-top: 70px; padding-top: 5rem; }

.pdr0, #submain > ul.submain-ib > li:last-of-type > a { padding-right: 0; }
.pdr1 { padding-right: 7px; padding-right: 0.5rem; }
.pdr2 { padding-right: 14px; padding-right: 1rem; }
.pdr3 { padding-right: 21px; padding-right: 1.5rem; }
.pdr4 { padding-right: 28px; padding-right: 2rem; }
.pdr5 { padding-right: 35px; padding-right: 2.5rem; }
.pdr6 { padding-right: 42px; padding-right: 3rem; }
.pdr7 { padding-right: 49px; padding-right: 3.5rem; }
.pdr8 { padding-right: 56px; padding-right: 4rem; }
.pdr9 { padding-right: 63px; padding-right: 4.5rem; }
.pdr10 { padding-right: 70px; padding-right: 5rem; }

.pdb0 { padding-bottom: 0; }
.pdb1 { padding-bottom: 7px; padding-bottom: 0.5rem; }
.pdb2 { padding-bottom: 14px; padding-bottom: 1rem; }
.pdb3 { padding-bottom: 21px; padding-bottom: 1.5rem; }
.pdb4 { padding-bottom: 28px; padding-bottom: 2rem; }
.pdb5 { padding-bottom: 35px; padding-bottom: 2.5rem; }
.pdb6 { padding-bottom: 42px; padding-bottom: 3rem; }
.pdb7 { padding-bottom: 49px; padding-bottom: 3.5rem; }
.pdb8 { padding-bottom: 56px; padding-bottom: 4rem; }
.pdb9 { padding-bottom: 63px; padding-bottom: 4.5rem; }
.pdb10 { padding-bottom: 70px; padding-bottom: 5rem; }

.pdl0, #submain > ul.submain-ib > li:first-of-type > a { padding-left: 0; }
.pdl1 { padding-left: 7px; padding-left: 0.5rem; }
.pdl2 { padding-left: 14px; padding-left: 1rem; }
.pdl3 { padding-left: 21px; padding-left: 1.5rem; }
.pdl4 { padding-left: 28px; padding-left: 2rem; }
.pdl5 { padding-left: 35px; padding-left: 2.5rem; }
.pdl6 { padding-left: 42px; padding-left: 3rem; }
.pdl7 { padding-left: 49px; padding-left: 3.5rem; }
.pdl8 { padding-left: 56px; padding-left: 4rem; }
.pdl9 { padding-left: 63px; padding-left: 4.5rem; }
.pdl10 { padding-left: 70px; padding-left: 5rem; }

.box-shadow, .widget_nav_menu ul, .widget_recent_comments ul, .widget_categories ul, .commentlist > li {
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.backtotop {
  bottom: 14px; bottom: 1rem;
  font-size: 35px; font-size: 2.5rem;
  position: fixed;
  right: 14px; right: 1rem;
  z-index: 10;
}
.backtotop-icon-mouse-2 span::after {
  top: -7px; top: -0.5rem;
  content: "\e80b";
  font-size: 14px; font-size: 1rem;
  left: 0; font-weight: 900;
  position: absolute;
  text-align: center;
  width: 100%;
  text-shadow: 0 -4px 0 rgba(0,0,0,0.6), 0 -8px 0 rgba(0,0,0,0.4);
}

#nav-above { display: none; }
.paged #nav-above { display: block; }
.js-valign { vertical-align: top; }

/* =Basic structure
-------------------------------------------------------------- */
.site-header.header-2 .site-title a { display: inline-block; }
.site-header.header-2 .tal.nav-menu { text-align: center; }

/* Navigation Menu */
.nav-menu { text-align: center; }
.nav-menu li { display: block; }
.nav-menu li a { text-decoration: none;	display: block; padding: 7px 0; padding: 0.5rem 0; }
.nav-menu { display: none; }
.nav-menu.toggled-on { display: block; }
#masthead + .nav-menu { border-bottom : 1px solid #ddd; }
#masthead + .nav-menu > li { border-top: 1px solid #ddd; }
#submain li, #submain .submain-b li, #submain li a { display: block; }
#submain .submain-ib li { display: inline-block; }

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.widget-area .widget-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.widget-area .textwidget ul { list-style: none; }

.sec-menu li + li { margin-left: 10px; margin-left: 0.714285rem; }
.sec-menu li + li::before {
  content: "/";
  margin-right: 14px; margin-right: 1rem;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta { clear: both; }
.entry-header {}
.entry-header img.wp-post-image {}
.entry-header .entry-title { }
.entry-header .entry-title a { text-decoration: none; }
.entry-header .entry-format { font-weight: normal; }

.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
}

.comment-content h2,
.mu_register h2 {
	font-size: 28px;
	font-size: 2rem;
}

/* spaces */
.entry-content * + p, .entry-content p + *, .entry-content h2 + ul, .entry-content h3 + ul { margin-top: 28px; margin-top: 2rem; }

.entry-content cite {
  position: relative;

  display: block;
  margin-top: .75rem;

  color: #aaa;
  font-size: 1rem;
  font-style: initial;
}

.entry-content hr { margin: 14px 0; margin: 1rem 0; }

.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul, .mu_register ul {
	margin-bottom: 28px; margin-bottom: 2rem;
}

.entry-content ul ul, .comment-content ul ul,
.entry-content ol ol, .comment-content ol ol,
.entry-content ul ol, .comment-content ul ol,
.entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content ol li {
  padding-left: 21px; padding-left: 1.5rem;
}
.entry-content ul li {
  list-style: inside square;
  padding-left: 21px; padding-left: 1.5rem;
}

.entry-content blockquote,
.comment-content blockquote {
	margin: 28px 0;
	margin: 2rem 0;
	font-style: italic;
	padding-left: 14px; padding-left: 1rem;
	border-left: 7px solid #e1e1e1;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content em {
  font-style: italic;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 14px;
	font-size: 1rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.714285714;
	margin: 28px 0;
	margin: 2rem 0;
	overflow: auto;
	padding: 28px;
	padding: 2rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 28px;
	margin: 0 0 2rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 28px 12px 0;
	margin: 0.857142857rem 2rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 28px;
	margin: 0.857142857rem 0 0.857142857rem 2rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 28px;
	margin: 0 2rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 14px;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 28px;
	margin: 0 0 2rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 28px 0;
	margin: 2rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {}

.page-links { clear: both; }

footer.entry-meta {
	font-size: 13px;
	font-size: 0.928571429rem;
}
.single-author .entry-meta .by-author {
	display: none;
}

.related.products > h2 {
  margin-bottom: 21px; margin-bottom: 1.5rem;
}

/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Comments
-------------------------------------------------------------- */
/* Comment form */

.commentlist header::after {
  clear: both;
  content: "";
  display: table;
}

.commentlist > li {
  background: #ffffff;
  margin-bottom: 28px; margin-bottom: 2rem;
}
.commentlist article { padding: 28px; padding: 2rem; }
.commentlist .children, .commentlist #respond {
  background: #f6f6f6;
  border-top: 1px solid #f1f1f1;
}
.commentlist #respond { padding: 28px; padding: 2rem; }
.commentlist cite { margin-top: 3px; }
.commentlist cite, .commentlist .avatar, .commentlist cite + a { float: left; }
.comment .reply, .commentlist cite, .commentlist cite + a { font-size: 0.8em; }
.commentlist cite, .commentlist cite + a {
  margin-left: -44px;
  padding-left: 51px;
  width: 100%;
}
.bypostauthor article { border-left: 3px solid; }
.comment-content.comment { font-size: 0.85em; padding: 14px 0; padding: 1rem 0; }
.comment-content .edit-link { display:none; }
.comment-content.comment p + p:not(.edit-link) { margin-top: 14px; margin-top: 1rem; }

#respond {}
#respond h3#reply-title {}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 14px;
	font-size: 1rem;
}
#respond form {
	margin: 28px 0 0;
	margin: 2rem 0 0;
}
#respond form p {
	margin: 14px 0 0;
	margin: 1rem 0 0;
}
#respond form p.logged-in-as {
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px; font-size: 1rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 14px;
	font-size: 1rem;
	line-height: 2;
	color: #5e5e5e;
}
.required { color: red; }

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul { margin-left: 14px; margin-left: 1rem; }
.widget_search label { display: block; font-size: 14px; font-size: 1rem; }
.widget_twitter li { list-style-type: none; }
.widget_twitter .timesince { display: block; text-align: right; }
.widget_anthenewsletter input, .search-field { height: 49px; height: 3.5rem; margin: 0; border-radius: 3px 0 0 3px; }
.widget_anthenewsletter button, .search-submit { height: 49px; height: 3.5rem; border-radius: 0 3px 3px 0; }
.widget_myfirst_widget p i { display: inline-block; min-width: 28px; min-width: 2rem; text-align: center; }
.widget_recentanthe_myentries .owl-item { padding-right: 28px; padding-right: 2rem; }
.btn.tags:hover { padding-top: 7px; padding-top: 0.5rem; padding-bottom: 7px; padding-bottom: 0.5rem; }
.textwidget > p + p { margin-top: 14px; margin-top: 1rem; }
img#wpstats { display: block; }

form div.wpcf7-response-output {
  border: none; border-radius: 3px; padding: 14px 21px; padding: 1rem 1.5rem; color: #fff; margin: 28px 0 0; margin: 2rem 0 0;
}
form div.wpcf7-mail-sent-ok {
  background: #398f14;
}
form div.wpcf7-mail-sent-ng {
  background: #ff0000;
}
form div.wpcf7-spam-blocked {
  background: #ffa500;
}
form div.wpcf7-validation-errors {
  background: hsl(30, 75%, 55%);
}


@-webkit-keyframes showCont {
	0%   { top: -180px; opacity: 0.1; }
	/*40% { top: -40px; opacity: 0.4; }*/
	60% { top: 7px; opacity: 1; }
	70% { top: -4px;  }
	80% { top: 2px; }
	100% { top: 0; opacity: 1; }
}
@keyframes showCont {
	0%   { top: -180px; opacity: 0.1; }
	/*40% { top: -40px; opacity: 0.4; }*/
	60% { top: 7px; opacity: 1; }
	70% { top: -4px;  }
	80% { top: 2px; }
	100% { top: 0; opacity: 1; }
}
@-webkit-keyframes showCont2 {
	0%   { left: -180px; opacity: 0.1; }
	/*40% { left: -40px; opacity: 0.4; }*/
	60% { left: 7px; opacity: 1; }
	70% { left: -4px;  }
	80% { left: 2px; }
	100% { left: 0; opacity: 1; }
}
@keyframes showCont2 {
	0%   { left: -180px; opacity: 0.1; }
	/*40% { left: -40px; opacity: 0.4; }*/
	60% { left: 7px; opacity: 1; }
	70% { left: -4px;  }
	80% { left: 2px; }
	100% { left: 0; opacity: 1; }
}
@-webkit-keyframes showCont3 {
	0%   { right: -180px; opacity: 0.1; }
	/*40% { right: -40px; opacity: 0.4; }*/
	60% { right: 7px; opacity: 1; }
	70% { right: -4px;  }
	80% { right: 2px; }
	100% { right: 0; opacity: 1; }
}
@keyframes showCont3 {
	0%   { right: -180px; opacity: 0.1; }
	/*40% { right: -40px; opacity: 0.4; }*/
	60% { right: 7px; opacity: 1; }
	70% { right: -4px;  }
	80% { right: 2px; }
	100% { right: 0; opacity: 1; }
}
@-webkit-keyframes showCont4 {
	0%   { left: -726px; opacity: 0.1; }
	/*40% { left: -40px; opacity: 0.4; }*/
	80% { left: -670px; opacity: 1; }
	90% { left: -550px;  }
	95% { left: -550px; }
	100% { left: -546px; opacity: 1; }
}
@keyframes showCont4 {
	0%   { left: -726px; opacity: 0.1; }
	/*40% { left: -40px; opacity: 0.4; }*/
	80% { left: -670px; opacity: 1; }
	90% { left: -550px;  }
	95% { left: -550px; }
	100% { left: -546px; opacity: 1; }
}
.first-wrapper.anim .title {
  left: 0; position:relative;
  -webkit-animation: .75s ease 0s normal none 1 running showCont;
  -moz-animation: .75s ease 0s normal none 1 running showCont;
  -ms-animation: .75s ease 0s normal none 1 running showCont;
  -o-animation: .75s ease 0s normal none 1 running showCont;
  animation: .75s ease 0s normal none 1 running showCont;
}
.first-wrapper.anim .btn {
  right: 0; position:relative;
  -webkit-animation: .75s ease 0s normal none 1 running showCont3;
  -moz-animation: .75s ease 0s normal none 1 running showCont3;
  -ms-animation: .75s ease 0s normal none 1 running showCont3;
  -o-animation: .75s ease 0s normal none 1 running showCont3;
  animation: .75s ease 0s normal none 1 running showCont3;
}
/*
#masthead.anim #site-navigation {
  top: 0; opacity: 1; position:relative;
  -webkit-animation: .5s ease 0s normal none 1 running showCont;
  -moz-animation: .5s ease 0s normal none 1 running showCont;
  -ms-animation: .5s ease 0s normal none 1 running showCont;
  -o-animation: .5s ease 0s normal none 1 running showCont;
  animation: .5s ease 0s normal none 1 running showCont;
}*/
#masthead.anim .site-title {
  left: 0;  position:relative;
  -webkit-animation: .5s ease 0s normal none 1 running showCont2;
  -moz-animation: .5s ease 0s normal none 1 running showCont2;
  -ms-animation: .5s ease 0s normal none 1 running showCont2;
  -o-animation: .5s ease 0s normal none 1 running showCont2;
  animation: .5s ease 0s normal none 1 running showCont2;
}
#masthead.anim .floatr.js-valign, .entry-header.anim .entry-title {
  right: 0; position:relative;
  -webkit-animation: .5s ease 0s normal none 1 running showCont3;
  -moz-animation: .5s ease 0s normal none 1 running showCont3;
  -ms-animation: .5s ease 0s normal none 1 running showCont3;
  -o-animation: .5s ease 0s normal none 1 running showCont3;
  animation: .5s ease 0s normal none 1 running showCont3;
}
.entry-header.anim #bread {
  right: 0; position:relative;
  -webkit-animation: .5s ease .2s normal none 1 running showCont3;
  -moz-animation: .5s ease .2s normal none 1 running showCont3;
  -ms-animation: .5s ease .2s normal none 1 running showCont3;
  -o-animation: .5s ease .2s normal none 1 running showCont3;
  animation: .5s ease .2s normal none 1 running showCont3;
}
.first-wrapper.prepare-anim.anim > .js-valign, #masthead.prepare-anim.anim .site-title, #masthead.prepare-anim.anim .floatr.js-valign, .entry-header.prepare-anim.anim .entry-title, .entry-header.prepare-anim.anim #bread { opacity: 0; }


@-webkit-keyframes fromright {
	0%   { right: -100%;  }
	100% { right: 0; }
}
@keyframes fromright {
	0%   { right: -50%;  }
	100% { right: 0; }
}
@-webkit-keyframes fromleft {
	0%   { left: -100%;  }
	100% { left: 0; }
}
@keyframes fromleft {
	0%   { left: -100%;  }
	100% { left: 0; }
}
@-webkit-keyframes frombottom {
	0%   { bottom: -5rem;  }
	100% { bottom: 0; }
}
@keyframes frombottom {
	0%   { bottom: -5rem;  }
	100% { bottom: 0; }
}
@-webkit-keyframes fromtop {
	0%   { margin-top: -3rem;  }
	100% { margin-top: 0; }
}
@keyframes fromtop {
	0%   { margin-top: -3rem;  }
	100% { margin-top: 0; }
}
.fromright, .fromleft, .frombottom, .fromtop { position: relative; opacity: 0; }

.goleft {
	left: 0; opacity: 1;
	-webkit-animation: .5s ease 0s normal none 1 running fromleft;
	-moz-animation: .5s ease 0s normal none 1 running fromleft;
	-ms-animation: .5s ease 0s normal none 1 running fromleft;
	-o-animation: .5s ease 0s normal none 1 running fromleft;
	animation: .5s ease 0s normal none 1 running fromleft;
}
.goleft + .goleft {
	left: 0; opacity: 1;
	-webkit-animation: .7s ease 0s normal none 1 running fromleft;
	-moz-animation: .7s ease 0s normal none 1 running fromleft;
	-ms-animation: .7s ease 0s normal none 1 running fromleft;
	-o-animation: .7s ease 0s normal none 1 running fromleft;
	animation: .7s ease 0s normal none 1 running fromleft;
}
.goleft + .goleft + .goleft {
	left: 0; opacity: 1;
	-webkit-animation: .9s ease 0s normal none 1 running fromleft;
	-moz-animation: .9s ease 0s normal none 1 running fromleft;
	-ms-animation: .9s ease 0s normal none 1 running fromleft;
	-o-animation: .9s ease 0s normal none 1 running fromleft;
	animation: .9s ease 0s normal none 1 running fromleft;
}
.goright {
	right: 0; opacity: 1;
	-webkit-animation: .7s ease 0s normal none 1 running fromright;
	-moz-animation: .7s ease 0s normal none 1 running fromright;
	-ms-animation: .7s ease 0s normal none 1 running fromright;
	-o-animation: .7s ease 0s normal none 1 running fromright;
	animation: .7s ease 0s normal none 1 running fromright;
}
.goright + .goright {
	right: 0; opacity: 1;
	-webkit-animation: .9s ease 0s normal none 1 running fromright;
	-moz-animation: .9s ease 0s normal none 1 running fromright;
	-ms-animation: .9s ease 0s normal none 1 running fromright;
	-o-animation: .9s ease 0s normal none 1 running fromright;
	animation: .9s ease 0s normal none 1 running fromright;
}
.goright + .goright + .goright {
	right: 0; opacity: 1;
	-webkit-animation: 1.1s ease 0s normal none 1 running fromright;
	-moz-animation: 1.1s ease 0s normal none 1 running fromright;
	-ms-animation: 1.1s ease 0s normal none 1 running fromright;
	-o-animation: 1.1s ease 0s normal none 1 running fromright;
	animation: 1.1s ease 0s normal none 1 running fromright;
}
.gobottom {
	bottom: 0; opacity: 1;
	-webkit-animation: .5s ease 0s normal none 1 running frombottom;
	-moz-animation: .5s ease 0s normal none 1 running frombottom;
	-ms-animation: .5s ease 0s normal none 1 running frombottom;
	-o-animation: .5s ease 0s normal none 1 running frombottom;
	animation: .5s ease 0s normal none 1 running frombottom;
}
.gobottom + .gobottom {
	bottom: 0; opacity: 1;
	-webkit-animation: .8s ease 0s normal none 1 running frombottom;
	-moz-animation: .8s ease 0s normal none 1 running frombottom;
	-ms-animation: .8s ease 0s normal none 1 running frombottom;
	-o-animation: .8s ease 0s normal none 1 running frombottom;
	animation: .8s ease 0s normal none 1 running frombottom;
}
.gobottom + .gobottom + .gobottom {
	bottom: 0; opacity: 1;
	-webkit-animation: 1.1s ease 0s normal none 1 running frombottom;
	-moz-animation: 1.1s ease 0s normal none 1 running frombottom;
	-ms-animation: 1.1s ease 0s normal none 1 running frombottom;
	-o-animation: 1.1s ease 0s normal none 1 running frombottom;
	animation: 1.1s ease 0s normal none 1 running frombottom;
}
.gotop {
	margin-top: 0; opacity: 1;
	-webkit-animation: .5s ease 0s normal none 1 running fromtop;
	-moz-animation: .5s ease 0s normal none 1 running fromtop;
	-ms-animation: .5s ease 0s normal none 1 running fromtop;
	-o-animation: .5s ease 0s normal none 1 running fromtop;
	animation: .5s ease 0s normal none 1 running fromtop;
}
.gotop + .gotop {
	margin-top: 0; opacity: 1;
	-webkit-animation: .8s ease 0s normal none 1 running fromtop;
	-moz-animation: .8s ease 0s normal none 1 running fromtop;
	-ms-animation: .8s ease 0s normal none 1 running fromtop;
	-o-animation: .8s ease 0s normal none 1 running fromtop;
	animation: .8s ease 0s normal none 1 running fromtop;
}
.gotop + .gotop + .gotop {
	margin-top: 0; opacity: 1;
	-webkit-animation: 1.1s ease 0s normal none 1 running fromtop;
	-moz-animation: 1.1s ease 0s normal none 1 running fromtop;
	-ms-animation: 1.1s ease 0s normal none 1 running fromtop;
	-o-animation: 1.1s ease 0s normal none 1 running fromtop;
	animation: 1.1s ease 0s normal none 1 running fromtop;
}

input#wp-comment-cookies-consent + label {
    display: inline-block;
    font-size: 13px;
    margin-left: 4px;
    vertical-align: top;
}

.nav-menu li ul.megamenu a, #site-navigation .nav-menu li ul.megamenu a {
	padding: 0;
	text-transform: none;
	font-weight: 400;
	line-height: 1;
}
.site-header .megamenu img {
	max-height: none;
	padding: 0;
	border: none;
	box-shadow: none;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 580px) {
	.floatl-600 { float: left; }
	.floatr-600 { float: right; }
	.floatn-600 { float: none; }

	.tal-600 { text-align: left; }
	.tar-600 { text-align: right; }
	.tac-600 { text-align: center; }

	.w5-600 { width: 5%; }
	.w10-600 { width: 10%; }
	.w15-600 { width: 15%; }
	.w20-600 { width: 20%; }
	.w25-600 { width: 25%; }
	.w30-600 { width: 30%; }
	.w35-600 { width: 33.333%; }
	.w40-600 { width: 40%; }
	.w45-600 { width: 45%; }
	.w50-600 { width: 50%; }
	.w55-600 { width: 55%; }
	.w60-600 { width: 60%; }
	.w65-600 { width: 66.666%; }
	.w70-600 { width: 70%; }
	.w75-600 { width: 75%; }
	.w80-600 { width: 80%; }
	.w85-600 { width: 85%; }
	.w90-600 { width: 90%; }
	.w95-600 { width: 95%; }
	.w100-600 { width: 100%; }

	.dis-no-600 { display: none; }
	.dis-ib-600 { display: inline-block; }
	.dis-b-600 { display: block; }

	.mgt0-600 { margin-top: 0; }
	.mgt1-600 { margin-top: 7px; margin-top: 0.5rem; }
	.mgt2-600 { margin-top: 14px; margin-top: 1rem; }
	.mgt3-600 { margin-top: 21px; margin-top: 1.5rem; }
	.mgt4-600 { margin-top: 28px; margin-top: 2rem; }
	.mgt5-600 { margin-top: 35px; margin-top: 2.5rem; }
	.mgt6-600 { margin-top: 42px; margin-top: 3rem; }
	.mgt7-600 { margin-top: 49px; margin-top: 3.5rem; }
	.mgt8-600 { margin-top: 56px; margin-top: 4rem; }
	.mgt9-600 { margin-top: 63px; margin-top: 4.5rem; }
	.mgt10-600 { margin-top: 70px; margin-top: 5rem; }

	.mgr0-600 { margin-right: 0; }
	.mgr1-600 { margin-right: 7px; margin-right: 0.5rem; }
	.mgr2-600 { margin-right: 14px; margin-right: 1rem; }
	.mgr3-600 { margin-right: 21px; margin-right: 1.5rem; }
	.mgr4-600 { margin-right: 28px; margin-right: 2rem; }
	.mgr5-600 { margin-right: 35px; margin-right: 2.5rem; }
	.mgr6-600 { margin-right: 42px; margin-right: 3rem; }
	.mgr7-600 { margin-right: 49px; margin-right: 3.5rem; }
	.mgr8-600 { margin-right: 56px; margin-right: 4rem; }
	.mgr9-600 { margin-right: 63px; margin-right: 4.5rem; }
	.mgr10-600 { margin-right: 70px; margin-right: 5rem; }

	.mgb0-600, .mgb0-600-last:last-of-type { margin-bottom: 0; }
	.mgb1-600 { margin-bottom: 7px; margin-bottom: 0.5rem; }
	.mgb2-600 { margin-bottom: 14px; margin-bottom: 1rem; }
	.mgb3-600 { margin-bottom: 21px; margin-bottom: 1.5rem; }
	.mgb4-600 { margin-bottom: 28px; margin-bottom: 2rem; }
	.mgb5-600 { margin-bottom: 35px; margin-bottom: 2.5rem; }
	.mgb6-600 { margin-bottom: 42px; margin-bottom: 3rem; }
	.mgb7-600 { margin-bottom: 49px; margin-bottom: 3.5rem; }
	.mgb8-600 { margin-bottom: 56px; margin-bottom: 4rem; }
	.mgb9-600 { margin-bottom: 63px; margin-bottom: 4.5rem; }
	.mgb10-600 { margin-bottom: 70px; margin-bottom: 5rem; }

	.mgl0-600 { margin-left: 0; }
	.mgl1-600 { margin-left: 7px; margin-left: 0.5rem; }
	.mgl2-600 { margin-left: 14px; margin-left: 1rem; }
	.mgl3-600 { margin-left: 21px; margin-left: 1.5rem; }
	.mgl4-600 { margin-left: 28px; margin-left: 2rem; }
	.mgl5-600 { margin-left: 35px; margin-left: 2.5rem; }
	.mgl6-600 { margin-left: 42px; margin-left: 3rem; }
	.mgl7-600 { margin-left: 49px; margin-left: 3.5rem; }
	.mgl8-600 { margin-left: 56px; margin-left: 4rem; }
	.mgl9-600 { margin-left: 63px; margin-left: 4.5rem; }
	.mgl10-600 { margin-left: 70px; margin-left: 5rem; }

	.pdt0-600 { padding-top: 0; }
	.pdt1-600 { padding-top: 7px; padding-top: 0.5rem; }
	.pdt2-600 { padding-top: 14px; padding-top: 1rem; }
	.pdt3-600 { padding-top: 21px; padding-top: 1.5rem; }
	.pdt4-600 { padding-top: 28px; padding-top: 2rem; }
	.pdt5-600 { padding-top: 35px; padding-top: 2.5rem; }
	.pdt6-600 { padding-top: 42px; padding-top: 3rem; }
	.pdt7-600 { padding-top: 49px; padding-top: 3.5rem; }
	.pdt8-600 { padding-top: 56px; padding-top: 4rem; }
	.pdt9-600 { padding-top: 63px; padding-top: 4.5rem; }
	.pdt10-600 { padding-top: 70px; padding-top: 5rem; }

	.pdr0-600 { padding-right: 0; }
	.pdr1-600 { padding-right: 7px; padding-right: 0.5rem; }
	.pdr2-600 { padding-right: 14px; padding-right: 1rem; }
	.pdr3-600 { padding-right: 21px; padding-right: 1.5rem; }
	.pdr4-600 { padding-right: 28px; padding-right: 2rem; }
	.pdr5-600 { padding-right: 35px; padding-right: 2.5rem; }
	.pdr6-600 { padding-right: 42px; padding-right: 3rem; }
	.pdr7-600 { padding-right: 49px; padding-right: 3.5rem; }
	.pdr8-600 { padding-right: 56px; padding-right: 4rem; }
	.pdr9-600 { padding-right: 63px; padding-right: 4.5rem; }
	.pdr10-600 { padding-right: 70px; padding-right: 5rem; }

	.pdb0-600 { padding-bottom: 0; }
	.pdb1-600 { padding-bottom: 7px; padding-bottom: 0.5rem; }
	.pdb2-600 { padding-bottom: 14px; padding-bottom: 1rem; }
	.pdb3-600 { padding-bottom: 21px; padding-bottom: 1.5rem; }
	.pdb4-600 { padding-bottom: 28px; padding-bottom: 2rem; }
	.pdb5-600 { padding-bottom: 35px; padding-bottom: 2.5rem; }
	.pdb6-600 { padding-bottom: 42px; padding-bottom: 3rem; }
	.pdb7-600 { padding-bottom: 49px; padding-bottom: 3.5rem; }
	.pdb8-600 { padding-bottom: 56px; padding-bottom: 4rem; }
	.pdb9-600 { padding-bottom: 63px; padding-bottom: 4.5rem; }
	.pdb10-600 { padding-bottom: 70px; padding-bottom: 5rem; }

	.pdl0-600 { padding-left: 0; }
	.pdl1-600 { padding-left: 7px; padding-left: 0.5rem; }
	.pdl2-600 { padding-left: 14px; padding-left: 1rem; }
	.pdl3-600 { padding-left: 21px; padding-left: 1.5rem; }
	.pdl4-600 { padding-left: 28px; padding-left: 2rem; }
	.pdl5-600 { padding-left: 35px; padding-left: 2.5rem; }
	.pdl6-600 { padding-left: 42px; padding-left: 3rem; }
	.pdl7-600 { padding-left: 49px; padding-left: 3.5rem; }
	.pdl8-600 { padding-left: 56px; padding-left: 4rem; }
	.pdl9-600 { padding-left: 63px; padding-left: 4.5rem; }
	.pdl10-600 { padding-left: 70px; padding-left: 5rem; }

	.col-5 > .item { width: 33.33%; }
	.col-5 > .item:nth-of-type(2n+1) { clear: none; }
	.col-5 > .item:nth-of-type(3n+1) { clear: both; }
}

@media screen and (min-width: 780px) {

	.col-4 > .item, .col-6 > .item { width: 25%; }
	.col-4 > .item:nth-of-type(2n+1), .col-6 > .item:nth-of-type(2n+1) { clear: none; }
	.col-4 > .item:nth-of-type(4n+1), .col-6 > .item:nth-of-type(4n+1) { clear: both; }

	.tal-800 { text-align: left; }
	.tar-800 { text-align: right; }
	.tac-800 { text-align: center; }

	.floatl-800 { float: left; }
	.floatr-800 { float: right; }
	.floatn-800 { float: none; }

	.w5-800 { width: 5%; }
	.w10-800 { width: 10%; }
	.w15-800 { width: 15%; }
	.w20-800 { width: 20%; }
	.w25-800 { width: 25%; }
	.w30-800 { width: 30%; }
	.w35-800 { width: 33.333%; }
	.w40-800 { width: 40%; }
	.w45-800 { width: 45%; }
	.w50-800 { width: 50%; }
	.w55-800 { width: 55%; }
	.w60-800 { width: 60%; }
	.w65-800 { width: 66.666%; }
	.w70-800 { width: 70%; }
	.w75-800 { width: 75%; }
	.w80-800 { width: 80%; }
	.w85-800 { width: 85%; }
	.w90-800 { width: 90%; }
	.w95-800 { width: 95%; }
	.w100-800 { width: 100%; }

	.dis-no-800 { display: none; }
	.dis-ib-800 { display: inline-block; }
	.dis-b-800 { display: block; }

	.mgt0-800 { margin-top: 0; }
	.mgt1-800 { margin-top: 7px; margin-top: 0.5rem; }
	.mgt2-800 { margin-top: 14px; margin-top: 1rem; }
	.mgt3-800 { margin-top: 21px; margin-top: 1.5rem; }
	.mgt4-800 { margin-top: 28px; margin-top: 2rem; }
	.mgt5-800 { margin-top: 35px; margin-top: 2.5rem; }
	.mgt6-800 { margin-top: 42px; margin-top: 3rem; }
	.mgt7-800 { margin-top: 49px; margin-top: 3.5rem; }
	.mgt8-800 { margin-top: 56px; margin-top: 4rem; }
	.mgt9-800 { margin-top: 63px; margin-top: 4.5rem; }
	.mgt10-800 { margin-top: 70px; margin-top: 5rem; }

	.mgr0-800 { margin-right: 0; }
	.mgr1-800 { margin-right: 7px; margin-right: 0.5rem; }
	.mgr2-800 { margin-right: 14px; margin-right: 1rem; }
	.mgr3-800 { margin-right: 21px; margin-right: 1.5rem; }
	.mgr4-800 { margin-right: 28px; margin-right: 2rem; }
	.mgr5-800 { margin-right: 35px; margin-right: 2.5rem; }
	.mgr6-800 { margin-right: 42px; margin-right: 3rem; }
	.mgr7-800 { margin-right: 49px; margin-right: 3.5rem; }
	.mgr8-800 { margin-right: 56px; margin-right: 4rem; }
	.mgr9-800 { margin-right: 63px; margin-right: 4.5rem; }
	.mgr10-800 { margin-right: 70px; margin-right: 5rem; }

	.mgb0-800, .mgb0-800-last:last-of-type { margin-bottom: 0; }
	.mgb1-800 { margin-bottom: 7px; margin-bottom: 0.5rem; }
	.mgb2-800 { margin-bottom: 14px; margin-bottom: 1rem; }
	.mgb3-800 { margin-bottom: 21px; margin-bottom: 1.5rem; }
	.mgb4-800 { margin-bottom: 28px; margin-bottom: 2rem; }
	.mgb5-800 { margin-bottom: 35px; margin-bottom: 2.5rem; }
	.mgb6-800 { margin-bottom: 42px; margin-bottom: 3rem; }
	.mgb7-800 { margin-bottom: 49px; margin-bottom: 3.5rem; }
	.mgb8-800 { margin-bottom: 56px; margin-bottom: 4rem; }
	.mgb9-800 { margin-bottom: 63px; margin-bottom: 4.5rem; }
	.mgb10-800 { margin-bottom: 70px; margin-bottom: 5rem; }

	.mgl0-800 { margin-left: 0; }
	.mgl1-800 { margin-left: 7px; margin-left: 0.5rem; }
	.mgl2-800 { margin-left: 14px; margin-left: 1rem; }
	.mgl3-800 { margin-left: 21px; margin-left: 1.5rem; }
	.mgl4-800 { margin-left: 28px; margin-left: 2rem; }
	.mgl5-800 { margin-left: 35px; margin-left: 2.5rem; }
	.mgl6-800 { margin-left: 42px; margin-left: 3rem; }
	.mgl7-800 { margin-left: 49px; margin-left: 3.5rem; }
	.mgl8-800 { margin-left: 56px; margin-left: 4rem; }
	.mgl9-800 { margin-left: 63px; margin-left: 4.5rem; }
	.mgl10-800 { margin-left: 70px; margin-left: 5rem; }

	.pdt0-800 { padding-top: 0; }
	.pdt1-800 { padding-top: 7px; padding-top: 0.5rem; }
	.pdt2-800 { padding-top: 14px; padding-top: 1rem; }
	.pdt3-800 { padding-top: 21px; padding-top: 1.5rem; }
	.pdt4-800 { padding-top: 28px; padding-top: 2rem; }
	.pdt5-800 { padding-top: 35px; padding-top: 2.5rem; }
	.pdt6-800 { padding-top: 42px; padding-top: 3rem; }
	.pdt7-800 { padding-top: 49px; padding-top: 3.5rem; }
	.pdt8-800 { padding-top: 56px; padding-top: 4rem; }
	.pdt9-800 { padding-top: 63px; padding-top: 4.5rem; }
	.pdt10-800 { padding-top: 70px; padding-top: 5rem; }

	.pdr0-800, #submain > ul.submain-ib-800 > li:last-of-type > a { padding-right: 0; }
	.pdr1-800 { padding-right: 7px; padding-right: 0.5rem; }
	.pdr2-800 { padding-right: 14px; padding-right: 1rem; }
	.pdr3-800 { padding-right: 21px; padding-right: 1.5rem; }
	.pdr4-800 { padding-right: 28px; padding-right: 2rem; }
	.pdr5-800 { padding-right: 35px; padding-right: 2.5rem; }
	.pdr6-800 { padding-right: 42px; padding-right: 3rem; }
	.pdr7-800 { padding-right: 49px; padding-right: 3.5rem; }
	.pdr8-800 { padding-right: 56px; padding-right: 4rem; }
	.pdr9-800 { padding-right: 63px; padding-right: 4.5rem; }
	.pdr10-800 { padding-right: 70px; padding-right: 5rem; }

	.pdb0-800 { padding-bottom: 0; }
	.pdb1-800 { padding-bottom: 7px; padding-bottom: 0.5rem; }
	.pdb2-800 { padding-bottom: 14px; padding-bottom: 1rem; }
	.pdb3-800 { padding-bottom: 21px; padding-bottom: 1.5rem; }
	.pdb4-800 { padding-bottom: 28px; padding-bottom: 2rem; }
	.pdb5-800 { padding-bottom: 35px; padding-bottom: 2.5rem; }
	.pdb6-800 { padding-bottom: 42px; padding-bottom: 3rem; }
	.pdb7-800 { padding-bottom: 49px; padding-bottom: 3.5rem; }
	.pdb8-800 { padding-bottom: 56px; padding-bottom: 4rem; }
	.pdb9-800 { padding-bottom: 63px; padding-bottom: 4.5rem; }
	.pdb10-800 { padding-bottom: 70px; padding-bottom: 5rem; }

	.pdl0-800, #submain > ul.submain-ib-800 > li:first-of-type > a { padding-left: 0; }
	.pdl1-800 { padding-left: 7px; padding-left: 0.5rem; }
	.pdl2-800 { padding-left: 14px; padding-left: 1rem; }
	.pdl3-800 { padding-left: 21px; padding-left: 1.5rem; }
	.pdl4-800 { padding-left: 28px; padding-left: 2rem; }
	.pdl5-800 { padding-left: 35px; padding-left: 2.5rem; }
	.pdl6-800 { padding-left: 42px; padding-left: 3rem; }
	.pdl7-800 { padding-left: 49px; padding-left: 3.5rem; }
	.pdl8-800 { padding-left: 56px; padding-left: 4rem; }
	.pdl9-800 { padding-left: 63px; padding-left: 4.5rem; }
	.pdl10-800 { padding-left: 70px; padding-left: 5rem; }

	#submain .submain-b-800 li { display: block; }
	#submain .submain-ib-800 li { display: inline-block; }
}

@media screen and (min-width: 964px) {

	.col-5 > .item { width: 20%; }
	.col-5 > .item:nth-of-type(3n+1) { clear: none; }
	.col-5 > .item:nth-of-type(5n+1) { clear: both; }

	.col-6 > .item { width: 16.66%; }
	.col-6 > .item:nth-of-type(4n+1) { clear: none; }
	.col-6 > .item:nth-of-type(6n+1) { clear: both; }

	.tal-960 { text-align: left; }
	.tar-960 { text-align: right; }
	.tac-960 { text-align: center; }

	.floatl-960 { float: left; }
	.floatr-960 { float: right; }
	.floatn-960 { float: none; }

	.w5-960 { width: 5%; }
	.w10-960 { width: 10%; }
	.w15-960 { width: 15%; }
	.w20-960 { width: 20%; }
	.w25-960 { width: 25%; }
	.w30-960 { width: 30%; }
	.w35-960 { width: 33.333%; }
	.w40-960 { width: 40%; }
	.w45-960 { width: 45%; }
	.w50-960 { width: 50%; }
	.w55-960 { width: 55%; }
	.w60-960 { width: 60%; }
	.w65-960 { width: 66.666%; }
	.w70-960 { width: 70%; }
	.w75-960 { width: 75%; }
	.w80-960 { width: 80%; }
	.w85-960 { width: 85%; }
	.w90-960 { width: 90%; }
	.w95-960 { width: 95%; }
	.w100-960 { width: 100%; }

	/*.menu-toggle,*/
  .dis-no-960 {
    display: none;
  }
	.dis-ib-960 { display: inline-block; }
	.dis-b-960 { display: block; }

	.mgt0-960 { margin-top: 0; }
	.mgt1-960 { margin-top: 7px; margin-top: 0.5rem; }
	.mgt2-960 { margin-top: 14px; margin-top: 1rem; }
	.mgt3-960 { margin-top: 21px; margin-top: 1.5rem; }
	.mgt4-960 { margin-top: 28px; margin-top: 2rem; }
	.mgt5-960 { margin-top: 35px; margin-top: 2.5rem; }
	.mgt6-960 { margin-top: 42px; margin-top: 3rem; }
	.mgt7-960 { margin-top: 49px; margin-top: 3.5rem; }
	.mgt8-960 { margin-top: 56px; margin-top: 4rem; }
	.mgt9-960 { margin-top: 63px; margin-top: 4.5rem; }
	.mgt10-960 { margin-top: 70px; margin-top: 5rem; }

	.mgr0-960, .btnlist.tar-960 .btn { margin-right: 0; }
	.mgr1-960 { margin-right: 7px; margin-right: 0.5rem; }
	.mgr2-960 { margin-right: 14px; margin-right: 1rem; }
	.mgr3-960 { margin-right: 21px; margin-right: 1.5rem; }
	.mgr4-960 { margin-right: 28px; margin-right: 2rem; }
	.mgr5-960 { margin-right: 35px; margin-right: 2.5rem; }
	.mgr6-960 { margin-right: 42px; margin-right: 3rem; }
	.mgr7-960 { margin-right: 49px; margin-right: 3.5rem; }
	.mgr8-960 { margin-right: 56px; margin-right: 4rem; }
	.mgr9-960 { margin-right: 63px; margin-right: 4.5rem; }
	.mgr10-960 { margin-right: 70px; margin-right: 5rem; }

	.mgb0-960, .mgb0-960-last:last-of-type { margin-bottom: 0; }
	.mgb1-960 { margin-bottom: 7px; margin-bottom: 0.5rem; }
	.mgb2-960 { margin-bottom: 14px; margin-bottom: 1rem; }
	.mgb3-960 { margin-bottom: 21px; margin-bottom: 1.5rem; }
	.mgb4-960 { margin-bottom: 28px; margin-bottom: 2rem; }
	.mgb5-960 { margin-bottom: 35px; margin-bottom: 2.5rem; }
	.mgb6-960 { margin-bottom: 42px; margin-bottom: 3rem; }
	.mgb7-960 { margin-bottom: 49px; margin-bottom: 3.5rem; }
	.mgb8-960 { margin-bottom: 56px; margin-bottom: 4rem; }
	.mgb9-960 { margin-bottom: 63px; margin-bottom: 4.5rem; }
	.mgb10-960 { margin-bottom: 70px; margin-bottom: 5rem; }

	.mgl0-960 { margin-left: 0; }
	.btnlist.tar-960 .btn { margin-left: 4px; margin-left: 0.3rem; }
	.mgl1-960 { margin-left: 7px; margin-left: 0.5rem; }
	.mgl2-960 { margin-left: 14px; margin-left: 1rem; }
	.mgl3-960 { margin-left: 21px; margin-left: 1.5rem; }
	.mgl4-960 { margin-left: 28px; margin-left: 2rem; }
	.mgl5-960 { margin-left: 35px; margin-left: 2.5rem; }
	.mgl6-960 { margin-left: 42px; margin-left: 3rem; }
	.mgl7-960 { margin-left: 49px; margin-left: 3.5rem; }
	.mgl8-960 { margin-left: 56px; margin-left: 4rem; }
	.mgl9-960 { margin-left: 63px; margin-left: 4.5rem; }
	.mgl10-960 { margin-left: 70px; margin-left: 5rem; }

	.pdt0-960 { padding-top: 0; }
	.pdt1-960 { padding-top: 7px; padding-top: 0.5rem; }
	.pdt2-960 { padding-top: 14px; padding-top: 1rem; }
	.pdt3-960 { padding-top: 21px; padding-top: 1.5rem; }
	.pdt4-960, #site-navigation li a, #masthead .toggle { padding-top: 28px; padding-top: 2rem; }
	.pdt5-960 { padding-top: 35px; padding-top: 2.5rem; }
	.pdt6-960 { padding-top: 42px; padding-top: 3rem; }
	.pdt7-960 { padding-top: 49px; padding-top: 3.5rem; }
	.pdt8-960 { padding-top: 56px; padding-top: 4rem; }
	.pdt9-960 { padding-top: 63px; padding-top: 4.5rem; }
	.pdt10-960 { padding-top: 70px; padding-top: 5rem; }

	.pdr0-960, #submain > ul.submain-ib-960 > li:last-of-type > a { padding-right: 0; }
	.pdr1-960 { padding-right: 7px; padding-right: 0.5rem; }
	.pdr2-960, #site-navigation li a, #masthead .toggle { padding-right: 14px; padding-right: 1rem; }
	.pdr3-960 { padding-right: 21px; padding-right: 1.5rem; }
	.pdr4-960 { padding-right: 28px; padding-right: 2rem; }
	.pdr5-960 { padding-right: 35px; padding-right: 2.5rem; }
	.pdr6-960 { padding-right: 42px; padding-right: 3rem; }
	.pdr7-960 { padding-right: 49px; padding-right: 3.5rem; }
	.pdr8-960 { padding-right: 56px; padding-right: 4rem; }
	.pdr9-960 { padding-right: 63px; padding-right: 4.5rem; }
	.pdr10-960 { padding-right: 70px; padding-right: 5rem; }

	.pdb0-960 { padding-bottom: 0; }
	.pdb1-960 { padding-bottom: 7px; padding-bottom: 0.5rem; }
	.pdb2-960 { padding-bottom: 14px; padding-bottom: 1rem; }
	.pdb3-960 { padding-bottom: 21px; padding-bottom: 1.5rem; }
	.pdb4-960, #site-navigation li a, #masthead .toggle { padding-bottom: 28px; padding-bottom: 2rem; }
	.pdb5-960 { padding-bottom: 35px; padding-bottom: 2.5rem; }
	.pdb6-960 { padding-bottom: 42px; padding-bottom: 3rem; }
	.pdb7-960 { padding-bottom: 49px; padding-bottom: 3.5rem; }
	.pdb8-960 { padding-bottom: 56px; padding-bottom: 4rem; }
	.pdb9-960 { padding-bottom: 63px; padding-bottom: 4.5rem; }
	.pdb10-960 { padding-bottom: 70px; padding-bottom: 5rem; }

	.pdl0-960, #submain > ul.submain-ib-960 > li:first-of-type > a { padding-left: 0; }
	.pdl1-960 { padding-left: 7px; padding-left: 0.5rem; }
	.pdl2-960, #site-navigation li a, #masthead .toggle { padding-left: 14px; padding-left: 1rem; }
	.pdl3-960 { padding-left: 21px; padding-left: 1.5rem; }
	.pdl4-960 { padding-left: 28px; padding-left: 2rem; }
	.pdl5-960 { padding-left: 35px; padding-left: 2.5rem; }
	.pdl6-960 { padding-left: 42px; padding-left: 3rem; }
	.pdl7-960 { padding-left: 49px; padding-left: 3.5rem; }
	.pdl8-960 { padding-left: 56px; padding-left: 4rem; }
	.pdl9-960 { padding-left: 63px; padding-left: 4.5rem; }
	.pdl10-960 { padding-left: 70px; padding-left: 5rem; }

	/* menu */
	#site-navigation .nav-menu {
	  display: block;
	  height: auto; background:none;
	  position: relative; overflow: visible;
	}

	.nav-menu li { display: inline-block; position:relative; }
	.nav-menu li a { text-transform: none; font-weight: 400; }
	li .sub-menu {
	  display:none; top: 100%;
	  left: 50%;
    margin-left: -140px;
    /*margin-left: -10rem;*/
    margin-left: -11.3rem;
	  position: absolute;
	  text-align: left; width: 280px; width: 20rem;
	}
	li:hover > .sub-menu, .sub-menu > li { display: block; }
	li:hover > .sub-menu {
    z-index: 999;
    /*background: #fff;*/
    /*box-shadow: 0 2px 12px rgba(0,0,0,0.1);*/
  }
	.sub-menu li { width: 100%; }
	#site-navigation .sub-menu a {
	  font-size: 15px; font-size: 1.071428rem;
	  font-weight: 700;
	  padding: 21px 28px; padding: 1.5rem 2rem;
	  text-transform: uppercase;
	}
	.sub-menu .sub-menu {
	  border-radius: 0 5px 5px 0;
	  left: 100%;
	  margin: 0 0 0 -5px;
	  top: -2px;
	}
	#site-navigation .sub-menu a:hover { -webkit-transform: none; transform: none; }
	.nav-menu > li.current-menu-item > a::after {
	  border-top: 2px solid; content: "";
	  height: 0; left: 0; bottom: 0;
	  position: absolute; width: 100%;
	}
	li.menu-item-has-children > a::after {
	  content: "\e804";
	  font-family: Simple-Line-Icons-Pro;
	  margin-left: 15px;

    position: relative;
    bottom: -2px;
	}
	#submain .submain-b-960 li { display: block; }
	#submain .submain-ib-960 li { display: inline-block; }
	.megamenu { left: 0; }
	.megamenu.dispo-1 {
		width: 500px;
	}
	.megamenu.dispo-2 {
		width: 700px;
	}
	.megamenu.dispo-3, .megamenu.dispo-2.dest- {
		width: 900px;
	}
}

@media screen and (min-width: 1200px) {
	.tal-1200 { text-align: left; }
	.tar-1200 { text-align: right; }
	.tac-1200 { text-align: center; }

	.floatl-1200 { float: left; }
	.floatr-1200 { float: right; }
	.floatn-1200 { float: none; }

	.w5-1200 { width: 5%; }
	.w10-1200 { width: 10%; }
	.w15-1200 { width: 15%; }
	.w20-1200 { width: 20%; }
	.w25-1200 { width: 25%; }
	.w30-1200 { width: 30%; }
	.w35-1200 { width: 33.333%; }
	.w40-1200 { width: 40%; }
	.w45-1200 { width: 45%; }
	.w50-1200 { width: 50%; }
	.w55-1200 { width: 55%; }
	.w60-1200 { width: 60%; }
	.w65-1200 { width: 66.666%; }
	.w70-1200 { width: 70%; }
	.w75-1200 { width: 75%; }
	.w80-1200 { width: 80%; }
	.w85-1200 { width: 85%; }
	.w90-1200 { width: 90%; }
	.w95-1200 { width: 95%; }
	.w100-1200 { width: 100%; }

	.dis-no-1200 { display: none; }
	.dis-ib-1200 { display: inline-block; }
	.dis-b-1200 { display: block; }

	.mgt0-1200 { margin-top: 0; }
	.mgt1-1200 { margin-top: 7px; margin-top: 0.5rem; }
	.mgt2-1200 { margin-top: 14px; margin-top: 1rem; }
	.mgt3-1200 { margin-top: 21px; margin-top: 1.5rem; }
	.mgt4-1200 { margin-top: 28px; margin-top: 2rem; }
	.mgt5-1200 { margin-top: 35px; margin-top: 2.5rem; }
	.mgt6-1200 { margin-top: 42px; margin-top: 3rem; }
	.mgt7-1200 { margin-top: 49px; margin-top: 3.5rem; }
	.mgt8-1200 { margin-top: 56px; margin-top: 4rem; }
	.mgt9-1200 { margin-top: 63px; margin-top: 4.5rem; }
	.mgt10-1200 { margin-top: 70px; margin-top: 5rem; }

	.mgr0-1200 { margin-right: 0; }
	.mgr1-1200 { margin-right: 7px; margin-right: 0.5rem; }
	.mgr2-1200 { margin-right: 14px; margin-right: 1rem; }
	.mgr3-1200 { margin-right: 21px; margin-right: 1.5rem; }
	.mgr4-1200 { margin-right: 28px; margin-right: 2rem; }
	.mgr5-1200 { margin-right: 35px; margin-right: 2.5rem; }
	.mgr6-1200 { margin-right: 42px; margin-right: 3rem; }
	.mgr7-1200 { margin-right: 49px; margin-right: 3.5rem; }
	.mgr8-1200 { margin-right: 56px; margin-right: 4rem; }
	.mgr9-1200 { margin-right: 63px; margin-right: 4.5rem; }
	.mgr10-1200 { margin-right: 70px; margin-right: 5rem; }

	.mgb0-1200, .mgb0-1200-last:last-of-type { margin-bottom: 0; }
	.mgb1-1200 { margin-bottom: 7px; margin-bottom: 0.5rem; }
	.mgb2-1200 { margin-bottom: 14px; margin-bottom: 1rem; }
	.mgb3-1200 { margin-bottom: 21px; margin-bottom: 1.5rem; }
	.mgb4-1200 { margin-bottom: 28px; margin-bottom: 2rem; }
	.mgb5-1200 { margin-bottom: 35px; margin-bottom: 2.5rem; }
	.mgb6-1200 { margin-bottom: 42px; margin-bottom: 3rem; }
	.mgb7-1200 { margin-bottom: 49px; margin-bottom: 3.5rem; }
	.mgb8-1200 { margin-bottom: 56px; margin-bottom: 4rem; }
	.mgb9-1200 { margin-bottom: 63px; margin-bottom: 4.5rem; }
	.mgb10-1200 { margin-bottom: 70px; margin-bottom: 5rem; }

	.mgl0-1200 { margin-left: 0; }
	.mgl1-1200 { margin-left: 7px; margin-left: 0.5rem; }
	.mgl2-1200 { margin-left: 14px; margin-left: 1rem; }
	.mgl3-1200 { margin-left: 21px; margin-left: 1.5rem; }
	.mgl4-1200 { margin-left: 28px; margin-left: 2rem; }
	.mgl5-1200 { margin-left: 35px; margin-left: 2.5rem; }
	.mgl6-1200 { margin-left: 42px; margin-left: 3rem; }
	.mgl7-1200 { margin-left: 49px; margin-left: 3.5rem; }
	.mgl8-1200 { margin-left: 56px; margin-left: 4rem; }
	.mgl9-1200 { margin-left: 63px; margin-left: 4.5rem; }
	.mgl10-1200 { margin-left: 70px; margin-left: 5rem; }

	.pdt0-1200 { padding-top: 0; }
	.pdt1-1200 { padding-top: 7px; padding-top: 0.5rem; }
	.pdt2-1200 { padding-top: 14px; padding-top: 1rem; }
	.pdt3-1200 { padding-top: 21px; padding-top: 1.5rem; }
	.pdt4-1200 { padding-top: 28px; padding-top: 2rem; }
	.pdt5-1200 { padding-top: 35px; padding-top: 2.5rem; }
	.pdt6-1200 { padding-top: 42px; padding-top: 3rem; }
	.pdt7-1200 { padding-top: 49px; padding-top: 3.5rem; }
	.pdt8-1200 { padding-top: 56px; padding-top: 4rem; }
	.pdt9-1200 { padding-top: 63px; padding-top: 4.5rem; }
	.pdt10-1200 { padding-top: 70px; padding-top: 5rem; }

	.pdr0-1200 { padding-right: 0; }
	.pdr1-1200 { padding-right: 7px; padding-right: 0.5rem; }
	.pdr2-1200 { padding-right: 14px; padding-right: 1rem; }
	.pdr3-1200 { padding-right: 21px; padding-right: 1.5rem; }
	.pdr4-1200 { padding-right: 28px; padding-right: 2rem; }
	.pdr5-1200 { padding-right: 35px; padding-right: 2.5rem; }
	.pdr6-1200 { padding-right: 42px; padding-right: 3rem; }
	.pdr7-1200 { padding-right: 49px; padding-right: 3.5rem; }
	.pdr8-1200 { padding-right: 56px; padding-right: 4rem; }
	.pdr9-1200 { padding-right: 63px; padding-right: 4.5rem; }
	.pdr10-1200 { padding-right: 70px; padding-right: 5rem; }

	.pdb0-1200 { padding-bottom: 0; }
	.pdb1-1200 { padding-bottom: 7px; padding-bottom: 0.5rem; }
	.pdb2-1200 { padding-bottom: 14px; padding-bottom: 1rem; }
	.pdb3-1200 { padding-bottom: 21px; padding-bottom: 1.5rem; }
	.pdb4-1200 { padding-bottom: 28px; padding-bottom: 2rem; }
	.pdb5-1200 { padding-bottom: 35px; padding-bottom: 2.5rem; }
	.pdb6-1200 { padding-bottom: 42px; padding-bottom: 3rem; }
	.pdb7-1200 { padding-bottom: 49px; padding-bottom: 3.5rem; }
	.pdb8-1200 { padding-bottom: 56px; padding-bottom: 4rem; }
	.pdb9-1200 { padding-bottom: 63px; padding-bottom: 4.5rem; }
	.pdb10-1200 { padding-bottom: 70px; padding-bottom: 5rem; }

	.pdl0-1200 { padding-left: 0; }
	.pdl1-1200 { padding-left: 7px; padding-left: 0.5rem; }
	.pdl2-1200 { padding-left: 14px; padding-left: 1rem; }
	.pdl3-1200 { padding-left: 21px; padding-left: 1.5rem; }
	.pdl4-1200 { padding-left: 28px; padding-left: 2rem; }
	.pdl5-1200 { padding-left: 35px; padding-left: 2.5rem; }
	.pdl6-1200 { padding-left: 42px; padding-left: 3rem; }
	.pdl7-1200 { padding-left: 49px; padding-left: 3.5rem; }
	.pdl8-1200 { padding-left: 56px; padding-left: 4rem; }
	.pdl9-1200 { padding-left: 63px; padding-left: 4.5rem; }
	.pdl10-1200 { padding-left: 70px; padding-left: 5rem; }

	.nav-menu li a { font-size: 21px; font-size: 1.5rem; }
}
@media screen and (min-width: 1340px) {
}
@media screen and (min-width: 1740px) {
}
@media screen and (max-width: 964px) {
	.js-valign-960 { margin-top: 0 !important; }
}
@media screen and (max-width: 780px) {
	.js-valign-800 { margin-top: 0 !important; }
	.flex-800 { display: block; }
	.flex-h-800 { flex-direction: row; }
	.flex-v-800 { flex-direction: column; }

}
@media screen and (max-width: 580px) {
	.js-valign-600 { margin-top: 0 !important; }
	/* cols */
	.col-2 > .item, .col-3 > .item, .col-4 > .item, .col-5 > .item, .col-6 > .item { width: 100%; clear: both; float: none; }
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/* =Print */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* --------------------------------------------------------------------------
                            PERSONNALISATION DU THEME
   -------------------------------------------------------------------------- */

body {
  position: relative;

  font-size: 1rem;
  font-family: Ubuntu, Arial, sans-serif;
}

body.home article > .wrap {
  width: 100%;
  max-width: 100%;
}

#masthead .wrap,
.home #content .page .wrap {
  padding: 0;
}


a:link,               /* unvisited link */
a:visited,            /* visited link */
a:active {            /* selected link */
  color: #af0019;
}

a:hover {             /* mouse over link */
  color: #a15d00;
  text-decoration: none;
}


body:not(.page-id-8) .grecaptcha-badge {
  display: none;
}

body.page-id-8 .backtotop {
  bottom: 4.5rem;
}


/* --------------------------------------------------------
                          Global Layout
   -------------------------------------------------------- */

body:not(.home) .entry-header {
  position: relative;

  min-height: 380px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* Conserve the '.dis-no' class's native behavior */
body:not(.home) .entry-header.dis-no {
  display: none;
}

body:not(.home) .entry-header::before {
  content: '';

  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;

  background-color: hsla(0, 0%, 0%, .35);
}

.entry-content,
#secondary {
  box-sizing: border-box;
}

#secondary {
  margin-bottom: 3rem;
}

body:not(.home) .entry-title {
  width: 100%;
  margin: auto 2rem;

  color: #fff;
  text-align: center;
}

body:not(.home) .entry-content {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

body:not(.home) #secondary {
  margin-top: 2rem;
}

body:not(.home) #secondary .btnlist {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}


/* ---------------------------------------------------------
                  Pages — Edition personnalisée
   --------------------------------------------------------- */

/*
  Colors :
  - first level  -> #color: #af0019;
  - second level -> #color: #a15d00;
  - third level -> #color: #978360;
*/

body:not(.home) .entry-content h1,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6 {
  color: #af0019;
}

/* Modular Scale
   1.333  Perfect Fourth
   1.414  Augmented Fourth
   1.5    Perfect Fifth
*/
body:not(.home) .entry-content h1 { font-size: calc(1.25 * 1.25 * 1.25 * 1rem); }
body:not(.home) .entry-content h2 { font-size: calc(1.25 * 1.25 * 1rem); }
body:not(.home) .entry-content h3 { font-size: calc(1.25 * 1rem); }
body:not(.home) .entry-content h4 { font-size: 1rem; }
body:not(.home) .entry-content h5 { font-size: calc( 1 / 1.25 * 1rem); }
body:not(.home) .entry-content h6 { font-size: calc( 1 / 1.25 / 1.25 * 1rem); }

body:not(.home) .entry-content h1,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6 {
  font-family: Glegoo, sans-serif;
}

body:not(.home) .entry-content h1 {
  line-height: 2.35rem;
}

body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6{
  font-weight: 700;
}

body:not(.home) .entry-content h2 {
  text-transform: uppercase;
}

body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4 {
  position: relative;
}

body:not(.home) .entry-content h4 {
  text-transform: none;
}

body:not(.home) .entry-content h3::before,
body:not(.home) .entry-content h4::before {
  content: '';

  position: absolute;
  left: 0;

  background: #af0019;
}

body:not(.home) .entry-content h3::before {
  bottom: -.75rem;

  height: 5px;
  width: 5rem;
}

body:not(.home) .entry-content h4::before {
  bottom: -.35rem;

  height: 3px;
  width: 3.5rem;
}

body:not(.home) .entry-content a:link,
body:not(.home) .entry-content a:visited,
body:not(.home) .entry-content a:hover,
body:not(.home) .entry-content a:active {
  color: #a15d00;
}

body:not(.home) .entry-content p {
  font-size: 1.1rem;
}

body:not(.home) .entry-content ul,
body:not(.home) .entry-content ol {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

body:not(.home) .entry-content ol li,
body:not(.home) .entry-content ul li {
  font-size: 1.1rem;
  padding-left: .75rem;

  line-height: 1.5;
  font-weight: normal;
}

body:not(.home) .entry-content ul li {
  list-style: inside square;
  list-style-position: outside;
}

body:not(.home) .entry-content ol li {
  margin-left: 1.5rem;
  list-style-type: decimal;
}

body:not(.home) .entry-content img {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

body:not(.home) .entry-content h2 + p,
body:not(.home) .entry-content h3 + p,
body:not(.home) .entry-content h4 + p {
  margin-top: 2rem;
}

body:not(.home) .entry-content ul {
  padding-left: 1.1rem;
}

body:not(.home) .entry-content li {
  margin-bottom: 1.5rem;

  list-style: square outside;
}

body:not(.home) .entry-content li:last-child {
  margin-bottom: 0;
}

body:not(.home) .entry-content ol > li {
  font-weight: 400;
}

body:not(.home) .entry-content ol li {
  margin-left: 2rem;
  list-style-type: decimal;
}

body:not(.home) .entry-content strong {
  font-weight: 700;
}

body:not(.home) .entry-content .wp-block-file .wp-block-file__button:link,
body:not(.home) .entry-content .wp-block-file .wp-block-file__button:visited,
body:not(.home) .entry-content .wp-block-file .wp-block-file__button:hover,
body:not(.home) .entry-content .wp-block-file .wp-block-file__button:active {
  color: #fff !important;
  margin-left: 1rem;
}


/* Specific customization */

.focus-on-text {
  position: relative;

  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 4rem;
  padding-left: 1.5rem;

  font-weight: 500;
}

.focus-on-text::before {
  content: '\f12a';

  position: absolute;
  top: 50%;
  left: -2.75rem;
  transform: translateY(-50%);

  padding: 0 1rem;
  line-height: 2.6rem;

  color: #af0019;
  font-family: "Font Awesome 5 Free";
  font-size: 1.75rem;
  font-weight: 900;

  border: 2px solid #af0019;
  border-radius: 5px;
}


/* ---------------------------------
       Navigation & Menu Burger
   --------------------------------- */

#masthead + .nav-menu > li {
  border-top: none;
}

#menu-principale.toggled-on {
  margin-bottom: 0;

  background: hsl(0, 0%, 22%);
}

#menu-principale.toggled-on li.menu-item {
  background-color: hsl(0, 0%, 22%);
}

#menu-principale.toggled-on li.menu-item a {
  padding-left: 1rem;
  padding-right: 1rem;

  color: hsl(35, 100%, 42%);
  font-size: 1.05rem;
}

#menu-principale.toggled-on li.menu-item a:hover {
  background-color: #a15d00;
  color: #fff;
}

#menu-principale.toggled-on li.menu-item ul.sub-menu li.menu-item {
  background-color: #af0019;
}

#menu-principale.toggled-on li.menu-item ul.sub-menu li.menu-item a {
  color: #fff;
}

@media screen and (min-width: 964px) {

  #menu-principale.toggled-on {
    text-align: left;
  }

  #menu-principale.toggled-on li.menu-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}

/* Menu Burger */

#site-navigation a.close-nav span.icon {
  padding-left: 3rem;
  padding-top: 1.5rem;
}

#site-navigation a.menu-toggle {
  padding-left: 2rem;
  padding-top: .5rem;
}

#site-navigation .menu-principale-container {
  display: none;
}

@media screen and (min-width: 1240px) {

  #site-navigation .menu-toggle {
    display: none;
  }

  #site-navigation .menu-principale-container {
    display: block;
  }

}


/* ---------------------------------
      WordPress Navigation Buttons
   --------------------------------- */

#nav-below {
  margin: 0 auto;
  max-width: 1083px;
  width: 94%;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

#nav-below.navigation {
  padding-bottom: 4.5rem;
}

#nav-below .nav-previous,
#nav-below .nav-next {
  position: relative;

  padding-right: 1.5rem;
  padding-left: 1.5rem;
  line-height: 3rem;

  border-radius: 1.5rem;
  background: #978360;
  box-shadow: 0 2px 4px #888;
}

#nav-below .nav-previous {
  margin-right: 1.5rem;
  padding-left: 3.25rem;
}

#nav-below .nav-next {
  margin-left: 1.5rem;
  padding-right: 3.25rem;
}

#nav-below .nav-previous::before,
#nav-below .nav-next::before {
  position: absolute;
  top: 0;

  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}

#nav-below .nav-previous::before {
  content: '\f0a8';
  left: 0;
  transform: translateX(.5rem);
}

#nav-below .nav-next::before {
  content: '\f0a9';
  right: 0;
  transform: translateX(-.5rem);
}

#nav-below .meta-nav {
  display: none;
}

#nav-below a {
  color: #fff;
}


/* ---------------------------------
                Buttons
   --------------------------------- */

.action {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Boutons présents sur l'ensemble du site (span élément) */
.g-button {
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 3rem;

  font-size: 1.05rem;
}

.g-button.with-shadow {
  box-shadow: 0 2px 4px #888;
}

.g-button.round-shaped {
  border-radius: 1.5rem;
}

.g-button.color-1 {
  background: #af0019;
  color: #fff;
}

.g-button.color-2 {
  background: #a15d00;
  color: #fff;
}

/* ---------------------------------------------------------
                    Formulaire de contact
   --------------------------------------------------------- */

label {
  font-weight: 700;
  font-size: 1rem;
}

input {
  background: #fff;
}

input,
textarea,
select {
  max-width: 100%;
  margin: 0;
  line-height: 2.5rem;

  font-family: raleway, Arial, sans-serif;

  border: 1px solid #666;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='url'],
input[type='submit'],
input[type='tel'],
textarea {
  padding: .75rem 1rem;

  font-size: 1rem;

  -webkit-appearance: none;
          appearance: none;
}

textarea {
  display: block;
  width: 100%;
  line-height: 1.5rem;

  resize: none;
}

/* Personnalisation du formulaire de contact */
.form-item-row {
  margin-top: 2rem;
}

.form-item-row:last-child {
  margin-bottom: 4rem;
}

.form-item-row .side-by-side {
  display: flex;
  flex-direction: column;
}


.form-item-row .side-by-side .form-field {
  flex: 100%;

  display: flex;
  flex-direction: column;
}


@media screen and (min-width: 780px) {

  .form-item-row .side-by-side {
    display: flex;
    flex-direction: row;
  }

  .form-item-row .side-by-side .form-field {
    flex: 50%;
  }

  .form-item-row .side-by-side .form-field:first-child {
    padding-right: 1rem;
  }

  .form-item-row .side-by-side .form-field:last-child {
    padding-left: 1rem;
  }

}


.form-item-row legend {
  position: relative;

  display: block;
  margin-bottom: 3rem;
  padding-bottom: .5rem;
  width: 100%;

  color: #c7001e;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.form-item-row legend::before {
  position: absolute;
  left: 50%;
  bottom: -.75rem;
  transform: translateX(-50%);

  content: '';

  display: inline-block;
  width: 5rem;

  border-bottom: 3px solid #c7001e;
}

/* Parent renfermant le 'label' & le champ 'input' */
.form-item-row .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.5rem;
}

/* Champ 'input' */
.form-item-row .wpcf7-form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.form-item-row .wpcf7-form-control-wrap,
.form-item-row label,
.form-item-row .wpcf7-form-control {
  box-sizing: border-box;
  width: 100%;
}

.form-item-row label {
  display: block;
  width: 100%;
  line-height: 2.5rem;

  color: #fff;
  text-align: center;

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: hsl(0, 0%, 26%);

  text-transform: uppercase;
}

.form-item-row .mandatory {
  color: #fff;
  font-size: 1.4rem;
}

.form-item-row .form-field.horizontal {
  display: flex;
  flex-direction: row;
}

.form-item-row .form-field.horizontal label {
  padding-top: .6rem;
  padding-bottom: .5rem;
  width: 8rem;
  height: 2.9rem;
  line-height: 1.5rem;

  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

@media screen and (min-width: 780px) {

  .form-item-row .form-field.horizontal label {
    height: calc(2.9rem + 1px);
  }

}

.form-item-row .form-field.horizontal .wpcf7-form-control-wrap {
  flex: 1;
}

.form-item-row .form-field.horizontal .wpcf7-form-control {
  border-top: 1px solid #666;

  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}

#contact .contact-notification {
  margin: 3rem 0 4rem;
  padding: 1.5rem;

  font-size: 1.15rem;
  text-align: center;
}

.form-legal {
  margin-top: 1rem;
}

.form-legal .wpcf7-list-item {
  margin-left: 0;
}

.form-legal .wpcf7-list-item-label {
  font-weight: 400;
}

.wpcf7-list-item-label {
  padding-left: .5rem;
}

.form-item-action {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-item-action {
  text-align: center;
}

.form-item-action .wpcf7-submit {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .75rem 2rem;
}

.form-item-row span.wpcf7-not-valid-tip,
.form-item-action span.wpcf7-not-valid-tip,
.form-legal span.wpcf7-not-valid-tip {
  margin-top: .75rem;
  padding-left: .2rem;

  color: #D31353;
  font-size: 1rem;
}

form div.wpcf7-response-output {
  margin: 0 0 2rem;
}

form div.wpcf7-response-output {
  position: relative;

  padding-left: 4.15rem;
}

form div.wpcf7-response-output::before {
  content: '\f071';

  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);

  color: #fff;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/* Section adresse */
#contact .contact-address {
  position: relative;

  margin-bottom: 5rem;
  margin-left: calc(-100vw / 2 + 101% / 2);
  margin-right: calc(-100vw / 2 + 101% / 2);
  min-height: 500px;
}

#contact .contact-address iframe {
  position: absolute;
  top: 0;

  margin-bottom: 0;
  height: 500px;

  box-shadow: 1px 2px 4px #888;
}

#contact .contact-intro {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 900px) {

  #contact .contact-intro {
    flex-direction: row;
  }

}

#contact .contact-intro-sentence,
#contact .contact-intro-photo {
  width: 100%;
}

#contact .contact-intro-sentence {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact .contact-intro-sentence p {
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;

  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

#contact .contact-intro-photo {
  text-align: center;
}

#contact .contact-intro-photo img {
  margin: 0;
  padding: .75rem 1rem 0 .25rem;

  box-shadow: 0 4px 12px #999;
}

@media screen and (min-width: 900px) {

  #contact .contact-intro-sentence {
    width: 60%;
  }

  #contact .contact-intro-sentence p {
    margin-bottom: 0;
  }

  #contact .contact-intro-photo {
    width: 40%;
  }

}


/* --------------------------------------------------------------------------
                                    HOMEPAGE
  --------------------------------------------------------------------------- */

/* ----------------------------------
           Image de couverture
   ----------------------------------- */

#masthead .masthead-content {
  display: flex;
  flex-direction: row;
}

#masthead .site-title {
  width: 10rem;
}

#masthead .site-title img {
  margin: .65rem 0 .75rem;

  box-shadow: 0 0 8px #aaa;
}

#site-navigation {
  flex: 1;
}

#site-navigation .menu-item a {
  padding-bottom: 0;

  font-size: 1.2rem;
}

#site-navigation li.menu-item {
  border-right: 1px solid #a15d00;

  padding: 2rem 2rem .5rem;
}

#site-navigation li.menu-item:last-child {
  border-right: none;
}

#site-navigation li.current-menu-item {
  /* Remove the unexpected white character space on the left */
  /*margin-left: 0 !important;*/
  margin-left: 0 !important;

  background: hsl(38, 22%, 54%);
}

#site-navigation li.current-menu-item > a {
  color: #fff;
}

#site-navigation li.current-menu-item > a::after {
  /* Remove initial border under the 'current menu item' */
  display: none;
}

#site-navigation .sub-menu {
  width: 100%;
}

#site-navigation #menu-principale > .menu-item:not(:first-child) {
  margin-left: -5px !important;
}

#site-navigation #menu-principale .menu-item-type-custom.current-menu-item .sub-menu {
  margin-left: -10.3rem !important;
}

#site-navigation #menu-principale .menu-item-type-custom.current-menu-item li .sub-menu {
  /*margin-left: 1px !important;*/
  margin-left: 0 !important;
}

#site-navigation .sub-menu li {
  position: relative;

  padding: 1rem;
  min-height: 4rem;

  font-size: 1.2rem;

  background: hsl(38, 22%, 45%);
  border-right: none;
  border-top: 2px solid #fff;
}

#site-navigation .sub-menu li::before {
  /*content: '\f0c8';*/

  position: absolute;
  top: 1.6rem;
  left: 1.5rem;

  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: .5rem;
  font-weight: 900;
}

#site-navigation .sub-menu li a {
  padding-top: 0;

  color: #fff;
  font-weight: 400;
  text-transform: initial !important;
}


#masthead .masthead-contact {
  width: 13rem;

  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (min-width: 480px) {

  #masthead .masthead-contact {
    align-items: center;
  }

}

#masthead .masthead-contact .phone-number {
  padding-top: 3.5rem;

  font-size: 1.3rem;
}

@media screen and (min-width: 480px) {

  #masthead .masthead-contact .phone-number {
    font-size: 1.4rem;
  }

}

@media screen and (min-width: 1240px) {

  #masthead .masthead-contact .phone-number {
    padding-top: 2.5rem;
  }

}

#masthead .phone-number a {
  position: relative;

  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: 2.5rem;
  padding-right: .75rem;

  border: 2px solid #666;
  border-radius: 3px;
}

#masthead .phone-number a::before {
  content: '\f3cd';

  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);

  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


#masthead .masthead-contact .phone-number a:link,       /* unvisited link */
#masthead .masthead-contact .phone-number a:visited,    /* visited link */
#masthead .masthead-contact .phone-number a:active {    /* selected link */
  color: #666;
}

#masthead .masthead-contact .phone-number a:hover {     /* mouse over link */
  color: #af0019;
  text-decoration: none;

    border-color: #af0019;
}

#masthead .masthead-contact a.contact-button {
  position: absolute;
  top: 0;
  bottom: initial;

  padding: .35rem .5rem;

  color: #fff;
  text-transform: uppercase;
  background: #af0019;
}

@media screen and (min-width: 480px) {

  #masthead .masthead-contact a.contact-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }

}

@media screen and (min-width: 1240px) {

  #masthead .masthead-contact a.contact-button {
    top: initial;
    bottom: 0;
    z-index: 1;
  }

}

/* ----------------------------------
           Image de couverture
   ----------------------------------- */

#home-main-illust {
  position: relative;

  display: flex;
  flex-direction: row;
  align-items: flex-end;

  height: 480px;

  background-image: linear-gradient( to right, #000, #000 40%, #130e08 45%, #2a2014 65%, #53432e 80%, #776043);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 80%;

  border-bottom: 19px solid #af0019;
}

@media screen and (min-width: 380px) {

  #home-main-illust {
    height: 500px;
  }

}

@media screen and (min-width: 400px) {

  #home-main-illust {
    height: 540px;
  }

}

@media screen and (min-width: 430px) {

  #home-main-illust {
    height: 565px;
  }

}

@media screen and (min-width: 450px) {

  #home-main-illust {
    height: 610px;
  }

}

@media screen and (min-width: 550px) {

  #home-main-illust {
    height: 615px;
  }

}

@media screen and (min-width: 964px) {

  #home-main-illust {
    height: 537px;
  }

}

@media screen and (min-width: 1100px) {

  #home-main-illust {
    align-items: center;
  }

}

.home-main-illust-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 480px) { .home-main-illust-image { right: 1rem; } }

@media screen and (min-width: 1240px) { .home-main-illust-image { right: 10%; } }
@media screen and (min-width: 1300px) { .home-main-illust-image { right: 10%; } }
@media screen and (min-width: 1400px) { .home-main-illust-image { right:  9%; } }
@media screen and (min-width: 1400px) { .home-main-illust-image { right:  8%; } }
@media screen and (min-width: 1500px) { .home-main-illust-image { right:  8%; } }
@media screen and (min-width: 1600px) { .home-main-illust-image { right:  9%; } }
@media screen and (min-width: 1700px) { .home-main-illust-image { right: 11%; } }
@media screen and (min-width: 1800px) { .home-main-illust-image { right: 13%; } }
@media screen and (min-width: 1900px) { .home-main-illust-image { right: 15%; } }


#home-main-illust-content {
  padding: 0 1rem 3rem;

  color: #fff;
  font-family: Glegoo, serif;
  text-align: center;
}

@media screen and (min-width: 1100px) {

  #home-main-illust-content {
    padding-bottom: 0;

    text-align: left;
  }

}

#home-main-illust-content .home-main-illust-title {
  position: relative;

  padding-bottom: 3rem;
  line-height: 3rem;
}

@media screen and (min-width: 1580px) {

  #home-main-illust-content .home-main-illust-title::before {
    content: '“';

    position: absolute;
    top: -4rem;
    left: -6.5rem;

    transform: rotateX(180deg);
    display: inline-block;
    height: 4rem;

    font-family: 'Bentham', serif;
    font-size: 12rem;
  }

}

#home-main-illust-content .home-main-illust-title span {
  display: inline-block;
  width: 100%;
}

#home-main-illust-content .home-main-illust-title span:nth-child(1) {
  padding-bottom: .25rem;

  font-weight: 700;
  font-size: 2.8rem;
}

#home-main-illust-content .home-main-illust-title span:nth-child(2) {
  font-size: 2rem;
}

#home-main-illust-content .who-is {
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 1.3rem;
}


/* ---------------------------------------------------
               Skills and News Container
  ---------------------------------------------------- */

#home-skills-and-news-container {
  position: relative;
}

#home-skills-parent {
  position: relative;
  z-index: 1;

  margin-bottom: calc(5rem + 251px);

  box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.7);
}

#home-news-bg-img {
  position: absolute;
  bottom: -251px;
  left: 0;
  z-index: 0;

  height: 251px;
  width: 100%;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* ----------------------------------
               Skills
  ----------------------------------- */

#home-skills {
  padding-bottom: 5rem !important;
}

#home-skills .home-skills-title {
  margin-bottom: 2.5rem;
  padding-top: 5rem;
  padding-left: .75rem;
  padding-right: .75rem;

  color: #af0019;
  font-family: Glegoo, serif;
  font-size: 2.2rem;

  text-align: center;
}

#home-skills .home-skills-intro {
  margin-bottom: 2.5rem;
  padding-left: .75rem;
  padding-right: .75rem;

  color: #a15d00;
  font-size: 1.3rem;
  font-family: 'Glegoo', serif;
  text-align: center;
}

#home-skills .home-skills-expertize-area {
  padding-left: 1rem;
  padding-right: 1rem;

  color: #555;
  font-size: 1.3rem;
  font-family: 'Glegoo', serif;
  text-transform: uppercase;
  text-align: center;
}

#home-skills .home-skills-expertize-area-header {
  height: 5rem;

  overflow-y: hidden;
}

#home-skills .home-skills-expertize-sub-area {
  color: #af0019;
  font-size: 1.1rem;
  font-family: 'Glegoo', serif;
  text-transform: uppercase;
}

#home-skills .tile.box {
  box-shadow: none;
}

#home-skills .home-skills-area-illust-parent {
  padding-top: .75rem;

  border-top: 3px solid #af0019;
}

#home-skills .is-child.no-padding-for-parent {
  padding: 1.25rem 0;
}

#home-skills .is-child.no-padding-for-parent .is-child.box {
  padding-top: 0;
}

#home-skills .home-skills-area-illust {
  height: 233px;
  width: auto;

  background-size: cover;
  background-position: center;
}

#home-skills .home-skills-expertize-area-space {
  padding-top: 1rem;
  height: 3rem;

  overflow-y: hidden;
}

#home-skills .home-skills-expertize-list {
  margin: 0;
  padding: 1rem 0 0 0;
}

#home-skills .home-skills-expertize-list li {
  margin: 0;
  padding: 1rem 0 0 1.5rem;
  line-height: 1.25rem;

  color: #000;
  font-size: 1rem;

  list-style: none;
}

#home-skills .home-skills-expertize-list li:first-child {
  padding-top: 0;
}

#home-skills .home-skills-expertize-list li.no-link,
#home-skills .home-skills-expertize-list li a {
  position: relative;

  line-height: 1.5rem;
}

#home-skills .home-skills-expertize-list li.no-link::before,
#home-skills .home-skills-expertize-list li a::before {
  content: '';

  position: absolute;


  height: 1rem;
  width: 3px;
}

#home-skills .home-skills-expertize-list li.no-link::before {
  top: 1.3rem;
  left: 0rem;

  background: #c8c8c8;
}

#home-skills .home-skills-expertize-list li:first-child.no-link::before {
  top: .3rem;
}

#home-skills .home-skills-expertize-list li a::before {
  top: .2rem;
  left: -1.5rem;

  background: #af0019;
}

#home-skills .home-skills-expertize-list a:link,        /* unvisited link */
#home-skills .home-skills-expertize-list a:visited,     /* visited link */
#home-skills .home-skills-expertize-list a:active {     /* selected link */
  color: #000;
}

#home-skills .home-skills-expertize-list a:hover {      /* mouse over link */
  color: #a15d00;
  text-decoration: none;
}


/* ----------------------------------
                 News
  ----------------------------------- */

#home-news {
  position: relative;

  padding-top: 5rem;
  padding-bottom: 2.25rem;
}

#home-news .home-news-tile-box {
  border: 1px solid #a15d00;
}

#home-news .home-news-title {
  position: absolute;
  top: -17.25rem;
  left: 50%;

  transform: translateX(-50%);

  display: inline-flex;
  justify-content: center;
  align-items: flex-end;

  padding: .5rem;
  height: 13rem;
  width: 13rem;

  color: #fff;
  font-family: Glegoo, serif;
  font-size: 2.15rem;
  text-align: center;

  background: #af0019;
}

#home-news .home-news-title a:link,               /* unvisited link */
#home-news .home-news-title a:visited,            /* visited link */
#home-news .home-news-title a:active,             /* selected link */
#home-news .home-news-title a:hover {             /* mouse over link */
  color: #fff;
  text-decoration: none;
}

#home-news .is-ancestor {
  flex-wrap: wrap;

  padding: 0 1rem;
}

#home-news .is-child {
  position: relative;
  padding: 1rem 1.5rem 3rem;
}

/*#home-news .home-news-article-image {
  content: '';

  margin-bottom: 1.5rem;
  width: 100%;
  height: 400px;

  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1000px) {

  #home-news .home-news-article-image {
    height: 180px;
  }

}*/

#home-news .home-news-article-title {
  margin-bottom: .75rem;
  line-height: 2.15rem;

  color: #af0019;
  font-family: Glegoo, serif;
  font-weight: 400;
  font-size: 1.2rem;

  text-transform: none;
}

#home-news .tile-link:hover .home-news-article-title {
  color: #a15d00;
}

#home-news .news-footer {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  padding-top: 1.5rem;
}

#home-news .read-more {
  position: relative;

  display: inline-block;

  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}

#home-news .read-more::before {
  content: '→';

  position: absolute;
  right: -1.75rem;

}

#home-news .post-date {
  position: relative;

  margin-bottom: .75rem;
  display: inline-block;

  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

#home-news .post-date::before {
  content: '';

  position: absolute;
  bottom: -.6rem;
  left: -.1rem;

  height: 4px;
  width: 2.5rem;

  background: #af0019;
}

#home-news .news-category span {
  display: inline-block;
  margin-bottom: .75rem;
  margin-right: .25rem;
  padding: .25rem .5rem .15rem;

  color: #a15d00;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;

  border: 1px solid #a15d00;
  border-radius: .25rem;
}

#home-news .news-category span:last-child {
  margin-right: 0;
}

#home-news .post-excerpt {
  margin-bottom: .5rem;

  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}


/* ----------------------------------
               Footer
  ----------------------------------- */
#colophon {
  position: relative;

  /*margin-top: 5rem;*/
}

#colophon .colophon-bg {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: row;

  height: 100%;
  width: 100%;
}

#colophon .colophon-bg > div {
  width: 50%;
}

#colophon .colophon-bg-left {
  background: #000;
}

#colophon .colophon-bg-right {
  background: #978360;
}

#colophon .widgets {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {

  #colophon .widgets.wrap {
    margin-left: 0;
    margin-right: 0;

    width: 100%;
  }

}

@media screen and (min-width: 1000px) {

  #colophon .widgets {
    display: flex;
    flex-direction: row;
  }

  #colophon .widgets.wrap {
    width: calc(100% - 2rem);
  }

}

@media screen and (min-width: 1420px) {

  #colophon .widgets.wrap {
    width: 94%;
  }

}


#colophon .widgets .left-side {
  width: 100%;

  display: flex;
  flex-direction: row;

  padding: .75rem 1rem 1.5rem;

  color: hsl(38, 22%, 61%);

  background: #000;
}

@media screen and (min-width: 1000px) {

  #colophon .widgets .left-side {
    width: 25%;

    display: flex;
    flex-direction: column;

    padding-left: 0;
  }

}

@media screen and (min-width: 1420px) {

  #colophon .widgets .left-side {
    width: 20%;
  }

}

#colophon .widgets .right-side {
  width: 100%;

  display: flex;
  flex-direction: column;

  padding-left: 1.5rem;
  padding-right: 1.5rem;

  background: #978360;
  border-top: 5px solid #fff;
  border-left: none;
}

@media screen and (min-width: 1000px) {

  #colophon .widgets .right-side {
    width: 75%;

    padding-right: .5rem;

    border-top: none;
    border-left: 5px solid #fff;
  }

}

@media screen and (min-width: 1420px) {

  #colophon .widgets .right-side {
    width: calc(80% - 2rem);

    display: flex;
    flex-direction: row;
  }

}


#colophon .right-side-section-group {
  width: 100%;

  position: relative;

  display: flex;
  flex-direction: column;
}


@media screen and (min-width: 900px) {

  #colophon .right-side-section-group {
    display: flex;
    flex-direction: row;
  }

}


@media screen and (min-width: 1420px) {

  #colophon .right-side-section-group:nth-child(1) {
    width: 65%;
  }

  #colophon .right-side-section-group:nth-child(2) {
    width: 35%;
    padding-left: 2.5rem;
  }

}

#colophon .right-side-section-group::before {
  content: '';

  position: absolute;
  top: 3.5rem;

  width: 100%;
  height: 1px;
  background: #fff;
}

@media screen and (min-width: 1000px) {

  #colophon .right-side-section-group::before {
    width: 100%;
  }

}

#colophon .right-side-section-group .right-side-section {
  width: 100%;

  padding: 1.5rem 1rem;
}

#colophon .right-side-section .widget {
  margin-bottom: 0;
}


#colophon .widgets .left-side .widget_media_image {
  width: 130px;

  margin-top: .5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {

  #colophon .widgets .left-side .widget_media_image {
    margin-top: 0;
    margin-bottom: 1rem;
  }

}

#colophon .widgets .left-side .widget_media_image img {
  background: #fff;
  display: inline-block;
  padding: .75rem .5rem;
}

#colophon .widgets .left-side .widget_text {
  flex: 1;

  margin-bottom: 0;
  padding-left: 1.5rem;
}

@media screen and (min-width: 1000px) {

  #colophon .widgets .left-side .widget_text {
    padding-left: 0;
  }

}

#colophon .widget_nav_menu ul.menu {
  border: none;
  box-shadow: none;
}

#colophon .widget_nav_menu ul li + li {
  border: none;
}

#colophon .widget_nav_menu ul.menu li.menu-item a {
  display: inline-block;
  padding: 1rem 0;

  color: #fff;

  background: none;
}

#colophon .widget .widget-title {
  color: #1e1a13;
  font-family: Glegoo, serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {

  #colophon .right-side-section-group:first-child .right-side-section:nth-child(2) .widget-title {
    opacity: 0;
  }

}


#colophon .coord-content {
  padding-left: 2.5rem;

  color: #fff;
}

/* Section contact */
#colophon .societ,
#colophon .addr,
#colophon .addr-suite,
#colophon .tel,
#colophon .fax,
#colophon .gsm,
#colophon .time-slot {
  position: relative;

  font-size: 1rem;
}

#colophon .societ {
  padding-top: 1.2rem;
}

#colophon .addr {
  padding-top: .4rem;
}

#colophon .addr-suite {
  padding-top: .25rem;
}

#colophon .time-slot {
  display: inline-block;

  margin-top: 2.5rem;
  padding: .6rem 1.5rem .6rem 3rem;

  color: #fff;
  font-size: .85rem;

  border: 1px solid #fff;
}

@media screen and (min-width: 335px) {

  #colophon .time-slot {
    font-size: .95rem;
  }

}

@media screen and (min-width: 345px) {

  #colophon .time-slot {
    font-size: 1rem;
  }

}

#colophon .phone-contact {
  padding-top: 1.75rem;
}

#colophon .fax,
#colophon .gsm {
  padding-top: 1.15rem;
}

#colophon .societ::before,
#colophon .tel::before,
#colophon .gsm::before,
#colophon .time-slot::before {
  position: absolute;
  z-index: 20;

  display: inline-block;

  color: #1e1a13;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#colophon .societ::before {
  content: '\f3c5';
  top: 1rem;
  left: -2rem;
  font-size: 1.35rem;
}

#colophon .tel::before {
  content: '\f095';
  top: .05rem;
  left: -1.92rem;
  transform: rotate(90deg);
}

#colophon .gsm::before {
  content: '\f3cd';
  top: 1.1rem;
  left: -2rem;
}

#colophon .time-slot::before {
  content: '\f017';

  top: 0.25rem;
  left: 1rem;

  color: #fff;
  font-size: 1.3rem;
}

#colophon .widget_socialbtns {
  margin-top: 2rem;
}

#colophon .widget_socialbtns .widget-title {
  margin-bottom: .75rem;

  color: #fff;
  font-size: 1rem;
}

#colophon a.btn.social {
  background: transparent;
  border-color: #fff;
}

#colophon a.btn.social:hover {
  color: #978360;
  background: #fff;
}

/* Credits */

.colophon-credits .copy {
  padding: 2.5rem 0;

  font-family: Ubuntu, sans-serif;
}


/* ---------------------------------------------------------
                   Side Bar — General prurpose
   --------------------------------------------------------- */

#secondary .widget-title {
  margin-bottom: .75rem;
  padding-top: .8rem;
  padding-bottom: .75rem;

  color: #af0019;
  font-family: 'Glegoo', serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;

  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

#secondary .widget_recent_entries ul {
  padding-left: 1.25rem;
}

#secondary .widget_categories ul {
  box-shadow: none;  /* reset */
}

.widget_categories ul li + li, .widget_categories ul {
  border-color: transparent;
}

#secondary .widget_categories ul {
  border-top: none;  /* reset */
}

#secondary .widget_categories a {
  padding: .5rem 0;
}

#secondary .widget_categories li {
  position: relative;

  padding-left: 1.25rem;
}

#secondary .widget_categories li::before {
  content: '';

  position: absolute;
  top: calc(50% + 1px);
  left: 0;

  height: 1rem;
  width: 3px;

  background: #af0019;
  transform: translateY(-50%);
}

#secondary .widget_recent_entries li {
  list-style: url('https://zodoganhou-viaud-avocat.com/wp-content/uploads/2019/06/one-dot.png');
}

#secondary .widget_recent_entries li + li {
  padding-top: .75rem;
}

#secondary a:link,               /* unvisited link */
#secondary a:visited,            /* visited link */
#secondary a:active {            /* selected link */
  color: #000;
}

#secondary a:hover {             /* mouse over link */
  color: #a15d00;
  text-decoration: none;
}


/* ---------------------------------------------------------
                 Blog — Index des articles "Actualités"
   --------------------------------------------------------- */

body.category,
body.blog {
  /*position: relative;*/
}

/*body.category #secondary .widget_recent_entries,*/
body.blog #secondary .widget_recent_entries {
  display: none;
}

body.category article.post + article.post,
body.blog article.post + article.post {
  margin-top: 3rem;
}

body.category .is-ancestor,
body.blog .is-ancestor {
  flex-wrap: wrap;

  padding: 0 1rem;
}

body.category .is-child,
body.blog .is-child {
  position: relative;
  padding: 1rem 1.5rem 3rem;
}

body.category .news-index-tile-box,
body.blog .news-index-tile-box {
  padding-top: 1.75rem;
  padding-bottom: 5.25rem;

  /*border-bottom: 1px solid #d8d8d8;*/

  border: 1px solid #d8d8d8;
  /*border-radius: 3px;
  box-shadow: 0 2px 4px #aaa;*/
}

body.category .is-ancestor article:nth-child(1) .news-index-tile-box,
body.category .is-ancestor article:nth-child(2) .news-index-tile-box,
body.blog .is-ancestor article:nth-child(1) .news-index-tile-box,
body.blog .is-ancestor article:nth-child(2) .news-index-tile-box {
  padding-top: 3.25rem;

  border-top: 1px solid #d8d8d8;
}

body.category .entry-content .news-index-article-title,
body.blog .entry-content .news-index-article-title {
  margin-bottom: 2rem;
  line-height: 2.15rem;

  color: #af0019;
  font-family: Glegoo, serif;
  font-weight: 400;
  font-size: 1.2rem;

  text-transform: none;
}

body.category .news-footer,
body.blog .news-footer {
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  padding-top: 1.5rem;
}

body.category .read-more,
body.blog .read-more {
  position: relative;

  display: inline-block;

  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}

body.category .read-more::before,
body.blog .read-more::before {
  content: '→';

  position: absolute;
  right: -1.75rem;
}

body.category .post-date,
body.blog .post-date {
  position: relative;

  margin-bottom: .75rem;
  display: inline-block;

  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

body.category .post-date::before,
body.blog .post-date::before {
  content: '';

  position: absolute;
  bottom: -.6rem;
  left: -.1rem;

  height: 4px;
  width: 2.5rem;

  background: #af0019;
}

body.category .news-category span,
body.blog .news-category span {
  display: inline-block;
  margin-bottom: .75rem;
  margin-right: .25rem;
  padding: .25rem .5rem .15rem;

  color: #a15d00;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;

  border: 1px solid #a15d00;
  border-radius: .25rem;
}

body.category .news-category span:last-child,
body.blog .news-category span:last-child {
  margin-right: 0;
}

body.category .post-excerpt,
body.blog .post-excerpt {
  margin-bottom: .5rem;

  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}


/* ---------------------------------------------------------
                 Blog — Single News
  --------------------------------------------------------- */

body.single .entry-title {
  display: none;
}

body.single.single-expertize .entry-title {
  display: block;
}

body.single .single-news-header {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d8d8d8;
}

body.single .single-news-header-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  padding-bottom: .3rem;

  border-bottom: 1px solid #d8d8d8;
}

@media screen and (min-width: 780px) {

  body.single .single-news-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
  }

}

body.single .single-news-ctg ul {
  position: relative;
  top: -3px;

  margin: 0;
  padding: 0;
}

body.single .single-news-ctg ul li {
  display: inline-block;
  margin: 0;
  padding: 0;

  font-size: 1rem;
  font-family: Glegoo, serif;
  font-weight: 700;
  text-transform: uppercase;

  list-style: none;
}

body.single .single-news-ctg ul li + li::before {
  padding: 0 .6rem 0 .3rem;

  font-family: Glegoo, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #a15d00;

  content: '-';
}

body.single .single-news-date {
  color: #666;
  font-size: 1rem;
}

body.single .single-news-title {
  width: 70%;
  margin: 0 auto;
  padding: 2.5rem 0;

  color: #af0019;
  text-align: center;
  text-transform: uppercase;
}

body.single .single-news-footer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;

  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

body.single .single-news-social-share .btn.social-profil {
  position: relative;

  color: #888;
  font-style: 1.2rem;

  border: none;
  background: none;
}

body.single .single-news-social-share a.btn.linkedin i.icon-linkedin {
  position: relative;
  top: -1px;
  left: 1px;
}

body.single .single-news-social-share .btn.social-profil::before {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;

  height: 2.75rem;
  width: 2.75rem;

  background: none;
  border: 1px solid #aaa;
  border-radius: 50%;

  transform: translate(-50%, -50%);
}

body.single .single-news-social-share .btn.social-profil:hover {
  color: #888;
  font-style: 1.2rem;

  border: none;
  background: none;
}

body.single .single-news-social-share .btn.social-profil:hover::before {
  border: none;
}

body.single .single-news-social-share .btn.social-profil.linkedin:hover i {
  color: #fff;
}

body.single .single-news-social-share .btn.social-profil.linkedin:hover::before {
  background: hsl(200, 75%, 50%);
}


body.single .single-news-social-share-label {
  margin-right: .5rem;

  font-family: Glegoo, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}


/* ---------------------------------------------------------
                  Page "Domaines de compétences"
  --------------------------------------------------------- */

/* Top Delimitation */

body.page .entry-content .expertize-area-page-title {
  margin-bottom: 2rem;
  padding: .5rem 1rem;

  color: #fff;
  font-weight: 700;
  text-align: center;

  background: #af0019;
}

/* Slider */

#expertize-area-slider {
  position: relative;

  overflow: hidden;
}

#expertize-area-slider .experize-area-slider-item {
  /*border-bottom: 1px solid #d8d8d8;*/
  border-bottom: 2px solid #af0019;
}

#expertize-area-slider .experize-area-slider-header {
  display: flex;
  flex-direction: column;
}

#expertize-area-slider .title-without-sub,
#expertize-area-slider .title-with-sub,
#expertize-area-slider .expertize-area-slider-subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#expertize-area-slider .title-without-sub,
#expertize-area-slider .title-with-sub {
  color: #555;
  text-align: center;
}

#expertize-area-slider .expertize-area-slider-subtitle .subtitle {
  margin-top: .75rem;
  margin-bottom: .5rem;

  font-family: Glegoo, sans-serif;
  color: #af0019;
}

#expertize-area-slider .expertize-area-slider-subtitle .subtitle::before {
  display: none;
}

#expertize-area-slider .expertize-area-slider-subtitle img {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

#expertize-area-slider .experize-area-slider-item-content-parent {
  position: relative;

  margin-top: 5.5rem;
  padding: 2.5rem 4rem 3.5rem;
}

@media screen and (max-width: 780px) {

  #expertize-area-slider .experize-area-slider-item-content-parent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}


#expertize-area-slider .experize-area-slider-item-content-parent::after {
  content: '';

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  height: 1px;
  width: 100%;

  background: #d8d8d8;
}

@media screen and (min-width: 1260px) {

  #expertize-area-slider .experize-area-slider-item-content-parent::after {
    width: 75%;
  }

}


#expertize-area-slider .experize-area-slider-item-content {
  display: flex;
  flex-direction: column;

}

@media screen and (min-width: 1260px) {

  #expertize-area-slider .experize-area-slider-item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

}

#expertize-area-slider .experize-area-slider-item-illust {
  position: relative;

  align-self: center;

  margin-bottom: 3rem;
  width: 100%;
  height: 281px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1260px) {

  #expertize-area-slider .experize-area-slider-item-illust {
    margin-top: 1.25rem;
  }

}

#expertize-area-slider .experize-area-slider-item-illust::before,
#expertize-area-slider .experize-area-slider-item-illust::after {
  content: '';
  position: absolute;

  height: 2px;
  width: 100%;

  background: #af0019;
}

#expertize-area-slider .experize-area-slider-item-illust::before {
  top: -.75rem;
}

#expertize-area-slider .experize-area-slider-item-illust::after {
  bottom: -.75rem;
}

@media screen and (min-width: 781px) {

  #expertize-area-slider .experize-area-slider-item-illust {
    width: 500px;
  }

}

@media screen and (min-width: 1260px) {

  #expertize-area-slider .experize-area-slider-item-illust {
    align-self: inherit;
    margin-bottom: 0;
  }

}

#expertize-area-slider .expertize-area-slider-text {
  flex: 1;

  padding-left: 0;
  text-align: left;
}

@media screen and (min-width: 1260px) {

  #expertize-area-slider .expertize-area-slider-text {
    padding-left: 2.5rem;
  }

}

#expertize-area-slider .experize-area-slider-expertize-subtitle {
  font-size: 1.35rem;
}

#expertize-area-slider .experize-area-slider-expertize-subtitle::before {
  left: 50%;
  background: #af0019;
  transform: translate(-50%);
}

#expertize-area-slider .expertize-area-slider-text ul {
  margin-bottom: 0;
}

#expertize-area-slider .experize-area-slider-links {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-left: 0;
  padding-bottom: .5rem;
}

#expertize-area-slider .experize-area-slider-links li {
  display: inline-block;
  list-style: none;
  /*text-align: center;*/
}

#expertize-area-slider .experize-area-slider-links li + li {
  margin-top: 1rem;
}

#expertize-area-slider .experize-area-slider-links li.no-link,
#expertize-area-slider .experize-area-slider-links li a {
  position: relative;

  padding-left: 1rem;
}

#expertize-area-slider .experize-area-slider-links li a:link,      /* unvisited link */
#expertize-area-slider .experize-area-slider-links li a:visited,   /* visited link */
#expertize-area-slider .experize-area-slider-links li a:active {   /* selected link */
  color: #000;
}

#expertize-area-slider .experize-area-slider-links li a:hover {    /* mouse over link */
  color: #a15d00;
  text-decoration: none;
}

#expertize-area-slider .experize-area-slider-links li.no-link::before,
#expertize-area-slider .experize-area-slider-links li a::before {
    content: '';

    position: absolute;

    height: 1rem;
    width: 3px;
}

#expertize-area-slider .experize-area-slider-links li.no-link::before {
  top: .35rem;
  left: 0;

  background: #c8c8c8;
}

#expertize-area-slider .experize-area-slider-links li a::before {
  top: .15rem;
  left: 0;

  background: #af0019;
}

/* Customizing carousel */

#expertize-area-slider .owl-buttons {
  position: absolute;
  top: 19.5rem;

  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 780px) {

  #expertize-area-slider .owl-buttons {
    display: none;
  }

}

@media screen and (max-width: 1260px) {

  #expertize-area-slider .owl-buttons {
    top: 19rem;
  }

}


#expertize-area-slider .owl-buttons .owl-prev i,
#expertize-area-slider .owl-buttons .owl-next i {
  color: #af0019;
}

#expertize-area-slider .owl-controls .owl-pagination {
  top: 6rem;
  height: 0;
}

@media screen and (max-width: 780px) {

  #expertize-area-slider.owl-theme .owl-controls .owl-pagination .owl-page span {
    height: 12px;
    width: 12px;
  }

  #expertize-area-slider.owl-theme .owl-controls .owl-page + .owl-page {
    margin-left: .5rem;
  }

}


#expertize-area-slider .owl-controls .owl-pagination .owl-page span {
  border-color: #af0019;
}

#expertize-area-slider .owl-controls .owl-pagination .owl-page.active span {
  background: #af0019;
  border-color: #af0019;
}


/* ---------------------------------------------------------
           Single Page d'un "Domaine de compétences"
  --------------------------------------------------------- */

/* Slider */

#expertize-area-description {

}

#expertize-area-description .expertize-area-slider-text {
  flex: 1;

  padding-left: 0;
  text-align: left;
}

#expertize-area-description .expertize-area-slider-text ul {
  margin-bottom: 0;
}

#expertize-area-description .expertize-subtitle {
  margin-bottom: 1rem;

  font-size: 1.35rem;
}

#expertize-area-description .expertize-subtitle::before {
  left: 50%;
  background: #af0019;
  transform: translate(-50%);
}

#expertize-area-description .expertize-list-parent {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin: 4rem 1rem 2.5rem;
  padding: 3rem 0 3.5rem;

  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

#expertize-area-description .expertize-list {
  margin: 0;
  padding: 1rem 0 0 0;
}

#expertize-area-description .expertize-list li {
  margin: 0;
  padding: 1rem 0 0 1.5rem;
  line-height: 1.25rem;

  color: #000;
  font-size: 1rem;

  list-style: none;
}

#expertize-area-description .expertize-list li:first-child {
  padding-top: 0;
}

#expertize-area-description .expertize-list li.no-link,
#expertize-area-description .expertize-list li a {
  position: relative;

  line-height: 1.5rem;
}

#expertize-area-description .expertize-list li.no-link::before,
#expertize-area-description .expertize-list li a::before {
  content: '';

  position: absolute;


  height: 1rem;
  width: 3px;
}

#expertize-area-description .expertize-list li.no-link::before {
  top: 1.3rem;
  left: 0rem;

  background: #c8c8c8;
}

#expertize-area-description .expertize-list li:first-child.no-link::before {
  top: .3rem;
}

#expertize-area-description .expertize-list li a::before {
  top: .2rem;
  left: -1.5rem;

  background: #af0019;
}

#expertize-area-description .expertize-list a:link,        /* unvisited link */
#expertize-area-description .expertize-list a:visited,     /* visited link */
#expertize-area-description .expertize-list a:active {     /* selected link */
  color: #000;
}

#expertize-area-description .expertize-list a:hover {      /* mouse over link */
  color: #a15d00;
  text-decoration: none;
}

/* -------------------------
      Sub-area index only
   ------------------------- */

#expertize-area-description ul.sub-area-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  margin-top: .75rem;
}

@media screen and (min-width: 768px) {

  #expertize-area-description ul.sub-area-list {
    display: flex;
    flex-direction: row;
  }

}

#expertize-area-description .sub-area-list > .sub-area-item {
  margin-bottom: 2.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {

  #expertize-area-description .sub-area-list > .sub-area-item {
    width: 50%;
  }

}

#expertize-area-description .sub-area-list li {
  list-style: none;
  padding: 0 .75rem;
}

#expertize-area-description .sub-area-list h2 {
  margin-bottom: 2rem;

  font-size: 1.3rem;
  font-family: 'Glegoo', serif;
  text-align: center;
}

#expertize-area-description .sub-area-list .sub-area-illustration {
  position: relative;

  height: 260px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#expertize-area-description .sub-area-list .sub-area-illustration::before {
  content: '';

  position: absolute;
  top: -1rem;
  left: 0;

  height: 3px;
  width: 100%;

  background: #af0019;
}


/* ---------------------------------------------------------
                  Single Page "Domaines de compétences"
  --------------------------------------------------------- */

.single-expertize-area-menu + .single-expertize-area-menu {
  margin-top: 3.5rem;
}

#secondary.widget-area .single-expertize-area-menu ul {
  /*padding-top: 1.25rem;*/
}

#secondary.widget-area .single-expertize-area-menu ul li {
  position: relative;
  font-size: 1.25rem;
}

#secondary.widget-area .single-expertize-area-menu ul li::before {
  content: '';

  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  height: 1rem;
  width: 3px;

  background: #af0019;
}

#secondary.widget-area .single-expertize-area-menu ul li a {
  margin-bottom: .5rem;
  padding: .75em 1.5rem;

  font-size: 1rem;
  white-space: nowrap;

  cursor: pointer;
}

#secondary.widget-area .single-expertize-area-menu ul ul {
  padding-left: 1.5rem;
}

#secondary.widget-area .single-expertize-area-menu ul ul li::before {
  content: '\f0da';

  color: #af0019;
  font-family: "Font Awesome 5 Free";
  /*font-size: 1.15rem;*/
  font-weight: 900;

  /* Overloads */
  top: calc(50% + 3px);
  /*left: 0;*/
  /*transform: translateY(-50%);*/
  height: auto;
  width: auto;
  background: transparent;
}

#secondary .single-expertize-area-menu .menu-expertize-sidebar-navigation-container ul {
  text-align: center;
}

#secondary .menu-expertize-sidebar-navigation-container li {
  display: inline-block;
  padding-top: .35rem;
  padding-bottom: .45rem;

  color: #fff;
  font-weight: 500;

  background: #a15d00;
}

#secondary .menu-expertize-sidebar-navigation-container li::before {
  display: none;
}

#secondary.widget-area .single-expertize-area-menu .menu-expertize-sidebar-navigation-container a {
  padding-left: 2rem;
  padding-right: 2rem;
}

#secondary .menu-expertize-sidebar-navigation-container a:link,     /* unvisited link */
#secondary .menu-expertize-sidebar-navigation-container a:visited,  /* visited link */
#secondary .menu-expertize-sidebar-navigation-container a:active,   /* selected link */
#secondary .menu-expertize-sidebar-navigation-container a:hover {   /* mouse over link */
  color: #fff;
}


/* ---------------------------------------------------------
                  Page "Honoraires"
  --------------------------------------------------------- */

body.page .entry-content .centered-page-subtitle {
  margin-bottom: 2rem;
  padding: .5rem 1rem;

  color: #fff;
  font-weight: 700;
  text-align: center;

  background: #af0019;
}


#fee-page-content {
  padding: 0;
}

@media screen and (min-width: 980px) {

  #fee-page-content {
    padding: 0 5rem;
  }

}

#fee-page .fee-page-items {
  padding: 0;
}

.presentation-mode.centered * {
  text-align: center;
}

#fee-introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#fee-introduction {
  margin-bottom: 3rem;
}

#fee-notification {
  padding-top: 3rem;
}

#fee-introduction .presentation-mode {
  width: 75%;
}

#fee-notification .presentation-mode {
  color: #aaa;
}

#fee-page .procedure-item {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 2rem;

  box-shadow: 0 1px 6px #aaa;
}

#fee-page .procedure-item + .procedure-item {
  margin-top: 3rem;
}

#fee-page .procedure-item-title {
  position: relative;

  text-align: center;
  width: 100%;
}

#fee-page .procedure-item-title::before {
  content:'';

  position: absolute;
  bottom: -2rem;
  left: 50%;

  transform: translateX(-50%);

  width: 100%;
  height: 2px;
  background: #af0019;
}

#fee-page .procedure-item-content {
  display: flex;
  flex-direction: column;

  margin-top: 4rem;
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {

  #fee-page .procedure-item-content {
    display: flex;
    flex-direction: row;
    align-items: center;

    margin-top: 4rem;
    padding: 0 2rem;
  }

}

#fee-page .procedure-item-description {
  flex: 1;

  margin-bottom: 1.5rem;
}

@media screen and (min-width: 980px) {

  #fee-page .procedure-item-description {
    margin-bottom: 0;
  }

}

#fee-page .procedure-item-middle-border {
  margin: 0 4rem;
  width: 1px;
  height: 100%;

  background: #d8d8d8;
}

#fee-page .procedure-item-fees {
  flex: 1;

  padding-bottom: .1rem;
}

#fee-page .fee-list {
  margin: 0;
  padding: 0;
}

#fee-page .fee-list li {
  position: relative;

  margin: 0;
  padding: 0;
  line-height: 3rem;

  color: #000;
  font-size: 1rem;

  text-align: center;
  list-style: none;
}

#fee-page .fee-list li + li::before {
  content: '';

  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  height: 1rem;
  width: 1.5rem;

  background-image: url('https://zodoganhou-viaud-avocat.com/wp-content/uploads/2019/05/three-squares.png');
  background-position: center;
  background-repeat: no-repeat;
}

#fee-page .fee-list li + li {
  padding-top: 1rem;
}
