/*
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------------------------------*/
/*12x30x109*/
/*------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: 'korolev', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #000000;
  margin: 0 auto;
  position: relative;
}
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;
}
a {
  text-decoration: none;
}
strong,
b {
  font-weight: bold;
}
ol {
  list-style: decimal;
}
ol li::marker {
  content: none;
}
em {
  font-style: italic;
}
p {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 1rem;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
p:first-of-type {
  margin-bottom: 1rem;
}
a {
  color: #000000;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.content {
  width: 102.375rem;
  min-width: 15.625rem;
  margin: 0 auto;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wcol2 {
  width: 15.5rem;
}
.wcol3 {
  width: 24.1875rem;
}
.wcol4 {
  width: 32.875rem;
}
.wcol5 {
  width: 41.5625rem;
}
.wcol6 {
  width: 50.25rem;
}
.wcol7 {
  width: 58.9375rem;
}
.wcol8 {
  width: 67.625rem;
}
.pc25 {
  width: 25%;
}
.pc30 {
  width: 30%;
}
.pc48 {
  width: 48%;
}
.pc50 {
  width: 50%;
}
.pc40 {
  width: 40%;
}
.pc60 {
  width: 60%;
}
.pc70 {
  width: 70%;
}
.pc80 {
  width: 80%;
}
.pc100 {
  width: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.l-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}
.m-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1em;
}
.s-title {
  font-size: 1.5625rem;
  text-transform: uppercase;
  line-height: 1.25em;
}
.cta-button {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: #000000;
  border: 1.5px solid #000000;
  text-decoration: none;
  text-align: center;
  line-height: 1.25em;
  transition: all 0.5s;
}
.cta-button:hover {
  background-color: #000000;
  color: #ffffff;
}
header {
  padding: 1rem;
  position: fixed;
  background-color: #ffffff;
  z-index: 1;
}
h1 {
  font-size: 28px;
  text-align: center;
  line-height: 1.45em;
}
h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
h4 {
  font-size: 20px;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.page-divers .content {
  padding: 8rem 0 3rem;
}
.page-divers .content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-divers .content ol {
  list-style: decimal;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.page-divers .content ul {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.page-divers .content li {
  margin-bottom: 0.5rem;
}
.presentation .bloc1 img {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.presentation .bloc2 {
  background: #000000;
  color: #ffffff;
  padding: 8rem 4rem 4rem;
  z-index: 2;
}
.presentation .bloc2 p,
.presentation .bloc2 li {
  font-size: 1.125rem;
}
.presentation .bloc2 li {
  margin-bottom: 0.5rem;
}
.presentation .bloc2 li:last-of-type {
  margin-bottom: 0;
}
.presentation .bloc2 ol,
.presentation .bloc2 ul {
  margin-bottom: 1rem;
}
.presentation .bloc2 ul {
  list-style: disc;
}
.presentation .bloc2 ol {
  list-style: decimal;
}
.presentation .bloc2 a {
  color: #ffffff;
}
.presentation .bloc2 a:hover {
  text-decoration: none;
}
.presentation .cta-button {
  width: 16rem;
}
.a-propos {
  padding: 6rem 0 12rem;
  position: relative;
}
.a-propos:after {
  content: '';
  display: inline-block;
  height: 396px;
  width: 440px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('imgs/t.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
}
.a-propos .photo img {
  width: 24.1875rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.a-propos .txt {
  padding-right: 4rem;
}
.a-propos .txt p {
  font-size: 1.125rem;
}
.a-propos .txt strong {
  font-size: 30px;
  width: 5rem;
  display: inline-block;
}
.centres-interet {
  padding: 0rem 0 8rem;
}
.centres-interet ul {
  column-count: 2;
}
.centres-interet li {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.centres-interet .flex {
  gap: 1.875rem;
}
.contact {
  padding: 4rem 0;
  color: #ffffff;
  background-color: #000000;
}
.contact p {
  font-size: 1.125rem;
  font-weight: bold;
}
.contact p a {
  color: #ffffff;
  text-decoration: none;
}
.contact p a:hover {
  text-decoration: underline;
}
.rdv {
  padding: 6rem 0 2rem;
}
.rdv .content {
  position: relative;
}
.rdv .content:after {
  content: '';
  display: inline-block;
  width: 400px;
  height: 260px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('imgs/docteur-thomas-thiry-logo-s.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
}
.rdv .bloc1 p {
  font-size: 18px;
}
.rdv .bloc1 p:last-of-type {
  font-weight: bold;
}
.rdv .bloc2 .jour {
  margin-bottom: 2rem;
}
.rdv .bloc2 .jour:last-of-type {
  margin-bottom: 0;
}
.rdv .bloc2 .details {
  font-size: 1.125rem;
}
.rdv .bloc2 .details p {
  font-size: 1.125rem;
}
.rdv .bloc2 .details a {
  text-decoration: none;
}
.rdv .bloc2 .details a:hover {
  text-decoration: underline;
}
.rdv .bloc2 .details ul {
  margin-bottom: 1rem;
}
.rdv .bloc2 .details ul li {
  display: inline-block;
}
.rdv .bloc2 .details ul li:after {
  content: ' ｜ ';
  display: inline-block;
}
.rdv .bloc2 .details ul li:last-of-type:after {
  content: none;
}
.copy {
  margin-top: 3rem;
  font-size: 14px;
}
.copy a {
  display: inline-block;
  padding: 0;
  font-weight: normal;
}
@media screen and (max-width: 1700px) {
  /*12x30x86*/
  .content {
    width: 85.125rem;
  }
  .wcol2 {
    width: 12.625rem;
  }
  .wcol3 {
    width: 19.875rem;
  }
  .wcol4 {
    width: 27.125rem;
  }
  .wcol5 {
    width: 34.375rem;
  }
  .wcol6 {
    width: 41.625rem;
  }
  .wcol7 {
    width: 48.875rem;
  }
  .wcol8 {
    width: 56.625rem;
  }
  .a-propos .txt {
    padding-right: 1rem;
  }
  .centres-interet .bloc2 {
    width: 56.625rem;
  }
  .rdv .bloc2 {
    width: 63.875rem;
  }
  .rdv .bloc2 .details {
    width: 48.875rem;
  }
}
@media screen and (max-width: 1450px) {
  .content {
    width: 90%;
  }
  /*40px -> 35px*/
  h2 {
    font-size: 35px;
  }
  /*30px -> 25px*/
  .a-propos .txt strong {
    font-size: 25px;
  }
  /*22px -> 20px*/
  h3 {
    font-size: 20px;
  }
  /*20px -> 18px*/
  .centres-interet li {
    font-size: 18px;
  }
  /*18px -> 16px*/
  .presentation .bloc2 p,
  .a-propos .txt p,
  .contact p,
  .rdv .bloc1 p,
  .rdv .bloc2 .details,
  .presentation .bloc2 li {
    font-size: 1rem;
  }
  .copy {
    font-size: 12px;
  }
  .wcol2,
  .wcol3,
  .wcol4 {
    width: 30%;
  }
  .wcol5,
  .wcol6 {
    width: 50%;
  }
  .wcol8 {
    width: 65%;
  }
  main .logo {
    width: 80%;
    height: auto;
  }
  .presentation .bloc1 img {
    margin-bottom: 3rem;
  }
  .presentation .bloc2 {
    padding: 8rem 3rem 3rem;
  }
  .a-propos .txt strong {
    width: 4rem;
    float: left;
    margin-bottom: 1rem;
  }
  .a-propos .photo img {
    width: 100%;
    max-width: 350px;
  }
  .a-propos:after {
    height: 350px;
    width: 389px;
  }
  .centres-interet .bloc2 {
    width: 70%;
  }
  .rdv .bloc2 {
    width: 70%;
  }
  .rdv .bloc2 h3 {
    width: 20%;
    padding-right: 2rem;
  }
  .rdv .bloc2 .details {
    width: 80%;
  }
  .rdv .content:after {
    width: 300px;
    height: 198px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
  .tablet-noflex {
    flex-direction: column;
  }
  .presentation .bloc1 {
    width: 50%;
  }
  .rdv .bloc2 {
    width: 65%;
  }
  .rdv .bloc2 h3 {
    text-align: left;
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .rdv .bloc2 .details {
    width: 100%;
  }
  .rdv .bloc2 .details ul {
    margin-bottom: 0.5rem;
  }
  .rdv .content:after {
    width: 280px;
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  header .logo {
    width: 4rem;
  }
  .cta-button {
    font-size: 1rem;
  }
  .tablet-s-noflex {
    flex-direction: column;
  }
  .presentation .bloc1,
  .presentation .bloc2,
  .a-propos .photo,
  .a-propos .txt,
  .centres-interet .bloc1,
  .centres-interet .bloc2,
  .rdv .bloc1,
  .rdv .bloc2 {
    width: 100%;
  }
  .presentation .bloc1,
  .a-propos .photo,
  .rdv .bloc1 {
    margin-bottom: 3rem;
  }
  .presentation .bloc1 img {
    max-width: 24rem;
    margin-bottom: 2rem;
  }
  .presentation .bloc2 {
    padding: 3rem;
  }
  .a-propos .photo img {
    max-width: 280px;
  }
  .a-propos:after {
    bottom: -4rem;
  }
  .centres-interet h2 {
    margin-bottom: 0;
  }
  .centres-interet ul {
    column-count: 1;
  }
  .rdv .bloc1 h2 br {
    display: none;
  }
  .rdv .content:after {
    content: none;
  }
  .copy {
    text-align: center;
  }
}
@media screen and (max-width: 675px) {
  /*32px -> 28px*/
  h2 {
    font-size: 28px;
  }
  /*25px -> 22px*/
  .a-propos .txt strong {
    font-size: 22px;
  }
  /*20px -> 18px*/
  h3 {
    font-size: 18px;
  }
  /*18px -> 16px*/
  .centres-interet li,
  .rdv .bloc2 .details p {
    font-size: 1rem;
  }
  /*16px -> 14px*/
  .presentation .bloc2 p,
  .a-propos .txt p,
  .contact p,
  .rdv .bloc1 p,
  .rdv .bloc2 .details,
  .presentation .bloc2 li {
    font-size: 14px;
  }
  .presentation .bloc2,
  .a-propos .txt,
  .centres-interet,
  .rdv,
  .rdv .bloc2 h3 {
    text-align: center;
  }
  h2 {
    margin-bottom: 1rem;
  }
  .presentation .bloc2 {
    padding: 2.5rem;
  }
  .a-propos .txt strong {
    width: 100%;
  }
  .centres-interet {
    padding-bottom: 8rem;
  }
  .rdv .bloc2 .details ul li {
    display: block;
    padding: 0.3rem 0;
  }
  .rdv .bloc2 .details ul li:after {
    content: none;
  }
  .rdv .bloc2 .details ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  h2 {
    font-size: 25px;
    line-height: 1.3em;
  }
  .presentation .bloc2 {
    padding: 2rem;
  }
  .a-propos .photo img {
    max-width: 250px;
  }
  .a-propos .txt strong {
    float: none;
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .a-propos {
    padding: 6rem 0;
  }
  .a-propos:after {
    content: none;
  }
}
