/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDA.ttf) format('truetype');
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDA.ttf) format('truetype');
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDA.ttf) format('truetype');
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDA.ttf) format('truetype');
}
@font-face {
  font-family: 'Trocchi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/trocchi/v18/qWcqB6WkuIDxDZLcDrs.ttf) format('truetype');
}
body {
  overflow-y: scroll;
  margin-bottom: 120px;
  line-height: 1.2;
  font-family: Epilogue, sans-serif;
  background: #f9eed6;
  color: #243b5a;
}
a[href^="mailto"] {
  color: #318b90;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  border-radius: 12px;
}
p a {
  font-weight: 600;
  color: #318b90;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #318b90;
  border: 2px solid #318b90;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .1s linear, background .1s linear;
}
.btn:hover {
  color: #FFF;
  background: #318b90;
}
.btn:hover.red {
  color: #FFF !important;
  background: #c84135;
}
.tag,
[class*="tag-"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 3px 10px 0;
  text-transform: uppercase;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  background: #7a99a0;
  border-radius: 10px;
}
.tag[class*="-01"],
[class*="tag-"][class*="-01"] {
  background: #c84135;
}
.tag[class*="-02"],
[class*="tag-"][class*="-02"] {
  background: #318b90;
}
.tag[class*="-03"],
[class*="tag-"][class*="-03"] {
  background: #f7aa47;
}
.tag[class*="-04"],
[class*="tag-"][class*="-04"] {
  background: #7a99a0;
}
.tag[class*="-05"],
[class*="tag-"][class*="-05"] {
  background: #243b5a;
}
article {
  padding: 20px;
  background: rgba(122, 153, 160, 0.1);
  border-radius: 20px;
}
article + article {
  margin-top: 20px;
}
article .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
article .header h3 {
  margin-bottom: 5px !important;
  font-family: Trocchi;
}
article .header .date {
  padding-top: 4px;
  font-size: 12px;
}
article figure {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 20px;
  border-radius: 150px;
}
article figure::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 100%;
}
article figure a {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  border-radius: 150px;
  transform: translate(-50%, -50%);
  background: #318b90;
}
article figure a:hover img {
  opacity: 0.8;
}
article figure img {
  display: block;
  height: 100%;
  transition: opacity linear 0.1s;
}
article .desc {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
article .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 7px 8px 5px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #318b90;
  border: 2px solid #318b90;
  border-radius: 20px;
}
#cells {
  position: fixed;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
}
#cells .cell {
  fill: #f7e4c8;
}
header {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 30px;
}
header .title {
  display: flex;
  align-items: center;
  flex: 0 0 240px;
}
header .title #logo {
  height: 70px;
  margin-right: 20px;
}
header .title h1 {
  font-weight: 400;
}
header .title h1 * {
  display: block;
}
header .title h1 .name {
  font-family: Trocchi, sans-serif;
  font-size: 20px;
  color: #f7aa47;
  text-decoration: none;
}
header .title h1 .job {
  font-weight: 600;
  font-size: 20px;
  color: #318b90;
}
header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 0 1 900px;
  padding: 0 50px;
}
header nav a {
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  color: #243b5a;
  transition: color .1s linear;
}
header nav a:hover {
  color: #318b90;
}
header nav a:active {
  color: #f7aa47;
}
header .contact {
  flex: 0 0 240px;
}
header .contact * {
  display: block;
}
header .contact .nb {
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
  color: #c84135;
}
header .contact .address {
  font-size: 14px;
  text-decoration: none;
  color: #f1876d;
}
header .contact-mobile {
  display: none;
}
main {
  position: relative;
  z-index: 1;
}
section {
  overflow: hidden;
  padding-top: 80px;
}
section:first-child {
  padding-top: 140px;
}
section .container > h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  color: #f7aa47;
}
p {
  line-height: 1.4;
}
p + * {
  margin-top: 10px;
}
.portrait {
  overflow: hidden;
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  border-radius: 170px;
}
.portrait img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 270px;
}
.info {
  padding: 15px;
  color: #318b90;
  border: 2px solid #318b90;
  border-radius: 12px;
  font-weight: 600;
}
.info.red {
  border-color: #c84135;
  color: #c84135;
}
.info p {
  font-weight: 600;
}
.card {
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  border: 2px solid #FFF;
}
.card + .card {
  margin-top: 30px;
}
.card h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #f7aa47;
}
.card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.card ol {
  list-style-position: inside;
}
.card ol + * {
  margin-top: 10px;
}
.card ol li + li {
  margin-top: 10px;
}
.card ul {
  list-style: inside;
}
.card ul + * {
  margin-top: 20px;
}
.card ul.info {
  list-style-position: inside;
}
.card ul li {
  font-weight: 600;
}
.card ul li + li {
  margin-top: 10px;
}
.card ul li strong {
  color: #318b90;
}
.card ul li ul {
  margin: 10px 0 0 20px;
  color: #318b90;
}
.card ul li ul li {
  font-weight: 400;
}
.card .icon {
  display: block;
  width: 80px;
  margin: 0 auto 10px;
  fill: #243b5a;
}
.card .intro .numbers {
  margin: 0;
  text-align: center;
}
.cabinet-slider {
  margin: 20px;
}
.cabinet-slider .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: grab;
}
.cabinet-slider .slide:focus {
  color: grabbing;
}
.cabinet-slider .slide img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
  border-radius: 12px;
}
.cabinet-slider .slide figcaption {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.cabinet-slider .slick-prev:before,
.cabinet-slider .slick-next:before {
  color: #318b90;
}
.visible-desktop {
  display: initial;
}
.visible-mobile {
  display: none;
}
#accueil {
  display: flex;
  align-items: center;
}
#accueil h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  color: #f7aa47;
}
#accueil .intro {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
#accueil .intro .nb {
  font-weight: 900;
  color: #c84135;
  text-decoration: none;
}
#bilan .icon {
  width: 120px;
}
#suivi .icon {
  width: 120px;
}
#honoraires .icon {
  width: 140px;
}
#acces .map,
#cabinet .map {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 12px;
}
#acces .map:hover img,
#cabinet .map:hover img {
  opacity: .8;
}
#acces .map img,
#cabinet .map img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: opacity .1s linear;
}
#acces .nb,
#cabinet .nb {
  font-weight: 900;
  text-decoration: none;
  color: #c84135;
}
#ressources-educatives .icon {
  width: 120px;
}
#publications .btn {
  margin-bottom: 20px;
}
#mobile-nav-btn {
  display: none;
}
#mobile-nav {
  display: none;
}
@media screen and (min-width: calc(768px + 1px)) and (max-width: 1024px) {
  #cells {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .tag,
  [class*="tag-"] {
    font-size: 14px;
    padding: 7px 10px 5px;
    height: auto;
  }
  .visible-desktop {
    display: none;
  }
  .visible-mobile {
    display: initial;
  }
  article .header {
    flex-direction: column;
    align-items: center;
  }
  article .header > div {
    order: 1;
    text-align: center;
  }
  article .header h3 {
    font-size: 18px;
  }
  article .header .date {
    order: 0;
    font-size: 14px;
  }
  article .desc {
    font-size: 16px;
  }
  article .link {
    display: flex;
    height: 50px;
    font-size: 18px;
  }
  main .card .icon {
    display: none;
  }
  #cells {
    width: auto;
    height: 80vh;
  }
  #mobile-nav-btn {
    position: fixed;
    z-index: 10;
    left: 10px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #318b90;
    border-radius: 20px;
    transition: transform 0.1s ease-out, border-radius 0.1s;
  }
  #mobile-nav-btn.active {
    border-radius: 30px;
    transform: rotate(0.25turn);
  }
  #mobile-nav-btn.active .burger {
    display: none;
  }
  #mobile-nav-btn.active .close {
    display: flex;
  }
  #mobile-nav-btn hr {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFF;
  }
  #mobile-nav-btn .burger {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40%;
    height: 40%;
  }
  #mobile-nav-btn .close {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 46%;
    height: 46%;
  }
  #mobile-nav-btn .close hr {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #mobile-nav-btn .close hr:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #mobile-nav-btn .close hr:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header {
    position: static;
    background: transparent;
    display: block;
  }
  header .title {
    position: relative;
    z-index: 1;
    justify-content: center;
    height: 100px;
    margin-top: 20px;
  }
  header nav {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 100px;
    background: #FFF;
    transition: transform .2s ease;
  }
  header nav.active {
    transform: translateY(0);
  }
  header nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 100%;
    padding-top: 2px;
    font-size: 18px;
    line-height: 1;
    border: 2px solid #7a99a0;
    border-radius: 20px;
  }
  header nav a br {
    display: none;
  }
  header .contact {
    display: none;
  }
  header .contact-mobile {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    height: 80px;
    padding: 10px;
    background: #FFF;
  }
  header .contact-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    height: 60px;
    text-decoration: none;
    font-size: 24px;
    border: 2px solid;
    border-radius: 20px;
  }
  header .contact-mobile a.nb {
    color: #c84135;
  }
  header .contact-mobile a.address {
    color: #f7aa47;
  }
  section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  section:first-child {
    padding-top: 40px;
  }
  .intro .card {
    margin: 20px -20px;
    padding: 20px 20px;
  }
  #acces .map img,
  #cabinet .map img {
    max-width: none;
    height: 100%;
  }
  #mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: none;
    border: none;
  }
  #mobile-nav a {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    color: #318b90;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background: #FFF;
    border-radius: 20px;
  }
}
.red {
  color: #c84135 !important;
}
.grey {
  color: #7a99a0 !important;
}
.black {
  color: #243b5a !important;
}
.yellow {
  color: #f7aa47 !important;
}
.green {
  color: #318b90 !important;
}
.bg-red {
  background-color: #c84135 !important;
}
.bg-grey {
  background-color: #7a99a0 !important;
}
.bg-black {
  background-color: #243b5a !important;
}
.bg-yellow {
  background-color: #f7aa47 !important;
}
.bg-green {
  background-color: #318b90 !important;
}
.border-red {
  border-color: #c84135 !important;
}
.border-grey {
  border-color: #7a99a0 !important;
}
.border-black {
  border-color: #243b5a !important;
}
.border-yellow {
  border-color: #f7aa47 !important;
}
.border-green {
  border-color: #318b90 !important;
}
