@charset "UTF-8";
/* VARIABLES */
/* COLOR DECLINATE */
/* MIXIN */
/* END MIXIN */
/* GLOBAL */
body {
  color: #404e58;
  background-color: #edede5;
  background-image: url("img/bg-footer2.png"), url("img/bg-footer.png");
  background-position: bottom center, bottom center;
  background-repeat: no-repeat, repeat-x;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: -210px; }

.float-right {
  float: right !important; }

.no-margin {
  margin: 0 !important; }

.clear {
  clear: both; }

.overflow-hidden {
  overflow: hidden; }

/* END GLOBAL */
/* HEADER */
header {
  position: relative;
  z-index: 3; }

#header {
  height: 170px;
  background-color: #ffb400;
  display: table;
  width: 100%; }

#header #logo {
  display: inline-block; }

#header #accroche {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  color: white;
  text-align: right; }

#header #accroche > span {
  display: block; }

#header #accroche > span.L1 {
  margin-right: 80px;
  padding-top: 25px; }

#header #accroche > span.L1,
#header #accroche > span.L2 {
  font-size: 33px;
  font-family: "Indie Flower"; }

/* END - HEADER */
/* NAVIGATION */
#menu {
  background-color: white;
  background-image: url("img/nav-top.png"), url("img/nav-bottom2.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x;
  padding: 15px 0px 10px 0px;
  font-size: 16px;
  font-weight: 500; }

.nav-border-bottom {
  width: 100%;
  height: 25px;
  margin-top: -18px;
  background-image: url("img/nav-bottom2.png"); }

#menu .nav {
  width: 100%;
  text-align: center;
  border-top: 2; }

#menu ul li {
  width: 33.33%;
  float: left !important; }

#menu ul li a {
  font-family: "Bitter";
  padding: 17.5px 15px;
  color: black;
  font-weight: bold;
  text-transform: uppercase; }

#menu ul li a:hover,
#menu ul li a:focus {
  background: none; }

#menu .tab-child.active {
  color: #f0513e; }

#menu .tab-parent.active {
  color: #4bb8bb; }

#menu .tab-teacher.active {
  color: #ffb400; }

#menu ul li:hover a {
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 17.5px; }

#menu ul li:first-child {
  border: 0; }

.navbar {
  background-color: transparent;
  border: 0;
  margin-bottom: 0; }

#navbar {
  padding: 0; }

.navigation {
  opacity: 0;
  position: absolute;
  margin-top: -10px;
  width: 100%;
  z-index: 1;
  color: white;
  padding: 30px 0px;
  transform: translateY(-100%);
  transition: .6s; }

.navigation.nav-child {
  background: #f0513e; }

.navigation.nav-parent {
  background: #4bb8bb; }

.navigation.nav-teacher {
  background: #ffb400; }

.navigation.open {
  transform: translateY(0%);
  opacity: 1; }

.navigation .fa-angle-left {
  font-size: 18px;
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 8px 15px;
  left: 0;
  border-right: 1px solid;
  cursor: pointer; }

.navigation .fa-times {
  position: absolute;
  top: 3px;
  right: 5px;
  color: #f0513e;
  padding: 5px 6px;
  font-size: 16px;
  display: inline-block; }

.navigation.nav-child .fa-times {
  color: #f0513e; }

.navigation.nav-parent .fa-times {
  color: #4bb8bb; }

.navigation.nav-teacher .fa-times {
  color: #ffb400; }

.navigation .title {
  background: white;
  padding: 7px 15px;
  margin-bottom: 15px; }

.navigation ul {
  list-style: none;
  padding: 0px; }

.navigation li,
.navigation.nav-block3 ul li {
  padding: 15px 5px;
  border-radius: 5px;
  cursor: pointer; }

.navigation li a,
.navigation .sub-menu li a {
  color: white; }

.navigation h3 {
  margin: 0px;
  display: inline-block; }

.navigation.nav-block3 h3 {
  padding-left: 35px; }

.navigation.nav-child h3 {
  color: #f0513e; }

.navigation.nav-parent h3 {
  color: #4bb8bb; }

.navigation.nav-teacher h3 {
  color: #ffb400; }

.navigation h3,
.navigation h4,
.navigation .menu-item a {
  font-size: 18px;
  font-family: "Bitter"; }

.navigation .menu-item ul li a {
  font-size: 14px; }

.navigation p,
.navigation .sub-menu,
.navigation .menu-item ul li a {
  font-style: italic; }

.navigation li:hover {
  background: rgba(255, 255, 255, 0.2); }

.navigation .menu-item ul li:hover {
  background: none; }

.navigation .sub-menu-item {
  display: inline-block; }

.navigation img {
  float: left;
  width: 50px;
  margin-top: 15px;
  margin-right: 30px;
  padding-bottom: 25px;
  height: 80px; }

@media screen and (max-width: 768px) {
  .navigation {
    transform: translateY(0%);
    transform: translateX(-100%);
    width: 75%;
    top: 0;
    bottom: 0;
    z-index: 4; }

  .navigation.open {
    transform: translateX(0%); }

  .navigation .nav-column {
    padding-left: 5px;
    padding-right: 5px; }

  .navigation li,
  .navigation.nav-block3 ul li {
    padding: 10px; }

  .navigation h4 {
    margin: 0px;
    font-size: 14px; }

  .navigation img,
  .navigation p {
    display: none; } }
/* END NAVIGATION */
/* MAIN */
#main {
  position: relative;
  margin-top: 30px;
  padding-bottom: 350px; }

#main .decor-left,
#main .decor-right {
  position: absolute;
  top: 0;
  width: 150px;
  height: 260px; }

#main .decor-left {
  background: url("img/bg-decor-left.png") no-repeat;
  left: -175px; }

#main .decor-right {
  background: url("img/bg-decor-right.png") no-repeat;
  right: -175px; }

.bottom30 {
  margin-bottom: 30px; }

/* END MAIN */
/* SEARCH */
.searchform .fa {
  position: absolute;
  left: 28px;
  top: 11px;
  font-size: 20px;
  color: #8c8c61; }

.searchform div.input-txt {
  margin-right: 180px; }

.searchform input[type="text"] {
  width: 100%;
  border: 0;
  padding: 12px 20px 12px 40px;
  color: #8c8c61;
  outline: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }

.searchform input[type="submit"] {
  width: 160px;
  float: right;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 12px 15px 12px 15px;
  border: 0;
  color: white;
  background: #f0513e;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  -moz-transition: background-color 0.3s ease, border 0.3s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease; }

.searchform input[type="submit"]:hover {
  background-color: #8c8c61; }

/* END SEARCH */
/* REGISTER */
.register, .register:active, .register:focus, .register:link, .register:visited,
.website, .website:active, .website:focus, .website:link, .website:visited {
  padding: 12px 15px;
  display: block;
  text-align: center;
  color: white;
  background-color: #ffb400;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  -moz-transition: background-color 0.3s ease, border 0.3s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease; }

.website {
  margin-top: 40px;
  max-width: 200px; }
  .website:hover {
    background: rgba(255, 180, 0, 0.7); }

.register:hover {
  background-color: #8c8c61;
  color: white;
  text-decoration: none; }

/* END REGISTER */
/* HISTORY */
.history {
  margin-bottom: 20px;
  font-weight: 100; }
  .history a, .history span {
    color: #404e58;
    font-style: italic; }
  .history a:hover {
    color: #ffb400;
    text-decoration: none;
    transition-duration: 0.5s; }
    .history a:hover:last-child {
      color: #404e58;
      font-style: italic; }
  .history .bloc {
    margin-bottom: 0px !important; }
  .history .bloc > div {
    min-height: 44px !important;
    padding: 10px 25px; }

/* END HISTORY */
/* MAIN BLOCS */
#main .bloc-actions {
  margin-bottom: 20px; }

#main .bloc {
  margin-bottom: 30px; }

#main .bloc > div {
  width: 100%;
  min-height: 217px;
  background: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative; }

#main .bloc.right > div {
  min-height: 0; }

#main .bloc .content {
  padding: 25px; }

#main .bloc .content.right {
  margin-left: 275px; }

#main .bloc .image {
  width: 275px;
  display: table;
  float: left; }

#main .bloc .image.full {
  width: 100%; }

#main .bloc .image.background {
  height: 270px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat; }

#main .bloc h1 {
  color: #f0513e;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px; }

#main .bloc h2 {
  color: #ffb400;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px; }

#main .bloc p {
  color: #404e58;
  margin: 20px 0px;
  line-height: 25px;
  font-weight: 100;
  font-size: 14px;
  line-height: 25px;
  font-weight: 100; }

#main #presentation ul {
  list-style: none;
  font-weight: 100;
  margin-left: 20px;
  margin-bottom: 20px; }

#main #presentation ul li {
  padding-bottom: 10px; }

#main .bloc h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid white; }

#main .bloc h2 a, #main .bloc h2 a:active, #main .bloc h2 a:focus, #main .bloc h2 a:link, #main .bloc h2 a:visited {
  color: #f0513e;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  text-decoration: none; }

#main .bloc h2 a:hover {
  color: #ffda80; }

/* END MAIN BLOCS */
/* ARTICLE */
#main .article {
  min-height: 250px;
  border-bottom: 1px solid #e9f3f9;
  padding: 15px 0;
  display: table; }

#main .article .content {
  padding: 0 30px 0 30px; }

#main .article h3 {
  padding-top: 10px;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold; }

#main .article h3 {
  margin-top: -10px;
  margin-bottom: 10px; }

#main .article h3 a, #main .article h3 a:visited, #main .article h3 a:focus, #main .article h3 a:link, #main .article h3 a:active {
  text-decoration: none;
  color: #4bb8bb;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease; }

#main .article h3 a:hover {
  color: #ffda80; }

#main .article a.more, #main .article a.more:link, #main .article a.more:active, #main .article a.more:focus, #main .article a.more:visited {
  margin-top: 10px;
  display: inline-block;
  float: right;
  padding: 5px 8px;
  background-color: #ffb400;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease; }

#main .article a.more:hover {
  background-color: #ffda80; }

#main .article .author {
  margin-top: -10px;
  margin-bottom: 10px; }

#main .article .author strong {
  font-weight: 600; }

#main .article.more {
  min-height: 0;
  border-bottom: 0;
  padding-top: 25px;
  padding-bottom: 0;
  margin: auto;
  color: #ffb400; }

#main .article.more a.txt, #main .article.more a.txt:visited, #main .article.more a.txt:link, #main .article.more a.txt:focus, #main .article.more a.txt:active {
  font-size: 18px;
  color: #8c8c61;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease; }

#main .article.more a.txt:hover {
  color: #ffb400; }

#main .article.more .arrow {
  display: block;
  color: #8c8c61;
  text-align: center;
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  bottom: -23px;
  font-size: 45px;
  background-color: white;
  border-radius: 50px;
  height: 50px;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease; }

#main .article.more .arrow:hover {
  color: #ffb400; }

#main .article.more .fa {
  margin-top: 5px;
  display: block; }

#pagination li {
  display: inline-block; }

#pagination li a,
#pagination li span {
  color: white;
  padding: 5px 8px;
  background-color: #ffb400;
  border-radius: 4px; }

#pagination ul {
  text-align: center;
  margin-top: 30px; }

#pagination ul li .prev,
#pagination ul li .next {
  background-color: #f0513e; }

#pagination li a:hover,
#pagination li a:focus {
  text-decoration: none; }

#pagination li:hover a,
#pagination li:hover span,
#pagination li a.current,
#pagination li span.current {
  opacity: 0.6; }

/* END ARTICLE */
/* COLONNE DE DROITE */
.bloc.right .bloc-title {
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  display: block; }

.bloc.right .navbar-header {
  width: 100%;
  float: none;
  border-bottom: 1px solid #ffda80; }

.bloc.right .navbar-header a {
  color: #ffb400;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease; }

.bloc.right .navbar-header a:hover {
  text-decoration: none;
  color: #ffda80; }

.bloc.right .navbar-nav > li {
  float: none;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 100; }

.bloc.right .navbar-nav > li a {
  padding: 0;
  -webkit-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  transition: color 0.3s ease, border 0.3s ease, padding-bottom 0.1s ease;
  color: #404e58; }

.bloc.right .navbar-nav > li a:hover {
  color: #ffb400; }

.bloc.right .navbar-collapse {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0; }

/* FIN COLONNE DE DROITE */
/* FOOTER */
footer {
  background-color: #4bb8bb;
  color: white;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 15px;
  }

footer ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0 10px; }

footer ul li {
  display: inline-block; }

footer .separateur {
  color: white;
  position: relative;
  top: 2px; }

footer ul li a, footer ul li a:visited, footer ul li a:focus, footer ul li a:link, footer ul li a:active {
  color: white; }

footer .rs {
  font-family: "Bitter", sans-serif;
  padding-bottom: 30px; }
  footer .rs h4 {
    font-size: 25px;
    color: black;
    margin: 30px 0px; }
  footer .rs img {
    padding: 0px 10px;
    transition: .3s; }
    footer .rs img:hover {
      filter: saturate(175%);
      -webkit-filter: saturate(175%);
      -moz-filter: saturate(175%);
      -o-filter: saturate(175%);
      -ms-filter: saturate(175%); }

/* END FOOTER */
/* MEDIA QUERIES */
@media (max-width: 1575px) {
  .decor-left,
  .decor-right {
    display: none; } }
@media (max-width: 1199px) {
  #menu {
    font-size: 13px; }

  #menu ul li a {
    padding: 17.5px 13px; }

  #main .bloc .content {
    padding: 26px; }

  #main .bloc .more .content {
    padding: 0; }

  #main .bloc .image.background {
    height: 350px; } }
@media (max-width: 991px) {
  /** On ouvre la navbar dès 991px **/
  #navbar {
    padding: 0 10px; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  #navbar {
    margin-top: 7px; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -10px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  #header {
    height: 120px; }

  #header #accroche {
    text-align: center; }

  #header #accroche > span.L1 {
    margin-right: 0; }

  .bloc.right .bloc-title {
    float: left;
    width: auto;
    padding: 0;
    margin-top: 15px; }

  .bloc.right .navbar-header {
    border: 0; }

  .bloc.right .navbar-collapse {
    border-top: 1px solid #e1eff7;
    margin-top: 5px;
    margin-bottom: 0; }

  .bloc.right .navbar-collapse .navbar-left {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%; }

  #menu ul li {
    border: 0; }

  #menu ul li a {
    text-transform: uppercase;
    font-weight: 600; }

  #menu ul li:hover a {
    border: 0;
    padding-bottom: 17.5px; } }
@media (max-width: 767px) {
  #main .bloc .image.background {
    display: none !important;
    height: 217px;
    width: 245px;
    position: inherit;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px auto; }

  #main .bloc .image {
    float: none; }

  #main .bloc .content.right {
    margin-left: 0;
    font-size: 16px !important; }

  #main .bloc .content.right p {
    font-size: 15px !important; }

  #main .bloc > div {
    min-height: 0; }

  #main .bloc .article .image {
    text-align: center;
    margin-top: 0 !important;
    float: none;
    width: 100%; }

  #main .bloc .article .image img {
    max-width: 275px;
    width: 100%;
    margin: auto;
    display: block; }

  #main .bloc .article .content.right {
    padding-left: 0;
    padding-right: 0; }

  .bloc.right .navbar-toggle {
    margin-right: 0; }

  .bloc.right .bloc-title {
    font-size: 13px; }

  #main .bloc .content {
    padding: 17px; }

  .searchform input[type="submit"] {
    width: auto;
    padding: 12px 10px 12px 10px; }

  .searchform div.input-txt {
    margin-right: 110px; } }
@media (max-width: 400px) {
  footer ul li {
    display: block;
    margin-bottom: 15px; }

  footer ul li.separateur {
    display: none; } }
/* Responsive Text Alignment ------------------------------------------------ */
/* https://github.com/twbs/bootstrap/issues/11292 --------------------------- */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }

  .text-left-xs {
    text-align: left; }

  .text-center-xs {
    text-align: center; }

  .text-right-xs {
    text-align: right; }

  .text-justify-xs {
    text-align: justify; } }
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }

  .text-left-sm {
    text-align: left; }

  .text-center-sm {
    text-align: center; }

  .text-right-sm {
    text-align: right; }

  .text-justify-sm {
    text-align: justify; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }

  .text-left-md {
    text-align: left; }

  .text-center-md {
    text-align: center; }

  .text-right-md {
    text-align: right; }

  .text-justify-md {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }

  .text-left-lg {
    text-align: left; }

  .text-center-lg {
    text-align: center; }

  .text-right-lg {
    text-align: right; }

  .text-justify-lg {
    text-align: justify; } }
@media screen and (max-width: 480px) {
  body {
    background-image: none; }

  #main {
    padding-bottom: 0px; }

  .navigation {
    width: 100%; } }

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