@charset "UTF-8";
/**
 * Feuille de style du front-end
 *
 * Css3
 *
 * @category    CSS Style sheet
 * @package     Afmm
 * @author    	DESSI Alain <alain.dessi@laposte.net>
 * @copyright 	2016 Dessi Alain
 * @link      	http://www.alain-dessi.com
 */
/**
 * Liste des Couleurs utilisé pour le back-end
 *
 * @category    StyleSheet
 * @package     Buscobon
 * @author      DESSI Alain <contact@alain-dessi.com>
 * @copyright   2016 Dessi Alain
 * @link        http://www.alain-dessi.com
 */
/*
|--------------------------------------------------------------------------
| Colors HTML
|--------------------------------------------------------------------------
*/
html {
  height: 100%;
}

.ville-color-1 {
  color: #f27062;
}

.ville-color-2 {
  color: #34c278;
}

.ville-color-3 {
  color: #1b93b6;
}

.ville-color-4 {
  color: #746495;
}

.ville-color-5 {
  color: #ff894c;
}

.ville-color-6 {
  color: #f5c63c;
}

.ville-color-7 {
  color: #f27062;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url("/imgs/bck/background-afmm.png");
    background-repeat: repeat;
  }
}

a {
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

h1 {
  color: #222;
  font-size: 26px;
}

h2 {
  color: #252525;
  font-size: 24px;
}

h5 {
  margin: 0;
  color: rgba(242, 99, 103, 0.5);
}

blockquote {
  border-left: 10px solid rgba(242, 99, 103, 0.5);
  padding-left: 27px;
  font-style: italic;
}
blockquotep {
  color: #777;
}

p {
  margin-top: 32px;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #444;
}
p.add-top-margin {
  margin-top: 64px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

article {
  margin-bottom: 32px;
}

hr {
  height: 1px;
  width: 100%;
  border-width: 0;
  background-color: rgba(242, 99, 103, 0.25);
}

.white-text {
  color: #fff;
}

.col {
  overflow: hidden;
}

/*
 |--------------------------------------------------------------
 | Formulaire
 |--------------------------------------------------------------
 */
form {
  padding-top: 16px;
  margin-bottom: 16px;
}

.checkbox {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  letter-spacing: 1px;
}

.form-group {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #222;
}
.form-group label {
  display: block;
  margin-bottom: 4px;
}
.form-group .form-control {
  display: block;
  width: 100%;
  padding: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  border: 1px solid rgba(242, 99, 103, 0.5);
  background-color: rgba(242, 99, 103, 0.05);
}
.form-group .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.form-group .form-control::-moz-placeholder {
  font-style: italic;
}
.form-group .form-control:-ms-input-placeholder {
  font-style: italic;
}
.form-group .form-control:-moz-placeholder {
  font-style: italic;
}

/*
|--------------------------------------------------------------------------
| Helpers
|--------------------------------------------------------------------------
*/
.hidden {
  display: none;
}

.type-table {
  display: table;
  height: 100%;
}
.type-table .table-cell-center {
  display: table-cell;
  vertical-align: middle;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.no-intro {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .no-intro {
    margin-top: 28px !important;
  }
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
.btn {
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 60px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-normal {
  opacity: 1;
  color: #FFFFFF;
  background-color: #F26367;
}
.btn.btn-normal:hover {
  opacity: 0.85;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-info {
  opacity: 1;
  color: #FFFFFF;
  background-color: #6caae0;
}
.btn.btn-info:hover {
  opacity: 0.85;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-small {
  font-family: "Roboto Condensed", sans-serif;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0;
}
.btn.btn-xs {
  padding: 12px 30px;
  font-size: 16px;
}
.btn.btn-smallx2 {
  font-family: "Roboto Condensed", sans-serif;
  padding: 2px 6px;
  font-size: 11px;
  letter-spacing: 0;
}
.btn.btn-grey {
  opacity: 1;
  color: #FFFFFF;
  background-color: #A0A0A0;
}

/*
|--------------------------------------------------------------------------
| Audio
|--------------------------------------------------------------------------
*/
audio {
  background-color: #F26367;
}

/*
|--------------------------------------------------------------------------
| Grid system
|--------------------------------------------------------------------------
*/
.container {
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    position: relative;
    width: 996px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 2020px) {
  .container {
    position: relative;
    width: 1140px;
    margin: 0 auto;
  }
}
.container-fluid {
  width: 100%;
}

.main-container {
  margin-bottom: 32px;
  overflow: auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .col-50 {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .col-25 {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .col.primary-col {
    width: 65%;
    float: left;
  }
}
.col.primary-col .window {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 768px) {
  .col.primary-col .window {
    margin-right: 32px;
    padding: 32px;
    border: none;
  }
}
.col.primary-col h2 i {
  color: #F26367;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .col.second-col {
    width: 35%;
    float: left;
  }
}
.col.second-col h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: -32px;
  padding-left: 32px;
  border-left: 4px solid #F26367;
  color: #252525;
}
.col.second-col .thumbnail {
  display: block;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.col.second-col .window {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 768px) {
  .col.second-col .window {
    padding: 32px;
    margin-bottom: 32px;
    border: none;
  }
}

/*
|--------------------------------------------------------------------------
| Header Navigation
|--------------------------------------------------------------------------
*/
nav.header-nav {
  display: block;
  width: 100%;
  height: 80px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  nav.header-nav {
    position: fixed;
    top: 0;
    left: 0;
  }
}
nav.header-nav .container {
  position: relative;
  z-index: 200;
  overflow: inherit;
  background-color: #fff;
  max-height: 80px;
}
nav.header-nav .nav-logo:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 8px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("/imgs/afmm.logo.70x100.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 48px;
  z-index: 0;
}
@media screen and (min-width: 2020px) {
  nav.header-nav .nav-logo:before {
    left: 0px;
  }
}
nav.header-nav .nav-logo a {
  position: relative;
  padding-top: 60px;
  margin-left: 64px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0;
  color: #222;
  z-index: 200;
}
@media screen and (max-width: 525px) {
  nav.header-nav .nav-logo a {
    display: block;
    width: 180px;
    padding-top: 20px;
    margin-left: 66px;
    font-size: 16px;
    line-height: 20px;
  }
}
nav.header-nav .nav-logo a span {
  font-size: 14px;
  color: #888;
  letter-spacing: -1px;
}
@media screen and (max-width: 525px) {
  nav.header-nav .nav-logo a span {
    font-size: 12px;
  }
}
nav.header-nav .toggle-menu {
  position: absolute;
  top: 21px;
  right: 0px;
  padding: 15px;
  cursor: pointer;
}
nav.header-nav .toggle-menu .icon-hamburger {
  display: block;
  float: left;
}
nav.header-nav .toggle-menu .icon-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 2px;
  border-radius: 1px;
  background-color: #F26367;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.header-nav .toggle-menu .toggle-text {
  display: block;
  float: left;
  margin-left: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 12px;
  color: #F26367;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  nav.header-nav .toggle-menu:hover .icon-hamburger span {
    background-color: #444;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 768px) {
  nav.header-nav .toggle-menu:hover .toggle-text {
    color: #444;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
nav.header-nav .nav-menu {
  position: absolute;
  top: 82px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  nav.header-nav .nav-menu {
    right: -60px;
    top: 82px;
    display: none;
    width: 460px;
    padding-top: 16px;
    padding-left: 32px;
    padding-bottom: 32px;
    background-color: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.25);
    transform: translateX(500px);
  }
}
@media screen and (max-width: 768px) {
  nav.header-nav .nav-menu.open {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 768px) {
  nav.header-nav .nav-menu.open {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    animation-name: open-menu;
    animation-duration: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  nav.header-nav .nav-menu.close {
    -moz-transform: translateY(-1500px);
    -o-transform: translateY(-1500px);
    -ms-transform: translateY(-1500px);
    -webkit-transform: translateY(-1500px);
    transform: translateY(-1500px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 768px) {
  nav.header-nav .nav-menu.close {
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    animation-name: close-menu;
    animation-duration: 0.4s;
  }
}
nav.header-nav .nav-menu p {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.header-nav .nav-menu p {
    display: block;
    width: 360px;
    margin: 0 0 16px 0;
    padding: 8px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: #F26367;
    border-bottom: 1px solid #F26367;
  }
}
nav.header-nav .nav-menu .close-button {
  display: none;
}
@media screen and (min-width: 768px) {
  nav.header-nav .nav-menu .close-button {
    position: absolute;
    top: 38px;
    right: 100px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
nav.header-nav .nav-menu .close-button span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F26367;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.header-nav .nav-menu .close-button span:first-of-type {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.header-nav .nav-menu .close-button:hover {
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.header-nav .nav-menu .close-button:hover span {
  background-color: #444;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.header-nav .nav-menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  nav.header-nav .nav-menu ul li {
    border-bottom: 1px solid #d6d6d6;
  }
}
nav.header-nav .nav-menu ul li a {
  font-size: 16px;
  line-height: 40px;
  padding: 8px 16px;
  margin-left: -16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  nav.header-nav .nav-menu ul li a {
    padding-left: 15px;
    margin-left: 0;
    line-height: 50px;
  }
}
nav.header-nav .nav-menu ul li a:hover {
  color: #fff;
  background-color: #F26367;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.header-nav .nav-menu .nav-lang {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F26367;
}
nav.header-nav .nav-menu .nav-lang ul li {
  display: inline-block;
}
nav.header-nav .nav-menu .nav-lang ul li a {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.header-nav .nav-menu .nav-lang ul li a:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@keyframes close-menu {
  from {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@keyframes open-menu {
  from {
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  50% {
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  70% {
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/*
|--------------------------------------------------------------------------
| window
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  .window {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
}

/*
|--------------------------------------------------------------------------
| Homepage
|--------------------------------------------------------------------------
*/
.intro {
  padding-top: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.intro img {
  opacity: 0.25;
  width: 160px;
}
.intro p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 0px;
  margin-bottom: 0px;
}

.homepage-type {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .homepage-type {
    position: relative;
    height: 100%;
    margin-bottom: 32px;
    margin-top: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 525px) {
  .homepage-type {
    margin-top: 90px;
  }
}
.homepage-type .content-text {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .homepage-type .content-text {
    width: 50%;
    margin-left: 50%;
    margin-top: 80px;
    padding: 16px 32px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.homepage-type .content-text h1 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.homepage-type .content-text p {
  margin-top: 12px;
  padding-bottom: 12px;
  color: #c0c0c0;
  letter-spacing: 1px;
}

.gallery {
  width: 100%;
  overflow: auto;
}
.gallery .col {
  width: 25%;
  float: left;
}
.gallery .col .thumbnail {
  padding-right: 8px;
  padding-bottom: 8px;
}
.gallery .col .thumbnail img {
  width: 100%;
}

.posts-list ul li .content-text {
  margin-left: 58px !important;
  padding-left: 12px;
  border-left: 1px solid #e0e0e0;
}

.audio ul, .links-list ul, .posts-list ul {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}
.audio ul li, .links-list ul li, .posts-list ul li {
  position: relative;
  padding: 12px;
  border-top: 1px solid rgba(242, 99, 103, 0.1);
  background-color: rgba(242, 99, 103, 0.05);
}
.audio ul li:last-of-type, .links-list ul li:last-of-type, .posts-list ul li:last-of-type {
  border-bottom: 1px solid rgba(242, 99, 103, 0.08);
}
.audio ul li .date, .links-list ul li .date, .posts-list ul li .date {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 64px;
  height: 32px;
  margin-top: -16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #a0a0a0;
}
.audio ul li .ico-music, .audio ul li .ico, .links-list ul li .ico-music, .links-list ul li .ico, .posts-list ul li .ico-music, .posts-list ul li .ico {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #888;
}
.audio ul li .ico-music a, .audio ul li .ico a, .links-list ul li .ico-music a, .links-list ul li .ico a, .posts-list ul li .ico-music a, .posts-list ul li .ico a {
  color: #888;
}
.audio ul li .ico-music a:hover, .audio ul li .ico a:hover, .links-list ul li .ico-music a:hover, .links-list ul li .ico a:hover, .posts-list ul li .ico-music a:hover, .posts-list ul li .ico a:hover {
  color: #222;
}
.audio ul li .content-text, .links-list ul li .content-text, .posts-list ul li .content-text {
  margin-left: 32px;
}
.audio ul li .content-text .title, .audio ul li .content-text .title a, .links-list ul li .content-text .title, .links-list ul li .content-text .title a, .posts-list ul li .content-text .title, .posts-list ul li .content-text .title a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #333;
}
.audio ul li .content-text .title a:hover, .links-list ul li .content-text .title a:hover, .posts-list ul li .content-text .title a:hover {
  color: #F26367;
}
.audio ul li .content-text .description, .links-list ul li .content-text .description, .posts-list ul li .content-text .description {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
}
.audio ul li .play, .links-list ul li .play, .posts-list ul li .play {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  height: 22px;
  padding: 4px 8px;
  margin-top: -10px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.35);
  text-indent: 2px;
  cursor: pointer;
  opacity: 0.65;
}
.audio ul li .play:hover, .links-list ul li .play:hover, .posts-list ul li .play:hover {
  animation-name: play-button;
  animation-duration: 0.2s;
}

.last-article-homepage {
  display: none;
  position: absolute;
  top: 120px;
  left: 20px;
  width: 480px;
}
@media screen and (min-width: 768px) {
  .last-article-homepage {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .last-article-homepage {
    width: 600px;
    height: 80px;
  }
}
@media screen and (max-width: 525px) {
  .last-article-homepage {
    width: 300px;
    height: 80px;
  }
}
@media screen and (min-width: 2020px) {
  .last-article-homepage {
    width: 1020px;
    height: 132px;
  }
}
.last-article-homepage .image {
  border-right: 1px solid #F26367;
  margin-right: 10px;
  display: block;
  float: left;
  width: 25%;
  height: 62px;
}
@media screen and (min-width: 525px) {
  .last-article-homepage .image {
    height: 78px;
  }
}
@media screen and (min-width: 2020px) {
  .last-article-homepage .image {
    height: 132px;
  }
}
.last-article-homepage .image img {
  width: 92%;
}
.last-article-homepage .last-article-content .date {
  margin: 8px;
  color: #F26367;
  margin: 0;
  font-family: 'Roboto Condensed';
  font-size: 12px;
}
@media screen and (min-width: 525px) {
  .last-article-homepage .last-article-content .date {
    font-size: 14px;
  }
}
.last-article-homepage .last-article-content .titre h2 {
  color: #fff;
  font-family: 'Roboto Condensed';
  margin: 0;
  font-size: 13px;
  margin-top: 4px;
}
@media screen and (min-width: 525px) {
  .last-article-homepage .last-article-content .titre h2 {
    font-size: 13px;
    line-height: 17px;
  }
}
@media screen and (min-width: 2020px) {
  .last-article-homepage .last-article-content .titre h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.last-article-homepage .last-article-content .last-article-voir {
  float: left;
}
.last-article-homepage .last-article-content .last-article-voir a.btn.btn-xs {
  display: block;
  padding: 2px 6px;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 1px;
}
@media screen and (min-width: 525px) {
  .last-article-homepage .last-article-content .last-article-voir a.btn.btn-xs {
    font-size: 12px;
    margin-top: 4px;
  }
}

.week-melomane-homepage {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 480px;
  margin-top: 60px;
  background-color: #F26367;
  opacity: 85%;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .week-melomane-homepage {
    display: block;
    top: 210px;
    left: 20px;
    width: 600px;
    height: 80px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 525px) {
  .week-melomane-homepage {
    top: 20px;
    left: 0px;
    width: 100%;
    height: 80px;
  }
}
@media screen and (min-width: 2020px) {
  .week-melomane-homepage {
    left: 20px;
    width: 1020px;
    height: 132px;
  }
}
.week-melomane-homepage .image {
  border-right: 1px solid #F26367;
  margin-right: 24px;
  display: block;
  float: left;
  width: 10%;
  height: 62px;
}
.week-melomane-homepage .image img {
  width: 92%;
  padding: 4px 16px;
}
.week-melomane-homepage .week-melomane-content .texte {
  margin: 8px;
  color: #fff;
  margin: 0;
  font-family: 'Roboto Condensed';
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .week-melomane-homepage .week-melomane-content .texte {
    font-size: 15px;
  }
}
@media screen and (min-width: 2020px) {
  .week-melomane-homepage .week-melomane-content .texte {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 525px) {
  .week-melomane-homepage .week-melomane-content .texte {
    font-size: 16px;
    line-height: 20px;
  }
}
.week-melomane-homepage .week-melomane-content .titre {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .week-melomane-homepage .week-melomane-content .titre {
    font-size: 20px;
  }
}
@media screen and (max-width: 525px) {
  .week-melomane-homepage .week-melomane-content .titre {
    font-size: 20px;
    line-height: 20px;
  }
}
.week-melomane-homepage .week-melomane-content .week-melomane-voir {
  float: left;
  margin-top: 4px;
}
.week-melomane-homepage .week-melomane-content .week-melomane-voir a.btn.btn-xs {
  padding: 2px 6px;
  font-size: 10px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #F26367;
}
@media screen and (min-width: 768px) {
  .week-melomane-homepage .week-melomane-content .week-melomane-voir a.btn.btn-xs {
    font-size: 13px;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 525px) {
  .week-melomane-homepage .week-melomane-content .week-melomane-voir a.btn.btn-xs {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 6px 22px;
    letter-spacing: 0px;
  }
}

#last-article {
  position: relative;
}
#last-article .header {
  position: relative;
  margin-bottom: 32px;
  overflow: auto;
}
#last-article .header .col-date {
  width: 25%;
  float: left;
}
#last-article .header .col-date .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #999;
  border-right: 1px solid #F26367;
}
#last-article .header .col-date .date.begin, #last-article .header .col-date .date.end {
  font-size: 25px;
}
#last-article .header .col-date .date .txt {
  font-size: 15px;
}
#last-article .header .col-title {
  width: 75%;
  float: left;
}
#last-article .header .col-title .title {
  margin-left: 20px;
}
#last-article .header .col-title .title h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid transparent;
}
#last-article .header .col-title .title h2:hover {
  border-bottom: 2px solid rgba(242, 99, 103, 0.5);
}
#last-article .photo {
  position: relative;
  margin: 0 -32px;
}
#last-article .photo img {
  max-width: 100%;
}
#last-article .photo .type-post {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2px 12px 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #F26367;
  color: #ffffff;
  border-radius: 0 0 16px 0;
}

@keyframes play-button {
  from {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
/*
 |--------------------------------------------------------------
 | displayPost (affichage de l'article)
 |--------------------------------------------------------------
 */
#post-display article h1 {
  margin-top: 0;
  font-size: 38px;
  margin-bottom: 8px;
}
#post-display article .date {
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(242, 99, 103, 0.75);
}

/*
 |--------------------------------------------------------------
 | liste des Liens
 |--------------------------------------------------------------
 */
.displaylinks .links-list ul li a {
  color: #F26367;
}
.displaylinks .links-list ul li .title {
  font-size: 18px;
  line-height: 24px;
}
.displaylinks .links-list ul li .description {
  font-size: 15px;
}

/*
 |--------------------------------------------------------------
 | Galery photos
 |--------------------------------------------------------------
 */
#galery .col-50 .thumbnail {
  padding: 2px 4px;
}
#galery .col-50 .thumbnail img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#galery .col-50 .thumbnail img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#galery .col-50 .thumbnail .gallery-description {
  height: 42px;
}
#galery .col-50 .thumbnail .gallery-description p {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  display: block;
  width: 100%;
  background-color: #F26367;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 32px;
    padding: 16px 0;
  }
}
footer ul li {
  padding: 2px 0;
}
footer ul li a {
  color: #fff;
}
footer .menu-list {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .menu-list {
    display: block;
  }
}
footer .info {
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .info {
    text-align: right;
    padding: 0;
  }
}
footer .copyright {
  margin-top: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
footer .copyright a {
  padding: 1px 2px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .copyright a:hover {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
|--------------------------------------------------------------------------
| Social sharing
|--------------------------------------------------------------------------
*/
.post-share {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
}
.post-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-share ul li {
  display: inline-block;
  padding: 0 0 6px 0;
}
.post-share ul li a {
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.post-share ul li a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.btn.social-share {
  background-color: #000;
  color: #fff;
  text-transform: none;
  padding: 6px 8px;
  line-height: 24px;
  font-size: 11px;
}
.btn.social-share.facebook {
  background-color: #3b5998;
  background-image: none;
}
.btn.social-share.twitter {
  background-color: #00aced;
  background-image: none;
}
.btn.social-share.googleplus {
  background-color: #dd4b39;
  background-image: none;
}
.btn.social-share.linkedin {
  background-color: #007bb6;
  background-image: none;
}
.btn.social-share.rss {
  background-color: #FF9133;
  background-image: none;
}
.btn.social-share i {
  padding-right: 6px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive .embed-responsive embed,
.embed-responsive .embed-responsive iframe,
.embed-responsive .embed-responsive object,
.embed-responsive .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#msg-container {
  width: 100%;
}

.alert {
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 12px;
  padding-left: 22px;
  margin: 12px 0 36px 0;
}
.alert.alert-danger {
  background-color: rgba(242, 99, 103, 0.75);
}
.alert.alert-danger p {
  color: #fff;
}
.alert.alert-success {
  background-color: #c9e5bd;
}
.alert.alert-success p {
  color: #444;
}
.alert p {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

/*
 |--------------------------------------------------------------
 | Search result
 |--------------------------------------------------------------
 */
#advancedSearch {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 28px;
  border-top: 1px solid rgba(242, 99, 103, 0.25);
}
#advancedSearch label.radio-inline {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #222;
}
#advancedSearch h3 {
  top: 0px;
  margin-top: 16px;
}
#advancedSearch p {
  font-size: 15px;
  color: #666;
  font-style: italic;
}
#advancedSearch p.auteur {
  margin: -14px 8px;
  padding: 0;
  font-size: 11px;
}
#advancedSearch p.auteur span {
  cursor: pointer;
  text-decoration: underline;
}
#advancedSearch p.auteur span:hover {
  text-decoration: none;
  color: rgba(242, 99, 103, 0.75);
}
#advancedSearch #advancedOptions {
  top: 54px;
}
#advancedSearch #btnContent {
  display: block;
  width: 100%;
  position: absolute;
  top: 350px;
  left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(242, 99, 103, 0.25);
}
#advancedSearch #btnContent #search-bdd {
  float: left;
}
#advancedSearch #btnContent button#btnRaz {
  background-color: #6caae0;
  float: left;
  margin-left: 16px;
}
#advancedSearch #onglet {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  position: relative;
  display: block;
  min-height: 290px;
  margin-top: 100px;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-color: rgba(242, 99, 103, 0.25);
  border-style: solid;
}
#advancedSearch #onglet span.onglet-text {
  color: #888;
  position: absolute;
  top: -38px;
  left: -1px;
  width: 100px;
  border: 1px solid rgba(242, 99, 103, 0.25);
  text-align: center;
  padding: 10px 0 10px 0;
  display: block;
  cursor: pointer;
  background-color: rgba(242, 99, 103, 0.25);
}
#advancedSearch #onglet span.onglet-text.interprete {
  left: 200px;
}
#advancedSearch #onglet span.onglet-text.compositeur {
  left: 100px;
}
#advancedSearch #onglet span.onglet-text.select {
  border-bottom-color: #fff;
  background-color: #fff;
  color: #444;
}
#advancedSearch #onglet .onglet-content {
  display: none;
  margin: 5%;
  width: 87%;
}
#advancedSearch #onglet .onglet-content.select {
  display: block;
}

.search-result {
  position: relative;
}
.search-result .title {
  display: block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  cursor: pointer;
}
.search-result .title .search-text-survol {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid rgba(242, 99, 103, 0.75);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.search-result .title .search-text-survol p {
  padding: 8px;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.search-result .title:hover .search-text-survol {
  display: block;
}
.search-result .title.advanced {
  font-size: 16px;
  padding: 8px;
  font-weight: 100;
  border: 1px solid rgba(242, 99, 103, 0.1);
  margin: 8px;
  background: rgba(242, 99, 103, 0.05);
  color: #333;
  line-height: 23px;
}
.search-result .title.advanced p {
  font-family: 'Playfair Display', serif;
  line-height: 16px;
  color: #555;
  padding: 0;
  margin: 8px 0 0 130px;
  font-size: 12px;
}
.search-result .date-find {
  display: block;
  padding: 6px 0 4px 0;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(242, 99, 103, 0.75);
}
.search-result .search-text {
  margin-bottom: 28px;
}
.search-result .search-text p {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: rgba(96, 96, 96, 0.75);
  font-style: italic;
  margin-top: 2px;
  margin-bottom: 4px;
  line-height: 17px;
  font-weight: normal;
}

/** LA SEMAINE DU MELOMANE **/
.melomane-container h1 {
  font-size: 16px;
}
.melomane-container .legende {
  font-size: 12px;
  color: #888888;
  margin-top: -8px;
}

.bloc-calendar {
  width: 100%;
}
.bloc-calendar .bloc-day {
  float: left;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 12px;
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .bloc-calendar .bloc-day {
    width: 480px;
  }
}
.bloc-calendar .bloc-day.end {
  box-shadow: none;
}
.bloc-calendar .bloc-day .bloc-day-title {
  text-align: center;
  position: relative;
  color: #fff;
  font-family: 'Roboto Condensed';
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px 2px 0 0;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-1 {
  background-color: #f27062;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-2 {
  background-color: #34c278;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-3 {
  background-color: #1b93b6;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-4 {
  background-color: #746495;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-5 {
  background-color: #ff894c;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-6 {
  background-color: #f5c63c;
}
.bloc-calendar .bloc-day .bloc-day-title.bloc-color-7 {
  background-color: #f27062;
}
.bloc-calendar .bloc-day .bloc-day-title span {
  display: block;
}
.bloc-calendar .bloc-day .bloc-day-title span.day-text {
  padding-top: 4px;
  font-size: 10px;
  line-height: 10px;
  opacity: 75%;
}
.bloc-calendar .bloc-day .bloc-day-title span.day-number {
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
}
.bloc-calendar .bloc-day .bloc-day-title span.month {
  font-size: 16px;
  line-height: 14px;
  opacity: 75%;
}
.bloc-calendar .bloc-day .bloc-day-title span.year {
  font-size: 11px;
  line-height: 12px;
  padding-bottom: 2px;
  opacity: 75%;
}
.bloc-calendar .bloc-day .bloc-day-title .zoom-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0px 7px;
  font-size: 32px;
  font-family: sans-serif;
  color: #ffffff;
  background-color: #2f2f2f;
  line-height: 32px;
  border-radius: 30px;
  font-weight: bolder;
}
.bloc-calendar .bloc-day .bloc-day-content {
  overflow: auto;
  padding-top: 8px;
  height: 240px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 525px) {
  .bloc-calendar .bloc-day .bloc-day-content {
    height: auto !important;
  }
}
.bloc-calendar .bloc-day .bloc-day-content.end {
  background-color: transparent;
  text-align: center;
  min-height: 180px;
}
.bloc-calendar .bloc-day .bloc-day-content.end .link-navigation {
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  text-align: -webkit-center;
}
@media screen and (max-width: 525px) {
  .bloc-calendar .bloc-day .bloc-day-content.end .link-navigation {
    top: 50%;
    bottom: 50%;
    left: 0%;
    width: 100%;
  }
}
.bloc-calendar .bloc-day .bloc-day-content.end .link-navigation a {
  display: block;
  padding-bottom: 8px;
  font-size: 11px;
  width: 50%;
}
@media screen and (max-width: 525px) {
  .bloc-calendar .bloc-day .bloc-day-content.end .link-navigation a {
    width: 100%;
  }
}
.bloc-calendar .bloc-day .bloc-day-content.end .link-navigation a:hover {
  text-decoration: underline;
}
.bloc-calendar .bloc-day .bloc-day-content .evenement {
  font-family: 'Roboto Condensed';
  font-size: 12px;
  padding: 4px 0 4px 8px;
  display: block;
  margin-top: 1px;
}
.bloc-calendar .bloc-day .bloc-day-content .evenement.stabilo {
  background-color: rgba(91, 201, 255, 0.14);
}
.bloc-calendar .bloc-day .bloc-day-content .evenement span.oeuvre {
  opacity: 75%;
}
.bloc-calendar .bloc-day .bloc-day-content .evenement:hover {
  text-decoration: underline;
}

.fiche {
  background-color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.45);
  border-radius: 16px;
  margin: 16px auto;
}
.fiche .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 1px solid #F26367;
}
.fiche .content {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 16px;
}
.fiche .content table tr td {
  padding-right: 8px;
}
.fiche .content table tr td.name {
  width: 280px;
  text-align: right;
  font-weight: bold;
  color: #F26367;
}
.fiche .content table tr td a {
  text-decoration: underline;
}

.desinscription #email {
  width: 75%;
}

/*# sourceMappingURL=front.theme.css.map */
