/*
Theme Name: Base AntheDesign
Theme URI: http://themedesign.fr/demo/squario/
Author: Nazmi Aydogdu
Author URI: http://nazmi.grapheek.com/
Description: Le thème portfolio prêt à l'emploi 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;
}

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

body::before { 
	-webkit-animation: 1s ease 0s normal none 1 running loader;
	-moz-animation: 1s ease 0s normal none 1 running loader;
	-ms-animation: 1s ease 0s normal none 1 running loader;
	-o-animation: 1s ease 0s normal none 1 running loader;
	animation: 1s ease 0s normal none 1 running loader;	
	position:fixed; left:50%; width: 40px; width: 2.857142rem;
	margin-left: -20px; margin-left: -1.428571rem; height: 40px; height: 2.857142rem;
	top: 50%; margin-top: -20px; margin-top: -1.428571rem; 
	z-index: -1; opacity:0; 
	border-width: 10px; border-style: solid; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1) #274779; border-radius: 100%; 
	content: ''; 
}
body::after {
    -webkit-animation: 1s ease 0s normal none 1 running loaderBg;
	-moz-animation: 1s ease 0s normal none 1 running loaderBg;
	-ms-animation: 1s ease 0s normal none 1 running loaderBg;
	-o-animation: 1s ease 0s normal none 1 running loaderBg;
	animation: 1s 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;
}
body.js-load::before {
	-webkit-animation: 2s ease 0s normal none 5 running loader;
	-moz-animation: 2s ease 0s normal none 5 running loader;
	-ms-animation: 2s ease 0s normal none 5 running loader;
	-o-animation: 2s ease 0s normal none 5 running loader;
	animation: 2s ease 0s normal none 5 running loader;	
}
body.js-load::after {
	-webkit-animation: 2s ease 0s normal none 5 running loaderBg;
	-moz-animation: 2s ease 0s normal none 5 running loaderBg;
	-ms-animation: 2s ease 0s normal none 5 running loaderBg;
	-o-animation: 2s ease 0s normal none 5 running loaderBg;
	animation: 2s ease 0s normal none 5 running loaderBg;
}

/* reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 87.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus, *:focus { outline: none; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
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%;
}

.wrap { width: 90%; margin-left: auto; margin-right: auto; position:relative; }

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

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

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {}

article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
}
/* Form fields, general styles first */
button, input, select, textarea {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  margin-bottom: 4px;
  padding: 10px 14px;
  font-weight: 300;
}
input[type=text], 
input[type=email], 
input[type=password], 
input[type=submit], 
input[type=search], 
input[type=url], 
input[type=tel], 
textarea { -webkit-appearance: none; }

button,
input {	line-height: normal; }

textarea { font-size: 100%; overflow: auto;	vertical-align: top; }

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] { border: 0; border-radius: 0; padding: 0; }

/* Buttons */

button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: #274779;
  border: none;
  border-radius: 1px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.15s ease; transition: all 0.15s ease;
}

button[disabled],
input[disabled] { cursor: default; }

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	-webkit-transform: translateY(-2px); transform: translateY(-2px);
	opacity: 0.95;
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {}

.entry-content img,
.comment-content img,
.widget img { max-width: 100%; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {	height: auto; }
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image { max-width: 100%; height: auto; }
img.header-image {
  max-height: 82px;
  transition: all 0.4s ease-out 0s;
  width: auto;
}
embed,
iframe,
object,
video {	max-width: 100%; }
.entry-content .twitter-tweet-rendered { max-width: 100% !important; }

/* Images */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {}

.wp-caption { max-width: 100%; padding: 4px; }
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item { margin: 0; }
.gallery-item a,
.gallery-caption { width: 90%; }
.gallery-item a { display: block; }
.gallery-caption a { display: inline; }
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img { padding: 3%; }

/* Navigation */
.site-content nav {}

.backtotop {
  bottom: 24px;
  cursor: pointer;
  display: none;
  font-size: 2.5em;
  opacity: 0.2;
  position: fixed;
  right: 24px;
  -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in; 
}
.backtotop:hover { opacity: 0.5; -webkit-transform: translateY(-2px); transform: translateY(-2px); }

/* colors */
.bgcol, .bgcol-bis, .widget_myloop, #search-area input.search-submit, .tagcloud a:hover { background-color: #a1daf8; color: #fff; }
.bgcol a, .bgcol a:hover, .bgcol-bis a, .bgcol-bis a:hover { color: #fff; }
.bgcol-bis, .tagcloud a { background-color: #274779; }
.bgcol-white { background-color: #fff; }
.bgcol-whitef2, .widget.widget_recent_myentries { background-color: #f2f2f2; }
.bgcol-whitef1 { background-color: #f1f1f1; }
.bgcol-lgrey { background-color: #e7e7e7; }
.bgcol-red { background-color: #e63b70;}
.bgcol-green { background-color: #75b316; }
.bgcol-turq { background-color: #00a0af; }
.bgcol-purple { background-color: #4d4192; }
.bgcol-grey { background-color: #969696;}
.bgcol-yellow { background-color: #f2b236;}
.bgcol-orange { background-color: #e84e0e; }
.bgcol-brown { background-color: #932826; }
.bgcol-blue { background-color: #6cabd0; }

.primary-col, .col-primary, .col-primary  a, h1, h2, h3, h4, h5, h6, .gsurvey-survey-field > label { color: #274779; }
.bgcol-bis .primary-col, .bgcol-bis .col-primary, .bgcol-bis .col-primary  a, 
.bgcol-bis h1, .bgcol-bis h2, .bgcol-bis h3, .bgcol-bis h4, .bgcol-bis h5, .bgcol-bis h6, .search-toggle:hover i  { color: #fff; }
.secondary-col, .col-secondary, .col-secondary a, .widget_mycustomadherent a, .footy .widget_nav_menu a:hover { color: #a1daf8; }
.col-blue, .col-blue a { color: #6cabd0; }
.col-black, .col-black a { color: #000; }
.col-orange, .col-orange a, .search-toggle.toggled-on i:hover { color: #e84e0e; }
.col-brown, .col-brown a { color: #932826; }
.col-white, .col-white a, .col-white a:hover, .search-toggle.toggled-on i { color: #fff; }

/* floating */
.floatl { float: left; }
.floatr { float: right; }

/* text styles */
i, .italic { font-style: italic; }
strong, .bold { font-weight: 700; }
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }
.upp-it { text-transform: uppercase; }

/* social */
.facebook, .btn.facebook { background: #3b5999; color: #fff; }
.twitter, .btn.twitter { background: #00acee; color: #fff; }
.googleplus, .btn.googleplus { background: #dd4b39; color: #fff; }
.linkedin, .btn.linkedin { background: #007bb6; color: #fff; }
.facebook:hover, .btn.facebook:hover { background: #36518e; color: #fff; }
.twitter:hover, .btn.twitter:hover { background: #269cce; color: #fff; }
.googleplus:hover, .btn.googleplus:hover { background: #c94333; color: #fff; }
.linkedin:hover, .btn.linkedin:hover { background: #0970a7; color: #fff; }
/* btns */
.btn, #search-area .search-submit { display: inline-block; border: 1px solid; padding: 6px 18px; padding: 0.428571rem 1.285714rem; text-decoration:none; border-radius: 30px; border-radius: 2.142857rem; }
.btn, #search-area .search-submit, .btn.wide:hover { color: #fff; background: #274779; border-color: #274779; }
.btn.wide {
  background-color: transparent;
  border-color: #274779;
  color: #274779;
}
.btn-bor, #search-area .search-submit { border-width: 5px; }
.btn.big {
  font-weight: 700;
  padding: 12px 42px;
}
.btn.wide.white { color: #fff; border-color: #fff;}
.btn.facebook { border-color: #3b5999; }
.btn.twitter { border-color: #00acee; }
.btn.googleplus { border-color: #dd4b39; }
.btn.linkedin { border-color: #007bb6; }
.btn:hover { background: #e84e0e; border-color: #e84e0e; color: #fff; }
.btn.wide.white:hover { background: #fff; border-color: #fff; color: #3a3a44; }
.btn.facebook:hover { border-color: #36518e; }
.btn.twitter:hover { border-color: #269cce; }
.btn.googleplus:hover { border-color: #c94333; }
.btn.linkedin:hover { opacity: 1; border-color: #0970a7; }
.btn-list .btn { margin: 0 3px 4px; }
.btn-list .btn.big { margin: 0 7px 4px; }

.widget_myloop .btn, .widget_myloop .btn:hover { border-color: #fff; }

/* opacity */
.op0-9 { opacity: 0.9; }
.op0-8 { opacity: 0.8; }
.op0-7 { opacity: 0.7; }
.op0-6 { opacity: 0.6; }
.op0-5 { opacity: 0.5; }
.op0-4 { opacity: 0.4; }
.op0-3 { opacity: 0.3; }
.op0-2 { opacity: 0.2; }
.op0-1 { opacity: 0.1; }

/* margins */
.mrg0 { margin: 0;}

.mrg12 { margin: 12px; margin: 0.857142rem; }
.mrg12-0 { margin: 12px 0; margin: 0.857142rem 0; }
.mrg12-auto { margin: 12px auto; margin: 0.857142rem auto; }
.mrg12-24 { margin: 12px 24px; margin: 0.857142rem 1.714285714rem; }

.mrg24 { margin: 24px; margin: 1.714285714rem; }
.mrg24-0 { margin: 24px 0; margin: 1.714285714rem 0; }
.mrg24-auto { margin: 24px auto; margin: 1.714285714rem auto; }
.mrg24-12 { margin: 24px 12px; margin: 1.714285714rem 0.857142rem; }
.mrg24-48 { margin: 24px 48px; margin: 1.714285714rem 3.4285714rem; }

.mrg48 { margin: 48px; margin: 3.4285714rem; }
.mrg48-0 { margin: 48px 0; margin: 3.4285714rem 0; }
.mrg48-auto { margin: 48px auto; margin: 3.4285714rem auto; }
.mrg48-24 { margin: 48px 24px; margin: 3.4285714rem 1.714285714rem; }

.mrg96 { margin: 96px; margin: 6.85714rem; }
.mrg96-0 { margin: 96px 0; margin: 6.85714rem 0; }
.mrg96-auto { margin: 96px auto; margin: 6.85714rem auto; }

.mt0 { margin-top: 0; }
.mt3 { margin-top: 3px; margin-top: 0.214285rem; }
.mt6 { margin-top: 6px; margin-top: 0.428571rem; }
.mt12 { margin-top: 12px; margin-top: 0.857142rem; }
.mt24, .gforms_confirmation_message { margin-top: 24px; margin-top: 1.714285714rem; }
.mt36 { margin-top: 36px; margin-top: 2.5714rem; }
.mt48 { margin-top: 48px; margin-top: 3.4285714rem; }

.mb0 { margin-bottom: 0; }
.mb3 { margin-bottom: 3px; margin-bottom: 0.214285rem; }
.mb6 { margin-bottom: 6px; margin-bottom: 0.428571rem; }
.mb12 { margin-bottom: 12px; margin-bottom: 0.857142rem; }
.mb24 { margin-bottom: 24px; margin-bottom: 1.714285714rem; }
.mb36 { margin-bottom: 36px; margin-bottom: 2.5714rem; }
.mb48 { margin-bottom: 48px; margin-bottom: 3.4285714rem; }

.mr0 { margin-right: 0; }
.mr3 { margin-right: 3px; margin-right: 0.214285rem; }
.mr6 { margin-right: 6px; margin-right: 0.428571rem; }
.mr12 { margin-right: 12px; margin-right: 0.857142rem; }
.mr24 { margin-right: 24px; margin-right: 1.714285714rem; }
.mr36 { margin-right: 36px; margin-right: 2.5714rem; }
.mr48 { margin-right: 48px; margin-right: 3.4285714rem; }

.ml0 { margin-left: 0; }
.ml3 { margin-left: 3px; margin-left: 0.214285rem; }
.ml6 { margin-left: 6px; margin-left: 0.428571rem; }
.ml12 { margin-left: 12px; margin-left: 0.857142rem; }
.ml24 { margin-left: 24px; margin-left: 1.714285714rem; }
.ml36 { margin-left: 36px; margin-left: 2.5714rem; }
.ml48 { margin-left: 48px; margin-left: 3.4285714rem; }

/* paddings */
.pd0 { padding: 0; }
.pd0-12 { padding: 0 12px; padding: 0 0.857142rem; }
.pd0-24 { padding: 0 24px; padding: 0 1.714285714rem; }
.pd0-48 { padding: 0 48px; padding: 0 3.428571rem; }
.pd0-60 { padding: 0 60px; padding: 0 4.285714rem; }
.pd0-72 { padding: 0 72px; padding: 0 5.142857rem; }

.pd6 { padding: 6px; padding: 0.428571rem; }
.pd6-0 { padding: 6px 0; padding: 0.428571rem 0; }

.pd12 { padding: 12px; padding: 0.857142rem; }
.pd12-0 { padding: 12px 0; padding: 0.857142rem 0; }
.pd12-24 { padding: 12px 24px; padding: 0.857142rem 1.714285714rem; }
.pd12-48 { padding: 12px 48px; padding: 0.857142rem 3.428571rem; }

.pd24 { padding: 24px; padding: 1.714285714rem; }
.pd24-0, #nav-above { padding: 24px 0; padding: 1.714285714rem 0; }
.pd24-12, .main-navigation li a { padding: 24px 12px; padding: 1.714285714rem 0.857142rem; }
.pd24-48 { padding: 24px 48px; padding: 1.714285714rem 3.428571rem; }

.pd36 { padding: 36px; padding: 2.5714rem; }
.pd36-0 { padding: 36px 0; padding: 2.5714rem 0; }

.pd48, .gforms_confirmation_message { padding: 48px; padding: 3.428571rem; }
.pd48-0 { padding: 48px 0; padding: 3.4285714rem 0; }
.pd48-12 { padding: 48px 12px; padding: 3.4285714rem 0.857142rem; }
.pd48-24 { padding: 48px 24px; padding: 3.4285714rem 1.714285714rem; }

.pd96-0, #search-area.toggled-on { padding: 96px 0; padding: 6.857142rem 0; }

.pdb0 { padding-bottom: 0; }
.pdb6 { padding-bottom: 6px; padding-bottom: 0.428571rem; }
.pdb12 { padding-bottom: 12px; padding-bottom: 0.857142rem; }
.pdb24 { padding-bottom: 24px; padding-bottom: 1.714285714rem; }
.pdb48 { padding-bottom: 48px; padding-bottom: 3.4285714rem; }

.pdt0 { padding-top: 0; }
.pdt6 { padding-top: 6px; padding-top: 0.428571rem; }
.pdt12 { padding-top: 12px; padding-top: 0.857142rem; }
.pdt24 { padding-top: 24px; padding-top: 1.714285714rem; }
.pdt48 { padding-top: 48px; padding-top: 3.4285714rem; }

.pdl0 { padding-left: 0; }
.pdl6 { padding-left: 6px; padding-left: 0.42857142rem; }
.pdl12 { padding-left: 12px; padding-left: 0.857142rem; }
.pdl24 { padding-left: 24px; padding-left: 1.714285714rem; }
.pdl48 { padding-left: 48px; padding-left: 3.4285714rem;}

.pdr0 { padding-right: 0; }
.pdr6 { padding-right: 6px; padding-right: 0.42857142rem; }
.pdr12 { padding-right: 12px; padding-right: 0.857142rem; }
.pdr24, .slogan span { padding-right: 24px; padding-right: 1.714285rem; }
.pdr48 { padding-right: 48px; padding-right: 3.428571rem; }

.bor1 { border: 1px solid; }
.bor1.light { border: 1px solid rgba(0,0,0,0.1); }
.borb1 { border-bottom: 1px solid rgba(0,0,0,0.1); }
.bort1 { border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bor2 { border: 2px solid; }
.bor2.light { border: 2px solid rgba(0,0,0,0.1); }
.borb2 { border-bottom: 2px solid rgba(0,0,0,0.1); }

.bor5 { border: 5px solid; }
.bor5.light { border: 5px solid rgba(0,0,0,0.1); }
.borb5 { border-bottom: 5px solid rgba(0,0,0,0.1); }
.bort5-primary, .gforms_confirmation_message { border-top: 5px solid #274779; }

.bor10 { border: 10px solid; }
.bor10.light { border: 10px solid rgba(0,0,0,0.1); }
.borb10 { border-bottom: 10px solid rgba(0,0,0,0.1); }

/* widths */
.w10 { width: 15%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

/* blocklist spacement */
.plusplus-mt12 + .plusplus-mt12 { margin-top: 12px; }
.plusplus-mt24 + .plusplus-mt24 { margin-top: 24px; }
.plusplus-mt48 + .plusplus-mt48 { margin-top: 48px; }

/* odd even bg white */
.oddevenbg:nth-of-type(odd) { background: #fff; }
.oddevenbg:nth-of-type(even) { background: #f3f3f3; }

/* generals */
.posrel { position:relative; }
.ov-hid { overflow: hidden; }

.dis-no { display:none; }
.dis-ib { display: inline-block; }
.dis-b { display: block; }
.vat { vertical-align: top; }

/* div fixed heights */
div.h180 { height: 180px; }
div.h220 { height: 220px; }
div.h260 { height: 260px; }
div.h300 { height: 300px; }

/* text decoration none */
.tdn, a.tdn { text-decoration: none; }

/* End patterns */

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

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
body {
	font-size: 14px;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	color: #000;
	background-color: #e7e7e7; 
	font-weight: 400;
	letter-spacing: -0.1px;
	letter-spacing: -0.007142857rem;
	line-height: 1.5;
}

a { outline: none; color: #274779; text-decoration:none; -webkit-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }
a:hover { color: #0f3647; }

h1, h2, h3, h4, h5, h6 { -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; }

h1 { 
	font-size: 36px; font-size: 2.571428rem; line-height: 1; 
	font-weight: 900; 
}
h2 { font-size: 30px; font-size: 2.142857rem; line-height: 1; font-weight: 900;  }
h3 { font-size: 18px; font-size: 1.285714rem; line-height: 1.142857; font-weight: 700; }
h4 { font-size: 19px; font-size: 1.357142rem; line-height: 1.263157; font-weight: 700; }
h5 { font-size: 16px; font-size: 1.142857rem; line-height: 1.5; font-weight: 700; }
h6 { font-size: 15px; font-size: 1.071428rem; line-height: 1.6; font-weight: 700; }

.fw400 { font-weight: 400; }
.widget-title { text-transform: uppercase; }

/* Assistive text */
.assistive-text,
.site .screen-reader-text, .nodisplay {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site { position: relative; overflow: hidden; }
.site-content {}
.widget-area {}

/* Header */
.site-header {}
#search-area {
  background: #fff none repeat scroll 0 0;
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.15s ease; transition: all 0.15s ease;
}
#search-area.toggled-on { height: auto; }
#search-area > * { height: 46px; }
#search-area label {
  display: inline-block;
  width: 50%;
}
#search-area .search-field {
  background: #ffffff; color: #AAA;
  border: 1px solid #e7e7e7;
  border-radius: 2.14286rem;
  font-weight: 700;
  padding-left: 28px;
  width: 92%;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
  box-shadow: 0 0 0 rgba(161,218,248, 1);
}
#search-area .search-field:focus {
  border-color: #a1daf8;
  box-shadow: 0 0 0 12px rgba(161, 218, 248, 0);
}
#search-area .search-submit {
  border-color: #a1daf8;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#search-area .search-submit:hover { background-color: #274779; border-color: #274779; }
.search-toggle.toggled-on i.fa-search::before { content: '\f057'; }
.site-header { -webkit-transition: all 0.15s ease; transition: all 0.15s ease; }
.site-header.search-toggled {
  padding-top: 238px; /* 96 + 96 + 46 */
}
/* Navigation Menu */
.main-navigation {
  font-family: Roboto;
  font-size: 16px; font-size: 1.142857rem;
}
.main-navigation .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation .fa-2x {
  font-size: 1.5em;
}
.sep {
  border-left: 1px solid;
  height: 28px;
}
.main-navigation a { text-decoration: none;	}
.main-navigation a:hover,
.main-navigation a:focus {}
.main-navigation .nav-menu {
	display: none;
}

.menu-toggle {
  color: #274779 !important;
  display: inline-block;
  font-size: 24px;
  line-height: 0.8;
  padding: 24px 0;
}
.menu-toggle:hover { color: #fff !important; }

.main-navigation .nav-menu.toggled-on {
  background: #fff; z-index: 9999;
  box-shadow: 100px 0 0 #fff, -100px 0 0 #fff, 0 3px 12px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  position: absolute; padding-bottom: 24px;
  width: 100%;
}
.main-navigation .nav-menu.toggled-on a {
  display: block;
  padding: 18px 0;
  text-align: center;
}
.main-navigation .nav-menu.toggled-on a:hover { background: #274779; box-shadow: 100px 0 0 #274779, -100px 0 0 #274779; }
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.widget-area .widget h3 {}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {}
.widget-area .widget p {}
.widget-area .textwidget ul { list-style: none; }
.widget-area .textwidget li {}
.widget-area .widget a {}
.widget-area .widget a:hover {}
.widget-area #s {}

/* Footer */
footer[role="contentinfo"] {}
footer[role="contentinfo"] a {}
footer[role="contentinfo"] a:hover {}


/* =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; }

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

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

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

.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 inside;
	padding-left: 12px; 
}
.entry-content ol,
.comment-content ol {
	list-style: decimal inside;
	padding-left: 12px; 
}
.entry-content li, .comment-content li, .mu_register li {
  margin-bottom: 7px;
}
ul.styled li {
  list-style: none;  margin-bottom: 24px;
  padding-left: 78px;
  position: relative; font-style: italic;
}
ul.styled li::before {
  background: url(https://www.maqualitedelair-idf.fr/w2020/wp-content/themes/driee/img/styled-li.png) no-repeat scroll center top;
  content: "";
    display: block;
    height: 54px;
    left: 6px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    width: 50px;
}
ul.styled > li:nth-of-type(3n+2)::before {
  background-position: center center;
}
ul.styled > li:nth-of-type(3n)::before {
  background-position: center bottom;
}
ul.styled li.no::before {
  background: none;
}
a.pdf::before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 7px;
  position: relative;
  top: -8px;
  vertical-align: top;
}
.no > a::before {
  content: "\f178";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 7px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	font-style: italic;
	padding-left: 14px; padding-left: 1rem;
	border-left: 6px solid #e1e1e1;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.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 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 28px 24px;
	margin: 0 0 2rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.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: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
  padding: 4px 7px;
}
.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;
}

/* =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 */
#respond {}

#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#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: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required { color: red; }

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
}
.widget_twitter li { list-style-type: none; }
.widget_twitter .timesince { display: block; text-align: right; }

body.home #content > .widget_construktooor_widget:first-of-type {
  padding: 24px 0 0; padding: 1.714285714rem 0 0;
}
body.home #content > .widget_construktooor_widget:first-of-type > .wrap { padding-bottom: 0; }

/* =Plugins
----------------------------------------------- */
img#wpstats { display: block; }

.sondage-title {
  font-family: 'Roboto Slab';
  font-size: 32px;
  font-weight: 100;
  line-height: 1.35;
}
.widget_myloop p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}
.widget_myloop .entry-content > * {
  color: #274779;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 400;
}
.widget_myloop .entry-content > strong {
  font-size: 16px;
  font-weight: 700;
}
.widget_mycustomfooterlogo img {
  margin-right: 12px;
  max-height: 100px;
  vertical-align: top;
  width: auto;
}

.footy .widget-title {
  font-family: 'Roboto Slab';
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.footy .fa {
  margin-right: 4px;
}
.footy .fa.fa-2x {
  margin-right: 7px;
  position: relative;
  top: 4px;
}
.footy .widget_mycustomadherent {
  background: #213e6c; background: rgba(0,0,0,0.15);
  border-radius: 3px;
}
.footy .widget_nav_menu { padding: 12px; }
.footy .widget_nav_menu ul { padding-left: 12px; border-left: 4px solid rgba(0, 0, 0, 0.15); }
.footy .widget_nav_menu a {
  line-height: 1.75;
  text-decoration: underline;
}
.widget_mycustomadherent a::after {
  content: ",";
}
.widget_mycustomadherent a:last-child::after {
  content: none;
}
.widget_mycustomadherent a {
  font-size: 12px;
}
.widget_construktooor_widget .child-2 h3 {
  font-family: 'Roboto Slab';
  font-size: 22px;
  font-weight: 700;
}
.widget_construktooor_widget .child-2 h3 small { font-weight: 400; }

.slogan {
  font-family: "Roboto";
  font-size: 24px;
  font-style: italic;
  line-height: 1; position:relative;
}	
.slogan::before {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: 6px;
  content: "";
  height: 18px;
  left: 22px;
  position: absolute;
  -webkit-transform: rotate(-8deg) skewY(-42deg);
  transform: rotate(-8deg) skewY(-42deg);
  width: 18px;
  z-index: 9;
}
.slogan::after {
  background: #274779 none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 2px;
  left: -6px;
  position: absolute;
  width: 45%;
}
.slogan p {
  position: relative;
  z-index: 10;
}
.slogan span {
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 6px;
  text-align: right; color: #a1daf8;
}

body.page-id-41 .getchilds img {
  display: block;
  margin: 0 auto;
  max-width: 352px;
}

body.home #crsk-postid-47 h3, body.home #crsk-postid-43 h3 { color: #000 !important; }
.tagcloud a {
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 13px !important;
  line-height: 1;
  padding: 2px 18px 3px;
}
h1.survey-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.ginput_container {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  padding: 36px;
}
.gsurvey-survey-field > label {
  font-family: Roboto;
  font-size: 28px; font-size: 2rem;
  font-weight: 900;
}
.gsurvey-survey-field > label .gfield_required  { display:none; }
#page .gform_wrapper {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
#page .gform_wrapper .gform_page_footer {
  border-top: none;
  margin: 24px 0;
  padding: 0;
  width: 100%;
}
#page .gform_wrapper .gf_progressbar_wrapper { border-top: none; }
#page .gform_wrapper .gform_heading {
  margin: 0;
  width: 100%;
}
#page .gform_wrapper .gf_progressbar_wrapper { border-bottom: none; width: 100%; }
#page .gform_wrapper .gf_progressbar {
  background: #fff none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 4px;
  width: 100%;
}
#page .gform_wrapper .gf_progressbar_percentage {
  background: #274779;
  height: 4px;
}
#page .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 14px;
  margin-bottom: 12px !important;
  opacity: 1;
}

#page .gform_wrapper .popin .gfield_label {
  background: url(https://www.maqualitedelair-idf.fr/w2020/wp-content/themes/driee/img/clouds.png) no-repeat center right #a1daf8;
  color: #274779;
  display: block;
  padding: 24px;
  cursor: pointer; margin: 24px 0;
  -webkit-transition: all 0.15s ease; transition: all 0.15s ease;
}
#page .gform_wrapper .popin .gfield_label:hover { -webkit-transform: translateY(-3px); transform: translateY(-3px); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05); }

#page .gform_wrapper .popin .gfield_label::before {
  content: '\f05a'; font-family: FontAwesome;
    font-size: 1.55em;
    line-height: 0;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
#page .gform_wrapper .popin .gfield_description {
  background: #274779;
  border-radius: 5px;
  color: #fff;
  left: -100%; 
  padding: 48px;
  position: fixed;
  top: 20%;
  width: 80%;
  z-index: 999999;
  opacity: 0; max-height: 60%; overflow-y: auto;
  -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
}
#page .gfield_description > p, #page .gfield_description > ul {
  margin-bottom: 12px !important;
}
#page .gfield.parceque {
  margin-top: -24px;
}
#page .parceque .gfield_label {
  background: #f2f2f2;
  display: block;
  margin: 0;
  padding: 12px 36px;
}
#page .parceque .gfield_label + .ginput_container {
  margin: 0 0 24px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.gform_wrapper .gform_body input[type="text"],
.gform_wrapper .gform_body input[type="email"],
.gform_wrapper .gform_body textarea,
#loginform .login-username input, #loginform .login-password input {
  background: #f5f5f5;
  border: 3px solid #ebebeb;
  border-radius: 0;
  box-shadow: -3px 0 0 #a1daf8, 0 2px 6px rgba(0, 0, 0, 0.024) inset;
  padding: 9px 12px;
}
#page .gfield_description > ul li { margin-bottom: 6px; list-style: inside disc !important; }
#page .gform_wrapper .popin .toggled + .overlay + .gfield_description { left: 10%; opacity: 1; }
#page .popin .gfield_description i.fa {
  font-size: 1.35em;
  position: relative;
  top: 2px;
}
#page .popin .gfield_description .fa-times { cursor: pointer; }
#page .popin .gfield_description .fa-times:hover { -webkit-transform: rotate(5deg); transform: rotate(5deg); }

#page .gform_wrapper .popin .gfield_description a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

#page .gform_wrapper .gsection {
  background: #274779;
  border: none;
  border-radius: 3px;
  padding: 24px;
}
#page .gform_wrapper h2.gsection_title {
  color: #fff;
}
#page .gform_wrapper h2.gsection_title::before {
  content: "\f063";
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 12px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-bottom: 24px;
}
.gform_wrapper .popin .overlay {
  background: #fff; 
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 99999; opacity: 0; 
  -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
}
.gform_wrapper .popin  .toggled + .overlay { opacity: 0.85; top: 0; }

#page .gform_wrapper .gform_next_button, #page .gform_wrapper .gform_previous_button,
#page .gform_wrapper .button  { padding: 18px 30px; margin-right: 12px; }

#page .gform_wrapper .gform_previous_button { background: #b6b6b6; }
#page .gform_wrapper .gform_previous_button:hover { -webkit-transform: translateX(-2px); transform: translateX(-2px); }

#page .gfield_radio label, #page .gfield_checkbox label { cursor: pointer; padding: 2px 0; }
#page .gfield_radio input, #page .gfield_checkbox input { opacity: 0; }

#page .gfield_radio label::before, #page .gfield_checkbox label::before {
  color: #274779;
  content: "\f1db";
  font-family: FontAwesome;
  font-size: 1.5em;
  font-weight: 400;
  margin-left: -18px;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
#page .gfield_radio :checked + label::before, #page .gfield_checkbox :checked + label::before { content: "\f111"; }

#page .gforms_confirmation_message {
  background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}
#page .gform_wrapper div.validation_error, p.alert-box {
  background: #D64343;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 24px;
  width: 100%;
}

#page .gform_wrapper li.gfield.gfield_error, 
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
}
#page .gform_wrapper .gfield_error .gfield_label,
#page .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
#page .gform_wrapper li.gfield_error ul.gfield_checkbox, 
#page .gform_wrapper li.gfield_error ul.gfield_radio  { color: #274779; }

#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
  background: #D64343;
  color: #fff;
  font-family: Roboto;
  margin: 0;
  max-width: 100%; width: 100%;
  padding: 6px !important;
  text-align: center;
}
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required .ginput_container + div.gfield_description.validation_message {
  margin-top: -24px;
}
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-left: 0; }

#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#page .gform_wrapper li.gfield_html { max-width: 100%; }

#page .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.nopadd .ginput_container {
  padding: 3px;
}
h3 span.tag {
  background: #a1daf8;
  border-radius: 22px;
  color: #274779;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.25px;
  margin-top: 3px;
  padding: 3px 15px;
  text-transform: uppercase;
  vertical-align: top;
}

body.post-type-archive-sondage #content > .pd48 {
  padding: 0;
}
h3 span.tag.bgcol-bis { background: #274779; color: #a1daf8; }
.delasemaine {}
.delasemaine.complet {
  background: #e84e0e;
  padding: 96px 0; color: #fff;
}
.delasemaine.complet h3 a, .delasemaine.complet a.btn { color: #fff; border-color: #fff; }
#secondary.widget-area .widget h3 { margin-bottom: 12px; }
#secondary .widget_nav_menu li a {
  border-top: 1px solid #eee;
  display: block;
  padding: 12px;
}
#secondary .widget_nav_menu li a:hover { font-weight: 700; }
#secondary .widget_nav_menu li.current-menu-item a {
  border-left: 3px solid;
  border-top: medium none;
  box-shadow: 0 -1px 0 #eee;
  font-weight: 700;
  margin-top: 1px;
  padding: 18px 12px;
}
.widget-area .textwidget p, .widget-area .textwidget ul {
  margin-bottom: 12px;
}
.widget-area .textwidget li { list-style: inside disc; margin-bottom: 6px; }

.entry-content blockquote {
  background: #a1daf8 url(https://www.maqualitedelair-idf.fr/w2020/wp-content/themes/driee/img/clouds.png) no-repeat right center; background-size: contain;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
  padding: 24px 72px;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.entry-content blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  left: 24px; font-weight: 400;
  position: absolute;
  top: 13px; 
}
.entry-content blockquote::after {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  right: 24px; font-weight: 400;
  position: absolute;
  top: 13px; 
}

/* anthe_sitemap */
.sitemap.item > p {
  padding-left: 18px; position:relative;
}
.sitemap.item > p::before {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 12px;
}
.sitemap.item > p::after {
  border-left: 1px dashed #999;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -18px;
  width: 0;
}

#loginform { text-align:center; }
#loginform .login-username label, #loginform .login-password label {
  display: block; width: 100%; margin-bottom: 6px;
}
.nav-single .nav-previous,
.nav-single .nav-next { text-align:center; }

/* table */
.entry-content table { margin: 24px 0 42px; }
.entry-content table td, .entry-content table th {
  vertical-align: middle; border: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content table p + p {
  margin-top: 4px;
}
.entry-content table span {
  display: inline-block;
  line-height: 1.35;
}
.entry-content table span > b, .entry-content table span > i {
  display: inline-block;
  line-height: 1.3;
}

.cur-def { cursor: default; }

.filup-area {
  border: 2px dashed #ccc; border-radius: 6px;
}
.filup-area > label {
  display: block;
  margin: 24px 0;
  text-align: center;
}
.filup-area > input {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
.entry-content h2.privatem-title {
  font-size: 30px; font-size: 2.14286rem;
}

.widget_recentanthe_myentries .slidecontainer {
	border-left: 1px solid #ccc;
	margin-left: 28px; margin-left: 2rem;
	padding-left: 28px; padding-left: 2rem;
}
.widget_recentanthe_myentries .itemtitle { line-height: 1.5; }
.widget_recentanthe_myentries .widget-title {
	margin-bottom: 0;
	font-size: 14px; font-size: 1rem;
}
.widget_recentanthe_myentries .btn.smaller-960 {
	font-size: 10px;
	padding: 4px 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.itemtitle.h4 { font-size: 21px; font-size: 1.5rem; }
.rightar .owl-controls, .rightar .owl-controls .owl-buttons { text-align: center; height: 100%; }
.rightar .owl-controls {
	position: absolute;
	left: -60px;
	width: 60px;
}
.rightar .owl-controls .owl-buttons div { color: #274779; height: 25px; margin: 0 2px; width: 25px; border-radius: 100%; line-height: 22.5px; border: 1px solid; display: inline-block; }
.rightar .owl-controls .owl-buttons div:hover { color: #fff; background: #274779; border-color: #274779; }

.act-item { border: 2px solid #ddd; }
@media screen and (min-width: 800px) {}
@media screen and (max-width: 800px) {
	.widget_recentanthe_myentries .slidecontainer { padding-left: 0; margin-left: 0; border: none; }
	.rightar { padding-top: 14px; padding-top: 1rem; }
	.rightar .owl-controls { display: none !important; }
	.js-valign-800 {	margin-top: 0 !important; }
}
.deftabs > .elem { cursor: pointer; }
.deftabs > .active, .deftabs > .elem:hover {
	background: #fff;
	box-shadow: 0 3px 0 0 #fff, 1px 0 0 0 #ccc, -1px 0 0 0 #ccc;
}
.tabcontent.bor1 { -webkit-transition: all 0.1s ease; transition: all 0.1s ease; border-width: 0; height: 0; overflow: hidden; padding: 0; }
.tabcontent.bor1.active { border-width: 1px; padding: 24px; height: auto; overflow: visible; border-color: #ccc; }

.entry-content table {
	display: block;
	overflow-x: auto;
}

body.home #construktooor_widget-2 { padding-top: 0; }
body.home #myrecentanthe-posts-2 { padding-bottom: 21px;background: #fff;border-bottom: 1px solid #ccc; }
body.home #construktooor_widget-5 { padding: 7px 0; background: #fff; }
body.home #construktooor_widget-5 > .pd48-0 {
	padding: 0;
}
body.home #construktooor_widget-5 .widget-title, body.home #construktooor_widget-5 .crsk-col-1-1 {
	display: none;
}
body.home #construktooor_widget-5 .item.pdt24 { padding-top: 0; padding-left: 0; }
body.home #construktooor_widget-5 .item.pdt24 a {
	text-align: left;
	margin-left: -7px; margin-left: -0.5rem;
}
body.home #construktooor_widget-5 .item img { width: 100px; }

@media screen and (min-width: 1010px) {
	body.home #construktooor_widget-5 .item img + .pdb24 { display: inline-block; vertical-align: top; padding-top: 28px; }
	body.home #construktooor_widget-5 .item img + .pdb24 .tac { text-align: left; }
}

/* CARTOGRAPHIE */
body.page-template-cartographie {
	background: #f6f6f6;
}

body.page-template-cartographie .wrap.clear.bort5-primary.box {
	border: none;
	box-shadow: none;
	padding: 0;
	background: #f6f6f6;
}
#cart_switcher, #cartographie {
	font-family: Roboto; color: #323232;
}
.flex {
	display: flex;
	align-content: center;
	align-items: center;
}

#cart_switcher .fa-check { display:none; }
#cart_switcher .active .fa-check {
	color: #323232;
	display: inline-block;
}
#leftside { position: relative; }
#leftside .big-circle {
	width: 345px;
	height: 345px;
	background: #274779;
	color: #fff; text-align: center;
	display: flex; align-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 190px auto 100px; overflow: hidden; position: relative;
	border: 12px solid rgba(255,255,255,.2);
}
.big-circle .before, .big-circle .after {
	height: 86px;
	width: 100%;
	position: absolute;
	background: #183666;
	bottom: -14px;
	-webkit-transform: skewY(-10deg); transform: skewY(-10deg);
}
.big-circle .before { 
	-webkit-transform: skewY(3deg); transform: skewY(3deg);
	opacity: 0.5;
}

#leftside .big-circle .inside {
	width: 100%;
	font-size: 28px;
}
/* 1 */
#leftside .label {
	position: absolute;
	left: 50%;
	margin-left: -193px;
	bottom: 169px;
	-webkit-transition: all .35s ease; transition: all .35s ease;
}
#leftside .label .title { position: absolute; right: 35px; margin-top: -10px; }
/* 2 */
#leftside .label:nth-of-type(2) {
	margin-left: -198px;
	top: 266px; bottom: auto;
}
/* 3 */
#leftside .label:nth-of-type(3) {
	top: 157px; bottom: auto;
	margin-left: -17px;
}
#leftside .label:nth-of-type(3) .title, #leftside .label:nth-of-type(6) .title {
	position: static;
	width: 300px;
	display: block;
	text-align: center;
	margin-left: -132px;
	margin-top: -61px;
}
#leftside .label:nth-of-type(6) .title { margin-top: 0; }
/* 4 */
#leftside .label:nth-of-type(4) {
	margin-left: 166px;
	top: 266px; bottom: auto;
}

/* 5 */
#leftside .label:nth-of-type(5) {
	margin-left: 163px;
	bottom: 169px; top: auto;
}

#leftside .label:nth-of-type(6) {
	bottom: auto;
	margin-left: 0;
	top: 550px;
}

#leftside .label:nth-of-type(1) .title, #leftside .label:nth-of-type(2) .title {
	text-align: right;
}

#leftside .label:nth-of-type(4) .title, #leftside .label:nth-of-type(5) .title {
	right: auto;
}

#leftside .circle {
	border: 2px solid;
	height: 21px;
	width: 21px;
	display: inline-block;
	border-radius: 100%;
	margin: 0 5px;
	vertical-align: top;
}
#leftside .title {
	font-size: 35px;
	line-height: 1;
}

#cartographie.subclicked .big-circle {
	height: 165px;
	width: 165px;
	margin-left: 30px;
}
#cartographie.subclicked #leftside .label {
	left: 0; margin-left: 28px;
}
#cartographie.subclicked #leftside .label .circle {
	height: 13px;
	width: 13px;
	border-width: 3px;
}
#cartographie.subclicked #leftside .label .title {
	font-size: 15px;
	margin-top: -1px;
	right: 23px;
}

#cartographie.subclicked #leftside .label:nth-of-type(1) {
	margin-left: 200px;
	bottom: auto;
	top: 267px;
}
#cartographie.subclicked #leftside .label:nth-of-type(1) .title, .utem span {
	text-align: left;
	right: auto;
	background: red;
	padding: 14px 21px;
	margin-top: -19px;
	color: #fff;
	font-weight: bold;
	border-radius: 29px;
	max-width: 183px;
	font-size: 18px;
	line-height: 1.25;
}
#cartographie.subclicked #leftside .label:nth-of-type(1) .circle { border-width: 6px; }
#cartographie.subclicked #leftside .label:nth-of-type(2) { margin-left: 0; }
#cartographie.subclicked #leftside .label:nth-of-type(3) { top: 191px; margin-left: 33px; }
#cartographie.subclicked #leftside .label:nth-of-type(3) .title {
	margin-top: -1px;
	position: absolute;
	width: auto;
	left: auto;
	right: 23px;
	margin-left: 0;
	text-align: right;
	display: inline;
}

#cartographie.subclicked #leftside .label:nth-of-type(4) {
	bottom: auto;
	top: 179px;
	margin-left: 149px;
}
#cartographie.subclicked #leftside .label:nth-of-type(4) .title {
	right: auto;
}
#cartographie.subclicked #leftside .label:nth-of-type(5) {
	bottom: auto;
	top: 339px;
}
#cartographie.subclicked #leftside .label:nth-of-type(5) .title {
	left: auto;
	right: 23px;
	text-align: right;
}
#cartographie.subclicked #leftside .label:nth-of-type(6) {}
.subclicked #leftside .big-circle { margin-bottom: 209px; }
.subclicked #leftside .big-circle .inside {
	font-size: 14px;
}
.subclicked .big-circle .before {
	height: 54px;
}
.subclicked .big-circle .after {
	height: 47px;
}

.clouditem .fa.fa-tint {
	text-shadow: 0 1px 0 #323232, 0 -1px 0 #323232,1px 0 0 #323232, -1px 0 0 #323232;
	color: #fff;
	font-size: 24px;
	vertical-align: top;
}
.clouditem.active .fa.fa-tint { text-shadow: none; color: #323232; }

@-webkit-keyframes bigcircile {
	0%   { border-width: 6px; -webkit-transform: rotate(5deg); transform: rotate(5deg); opacity: .8;}
	30%   { border-width: 0px; -webkit-transform: rotate(0deg); transform: rotate(0deg); opacity: .2;}
	70%   { border-width: 0px; -webkit-transform: rotate(20deg); transform: rotate(20deg); opacity: .6;}
	100% { border-width: 12px; -webkit-transform: rotate(10deg); transform: rotate(10deg); opacity: 1;}
}
@keyframes bigcircile {
	0%   { border-width: 6px; -webkit-transform: rotate(5deg); transform: rotate(5deg);  opacity: .8;}
	30%   { border-width: 0px; -webkit-transform: rotate(0deg); transform: rotate(0deg); opacity: .2;}
	70%   { border-width: 0px; -webkit-transform: rotate(20deg); transform: rotate(20deg); opacity: .6;}
	100% { border-width: 12px; -webkit-transform: rotate(10deg); transform: rotate(10deg); opacity: 1;}
}
.big-circle.animat {
	-webkit-animation: .5s ease 0s normal none 1 running bigcircile;
	-moz-animation: .5s ease 0s normal none 1 running bigcircile;
	-ms-animation: .5s ease 0s normal none 1 running bigcircile;
	-o-animation: .5s ease 0s normal none 1 running bigcircile;
	animation: .5s ease 0s normal none 1 running bigcircile;	
}
.big-circle.animat .before {
	-webkit-transition: all .25s ease; transition: all .25s ease;
	height: 20px;
}
.big-circle.animat .after {
	-webkit-transition: all .35s ease; transition: all .35s ease;
	height: 30px;
}

.sub-area {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 548px;
	top: 0;
	left: 474px;
}
.utem {
	display: inline-block; vertical-align: top;
}
.utem.main { position: relative; cursor: pointer; }
.utem span {
	display: table-caption;
	width: auto;
	max-width: 100%;
	margin: 20px 0; position: relative;
}
#cartographie.subclicked #leftside .label:nth-of-type(1) .title { position: relative; top: -7%; display: inline-block; max-width: 163px; }
#cartographie.subclicked #leftside .label:nth-of-type(1) .title::before, #cartographie.subclicked #leftside .label:nth-of-type(1) .title::after,
.wrapped.insub::before, .wrapped.insub::after {
	content: '';
	width: 55px;
	background: inherit;
	position: absolute;
	height: 5px;
	margin: 0 0 0 15px;
	left: 100%;
	top: 24px;
}
.utem.main.clicked::before, .utem.main.clicked::after {
	content: '';
	width: 45px;
	background: red;
	position: absolute;
	height: 5px;
	margin: 0 0 0 15px;
	right: -60px;
	top: 50%;
}
.dis-no.acteurs { position: relative; }
#cart_switcher a {
	padding: .35rem 0;
	font-size: 18px;
	opacity: .5;
}
#cart_switcher a.active { font-weight: bold; }
#cart_switcher i { margin-right: 4px;}
#cart_switcher a:hover { opacity: 1; }
.acteurs + .acteurs .utem span::before, .acteurs + .acteurs .utem span::after, 
.acteurs .wrapped + .wrapped .utem span::before, .acteurs .wrapped + .wrapped .utem span::after,
.acteurs .wrapped + .popintem + .wrapped .utem span::before, .acteurs .wrapped + .popintem + .wrapped .utem span::after,
.wrapped.insub > .utem.insub + .utem.insub span::before, .wrapped.insub > .utem.insub + .utem.insub span::after {
	content: '';
	width: 4px;
	height: 28px;
	background: inherit;
	position: absolute;
	margin: -51px 0 0 3px;
	left: 22px;
	top: 15px;
}
.acteurs + .acteurs .utem.insub span::before, .acteurs + .acteurs .utem.insub span::after { content: none; }
.subs.hassubs {
	margin-left: -60px;
}
.wrapped.insub {
	position: absolute;
	left: 158px;
	top: 0;
	width: 272px;
	height: 100%;
	justify-content: center;
	flex-direction: column;
}
.utem.utem-acteur.insub {
	display: block;
}
.utem.insub span {
	white-space: nowrap;
}
.utem-acteur { cursor: pointer; }
.dis-no.acteurs + .acteurs + .acteurs > .wrapped.insub {
	top: auto;
	bottom: 12px;
	justify-content: flex-end;
}
.dis-no.acteurs[date-parentid="49"] > .wrapped.insub {
	justify-content: flex-start;
	top: -79px;
}
.dis-no.acteurs + .acteurs + .acteurs[date-parentid="49"] > .wrapped.insub {
	bottom: -70%;
}
#initialize {
	font-size: 36px;
}
.clouditem {
	padding: .35rem 0; cursor: pointer;
}
.clouditem:hover,
.clouditem.active { font-weight: bold; }
.clouditem .fa {
	margin-right: 4px;
}
.dis-no.popintem.opn {
	display: block;
	position: fixed;
	top: 20%;
	height: 60%;
	background: #fff;
	width: 80%;
	margin: 0 auto;
	left: 0;
	max-width: 777px;
	right: 0;
	padding: 40px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.15);
	z-index: 99999;
	border-top: 3px solid #274779;
	overflow-y: auto;
}
.popintem .fa.fa-close {
	position: absolute;
	right: 14px;
	top: 10px;
	font-size: 28px; cursor: pointer; 
}
.op0 { opacity: 0; }

#cartosecteur {
	font-family: Roboto;
}
#cartosecteur .circle {
	border: 2px solid;
	height: 21px;
	width: 21px;
	display: inline-block;
	border-radius: 100%;
	margin: 8px 14px 5px;
	vertical-align: top;
}
#cartosecteur > .active .circle { border-width: 10px; }
#cartosecteur .title {
	font-size: 17px;
	padding: .5rem 0;
	display: inline-block;
	vertical-align: top;
}
#cartosecteur .dis-b.label.child {
	padding-left: 16px;
}

.sticker {
	padding: 7px 14px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	margin: 7px 0 7px 14px;
	/* margin-right: 7px; */
}
.subarea {
	display: none;
}
.subarea.sub {
	background: #fff;
	box-shadow: 0 3px 9px rgba(0,0,0,.1);
	margin-bottom: 14px;
	margin-top: 7px;
}
.ult {
	display: inline-block;
	position: relative;
	padding: 7px 14px;
	/* background: #f1F1F1; */
	margin: 0 0 7px 14px; 
	border-radius: 30px;
	color: #274779;
	border: 1px solid;
	cursor: pointer;
}
.ult.active { background: #274779; color: #fff; }
.ult > .fa {
	vertical-align: top;
	margin-top: 3px;
	margin-left: 10px;
	vertical-align: top;
	cursor: pointer;
}
.ult.active > .fa::before { content: '\f077'; }
.itemmm { padding: 7px 0; }
.itemmm + .itemmm {
	border-top: 1px solid #eee;
}

.typepop {
	display: none;
	padding: 14px;
	border-top: 1px solid #eee;
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

@media screen and (min-width: 600px) {
	.nav-single .nav-previous { width: 50%; float: left; text-align: left; }
	.nav-single .nav-next { width: 50%; float: right; text-align: right; }
	#loginform { text-align: left; }
	#loginform .login-username label, #loginform .login-password label {
	  float: left;
	  padding-right: 18px;
	  text-align: right;
	  width: 40%; padding-top: 6px;
	}
	#loginform .login-username input, #loginform .login-password input { width: 60%; }
	#loginform .login-remember, #loginform .login-submit { text-align: right; }
	.floatl-600 { float: left; }
	.floatr-600 { float: right; }
	.floatr-600.smallbtn { margin: -6px 0; }
	.dis-no-600 { display:none; }
	.dis-ib-600 { display: inline-block; }
	.dis-b-600 { display: block; }

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

	.mt0-600 { margin-top: 0; }
	.mt12-600 { margin-top: 12px; margin-top: 0.857142rem; }
	.mt24-600 { margin-top: 24px; margin-top: 1.714285714rem; }
	.mt36-600 { margin-top: 36px; margin-top: 2.5714rem; }
	.mt48-600 { margin-top: 48px; margin-top: 3.4285714rem; }
	
	.mb0-600 { margin-bottom: 0; }
	.mb12-600 { margin-bottom: 12px; margin-bottom: 0.857142rem; }
	.mb24-600 { margin-bottom: 24px; margin-bottom: 1.714285714rem; }
	.mb36-600 { margin-bottom: 36px; margin-bottom: 2.5714rem; }
	.mb48-600 { margin-bottom: 48px; margin-bottom: 3.4285714rem; }
	
	.pdb0-600 { padding-bottom: 0; }
	.pdb6-600 { padding-bottom: 6px; padding-bottom: 0.428571rem; }
	.pdb12-600 { padding-bottom: 12px; padding-bottom: 0.857142rem; }
	.pdb24-600 { padding-bottom: 24px; padding-bottom: 1.714285714rem; }
	.pdb48-600 { padding-bottom: 48px; padding-bottom: 3.4285714rem; }

	.pdt0-600 { padding-top: 0; }
	.pdt6-600 { padding-top: 6px; padding-top: 0.428571rem; }
	.pdt12-600 { padding-top: 12px; padding-top: 0.857142rem; }
	.pdt24-600 { padding-top: 24px; padding-top: 1.714285714rem; }
	.pdt48-600 { padding-top: 48px; padding-top: 3.4285714rem; }

	.pdl0-600 { padding-left: 0; }
	.pdl6-600 { padding-left: 6px; padding-left: 0.42857142rem; }
	.pdl12-600 { padding-left: 12px; padding-left: 0.857142rem; }
	.pdl24-600 { padding-left: 24px; padding-left: 1.714285714rem; }
	.pdl48-600 { padding-left: 48px; padding-left: 3.4285714rem;}

	.pdr0-600 { padding-right: 0; }
	.pdr6-600 { padding-right: 6px; padding-right: 0.42857142rem; }
	.pdr12-600 { padding-right: 12px; padding-right: 0.857142rem; }
	.pdr24-600 { padding-right: 24px; padding-right: 1.714285rem; }
	.pdr48-600 { padding-right: 48px; padding-right: 3.428571rem; }

	/* widths */
	.w10-600 { width: 10%; }
	.w15-600 { width: 15%; }
	.w20-600 { width: 20%; }
	.w25-600 { width: 25%; }
	.w30-600 { width: 30%; }
	.w33-600 { width: 33.33%; }
	.w35-600 { width: 35%; }
	.w40-600 { width: 40%; }
	.w45-600 { width: 45%; }
	.w50-600 { width: 50%; }
	.w55-600 { width: 55%; }
	.w60-600 { width: 60%; }
	.w65-600 { width: 65%; }
	.w66-600 { width: 66.66%; }	
	.w70-600 { width: 70%; }
	.w75-600 { width: 75%; }
	.w80-600 { width: 80%; }
	.w85-600 { width: 85%; }
	.w90-600 { width: 90%; }	
	.w100-600 { width: 100%; }	
	
	.col-2 article, .col-3 article, .col-4 article,	.col-5 article, .col-6 article,
	.col-2 .item, .col-3 .item, .col-4 .item,	.col-5 .item, .col-6 .item 	{ float: left; width: 50%; }
	.col-2 article:nth-of-type(2n+1), .col-3 article:nth-of-type(2n+1), .col-4 article:nth-of-type(2n+1),	
	.col-5 article:nth-of-type(2n+1), .col-6 article:nth-of-type(2n+1),
	.col-2 .item:nth-of-type(2n+1), .col-3 .item:nth-of-type(2n+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; }
	
	.entry-header .entry-title {}	
	#respond form input[type="text"] {	}
	#respond form textarea.blog-textarea {	}
	.template-front-page.has-post-thumbnail article {}	
	.entry-page-image {	}	
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {	}
	.commentlist .children { margin-left: 48px;	margin-left: 3.428571429rem; }
}
@media screen and (min-width: 700px) {
	.floatl-700 { float: left; }
	.floatr-700 { float: right; }
	.floatr-700.smallbtn { margin: -6px 0; }
	.dis-no-700 { display:none; }
	.dis-ib-700 { display: inline-block; }
	.dis-b-700 { display: block; }
	.tar-700 { text-align: right; }
	.tal-700 { text-align: left; }
	.tac-700 { text-align: center; }
	
	.mt0-700 { margin-top: 0; }
	.mt12-700 { margin-top: 12px; margin-top: 0.857142rem; }
	.mt24-700 { margin-top: 24px; margin-top: 1.714285714rem; }
	.mt36-700 { margin-top: 36px; margin-top: 2.5714rem; }
	.mt48-700 { margin-top: 48px; margin-top: 3.4285714rem; }
	
	.mb0-700 { margin-bottom: 0; }
	.mb12-700 { margin-bottom: 12px; margin-bottom: 0.857142rem; }
	.mb24-700 { margin-bottom: 24px; margin-bottom: 1.714285714rem; }
	.mb36-700 { margin-bottom: 36px; margin-bottom: 2.5714rem; }
	.mb48-700 { margin-bottom: 48px; margin-bottom: 3.4285714rem; }
	
	.pdb0-700 { padding-bottom: 0; }
	.pdb6-700 { padding-bottom: 6px; padding-bottom: 0.428571rem; }
	.pdb12-700 { padding-bottom: 12px; padding-bottom: 0.857142rem; }
	.pdb24-700 { padding-bottom: 24px; padding-bottom: 1.714285714rem; }
	.pdb48-700 { padding-bottom: 48px; padding-bottom: 3.4285714rem; }

	.pdt0-700 { padding-top: 0; }
	.pdt6-700 { padding-top: 6px; padding-top: 0.428571rem; }
	.pdt12-700 { padding-top: 12px; padding-top: 0.857142rem; }
	.pdt24-700 { padding-top: 24px; padding-top: 1.714285714rem; }
	.pdt48-700 { padding-top: 48px; padding-top: 3.4285714rem; }

	.pdl0-700 { padding-left: 0; }
	.pdl6-700 { padding-left: 6px; padding-left: 0.42857142rem; }
	.pdl12-700 { padding-left: 12px; padding-left: 0.857142rem; }
	.pdl24-700 { padding-left: 24px; padding-left: 1.714285714rem; }
	.pdl48-700 { padding-left: 48px; padding-left: 3.4285714rem;}

	.pdr0-700 { padding-right: 0; }
	.pdr6-700 { padding-right: 6px; padding-right: 0.42857142rem; }
	.pdr12-700 { padding-right: 12px; padding-right: 0.857142rem; }
	.pdr24-700 { padding-right: 24px; padding-right: 1.714285rem; }
	.pdr48-700 { padding-right: 48px; padding-right: 3.428571rem; }	
	
	/* widths */
	.w10-700 { width: 10%; }
	.w15-700 { width: 15%; }
	.w20-700 { width: 20%; }
	.w25-700 { width: 25%; }
	.w30-700 { width: 30%; }
	.w33-700 { width: 33.33%; }
	.w35-700 { width: 35%; }
	.w40-700 { width: 40%; }
	.w45-700 { width: 45%; }
	.w50-700 { width: 50%; }
	.w55-700 { width: 55%; }
	.w60-700 { width: 60%; }
	.w65-700 { width: 65%; }
	.w66-700 { width: 66.66%; }
	.w70-700 { width: 70%; }
	.w75-700 { width: 75%; }
	.w80-700 { width: 80%; }
	.w85-700 { width: 85%; }	
	.w90-700 { width: 90%; }
	.w100-700 { width: 100%; }
	
	.col-3 article, .col-5 article, .col-6 article,
	.col-3 .item, .col-5 .item, .col-6 .item	{ width: 33.33%; }
	.col-3 article:nth-of-type(2n+1), 	
	.col-5 article:nth-of-type(2n+1), .col-6 article:nth-of-type(2n+1),
	.col-3 .item:nth-of-type(2n+1), 	
	.col-5 .item:nth-of-type(2n+1), .col-6 .item:nth-of-type(2n+1) { clear:none; }
	.col-3 article:nth-of-type(3n+1), 
	.col-5 article:nth-of-type(3n+1), .col-6 article:nth-of-type(3n+1),
	.col-3 .item:nth-of-type(3n+1), 
	.col-5 .item:nth-of-type(3n+1), .col-6 .item:nth-of-type(3n+1) { clear:both; }
	.sondage-title { font-size: 44px; }
	.footy > aside:nth-of-type(3n+1) { float: left; width: 75%; }
	.footy > aside:nth-of-type(3n+2) { float: left; width: 25%; }
	.footy > aside:nth-of-type(3n) { clear: both; }
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {
	.floatl-800 { float: left; }
	.floatr-800 { float: right; }	
	.floatr-800.smallbtn { margin: -6px 0; }
	.dis-no-800 { display:none; }
	.dis-ib-800 { display: inline-block; }
	.dis-b-800 { display: block; }
	.tar-800 { text-align: right; }
	.tal-800 { text-align: left; }
	.tac-800 { text-align: center; }

	.mt0-800 { margin-top: 0; }
	.mt12-800 { margin-top: 12px; margin-top: 0.857142rem; }
	.mt24-800 { margin-top: 24px; margin-top: 1.714285714rem; }
	.mt36-800 { margin-top: 36px; margin-top: 2.5714rem; }
	.mt48-800 { margin-top: 48px; margin-top: 3.4285714rem; }

	.mr0-800 { margin-right: 0; }
	.mr3-800 { margin-right: 3px; margin-right: 0.214285rem; }
	.mr6-800 { margin-right: 6px; margin-right: 0.428571rem; }
	.mr12-800 { margin-right: 12px; margin-right: 0.857142rem; }
	.mr24-800 { margin-right: 24px; margin-right: 1.714285714rem; }
	.mr36-800 { margin-right: 36px; margin-right: 2.5714rem; }
	.mr48-800 { margin-right: 48px; margin-right: 3.4285714rem; }

	.ml0-800 { margin-left: 0; }
	.ml3-800 { margin-left: 3px; margin-left: 0.214285rem; }
	.ml6-800 { margin-left: 6px; margin-left: 0.428571rem; }
	.ml12-800 { margin-left: 12px; margin-left: 0.857142rem; }
	.ml24-800 { margin-left: 24px; margin-left: 1.714285714rem; }
	.ml36-800 { margin-left: 36px; margin-left: 2.5714rem; }
	.ml48-800 { margin-left: 48px; margin-left: 3.4285714rem; }
	
	.mb0-800 { margin-bottom: 0; }
	.mb12-800 { margin-bottom: 12px; margin-bottom: 0.857142rem; }
	.mb24-800 { margin-bottom: 24px; margin-bottom: 1.714285714rem; }
	.mb36-800 { margin-bottom: 36px; margin-bottom: 2.5714rem; }
	.mb48-800 { margin-bottom: 48px; margin-bottom: 3.4285714rem; }
	
	.pdb0-800 { padding-bottom: 0; }
	.pdb6-800 { padding-bottom: 6px; padding-bottom: 0.428571rem; }
	.pdb12-800 { padding-bottom: 12px; padding-bottom: 0.857142rem; }
	.pdb24-800 { padding-bottom: 24px; padding-bottom: 1.714285714rem; }
	.pdb48-800 { padding-bottom: 48px; padding-bottom: 3.4285714rem; }

	.pdt0-800 { padding-top: 0; }
	.pdt6-800 { padding-top: 6px; padding-top: 0.428571rem; }
	.pdt12-800 { padding-top: 12px; padding-top: 0.857142rem; }
	.pdt24-800 { padding-top: 24px; padding-top: 1.714285714rem; }
	.pdt48-800 { padding-top: 48px; padding-top: 3.4285714rem; }

	.pdl0-800 { padding-left: 0; }
	.pdl6-800 { padding-left: 6px; padding-left: 0.42857142rem; }
	.pdl12-800 { padding-left: 12px; padding-left: 0.857142rem; }
	.pdl24-800 { padding-left: 24px; padding-left: 1.714285714rem; }
	.pdl48-800 { padding-left: 48px; padding-left: 3.4285714rem;}

	.pdr0-800 { padding-right: 0; }
	.pdr6-800 { padding-right: 6px; padding-right: 0.42857142rem; }
	.pdr12-800 { padding-right: 12px; padding-right: 0.857142rem; }
	.pdr24-800 { padding-right: 24px; padding-right: 1.714285rem; }
	.pdr48-800 { padding-right: 48px; padding-right: 3.428571rem; }
	
	/* widths */
	.w10-800 { width: 10%; }
	.w15-800 { width: 15%; }
	.w20-800 { width: 20%; }
	.w25-800 { width: 25%; }
	.w30-800 { width: 30%; }
	.w33-800 { width: 33.33%; }
	.w35-800 { width: 35%; }
	.w40-800 { width: 40%; }
	.w45-800 { width: 45%; }
	.w50-800 { width: 50%; }
	.w55-800 { width: 55%; }
	.w60-800 { width: 60%; }
	.w65-800 { width: 65%; }
	.w66-800 { width: 66.66%; }
	.w70-800 { width: 70%; }
	.w75-800 { width: 75%; }
	.w80-800 { width: 80%; }
	.w85-800 { width: 85%; }
	.w90-800 { width: 90%; }
	.w100-800 { width: 100%; }
	
	.col-4 article, .col-5 article, .col-4 .item, .col-5 .item { width: 25%; }
	.col-4 article:nth-of-type(3n+1), .col-4 article:nth-of-type(2n+1),
	.col-5 article:nth-of-type(3n+1),
	.col-4 .item:nth-of-type(3n+1), .col-4 .item:nth-of-type(2n+1),
	.col-5 .item:nth-of-type(3n+1) { clear:none; }
	.col-4 article:nth-of-type(4n+1), .col-5 article:nth-of-type(4n+1),
	.col-4 .item:nth-of-type(4n+1), .col-5 .item:nth-of-type(4n+1) { clear:both; }
	.slogan {
	  font-size: 38px;
	}	
	.slogan span {
	  font-size: 26px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	.floatl-960 { float: left; }
	.floatr-960 { float: right; }	
	.floatr-960.smallbtn { margin: -6px 0; }
	.dis-no-960 { display:none; }
	.dis-ib-960 { display: inline-block; }
	.dis-b-960 { display: block; }
	.tar-960 { text-align: right; }
	.tal-960 { text-align: left; }
	.tac-960 { text-align: center; }
	
	.mt0-960 { margin-top: 0; }
	.mt12-960 { margin-top: 12px; margin-top: 0.857142rem; }
	.mt24-960 { margin-top: 24px; margin-top: 1.714285714rem; }
	.mt36-960 { margin-top: 36px; margin-top: 2.5714rem; }
	.mt48-960 { margin-top: 48px; margin-top: 3.4285714rem; }
	
	.mr0-960 { margin-right: 0; }
	.mr3-960 { margin-right: 3px; margin-right: 0.214285rem; }
	.mr6-960 { margin-right: 6px; margin-right: 0.428571rem; }
	.mr12-960 { margin-right: 12px; margin-right: 0.857142rem; }
	.mr24-960 { margin-right: 24px; margin-right: 1.714285714rem; }
	.mr36-960 { margin-right: 36px; margin-right: 2.5714rem; }
	.mr48-960 { margin-right: 48px; margin-right: 3.4285714rem; }

	.ml0-960 { margin-left: 0; }
	.ml3-960 { margin-left: 3px; margin-left: 0.214285rem; }
	.ml6-960 { margin-left: 6px; margin-left: 0.428571rem; }
	.ml12-960 { margin-left: 12px; margin-left: 0.857142rem; }
	.ml24-960 { margin-left: 24px; margin-left: 1.714285714rem; }
	.ml36-960 { margin-left: 36px; margin-left: 2.5714rem; }
	.ml48-960 { margin-left: 48px; margin-left: 3.4285714rem; }	
	
	.mb0-960 { margin-bottom: 0; }
	.mb12-960 { margin-bottom: 12px; margin-bottom: 0.857142rem; }
	.mb24-960 { margin-bottom: 24px; margin-bottom: 1.714285714rem; }
	.mb36-960 { margin-bottom: 36px; margin-bottom: 2.5714rem; }
	.mb48-960 { margin-bottom: 48px; margin-bottom: 3.4285714rem; }
	
	.pdb0-960 { padding-bottom: 0; }
	.pdb6-960 { padding-bottom: 6px; padding-bottom: 0.428571rem; }
	.pdb12-960 { padding-bottom: 12px; padding-bottom: 0.857142rem; }
	.pdb24-960 { padding-bottom: 24px; padding-bottom: 1.714285714rem; }
	.pdb48-960 { padding-bottom: 48px; padding-bottom: 3.4285714rem; }

	.pdt0-960 { padding-top: 0; }
	.pdt6-960 { padding-top: 6px; padding-top: 0.428571rem; }
	.pdt12-960 { padding-top: 12px; padding-top: 0.857142rem; }
	.pdt24-960 { padding-top: 24px; padding-top: 1.714285714rem; }
	.pdt48-960 { padding-top: 48px; padding-top: 3.4285714rem; }

	.pdl0-960 { padding-left: 0; }
	.pdl6-960 { padding-left: 6px; padding-left: 0.42857142rem; }
	.pdl12-960 { padding-left: 12px; padding-left: 0.857142rem; }
	.pdl24-960 { padding-left: 24px; padding-left: 1.714285714rem; }
	.pdl48-960 { padding-left: 48px; padding-left: 3.4285714rem;}

	.pdr0-960 { padding-right: 0; }
	.pdr6-960 { padding-right: 6px; padding-right: 0.42857142rem; }
	.pdr12-960 { padding-right: 12px; padding-right: 0.857142rem; }
	.pdr24-960 { padding-right: 24px; padding-right: 1.714285rem; }
	.pdr48-960 { padding-right: 48px; padding-right: 3.428571rem; }
	
	/* widths */
	.w10-960 { width: 10%; }
	.w15-960 { width: 15%; }
	.w20-960 { width: 20%; }
	.w25-960 { width: 25%; }
	.w30-960 { width: 30%; }
	.w33-960 { width: 33.33%; }
	.w35-960 { width: 35%; }
	.w40-960 { width: 40%; }
	.w45-960 { width: 45%; }
	.w50-960 { width: 50%; }
	.w55-960 { width: 55%; }
	.w60-960 { width: 60%; }
	.w65-960 { width: 65%; }
	.w66-960 { width: 66.66%; }
	.w70-960 { width: 70%; }
	.w75-960 { width: 75%; }
	.w80-960 { width: 80%; }
	.w85-960 { width: 85%; }
	.w90-960 { width: 90%; }
	.w100-960 { width: 100%; }
	
	.col-5 article, .col-5 .item { width: 20%; }
	.col-5 article:nth-of-type(4n+1), .col-5 .item:nth-of-type(4n+1) { clear:none; }
	.col-5 article:nth-of-type(5n+1), .col-5 .item:nth-of-type(5n+1) { clear:both; }
	.wrap { max-width: 1220px; }
	.footy > aside:nth-of-type(3n+1) { width: 50%; }
	.footy > aside:nth-of-type(3n+2) { width: 18%; }
	.footy > aside:nth-of-type(3n) { width: 32%; clear: none; float: left; }
}

@media screen and (min-width: 1200px) {
	.floatl-1200 { float: left; }
	.floatr-1200 { float: right; }	
	.floatr-1200.smallbtn { margin: -6px 0; }
	.dis-no-1200 { display:none; }
	.dis-ib-1200 { display: inline-block; }
	.dis-b-1200 { display: block; }
	.tar-1200 { text-align: right; }
	.tal-1200 { text-align: left; }
	.tac-1200 { text-align: center; }

	.mt0-1200 { margin-top: 0; }
	.mt12-1200 { margin-top: 12px; margin-top: 0.857142rem; }
	.mt24-1200 { margin-top: 24px; margin-top: 1.714285714rem; }
	.mt36-1200 { margin-top: 36px; margin-top: 2.5714rem; }
	.mt48-1200 { margin-top: 48px; margin-top: 3.4285714rem; }
	
	.mr0-1200 { margin-right: 0; }
	.mr3-1200 { margin-right: 3px; margin-right: 0.214285rem; }
	.mr6-1200 { margin-right: 6px; margin-right: 0.428571rem; }
	.mr12-1200 { margin-right: 12px; margin-right: 0.857142rem; }
	.mr24-1200 { margin-right: 24px; margin-right: 1.714285714rem; }
	.mr36-1200 { margin-right: 36px; margin-right: 2.5714rem; }
	.mr48-1200 { margin-right: 48px; margin-right: 3.4285714rem; }

	.ml0-1200 { margin-left: 0; }
	.ml3-1200 { margin-left: 3px; margin-left: 0.214285rem; }
	.ml6-1200 { margin-left: 6px; margin-left: 0.428571rem; }
	.ml12-1200 { margin-left: 12px; margin-left: 0.857142rem; }
	.ml24-1200 { margin-left: 24px; margin-left: 1.714285714rem; }
	.ml36-1200 { margin-left: 36px; margin-left: 2.5714rem; }
	.ml48-1200 { margin-left: 48px; margin-left: 3.4285714rem; }	
	
	.mb0-1200 { margin-bottom: 0; }
	.mb12-1200 { margin-bottom: 12px; margin-bottom: 0.857142rem; }
	.mb24-1200 { margin-bottom: 24px; margin-bottom: 1.714285714rem; }
	.mb36-1200 { margin-bottom: 36px; margin-bottom: 2.5714rem; }
	.mb48-1200 { margin-bottom: 48px; margin-bottom: 3.4285714rem; }
	
	.pdb0-1200 { padding-bottom: 0; }
	.pdb6-1200 { padding-bottom: 6px; padding-bottom: 0.428571rem; }
	.pdb12-1200 { padding-bottom: 12px; padding-bottom: 0.857142rem; }
	.pdb24-1200 { padding-bottom: 24px; padding-bottom: 1.714285714rem; }
	.pdb48-1200 { padding-bottom: 48px; padding-bottom: 3.4285714rem; }

	.pdt0-1200 { padding-top: 0; }
	.pdt6-1200 { padding-top: 6px; padding-top: 0.428571rem; }
	.pdt12-1200 { padding-top: 12px; padding-top: 0.857142rem; }
	.pdt24-1200 { padding-top: 24px; padding-top: 1.714285714rem; }
	.pdt48-1200 { padding-top: 48px; padding-top: 3.4285714rem; }

	.pdl0-1200 { padding-left: 0; }
	.pdl6-1200 { padding-left: 6px; padding-left: 0.42857142rem; }
	.pdl12-1200 { padding-left: 12px; padding-left: 0.857142rem; }
	.pdl24-1200 { padding-left: 24px; padding-left: 1.714285714rem; }
	.pdl48-1200 { padding-left: 48px; padding-left: 3.4285714rem;}

	.pdr0-1200 { padding-right: 0; }
	.pdr6-1200 { padding-right: 6px; padding-right: 0.42857142rem; }
	.pdr12-1200 { padding-right: 12px; padding-right: 0.857142rem; }
	.pdr24-1200 { padding-right: 24px; padding-right: 1.714285rem; }
	.pdr48-1200 { padding-right: 48px; padding-right: 3.428571rem; }
	
	/* widths */
	.w10-1200 { width: 10%; }	
	.w15-1200 { width: 15%; }
	.w20-1200 { width: 20%; }
	.w25-1200 { width: 25%; }
	.w30-1200 { width: 30%; }
	.w33-1200 { width: 33.33%; }	
	.w35-1200 { width: 35%; }
	.w40-1200 { width: 40%; }
	.w45-1200 { width: 45%; }
	.w50-1200 { width: 50%; }
	.w55-1200 { width: 55%; }
	.w60-1200 { width: 60%; }
	.w65-1200 { width: 65%; }
	.w66-1200 { width: 66.66%; }
	.w70-1200 { width: 70%; }
	.w75-1200 { width: 75%; }
	.w80-1200 { width: 80%; }
	.w85-1200 { width: 85%; }
	.w90-1200 { width: 90%; }
	.w100-1200 { width: 100%; }	

	.col-6 article, .col-6 .item { width: 16.66%; }
	.col-6 article:nth-of-type(3n+1), .col-6 article:nth-of-type(2n+1),
	.col-6 .item:nth-of-type(3n+1), .col-6 .item:nth-of-type(2n+1) { clear:none; }
	.col-6 article:nth-of-type(6n+1), .col-6 .item:nth-of-type(6n+1) { clear:both; }
	.footy > aside:nth-of-type(3n+1) { width: 40%; }
	.footy > aside:nth-of-type(3n+2) { width: 20%; }
	.footy > aside:nth-of-type(3n) { width: 40%; clear: none; float: left; }
	#page .gform_wrapper .popin .gfield_description {
	  top: 25%;
	  width: 60%; 
	}
	#page .gform_wrapper .popin .toggled + .overlay + .gfield_description { left: 20%; }
}
@media screen and (min-width: 1340px) {
	/* menu */
	.main-navigation .nav-menu {
		display: inline-block !important;
		text-align: left;
	}	
	.main-navigation ul { margin: 0; text-indent: 0; }
	.main-navigation li a,
	.main-navigation li { display: inline-block; }
	.main-navigation li a { white-space: nowrap; }
	.main-navigation .nav-menu > li:first-child { margin-left: -12px; margin-left: -0.857142rem; }
	.main-navigation li a:hover,
	.main-navigation li a:focus {}
	.main-navigation li { position: relative; }
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {	top: 0;	left: 100%;	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	}
	.main-navigation li ul li a {
		display: block;
		padding: 14px 24px 14px 12px;
		padding: 1rem 1.714285rem 1rem 0.857142rem;
		min-width: 224px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus { background-color: #a1daf8; }
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { box-shadow: 0 -4px 0 inset; }
	.main-navigation .nav-menu > ul > li:first-of-type > a { padding-left: 0; }
	.main-navigation .sub-menu li { display: block; }
	.menu-toggle { display: none; }	
}	
@media screen and (min-width: 1680px) {
	#page .gform_wrapper .popin .gfield_description {
	  width: 40%;
	}
	#page .gform_wrapper .popin .toggled + .overlay + .gfield_description { left: 30%; }
}
@media screen and (min-width: 960px) and (max-width: 1260px) {
	#rightside { position: absolute; bottom: 70px; width: 100%; left: 0; }
	#rightside > * {
		display: inline-block;
	}
	.clouditem {
		margin: 12px 10px;
		vertical-align: top;
	}
}

@media screen and (max-width: 960px) {
	.flex-800 { display: block; }
	#leftside {
		margin-bottom: 80px;
	}
	#cart_switcher {
		padding: 30px 0;
		display: flex;
		text-align: center;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}
	#rightside > * {
		display: inline-block;
	}
	.clouditem {
		margin: 10px;
		vertical-align: top;
		z-index: 9999;
		position: relative;
	}
	#leftside .big-circle {
    	width: 305px;
    	height: 305px;
    	margin: 69px auto;
    }
    #leftside .label:nth-of-type(2) { margin-left: -145px; }
    #leftside .label:nth-of-type(3) { top: -31px; }
    #leftside .label:nth-of-type(4) { margin-left: 114px; }
    #cart_switcher a + a { margin-left: 20px; }

	#leftside .title {
		font-size: 21px;
		-webkit-transform: translateY(11px); transform: translateY(11px);
	}
	.subclicked #leftside .big-circle {
		margin: 70px auto 70px;
	}
	.acteurs + .acteurs .utem span::before, .acteurs + .acteurs .utem span::after { margin: -49px 0 0 -1px; left: 50%; }
	.acteurs .wrapped + .popintem + .wrapped .utem span::before, .acteurs .wrapped + .popintem + .wrapped .utem span::after { margin: -49px 0 0 -3px; left: 50%; }
	.utem.main.clicked::before, .utem.main.clicked::after {
		width: 45px;
		margin: 0 0 0 20px;
		right: auto;
		top: 89%;
		left: 50%;
	}
	.wrapped.insub.dis-no {
		width: 50%;
		position: absolute;
		right: 0;
		margin: 0;
	}
	.wrapped.insub::before, .wrapped.insub::after { content: none; }
	.sub-area {
		position: relative;
		height: auto;
		left: 0;
		margin: 0 auto;
		width: 90%;
		display: block;
		text-align: center;
	}
	.utem span {
		display: block;
		width: 140px;
		text-align: center;
		margin: 20px 0;
		position: relative;
		padding: 7px 14px;
		line-height: 1;
	}
	.subs.hassubs {
		margin-left: -151px;
	}
	#cartographie.subclicked #leftside .label {
		-webkit-transform: translateY(-202px); transform: translateY(-202px);
		left: 50%;
		margin-left: 0;
	}
	#cartographie.subclicked #leftside .label .title {
		margin-top: -12px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(1) .title::before, 
	#cartographie.subclicked #leftside .label:nth-of-type(1) .title::after {
		width: 5px;
		height: 25px;
		margin: 12px 0 0 -2px;
		left: 50%;
		top: 95%;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(1) {
		margin-left: -85px;
		bottom: auto;
		top: 343px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(1) .title {
		top: 13px; font-size: 14px;
		left: -83px;
		width: 140px;
		max-width: 200px;
		text-align: center;
		padding: 7px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(2) {
		margin-left: -90px;
		top: 216px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(3) {
		top: 182px;
		margin-left: 28px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(3) .title {
		margin-top: -12px;
		top: auto;
		bottom: 18px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(4) {
		bottom: auto;
		top: 235px;
		margin-left: 83px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(5) {
		bottom: auto;
		top: 282px;
		left: 50%;
		margin-left: -112px;
	}
	#cartographie.subclicked #leftside .label:nth-of-type(5) .title {
		left: auto;
		right: 23px;
		text-align: right;
	}
	.wrapped.dis-no {
		width: 200px;
		position: relative;
		left: 50%;
		margin-left: -174px;
	}
	.utem.insub span {
		white-space: normal;
	}
	.ult, .sticker {
		font-size: 10px;
		padding: 3px 7px;
	}
}
@media screen and (max-width: 600px) {
	#leftside {
		position: relative;
		-webkit-transform: scale(.6); transform: scale(.6);
	}
	.subclicked #leftside { -webkit-transform: none; transform: none; }
	#leftside .big-circle {
		margin: 0 auto;
	}
	#cart_switcher {
		display: block !important;
		padding-bottom: 0;
	}
	#leftside-type { padding: 35px 0; }
	
	.entry-content .popintem ul { padding-left: 0; }
	.entry-content .dis-no.popintem.opn {
		top: 0;
		width: 100%;
		text-align: left;
		padding: 20px;
	}
	
	.site-title, .slogan { float: none; text-align: center; }
	.slogan { margin-top: 24px !important; margin-bottom: 12px; }
	.slogan span {
	  left: 50%;
	  padding: 0;
	  position: relative;
	  text-align: left;
	  width: 50%;
	}
	.slogan::after {
	  left: auto;
	  right: 55%;
	  width: 25%; bottom: 6px;
	}
	.slogan::before {
	  bottom: -3px;
	  left: auto;
	  right: 70%;
	}
}
@media screen and (max-width: 480px) {
	#cart_switcher { display: block; }
	#cart_switcher a + a { margin-left: 0px; }
}
/* 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;
	}
}
