/*!
Theme Name: mairie-guzargues
Theme URI: http://underscores.me/
Author: Sitissimi
Author URI: http://sitissimi.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mairie-guzargues
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mairie-guzargues is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,300,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #66635f;
  font-family: Lato, sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #9f4f41;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  border: 1px solid #f1f1f1;
  padding: 10px;
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*
table {
	margin: 0 0 1.5em;
	width: 100%;
}
*/
table {
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse; }
  table th {
    background-color: #fafafa;
    text-transform: uppercase; }
  table td, table th {
    height: 30px;
    padding: 0px 10px;
    padding: 0px 0;
    text-align: center; }
  table td.actif {
    background-color: #4dff4d; }

table, th, td {
  border: 1px solid #F3F4F4;
  padding: 0 10px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #007de5;
  text-decoration: none; }
  a:visited {
    color: #007de5; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.more-link {
  margin-top: -1.5em;
  margin-bottom: 20px;
  float: right;
  padding: 0 20px; }
  .more-link .meta-nav {
    display: none; }

.cat-links {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -20px; }

.tags-links {
  font-size: 11px;
  text-transform: lowercase;
  margin-top: -20px; }

.edit-link {
  font-size: 10px;
  margin-top: -20px; }

.entry-meta .icon {
  margin-right: 0 !important;
  color: #ccc !important;
  font-size: 8px !important; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  top: 35px;
  right: 5px;
  clear: both;
  float: right; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 0 0 -12px;
    padding-left: 0; }
    .main-navigation ul ul {
      background-color: rgba(85, 85, 85, 0.9);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul li a {
        letter-spacing: .7px; }
      .main-navigation ul ul a {
        width: 320px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: -25px; }
  .main-navigation li {
    position: relative;
    padding: 2px 7px;
    border-radius: 1px;
    font-weight: 500; }
    .main-navigation li:hover {
      color: blue;
      background-color: rgba(0, 39, 17, 0.9); }
    .main-navigation li.focus > a {
      color: red; }
    .main-navigation li a {
      font-size: 12px;
      letter-spacing: 2px;
      color: white;
      text-transform: uppercase;
      text-align: left; }
    .main-navigation li.menu-item-has-children > a:after {
      content: '+';
      margin-left: 10px; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
/* Small menu. */
.menu-toggle {
  font-size: 40px;
  padding: 0 4px 4px;
  position: fixed;
  top: 10px;
  right: 10px;
  border: none;
  background-color: #9f4f41;
  box-shadow: 1px 1px 2px #555;
  text-shadow: none;
  border-radius: 1px;
  width: 50px;
  height: 50px;
  z-index: 9; }
  .menu-toggle:hover, .menu-toggle:focus {
    box-shadow: none;
    border: none; }
  .menu-toggle .icon {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    color: #ddd; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 880px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block;
    margin: 0; }

  .main-navigation li {
    float: left; } }
@media screen and (max-width: 879px) and (min-width: 426px) {
  .menu-main-container {
    position: fixed;
    top: 10px;
    right: 65px;
    background: #333;
    width: 200px;
    z-index: 99;
    line-height: 1; }

  .main-navigation ul {
    margin: 0;
    padding: 10px 10px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 10px;
      top: 10px;
      position: fixed; } }
@media screen and (max-width: 425px) {
  .menu-main-container {
    position: fixed;
    top: 66px;
    left: 50%;
    background: #333;
    width: 300px;
    z-index: 99;
    line-height: 1;
    margin-left: -150px; }

  .main-navigation ul {
    margin: 0;
    padding: 10px 10px;
    left: -15px; }
    .main-navigation ul ul {
      background-color: #555555;
      width: 310px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: -15px; }
  .main-navigation li {
    padding: 10px 20px; } }
.comment-navigation,
.posts-navigation,
.post-navigation {
  background-color: #f1f1f1;
  border-radius: 2px; }
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
    padding: 10px 20px; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    padding: 10px 20px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-content {
  border: 1px solid #eee;
  padding: 15px 25px 25px 25px;
  background-color: #eee;
  border-radius: 2px; }

.widget-area .widget-title {
  font-family: Oswald;
  font-size: 22px;
  color: #8f8f8f;
  text-shadow: -1px 0 2px #fff; }

section.widget {
  margin-bottom: 0; }

.widget {
  padding: 0 0 1em;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid white;
  /* Make sure select elements fit in widgets. */ }
  .widget:first-child {
    border-top: 0px solid white; }
  .widget:last-child {
    border-bottom: 0; }
  .widget > :first-child:not(h2) {
    margin-top: 25px; }
  .widget select {
    max-width: 100%; }
  .widget ul {
    margin-left: 0;
    margin-top: 1em;
    padding-left: 30px; }
  .widget img {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    padding: 10px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  z-index: 99; }

.site-title {
  font-family: 'Oswald';
  margin: 0;
  padding: 30px 0 0 30px;
  font-size: 60px;
  color: white;
  text-shadow: 1px 1px 3px #333; }
  @media screen and (min-width: 981px) {
    .site-title {
      padding: 10px 0 0 50px; } }
  .site-title a {
    text-decoration: none;
    color: white; }

.site-header {
  background: url(./images/bk_h300.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 300px;
  margin: 0 auto 32px;
  border-bottom: 2px solid #FFC476;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 200px 0px #e79823;
  box-shadow: 0px 5px 200px 0px #ffc476; }
  .site-header:hover {
    filter: sepia(1);
    /*&::after {
      background:  url(./images/bk-cadrillage_16x16_cfff.png) repeat 0 0; 
      opacity: 0.06;
      content: "";
      height: 300px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      //z-index: 2;
    }*/ }

.siti-doc {
  float: right; }
  .siti-doc a {
    color: white; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-header,
article {
  padding: 25px 40px;
  margin-bottom: 25px; }

.content-area {
  float: left;
  margin: 0 -305px 0 0;
  width: 100%; }

.site-content {
  max-width: 1170px;
  margin: 0 auto 80px;
  padding: 0 20px; }
  .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 305px;
    margin: 0 auto 48px;
    padding: 0; }

.site-main {
  margin: 0 305px 0 0;
  padding-right: 30px; }

.site-footer {
  clear: both;
  width: 100%; }

@media screen and (max-width: 679px) {
  .content-area {
    float: none;
    margin: 0; }

  .site-main {
    margin: 0;
    padding: 0; }

  .site-content .widget-area {
    float: none;
    width: 100%; }
  .site-content .widget {
    max-width: 305px; } }
@media screen and (max-width: 345px) {
  .site-content {
    padding: 0 10px; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  .page-content > p:first-of-type,
  .entry-content > p:first-of-type,
  .entry-summary > p:first-of-type {
    margin-top: 0; }
  .page-content figure,
  .entry-content figure,
  .entry-summary figure {
    margin-top: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*
 * --------------------------------------------------------- */
.site-main .page,
.site-main .post,
.site-main .mgz_event,
.site-main .mg_documentation,
.site-main .not-found,
.site-main > .page-header {
  background-color: #f6f6f6;
  box-shadow: inset 0 0 2px white, 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.149);
  border-radius: 2px; }
.site-main .content .entry-media {
  float: left;
  position: relative;
  margin: 16px 25px 0px 0;
  height: inherit;
  text-align: center;
  width: 200px;
  padding: 0 auto;
  overflow: hidden; }
  .site-main .content .entry-media img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    width: auto; }
.site-main .content h2 {
  clear: none; }
.site-main .entry-media {
  position: relative;
  margin: 20px -25px 20px;
  text-align: center;
  overflow: hidden; }
  .site-main .entry-media img {
    max-width: 100%;
    max-height: 100%; }

.entry-title,
.page-title {
  margin-top: 0;
  font-family: Oswald;
  color: #7b3d32;
  text-shadow: -1px 0 2px #fff; }
  .entry-title a,
  .page-title a {
    color: #7b3d32; }
    .entry-title a:hover,
    .page-title a:hover {
      color: #404040; }

h2.entry-title {
  margin-top: 10px; }

.site-main .entry-content :last-child {
  overflow: hidden; }

.site-main .entry-content li:last-child {
  overflow: visible; }

/*
 * jQuery UI Widget
 * ----------------------------------------------------------- */
.ui-widget-content a {
  color: #007de5 !important; }

.ui-state-default {
  border: 1px solid #ffdaa9;
  box-shadow: inset 0 0 2px 1px #fff0dc;
  background: #ffe5c3;
  font-weight: bold;
  font-family: 'Oswald';
  letter-spacing: 0.4px;
  color: #66635f; }

.ui-accordion-content {
  background: #f3f3f3; }

.ui-helper-reset {
  line-height: 1.5 !important; }

.conseiller {
  background-color: #f1f1f1; }

/* ------------- IMG --------------- */
:not(figure) > img,
figure {
  background-color: #eaeaea;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 10px; }

figure img {
  padding: 0; }

.img-ardoise {
  background-color: #F08241;
  border: 1px solid #CD2819;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #555;
  margin: 20px 0 30px; }

/* ------------- TABLE --------------- */
.uni tr:nth-child(odd) {
  background: transparent; }

table {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #fff;
  padding: 10px; }
  table tr:nth-child(odd) {
    background: #fafafa; }
  table th {
    background-color: #EAEDEA; }
  table td, table th {
    border: transparent; }

.first-col-strong td:first-child {
  font-weight: bold; }

table.horaires .hour {
  background-color: #48101A;
  color: white; }
  table.horaires .hour th {
    background-color: #F6F6F6; }
  table.horaires .hour th, table.horaires .hour td {
    height: 20px !important;
    font-size: 9px;
    text-align: left !important;
    padding: 0px 0 0 2px !important; }
table.horaires .half-hour td {
  height: 5px !important;
  background-color: #eee; }
table.horaires .quarter-hour td {
  height: 3px !important;
  background-color: #ddd; }
table.horaires .empty td {
  height: 2px !important; }
table.horaires .cell-active {
  font-size: 12px;
  vertical-align: middle;
  padding: 10px 20px !important;
  background-color: #cbe38a;
  /*span:first-child {
    font-family: Lato;
    text-align: left;
    display: block;
    float: left;
  }
  span:last-child {
    font-family: Lato;
    text-align: right;
    float:right;
  }*/ }

/*
table.horaires-mairie {
  max-width: 450px;
  td[class~="icon-checkmark"] {
    background-color: lighten(green, 40%);
  }
}*/
/* -------------- tableau calendrier scolaire ------------- */
table.cal-scolaire {
  color: #333;
  width: 100%; }
  table.cal-scolaire tr {
    border: 5px solid #fff;
    padding: 0 10px; }
    table.cal-scolaire tr:first-child td {
      vertical-align: top; }
      table.cal-scolaire tr:first-child td:first-child {
        vertical-align: middle;
        padding: 0; }
        table.cal-scolaire tr:first-child td:first-child img {
          max-width: 100%;
          height: auto; }
  table.cal-scolaire td {
    background-color: #E6EEF1;
    border: 2px solid #fff;
    height: 70px;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: 500;
    width: 26.5%; }
    table.cal-scolaire td:first-child {
      background-color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.2;
      text-align: right;
      text-transform: uppercase;
      padding: 3px;
      width: 20%; }
    table.cal-scolaire td[colspan="3"] {
      text-align: center; }
  table.cal-scolaire .zone {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0 10px;
    letter-spacing: 0.1em;
    vertical-align: top; }
    table.cal-scolaire .zone-a {
      background-color: #FCB040;
      background-color: #fdd79f; }
      table.cal-scolaire .zone-a:hover {
        background-color: #FCB040; }
    table.cal-scolaire .zone-b {
      background-color: #a8e2eb; }
      table.cal-scolaire .zone-b:hover {
        background-color: #51C6D8; }
    table.cal-scolaire .zone-c {
      background-color: #A7CF38; }
  table.cal-scolaire .academies {
    font-weight: bold;
    font-size: 12.5px;
    line-height: 1.3; }

/* -------------- table TAPS -------------- */
table.taps {
  color: #444;
  font-size: 12px; }
  table.taps .rotate-90 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    width: 15px;
    padding: 0;
    margin: 0;
    overflow: inherit !important;
    text-align: center;
    vertical-align: middle; }
  table.taps tr td:first-child {
    width: 3% !important; }
  table.taps tr td {
    width: 24% !important;
    padding: 3px 7px;
    vertical-align: top; }
  table.taps tr:nth-child(1) td:first-child,
  table.taps tr:nth-child(5) td:first-child {
    vertical-align: middle; }
  table.taps td :first-child {
    font-weight: bold; }

img.img-no-frame {
  padding: 0;
  border: none;
  box-shadow: none; }

/*  date
 * --------------------------------------------------- */
.date-container {
  float: right;
  background-color: #f8f8f8;
  color: #dc7d00;
  width: 74px;
  height: 46px;
  padding: 3px 0px;
  margin-top: -5spx;
  font-size: 11px;
  line-height: 1.1;
  border-radius: 2px;
  border: 1px solid #efebeb; }
  .date-container .date {
    margin: 0 auto; }
  .date-container .name-day {
    color: #875300;
    display: block;
    text-align: center;
    word-spacing: 0.3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px; }
  .date-container .day {
    float: left;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    top: 0px;
    right: 0px;
    width: 46px;
    text-align: center; }
  .date-container .month {
    position: relative;
    top: 1px;
    right: 0px; }
  .date-container .year {
    position: relative;
    top: 3px;
    right: 1px; }

img.no-border {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent; }

.num-utile-container {
  background-color: white;
  width: 100%;
  display: table;
  margin-bottom: 10px; }
  .num-utile-container .num-utile {
    display: table-cell;
    vertical-align: middle;
    width: 270px;
    padding: 5px 20px;
    font-family: Arial;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase; }
    .num-utile-container .num-utile .icon {
      font-size: 25px;
      color: #000;
      margin-right: 2px; }
    .num-utile-container .num-utile .num {
      color: white;
      font-size: 20px;
      font-weight: 900; }
    .num-utile-container .num-utile .titre {
      position: relative;
      top: -10px; }
    .num-utile-container .num-utile .sous-titre {
      text-transform: uppercase;
      font-weight: 100;
      font-size: 18px;
      line-height: 1; }
  .num-utile-container .texte {
    padding: 20px 20px 0 20px;
    vertical-align: middle; }
    .num-utile-container .texte img {
      max-height: 100px;
      max-width: 130px;
      float: right; }

.agenda .event {
  margin-top: 10px; }
.agenda .entry-title {
  margin: 0; }
.agenda .entry-content {
  margin: 0; }
.agenda .entry-media {
  float: left;
  position: relative;
  margin: 4px 25px 0px 0;
  height: inherit;
  text-align: center;
  width: 80px;
  padding: 0 auto;
  overflow: hidden; }
  .agenda .entry-media img {
    max-height: 80px;
    padding: 0;
    border-radius: 2px; }

.event-date {
  color: #4f419f;
  font-size: 16px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*
.si-box-message {
    background: #eee none no-repeat scroll 15px 50%;
    background-color: #e0e2e2;
    background-color: rgba(230,232,232,0.7);
    margin: 5px 0 20px 0;
    padding: 20px 20px 20px 54px;
    border: solid 1px #969696;
}
.si-box-info {
    background-color: #c0c8dd;
    background-image: url(../image/box/info.png);
    color: #404969;
}

*/
a.appointments-login_link-google,
.appointments-gcal-field {
  display: none !important; }

table.my-appointments th:nth-child(2),
table.my-appointments td:nth-child(2) {
  display: none; }

.appointments-wrapper h3,
.appointments-my-appointments h3,
.appointments-confirmation-wrapper h3 {
  font-size: 1.4em; }

.reservation {
  text-align: center; }

div.freebut {
  background: #73ac39 !important; }

.appointments-confirmation-worker {
  display: none; }

@media screen and (max-width: 400px) {
  .reservation {
    margin: -39px; }

  table.my-appointments.tablesorter {
    padding: 2px; }

  table.appointments-legend-table td {
    padding-right: 7px;
    padding-left: 7px;
    height: 20px; } }
.cmb-th {
  padding: 15px 10px 15px 0 !important; }

.cmb-td {
  padding: 15px 10px !important;
  width: 100%;
  max-width: 350px !important; }
  .cmb-td input[type=text] {
    width: 100%; }

.icon {
  padding: 10px 9px 10px 11px;
  padding: 6px 5px 6px 5px;
  padding: 5px;
  font-size: 16px;
  font-size: 12px;
  line-height: 3;
  line-height: 2.3;
  margin-right: 20px;
  margin-right: 10px; }

.icon-red {
  background-color: #ff3333;
  background-color: #34737d;
  color: white; }

.icon-round {
  border-radius: 50%; }

.icon-semi-round {
  border-radius: 3px; }

.icon-big {
  font-size: 22px; }

.icon > * {
  font-family: Lato;
  margin-left: 10px;
  font-size: 0.9rem;
  line-height: 1.4; }

li .icon {
  padding: 0;
  line-height: 1.2; }

/* 

^_(.*)\.scss$
@import "\1";

*/
.site-footer {
  background-color: #152e32;
  color: #ddd;
  margin-top: 40px;
  border-top: 2px solid #FFC476; }

.footer-sidebar {
  padding: 0 10px; }

/*.footer-sidebar,
.footer-logo,
.site-info */
.footer-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px; }

.site-info {
  clear: both;
  text-align: center;
  padding: 10px; }

.footer-logo {
  margin-top: -75px;
  padding: 0 20px; }
  .footer-logo img {
    background-color: #FFC476;
    padding: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 2px -1px 7px 1px rgba(21, 46, 50, 0.3); }

/*
<div style="height: 73px;position: absolute;background: transparent;width: 154px; padding: 2px;border: 2px solid #ffc476;border-bottom: none;"></div>

.footer-logo {
  img {
    background-color: transparent;
    padding: 2px;
  }
}  
*/
.no-style {
  list-style: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# print
--------------------------------------------------------------*/
@media print {
  body {
    background-color: white; }

  .site-content {
    width: 100%;
    padding: 0;
    margin: 0; }

  .site-header,
  .site-main .post-navigation,
  .site-footer,
  .widget-area {
    display: none; }

  .site-main {
    margin: 20px;
    padding: 0px; }

  article {
    background-color: white !important;
    border: none !important;
    box-shadow: none !important; } }

/*# sourceMappingURL=style.css.map */


  
.siti-box-message {
    padding: 20px 30px;
    border: 1px solid #aaa;
    font-size: 15px;
    border-radius: 3px;
}
.siti-box-info {
  background-color: #C0C8DD;
  color: #404969;
}  
.siti-box-warning {
  background-color: #DDDDC0;
  color: #696040;
}  
/* .siti-box-info:before { */
  /* content: 'i'; */
  /* font-size: 50px; */
  /* border-radius: 50%; */
  /* border:1 px solid #aaa; */
  /* background-color: white; */
  /* padding: 5px; */
/* } */