/* 
    Created on : Oct 17, 2016, 2:25:22 PM
    Author     : MCP Webmaster
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
    Created on : Oct 24, 2016, 4:27:38 PM
    Author     : MCP
*/
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.avertissement{
	font-size:22px; 
	font-weight:bold; 
	color: #c90a90; 
	font-family: 'CatamaranBold', 'Helvetica', sans-serif; 
	background-color: #fff;
	padding: 5px;
	margin-bottom:20px;
}

header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}
header .site-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}

.main-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}
.main-content aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}
.main-content main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}
.main-content main .infos {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
  /*margin-left: 8.33333%;*/
}

footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}
footer .contact {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}
footer .footer-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.41667%;
  padding-right: 0.41667%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  

  .main-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
  }
  .main-content aside {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
  }
  .main-content main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
	width: 80%;
    float: left;
    padding-left: 0.41667%;
	padding-left: 20px;
    padding-right: 0.41667%;
  }
  .main-content main .infos {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
    /*margin-left: 25%;*/
  }

  footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
  }
  footer .footer-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
  }
  footer .contact {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
  }
  footer .contact .contact-tel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 81.25%;
    float: left;
    padding-left: 0.625%;
	padding-left:20px;
    padding-right: 0.625%;
  }
  footer .contact .contact-email {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
  }
}
@font-face {
  font-family: Catamaran;
  src: url(../fonts/catamaran/Catamaran-ExtraLight.ttf);
}
@font-face {
  font-family: CatamaranBold;
  src: url(../fonts/catamaran/Catamaran-Medium.ttf);
}
html {
  font-size: 14px;
  font-family: 'Merienda One', cursive;
  height: 100%;
}

body {
  height: 100%;
}

blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 35px;
  margin: 5px 0 20px;
  position: relative;
  /*Font*/
  font-family: 'Catamaran', 'Helvetica', sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 1.2;
  color: #666666;
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 10px solid #82085f;
  border-right: 2px solid #82085f;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 10px #ccc;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
}

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: bold;
  color: #666666;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after {
  /*Reset to make sure*/
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #620E5F;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}

header {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0 !important;
 /* background-color: #620E5F;*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MTU1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyMDg1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #39155f), color-stop(100%, #82085f));
  background-image: -moz-linear-gradient(left, #39155f, #82085f);
  background-image: -webkit-linear-gradient(left, #39155f, #82085f);
  background-image: linear-gradient(to right, #39155f, #82085f);
}
header h1.site-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4em;
  line-height: 1.8em;
  padding: 0.6em 0;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.2) 0 0 15px, rgba(255, 255, 255, 0.2) 0 0 10px;
}
header .header-bottom-wave {
  display: none;
}
header .header-border {
  margin-bottom: -2px;
}

.main-content {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 80px 0 20px;
}
.main-content main {
  font-family: 'Catamaran', 'Helvetica', sans-serif;
  font-weight: 200;
}
.main-content main strong {
  font-family: 'CatamaranBold', 'Helvetica', sans-serif;
}
.main-content main .title img {
  width: 300px;
  height: 22.5px;
}
.main-content main h1 {
  font-family: 'Merienda One', cursive;
  line-height: 1.4;
  font-size: 1.4em;
  color: #620E5F;
  margin: 15px 0 5px;
  padding: 0;
}
.main-content main h2 {
  font-family: 'Merienda One', cursive;
  line-height: 1.4;
  font-size: 1.3em;
  color: #620E5F;
  margin: 5px 0;
  padding: 0;
}
.main-content main h3 {
  font-family: 'Merienda One', cursive;
  line-height: 1.4;
  font-size: 1.2em;
  color: #620E5F;
  margin: 5px 0;
  padding: 0;
}
.main-content main article {
  margin-top: 2em;
}
.main-content main article .article-image {
  text-align: center;
  margin: 0 auto 1em;
}
.main-content main article .article-image img {
  width: 160px;
  height: auto;
}
.main-content main p {
  color: #666666;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 0.5em;
}
.main-content main ul li {
  padding: 0.5em;
  color: #666666;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
.main-content main .infos {
  margin-top: 3em;
}
.main-content main .infos p {
  font-family: 'Catamaran', sans-serif;
  color: #620E5F;
  line-height: 1.5em;
  font-size: 1.2em;
}

div.small {
  font-size: 0.9em !important;
  padding-left: 2em;
  padding-top: 0.2em;
}

span.big {
  font-size: 1.2em;
}

span.tel {
  color: white !important;
  text-decoration: none !important;
}

span.cap {
  font-variant: small-caps;
}

aside {
  margin-top: 2em;
}
aside ul.gold li:not(:first-child) {
  display: none;
}
aside ul.gold.responsive li:not(:first-child) {
  display: block;
}
aside ul.gold {
  list-style: none;
}
aside ul.gold li {
  padding: 0.8em 0;
}
aside ul.gold li a {
  text-decoration: none;
  font-variant: small-caps;
  font-weight: 600;
  font-size: 1.3em;
  margin-left: 0;
  color: #620E5F;
}
aside ul.gold li a:hover {
  text-shadow: 1px 1px 3px rgba(130, 8, 95, 0.2);
  text-shadow: 1px 1px 3px 0 rgba(130, 8, 95, 0.2);
}
aside ul.gold li:before {
  display: marker;
  content: url("img/bullet-20.png");
  vertical-align: -5px;
  /* choose this ... */
  padding-right: 10px;
  /* and this */
}
aside ul.gold li.active:before {
  display: marker;
  content: url("img/bullet-hover-20.png") !important;
  vertical-align: -5px;
  /* choose this ... */
  padding-right: 10px;
  /* and this */
}

footer {
  font-family: 'Merienda One', cursive;
  color: white;
  padding: 1em 0;
  background-color: #620E5F;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MTU1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyMDg1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #39155f), color-stop(100%, #82085f));
  background-image: -moz-linear-gradient(left, #39155f, #82085f);
  background-image: -webkit-linear-gradient(left, #39155f, #82085f);
  background-image: linear-gradient(to right, #39155f, #82085f);
}
footer .contact {
  padding: 1em 0;
}
footer .contact .contact-tel {
  line-height: 2em;
}
footer .contact .contact-email {
  float: right !important;
}
footer .contact .contact-email div.email {
  width: 36px;
  height: 36px;
  background: url(img/email.png) no-repeat 0 0;
}
footer .footer-menu {
  font-family: 'Catamaran', sans-serif;
  padding-bottom: 1em;
}
footer .footer-menu a {
  color: white;
  text-decoration: none;
  font-weight: 200;
  padding-right: 1em;
}
footer .footer-menu a:hover {
  color: #666666;
}

.tel, .tel:visited {
  color: #fff;
  text-decoration: none;
}

.tel:hover, .tel:focus {
  color: #666666;
}

@media screen and (min-width: 28.5em) {
  .tel, .tel:visited {
    background: none;
    cursor: default;
  }

  .tel, .tel:focus {
    color: white;
  }
}
@media (min-width: 321px) {
  header h1.site-title {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }

  header {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0 !important;
  }
  header h1.site-title {
    position: absolute;
    top: 0;
    left: 45%;
    font-size: 2.3em;
    line-height: 1.6em;
    padding: 0.4em 0 0 0;
    margin-bottom: -20px;
    text-align: left;
  }
  header .header-bg {
    position: relative;
  }
  header .header-bg .header-top-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header-border {
    display: none;
  }
  header .header-bottom-wave {
    display: block;
    margin-bottom: -4px;
  }
  header .header-bottom-wave img {
    width: 100%;
    height: auto;
    min-height: 160px;
  }

  aside ul.gold li.icon {
    display: none;
  }
  aside ul.gold li:not(:first-child) {
    display: block;
  }

  .main-content {
    margin-top: 0.6em;
    margin-bottom: 2em;
    padding: 200px 0 120px;
  }
  .main-content main .title img {
    width: 400px;
    height: 30px;
  }
  .main-content main h1 {
    line-height: 1.4;
    font-size: 1.7em;
    margin: 5px 0;
    padding: 0;
  }
  .main-content main h2 {
    line-height: 1.4;
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
  }
  .main-content main h3 {
    line-height: 1.4;
    font-size: 1.2em;
    color: #620E5F;
    margin: 5px 0;
    padding: 0;
  }
  .main-content main article {
    margin-top: 2em;
  }
  .main-content main article .article-image {
    text-align: none;
    margin: 0;
  }
  .main-content main article .article-image img {
    width: 180px;
    float: right;
    padding-left: 1.5em;
  }
  .main-content main p {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-bottom: 0.5em;
  }
  .main-content main ul li {
    padding: 0.5em;
    font-size: 1.2em;
    padding-bottom: 0.5em;
  }
  
  .main-content main .infos p {
    line-height: 1.5em;
    font-size: 1.2em;
  }

  footer {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
  }
  footer .contact {
    padding: 1em 0;
  }
  footer .contact .contact-tel {
    display: inline-block;
  }
  footer .contact .contact-email {
    display: inline-block;
    float: none;
  }
  footer .contact .contact-email div.email {
    width: 36px;
    height: 36px;
    background: url(img/email.png) no-repeat 0 0;
    margin-bottom: -20px;
  }
  footer .footer-menu {
    padding: 1em 0;
    line-height: 2em;
  }
  footer .footer-menu a {
    padding-right: 1em;
  }
  
}

@media (max-width: 767px) {
.avertissement{
	padding-top:45px;
	}
}

/*# sourceMappingURL=styles.css.map */

.sous-titre {
	text-decoration: none;
	font-size: 1.8rem !important;
	color: #620E5F !important;
	font-family: 'Merienda One', cursive;
	margin-top:30px; 
}
.sous-titre:before {
	display: marker;
	content: url("img/bullet-20.png");
	vertical-align: -5px;
	padding-right: 10px;
}
ul.kine {
	margin-bottom: 20px;
}
ul.kine li{
	font-size: 18px !important;
	padding: 3px !important;
}
a.site-dedie{
	text-decoration: none;
	font-size:20px;
	background:#620E5F;
	color:#fff;
	padding:5px 10px 3px;
	display:inline-block;
	border-radius:3px;
}
a.site-dedie:hover{
	background:#CFA563;
	color:#fff;
}
a.lien-simple{
	text-decoration:none;
}
h2 a{
	color: #620E5F;
	cursor:default;
}




