/*
Table of Content :
	- content (typography, images, etc)
	- forms (shared)
	- layout
	- page areas: header, sidebar, footer
	- site section: home
	- media queries (?)
	- helper classes
*/
.list-inline:after, .header:after, .row-content-columns:after, .nav-main:after, .nav-sections:after, .footer .row:after, .nav-sections-intro:after {
  content: "";
  display: table;
  clear: both;
}

/*
================================
CONTENT - shared styles, typography, images, etc.
================================
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 71.4%;
  /* Mobile */
}
@media (min-width: 600px) {
  html {
    font-size: 62.5%;
    /*  Base for rem units, so that 1rem = 10px */
  }
}

body {
  font-family: "Dosis", Verdana, sans-serif;
  color: #262626;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}

p, dl, ul {
  margin-top: 0;
}

ol p, ul p, ol ol, ul ul, label p, dt p, dd p, table p {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f64ea0;
  line-height: 1.25;
  padding-left: 29px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3rem;
  line-height: 1;
}

h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 36px;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: italic;
}

/* ---------------- links
*/
a {
  color: #f64ea0;
  text-decoration: none;
  background: transparent;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

a:active, a:focus, a:hover {
  color: #d14288;
  text-decoration: none;
  background: transparent;
}

/* ---------------- text specials
*/
p.highlight {
  background: #f64ea0;
  padding: 15px 17px 17px;
  border-radius: 5px;
  color: white;
}
p.highlight a {
  color: white;
  text-decoration: underline;
}

.soft {
  color: #888;
}

small {
  font-size: 0.8em;
}

mark {
  background: #FFFF7F;
}

/* highlight inline */
/* ---------------- lists
*/
ol p, ul p {
  font-size: inherit;
}

ul {
  list-style: none;
  margin-left: 22px;
  padding-left: 0;
}
ul li {
  margin-left: 0;
  margin-bottom: 12px;
  padding-left: 18px;
  background: url(../img/bullet.png) no-repeat 0 0.9rem;
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-left: 0;
}

ol li {
  margin-bottom: 12px;
}

dt {
  font-weight: bold;
  margin-bottom: 5px;
}

dd {
  margin-bottom: 10px;
}

/* Inline (horizontal) list (for thumbnails etc) */
.list-inline {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.list-inline li {
  float: left;
  margin: 0 28px 20px 0;
  padding: 0;
  background: none;
}
.list-inline img {
  display: block;
}
.list-inline a:hover img {
  opacity: 0.8;
}

/* list with no bullets, but still vertical */
.list-nobullets {
  margin-left: 0;
  padding-left: 0;
}
.list-nobullets li {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

/* ---------------- blockquote
*/
blockquote,
blockquote p {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.5em;
  padding: 0.9rem 2rem 1px 2rem;
  border-left: 2px solid #f64ea0;
}
blockquote cite,
blockquote span {
  display: block;
  font-style: normal;
  text-align: right;
}
blockquote.spip_poesie{
  border-right: 2px solid #f64ea0;
  border-left: none;
  font-size: 1.6em;
}
/* ---------------- horizontal rule
*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #848484;
  margin: 1em 0;
  padding: 0;
}
/* ---------------- notes bas page
*/

#notes{
  border-top: 1px solid #CCCCCC;
  padding: 1em;
}

/* ---------------- tables
*/
table {
  margin-bottom: 18px;
  width: 100%;
}

th,
td {
  padding: 6px 10px 7px 0px;
  border: 1px solid #dadada;
}

th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

thead:first-child tr th,
thead:first-child tr td {
  border-top: 0;
}

/* ---------------- images
*/
img {
  max-width: 100%;
  /* responsive */
  height: auto;
  vertical-align: middle;
}

.left {
  float: left;
  margin: 0 15px 8px 0;
}

.right {
  float: right;
  margin: 0 0 8px 15px;
}

.center {
  display: block;
  margin: 2.5em auto;
  margin-bottom: 20px;
  clear: both;
}
.center img {
  /* if class on container */
  display: block;
  margin: 0 auto;
}

img.left,
img.right,
img.center {
  padding: 4px;
  border: 1px solid #f64ea0;
}

.indent {
  margin-left: 20px;
}

/* thumbnail images for gallery (inline)
*/
/* ---------------- video
*/
video, object, embed {
  max-width: 100%;
  height: auto;
}

/* flexible video containers, with fixed ratio (cf Foundation, Alistapart) */
.flex-video {
  position: relative;
  height: 0;
  padding-top: 25px;
  /* default for youtube player */
  padding-bottom: 67.5%;
  /* default 4:3 ratio */
  overflow: hidden;
}

/* to override, use extra classes: */
.flex-video.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 widescreen ratio */
}

.flex-video.vimeo {
  padding-top: 0;
  /* no player */
}

.flex-video video,
.flex-video object,
.flex-video embed,
.flex-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Block with rounded corners
*/
/* ---------------- Icon Font
(icons from iconmonstr.com, converted to icon font using icommoon.io)
*/
@font-face {
  font-family: 'iconfont-petitsdeb';
  src: url("../webfonts/iconfont-petitsdeb.eot?-vzdbwv");
  src: url("../webfonts/iconfont-petitsdeb.eot?#iefix-vzdbwv") format("embedded-opentype"), url("../webfonts/iconfont-petitsdeb.woff?-vzdbwv") format("woff"), url("../webfonts/iconfont-petitsdeb.ttf?-vzdbwv") format("truetype"), url("../webfonts/iconfont-petitsdeb.svg?-vzdbwv#iconfont-petitsdeb") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-sections > li > a:before, .section h2:before, .nav-sections-intro li:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'iconfont-petitsdeb';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* for reference, not used: */
.icon-speech:before {
  content: "\s";
}

.icon-compass:before {
  content: "c";
}

.icon-pen:before {
  content: "p";
}

.icon-briefcase:before {
  content: "b";
}

.icon-tv:before {
  content: "t";
}

.icon-megaphone:before {
  content: "m";
}

/*
================================
CONTENT BLOCKS
================================
*/
/* ---------------- breadcrumbs trail (fil d'ariane)
*/
/* ---------------- header in main content column
*/
.content-header {
  padding-bottom: 1px;
  margin: 0 0 30px -20px;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #f19310), color-stop(100%, #f64ea0));
  background: -webkit-linear-gradient(to right, #f19310, #f64ea0);
  background: -moz-linear-gradient(to right, #f19310, #f64ea0);
  background: -o-linear-gradient(to right, #f19310, #f64ea0);
  background: linear-gradient(to right, #f19310, #f64ea0);
  border-radius: 10px 0 10px 0;
  display: inline-block;
}
.content-header h1 {
  line-height: 1;
  margin: 0;
  padding: 30px 17px 12px 49px;
  font-weight: 800;
  font-size: 3.2rem;
  color: white;
}

.social-sharing {
  margin-top: 30px;
}

/*
================================
Shared Form styles
================================
*/
label, input, select, textarea {
  font-size: 1.6rem;
  line-height: 1.5;
}

ul label, ul input, ul select {
  font-size: inherit;
}

label p {
  font-size: inherit;
}

form {
  margin-bottom: 0;
}

legend {
  padding-bottom: 10px;
  color: #000;
  /* color for IE */
  font-weight: bold;
  font-size: 1.6em;
}

input {
  margin: 0;
}

.formulaire_formidable{
  width: 80%;
  margin: auto;
}
.formulaire_formidable label{
  font-weight: bold;
}
.formulaire_formidable .saisie_checkbox .choix label, .formulaire_formidable .saisie_radio .choix label{
  display: inline;
  line-height: 1.2em;
}
.formulaire_formidable p.explication{
  font-style: italic;
  font-size: .9em;
  margin-bottom: 0;
}
.formulaire_formidable p.boutons{
  text-align: center;
}
.formulaire_formidable .reponse_formulaire_erreur, .formulaire_formidable .erreur_message{
  color:  #C30;
}
.formulaire_formidable .erreur input{
  border-color: #C30;
}
/* ---------------- Text input fields
*/
input[type="email"],
input[type="file"],
input[type="image"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="range"],
input[type="number"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="color"],
select,
textarea {
  padding: 3px 4px;
  background: white;
  border: 1px solid #999999;
  /* border */
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Dosis", Verdana, sans-serif;
  font-size: 1.4rem;
  color: #515151;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #999999;
  background: white;
}

/* ---------------- Buttons (overrides default input styles)
*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  margin: 0;
  padding: 6px 20px 6px;
  width: auto;
  display: inline-block;
  overflow: visible;
  /* for IE */
  outline: none;
  background: #b00bc9;
  /* normal state */
  border: 0px solid #f64ea0;
  border-radius: 16px;
  transition: 0.2s all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Dosis", Verdana, sans-serif;
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  /* hover state */
  background: #d14288;
  color: white;
  border-color: #d14288;
  color: white;
}

input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  /* press state */
  background: #b00bc9;
  border-color: #f64ea0;
  color: white;
}

button:focus {
  outline-width: 1px;
  outline-style: dotted;
}

/* ---------------- Check boxes and radios
*/
input[type="radio"],
input[type="checkbox"] {
  border-width: 0;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  float: none;
  display: inline;
}

/* ================================
Form layout
================================ */
/* ---------------- lists for layout - each li containing label and input
*/
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li {
  margin: 0px 0 8px;
  padding: 0 0 2px 0;
  background: none;
  list-style: none;
  overflow: hidden;
  /* to contain floats */
}

label {
  display: block;
  margin-bottom: 2px;
}

/*
================================
PAGE LAYOUT
================================
*/
html {
  height: 100%;
}

body {
  min-height: 100%;
  background: #fff;
}

/* all inner sections */
.header,
.row-content-columns,
.footer {
  width: 946px;
  margin: 0 auto;
}

.header {
  position: relative;
}

.wrap-content {
  padding-top: 34px;
  padding-bottom: 60px;
  background: #f64ea0 url(../img/body-bubbles.png) no-repeat center 270px;
}

/* Main site sections */
.section-parents .wrap-content {
  background-color: #42c429;
}

.section-enseignants .wrap-content {
  background-color: #dd58f0;
}

.section-associatif .wrap-content {
  background-color: #f1b400;
}

.section-entreprises .wrap-content {
  background-color: #12bed8;
}

.row-content-columns {
  background: white;
  border-radius: 10px;
}

.main-col {
/*  padding-left: 20px;*/
padding-left: 10px;
  padding-bottom: 25px;
  float: left;
  width: 636px;
}

.sub-col {
  float: right;
  width: 270px;
  padding-bottom: 25px;
}

.footer {
  clear: both;
}

/*
================================
SITE HEADER
================================
*/
.header {
  padding-top: 172px;
  /* push nav bar down */
  background: url(../img/header.png) no-repeat right 19px;
}

/* ---------------- logo
*/
.logo-site {
  width: 129px;
  position: absolute;
  left: 0px;
  top: 19px;
}
.logo-site a {
  display: block;
  width: 100%;
}

/* nav bar containing nav elements
*/
.navbar {
  background: #f64ea0;
  background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #f64ea0), color-stop(100%, #f67a78));
  background: -webkit-linear-gradient(to top, #f64ea0, #f67a78);
  background: -moz-linear-gradient(to top, #f64ea0, #f67a78);
  background: -o-linear-gradient(to top, #f64ea0, #f67a78);
  background: linear-gradient(to top, #f64ea0, #f67a78);
  border-radius: 10px;
  min-height: 37px;
  margin-bottom: 9px;
  color: white;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar a {
  color: white;
}
.navbar a:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
  /* white shadow IE10+ */
}

/* Site name
*/
.sitename {
  float: left;
  padding: 0 17px;
  line-height: 37px;
  border-right: 1px solid #e22783;
}
.sitename a {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
}

/* ---------------- main navigation - horizontal
*/
.wrap-nav-main {
  float: left;
  max-width: 590px;
}

.nav-main {
  margin: 0 0 0 10px;
  padding: 0;
  clear: both;
  font-size: 1.4rem;
  line-height: 34px;
}

.nav-main > li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 5px 0 0;
  list-style-type: none;
  background: url(../img/nav-bullet.png) no-repeat right 18px;
}

.nav-main > li:last-child {
  background: none;
}

.nav-main > li > a {
  float: left;
  width: auto;
  margin: 0;
  padding: 3px 10px 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

/* hover */
/* on page / section */
.nav-main > li.on > a {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
  /* white shadow IE10+ */
}

/* ---------------- extra navigation - members, language
*/
.wrap-nav-extra {
  float: right;
  max-width: 210px;
  min-height: 37px;
  padding-left: 12px;
  border-left: 1px solid #e22783;
}

.nav-extra {
  margin: 0;
  padding: 0;
  clear: both;
}
.nav-extra li {
  margin: 0 5px 0 0;
  padding: 0;
  background: none;
  float: left;
  line-height: 37px;
}
.nav-extra a {
  float: left;
  margin: 0 3px 0 0;
  padding: 1px 3px 0;
  font-size: 1.4rem;
}
.nav-extra li.on a {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
  /* white shadow IE10+ */
}

/* ------------------ Nav main sections (parents, etc)
*/
.nav-sections {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1.6rem;
  line-height: 1.4;
}

.nav-sections > li {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  list-style-type: none;
  background: none;
}

.nav-sections > li:last-child {
  margin-right: 0;
}

.nav-sections > li > a {
  float: left;
  width: 229px;
  margin: 0;
  padding: 9px 10px 9px 49px;
  background: #42c429;
  position: relative;
  border-bottom: 2px solid #f64ea0;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  color: white;
  font-size: 2.1rem;
  font-weight: 700;
}

.nav-sections > li.nav-section-parents > a {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(40%, #42c429), color-stop(100%, #9de117));
  background: -webkit-linear-gradient(to top, #42c429 40%, #9de117);
  background: -moz-linear-gradient(to top, #42c429 40%, #9de117);
  background: -o-linear-gradient(to top, #42c429 40%, #9de117);
  background: linear-gradient(to top, #42c429 40%, #9de117);
  border-color: #44ac30;
}

.nav-sections > li.nav-section-enseignants > a {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(40%, #dd58f0), color-stop(100%, #f293df));
  background: -webkit-linear-gradient(to top, #dd58f0 40%, #f293df);
  background: -moz-linear-gradient(to top, #dd58f0 40%, #f293df);
  background: -o-linear-gradient(to top, #dd58f0 40%, #f293df);
  background: linear-gradient(to top, #dd58f0 40%, #f293df);
  border-color: #c056d0;
}

.nav-sections > li.nav-section-associatif > a {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(40%, #f1b400), color-stop(100%, #d0d901));
  background: -webkit-linear-gradient(to top, #f1b400 40%, #d0d901);
  background: -moz-linear-gradient(to top, #f1b400 40%, #d0d901);
  background: -o-linear-gradient(to top, #f1b400 40%, #d0d901);
  background: linear-gradient(to top, #f1b400 40%, #d0d901);
  border-color: #d0a010;
}

.nav-sections > li.nav-section-entreprises > a {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(40%, #12bed8), color-stop(100%, #24dfb1));
  background: -webkit-linear-gradient(to top, #12bed8 40%, #24dfb1);
  background: -moz-linear-gradient(to top, #12bed8 40%, #24dfb1);
  background: -o-linear-gradient(to top, #12bed8 40%, #24dfb1);
  background: linear-gradient(to top, #12bed8 40%, #24dfb1);
  border-color: #1ea8bc;
}

/* icons */
.nav-sections > li > a:before {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 32px;
  color: #626262;
  opacity: 0.28;
}

.nav-sections li.nav-section-parents > a:before {
  content: "\73";
}

.nav-sections li.nav-section-enseignants > a:before {
  content: "\63";
}

.nav-sections li.nav-section-associatif > a:before {
  content: "\70";
}

.nav-sections li.nav-section-entreprises > a:before {
  content: "\62";
}

/* hover */
.nav-sections > li > a:active,
.nav-sections > li > a:focus,
.nav-sections > li > a:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
  /* white shadow IE10+ */
}

/* on page / section */
.section-parents .nav-sections > li.nav-section-parents > a,
.section-enseignants .nav-sections > li.nav-section-enseignants > a,
.section-associatif .nav-sections > li.nav-section-associatif > a,
.section-entreprises .nav-sections > li.nav-section-entreprises > a {
  border: none;
  /* transparent border not compatible with gradient */
  padding-bottom: 11px;
}

.section-parents .nav-sections li.nav-section-parents > a:before,
.section-enseignants .nav-sections li.nav-section-enseignants > a:before,
.section-associatif .nav-sections li.nav-section-associatif > a:before,
.section-entreprises .nav-sections li.nav-section-entreprises > a:before {
  color: white;
  opacity: 1;
}

/* subnav - dropdown */
.nav-sections > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 99;
  margin: -2px 0 0 0;
  padding: 2px 0;
  min-width: 229px;
  background: #42c429;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}

.nav-sections > li.nav-section-enseignants ul {
  background-color: #dd58f0;
}

.nav-sections > li.nav-section-associatif ul {
  background-color: #f1b400;
}

.nav-sections > li.nav-section-entreprises ul {
  background-color: #12bed8;
}

.nav-sections li:hover > ul,
.nav-sections li.sfHover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: -2px;
}

.nav-sections > li ul ul {
  top: 0;
  left: 100%;
}

.nav-sections > li li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}

.nav-sections > li li a {
  display: block;
  padding: 8px 6px 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.6rem;
  line-height: 18px;
  text-decoration: none;
}

.nav-sections > li li.on a {
  color: black;
}

.nav-sections > li li:last-child a,
.nav-sections > li li.last a {
  border: none;
}

.nav-sections > li li a:hover {
  color: #000;
}

/* Nav sections for home page: see Home page css */
/*
========================
Superfish dropdown menu
========================
*/
.sf-arrows ul .sf-with-ul {
  padding-right: 2.5em;
}

.sf-arrows ul .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(246, 78, 160, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #f64ea0;
}

/* right-facing arrows - child dropdown lists */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/*
================================
SIDEBAR sub column widgets
================================
*/
.sub-col {
  padding-top: 30px;
}

/* ---------------- widgets all - sidebar modules
*/
.widget {
  margin-bottom: 30px;
}
.widget h3 {
  padding: 5px 10px;
  margin: 0 0 12px;
  background: -webkit-gradient(linear, to right, to left, color-stop(30%, #b00bc9), color-stop(100%, #774ef6));
  background: -webkit-linear-gradient(to right, #b00bc9 30%, #774ef6);
  background: -moz-linear-gradient(to right, #b00bc9 30%, #774ef6);
  background: -o-linear-gradient(to right, #b00bc9 30%, #774ef6);
  background: linear-gradient(to right, #b00bc9 30%, #774ef6);
  border-radius: 10px 0 0 10px;
  color: white;
  font-family: "Dosis", Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  text-transform: normal;
}
.widget .widget-body {
  padding-right: 20px;
}
.widget ul,
.widget ul li {
  list-style: none;
  margin-left: 1em;
}
.widget ul {
  margin-left: 0;
  padding-left: 0;
}
.widget li {
  padding-left: 0;
  background: none;
  margin-left: 0;
}
.widget .fb-like {
  margin-bottom: 20px;
  margin-left: 20px;
}
/* ---------------- widget secundary nav
*/
.widget-nav-sec {
  background: -webkit-gradient(linear, to right, to left, color-stop(30%, #f64ea0), color-stop(100%, #f19310));
  background: -webkit-linear-gradient(to right, #f64ea0 30%, #f19310);
  background: -moz-linear-gradient(to right, #f64ea0 30%, #f19310);
  background: -o-linear-gradient(to right, #f64ea0 30%, #f19310);
  background: linear-gradient(to right, #f64ea0 30%, #f19310);
  border-radius: 10px 0 0 10px;
  padding: 16px 0 18px;
}
.widget-nav-sec h3 {
  background: none;
  color: #9e0851;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 5px;
}
.widget-nav-sec .widget-body {
  padding-right: 0;
}

.nav-sec {
  margin: 0;
  padding: 0;
}
.nav-sec li {
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
  background: transparent;
}
.nav-sec a {
  display: block;
  padding: 2px 2px 2px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.15s all;
  font-size: 1.8rem;
  line-height: 1.2;
  color: white;
  font-weight: 600;
}
.nav-sec a:hover,
.nav-sec .on a {
  color: #5c0b30;
  text-decoration: none;
}
.nav-sec .on a:before {
  content: "";
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #f64ea0;
  position: absolute;
  top: 50%;
  right: 106%;
  margin-top: -10px;
}
.nav-sec ul {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 1px;
  padding-left: 0;
}

/* ---------------- Widget newsletter
*/
.widget-newsletter form ul li {
  padding: 0;
}
.widget-newsletter input[type="text"] {
  width: 100%;
  padding: 4px 5px;
}
.widget-newsletter input[type="submit"] {
  float: right;
}
.widget-newsletter .formulaire_formidable{
  width: 100%;
}

.widget-newsletter label{
  display: none;
}
.widget-newsletter .choix label {
  display: block;
}
.widget-newsletter input.checkbox{
  float:left;
}
.widget-newsletter .reponse_formulaire_erreur{
  margin: 0 1.5em;
}
.widget-newsletter .reponse_formulaire_erreur p{
    font-size: 1.6em;
}
.widget-newsletter .erreur_message em{
  font-weight: bold;
}
/* ---------------- Widget news
*/
.widget-news-list {
  margin: 0;
  padding: 0;
}
.widget-news-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border-bottom: 1px solid #848484;
}
.widget-news-list li:last-child,
.widget-news-list li.last {
  border: none;
  margin-bottom: 0;
}

/* ---------------- Widget login
*/
.widget-login legend,.widget-login #pass_securise img,.widget-login .editer_session{
  display: none;
}
.widget-login input[type="text"],
.widget-login input[type="password"] {
  width: 100%;
}
.widget-login p.boutons{
  text-align: right;
}
.widget-login p.pas_encore a{
  margin-left: 1em;
}

/* ---------------- widget calendrier mini
*/
/* wraps calendar and event list */
.calendriermini {
  margin-bottom: 1em;
}

/* #calendar . calendriermini .minicalendar */
.calendriermini .calendar-container {
  position: relative;
}

/* .ui-datepicker-inline ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all */
.calendriermini .calendar-container .image_loading {
  position: absolute;
  top: 0;
  right: 0;
}

.js .calendriermini .calendar-container .alt {
  display: none;
}

/* month / year container - full width */
.ui-widget-header {
  background: #f64ea0;
  padding: 5px 0;
  position: relative;
}

/* month / year container - text */
.calendriermini .ui-datepicker-title {
  margin: 0 2.3em;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8em;
  text-align: center;
}

/* month only */
/* year only */
/**/
.calendriermini .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.calendriermini select.ui-datepicker-month-year {
  width: 100%;
}

.calendriermini select.ui-datepicker-month,
.calendriermini select.ui-datepicker-year {
  width: 49%;
}

.calendriermini .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: .8em;
}

.calendriermini .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}

/* prev next arrows */
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

/* links, positioned */
.calendriermini .ui-datepicker-prev,
.calendriermini .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 24px;
  /* size of arrow */
  height: 24px;
  margin-top: -12px;
  /* half of arrow height */
}

.calendriermini .ui-datepicker-prev {
  left: 3px;
}

.calendriermini .ui-datepicker-next {
  right: 3px;
}

/* span containing text, image replaced */
.calendriermini .ui-datepicker-prev .ui-icon,
.calendriermini .ui-datepicker-next .ui-icon {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  overflow: hidden;
}

.calendriermini .ui-datepicker-prev .ui-icon {
  background: url(../img/calendar-arrow-left.png) no-repeat center center;
}

.calendriermini .ui-datepicker-next .ui-icon {
  background: url(../img/calendar-arrow-right.png) no-repeat center center;
}

/* calendar table */
.calendriermini table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /* font */
}

.calendriermini table caption {
  margin: 0 auto;
  padding: 0;
}

/* weekdays - table header */
.calendriermini thead th {
  padding: 2px 0;
  color: #6D6D6D;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

/* date numbers - table cells */
.calendriermini table td {
  width: 14%;
  padding: 0;
  border: 1px solid red;
  border-width: 0px 0;
  /* or set to  none or to white */
  font-size: 1.1rem;
  line-height: 3.6;
  letter-spacing: 1px;
}

/* weekend */
/* links - non events */
.calendriermini table td a {
  display: block;
  border-right: 1px solid white;
  font-weight: normal;
  text-decoration: none;
  color: inherit;
}

/* links - event */
.calendriermini .ui-state-highlight a {
  background: #f64ea0;
  color: black;
}

/* link - today */
.calendriermini .ui-datepicker-today a.ui-state-default {
  background: #d14288;
  color: #fff;
}

/* link - event and today - hover */
.calendriermini table .ui-state-highlight a:hover,
.calendriermini .ui-datepicker-today a.ui-state-default:hover {
  background: black;
  color: white;
}

/* other month number */
.calendriermini .ui-datepicker-other-month a {
  color: #CCCCCC;
}

/* calendar events list, below calendar	*/
.calendar-event-date {
  font-size: 0.9rem;
  text-transform: uppercase;
}

/*
================================
FOOTER
================================
*/
.footer {
  padding-top: 35px;
  padding-bottom: 40px;
}
.footer h3 {
  color: #0190c7;
  font-weight: 600;
  padding-top: 19px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
  padding: 0;
  background: none;
}

/* ---------------- Footer columns
*/
.footer .row {
  margin: 0;
}
.footer .col-left {
  float: left;
  width: 636px;
}
.footer .col-right {
  float: right;
  width: 270px;
}

.wrap-contact {
  background: #0190c7;
  background: -webkit-gradient(linear, to right, to left, color-stop(15%, #0190c7), color-stop(90%, #01bcc7));
  background: -webkit-linear-gradient(to right, #0190c7 15%, #01bcc7 90%);
  background: -moz-linear-gradient(to right, #0190c7 15%, #01bcc7 90%);
  background: -o-linear-gradient(to right, #0190c7 15%, #01bcc7 90%);
  background: linear-gradient(to right, #0190c7 15%, #01bcc7 90%);
  border-radius: 10px;
  padding: 0 20px 25px 20px;
  color: white;
}
.wrap-contact h3 {
  color: white;
}
.wrap-contact a {
  color: white;
}
.wrap-contact a:hover {
  color: black;
}
.wrap-contact p {
  margin: 0;
}

.col-left h3 {
  margin-bottom: 16px;
}

.logos img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

/*
================================
HOME PAGE
================================
*/
.page_sommaire .main-col {
  padding-top: 30px;
}
.page_sommaire .sub-col {
  padding-top: 43px;
}

/* Content of home page
*/
.section {
  margin-bottom: 30px;
}
.section h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 48px;
  border-bottom: 4px solid #f64ea0;
  position: relative;
}
.section h2:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 45px;
  content: "m";
}
.section p {
  margin: 0;
}

p.more {
  text-align: right;
  margin-top: 3px;
}

a.link-more {
  font-weight: 700;
  color: #0190c7;
  position: relative;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
a.link-more:hover {
  text-decoration: underline;
}

a.link-more:after {
  content: "";
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7.5px;
  border-left-color: #0190c7;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

.section-movie h2:before {
  content: "t";
}

/* Header intro blocs
*/
.wrap-nav-sections-intro {
  padding-bottom: 30px;
}

.nav-sections-intro {
  color: white;
  margin: 0;
  padding: 0;
}
.nav-sections-intro li {
  float: left;
  width: 229px;
  position: relative;
  margin: 0 10px 0 0;
  padding: 16px 3px 12px 10px;
  list-style-type: none;
  border-radius: 10px;
  background: -webkit-gradient(linear, to top, to bottom, color-stop(80%, #42c429), color-stop(100%, #9de117));
  background: -webkit-linear-gradient(to top, #42c429 80%, #9de117);
  background: -moz-linear-gradient(to top, #42c429 80%, #9de117);
  background: -o-linear-gradient(to top, #42c429 80%, #9de117);
  background: linear-gradient(to top, #42c429 80%, #9de117);
}
.nav-sections-intro li:last-child {
  margin-right: 0;
}
.nav-sections-intro li.nav-section-enseignants {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(80%, #dd58f0), color-stop(100%, #f293df));
  background: -webkit-linear-gradient(to top, #dd58f0 80%, #f293df);
  background: -moz-linear-gradient(to top, #dd58f0 80%, #f293df);
  background: -o-linear-gradient(to top, #dd58f0 80%, #f293df);
  background: linear-gradient(to top, #dd58f0 80%, #f293df);
}
.nav-sections-intro li.nav-section-associatif {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(80%, #f1b400), color-stop(100%, #d0d901));
  background: -webkit-linear-gradient(to top, #f1b400 80%, #d0d901);
  background: -moz-linear-gradient(to top, #f1b400 80%, #d0d901);
  background: -o-linear-gradient(to top, #f1b400 80%, #d0d901);
  background: linear-gradient(to top, #f1b400 80%, #d0d901);
}
.nav-sections-intro li.nav-section-entreprises {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(80%, #12bed8), color-stop(100%, #24dfb1));
  background: -webkit-linear-gradient(to top, #12bed8 80%, #24dfb1);
  background: -moz-linear-gradient(to top, #12bed8 80%, #24dfb1);
  background: -o-linear-gradient(to top, #12bed8 80%, #24dfb1);
  background: linear-gradient(to top, #12bed8 80%, #24dfb1);
}
.nav-sections-intro li:before {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 74px;
  color: #fff;
  opacity: 0.4;
}
.nav-sections-intro li.nav-section-parents:before {
  content: "s";
}
.nav-sections-intro li.nav-section-enseignants:before {
  content: "c";
}
.nav-sections-intro li.nav-section-associatif:before {
  content: "p";
}
.nav-sections-intro li.nav-section-entreprises:before {
  content: "b";
}
.nav-sections-intro h2 {
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0 0 10px 0;
  padding-left: 0;
}
.nav-sections-intro h2 a {
  color: white;
  display: block;
}
.nav-sections-intro h2 a:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
  /* white shadow IE10+ */
}
.nav-sections-intro h2 strong {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  padding-left: 16px;
  text-transform: none;
}
.nav-sections-intro p {
  margin-bottom: 0;
}
.nav-sections-intro a.link-more {
  color: white;
}
.nav-sections-intro a.link-more:after {
  border-left-color: white;
}

/* ================================
   HELPER CLASSES
   ================================
   */
/* image replacement, hide text from browsers and screenreaders */
.hide-text,
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.hide-text:before,
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide text using indent, when :before is already taken */
.hide-text-indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* contain floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* clear preceding floats (siblings, NOT children) */
.clear {
  clear: both;
}

hr.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  background: transparent;
  border: none;
}

/* Hide tap highlight (on mobile/tablets) on buttons that don't link to pages, eg. toggles */
.hide-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
