/*
Theme Name: Kiné Doheem
Description: Thème sur mesure pour le site de Kiné à domicile Doheem
Version: 1.0

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;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*12x70x30*/
/*------CLEARFIX-----*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'como', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #393939;
  margin: 0 auto;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
.outliner {
  display: none;
}
strong,
b {
  font-weight: 700;
}
ol {
  list-style: decimal;
}
ol li::marker {
  content: none;
}
em {
  font-style: italic;
}
p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #393939;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.content {
  width: 73.125rem;
  min-width: 15.625rem;
  margin: 0 auto;
}
.big-content {
  width: 90%;
  margin: 0 auto;
  min-width: 15.625rem;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wcol1 {
  width: 4.375rem;
}
.wcol2 {
  width: 10.625rem;
}
.wcol2b {
  width: 12.5rem;
}
.wcol3 {
  width: 16.875rem;
}
.wcol4 {
  width: 23.125rem;
}
.wcol5 {
  width: 29.375rem;
}
.wcol6 {
  width: 35.625rem;
}
.wcol7 {
  width: 41.875rem;
}
.wcol8 {
  width: 48.125rem;
}
.wcol9 {
  width: 54.375rem;
}
.wcol10 {
  width: 60.625rem;
}
.pc19 {
  width: 19%;
}
.pc20 {
  width: 20%;
}
.pc24 {
  width: 24%;
}
.pc25 {
  width: 25%;
}
.pc30 {
  width: 30%;
}
.pc32 {
  width: 32%;
}
.pc35 {
  width: 35%;
}
.pc48 {
  width: 48%;
}
.pc50 {
  width: 50%;
}
.pc40 {
  width: 40%;
}
.pc60 {
  width: 60%;
}
.pc70 {
  width: 70%;
}
.pc80 {
  width: 80%;
}
.pc100 {
  width: 100%;
}
.txt-center {
  text-align: center;
}
body {
  border-top: 10px solid #672575;
}
header .logo {
  margin: 3rem auto;
  display: block;
}
h1 {
  font-size: 30px;
  color: #672575;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  line-height: 1.3em;
}
.intro {
  margin: 2rem auto 0;
}
.intro p {
  font-size: 20px;
  color: #672575;
}
.info-rdv {
  background-color: #ed6b06;
  padding: 2rem;
  font-size: 18px;
  color: #ffffff;
  border-radius: 20px;
  margin: 3rem auto;
}
.info-rdv h4 {
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 1rem;
}
.info-rdv h4:first-of-type {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
}
.info-rdv a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.info-rdv a:hover {
  text-decoration: underline;
}
footer .bloc {
  margin: 0 auto 4rem;
}
@media screen and (max-width: 1190px) {
  .content {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  p {
    line-height: 1.3em;
  }
  .wcol7 {
    width: 100%;
  }
  .info-rdv {
    font-size: 16px;
  }
  .page-attente br {
    display: none;
  }
  h1 {
    font-size: 25px;
    line-height: 1.2em;
  }
  h2 {
    font-size: 18px;
  }
  .intro p {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  p {
    font-size: 15px;
  }
  header .logo {
    width: 100%;
    height: auto;
    margin: 2rem auto;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 16px;
  }
  .intro p {
    font-size: 16px;
  }
  .info-rdv {
    margin: 2rem auto;
  }
  .info-rdv a {
    display: block;
  }
}
