/*
Theme Name: Pôle Santé du Tumulus
Description: Thème sur mesure pour le site du Pôle Santé du Tumulus
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------------------------------*/
/*12x30x70*/
/*------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: "Afacad Flux", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #1d1d1b;
  margin: 0 auto;
  padding-top: 5.3rem;
}
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.25em;
  margin-bottom: 1rem;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
p:first-of-type {
  margin-bottom: 1rem;
}
a {
  color: #1d1d1b;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.page-404 .cta-button {
  width: 15rem;
  margin-top: 2rem;
}
.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;
}
.wcol3 {
  width: 16.875rem;
}
.wcol4 {
  width: 23.125rem;
}
.wcol5 {
  width: 29.375rem;
}
.wcol6 {
  width: 35.625rem;
}
.wcol7 {
  width: 41.875rem;
}
.wcol8 {
  width: 46.25rem;
}
.wcol9 {
  width: 54.375rem;
}
.wcol10 {
  width: 60.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%;
}
.l-title,
.page-divers h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}
.l-title.deco:before {
  content: '';
  display: block;
  background-image: url('imgs/tumulus-lignes.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120px;
  height: 50px;
  margin-bottom: 1rem;
}
.m-title,
.actu-content h2,
.page-divers h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1em;
}
.s-title,
.actu-content h3,
.page-divers h3 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  line-height: 1.25em;
}
.page-divers h1,
.page-divers h2,
.page-divers h3 {
  margin-bottom: 0.5em;
}
.cta-button {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: #ffffff;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  line-height: 1.25em;
  transition: all 0.5s;
}
.cta-button:hover {
  transform: scale(0.9);
}
.cta-button.rouge {
  background-color: #cb1316;
  color: #ffffff;
}
.cta-button.jaune {
  background-color: #d1a334;
  color: #ffffff;
}
.cta-button.rose {
  background-color: #ef968e;
  color: #ffffff;
}
.cta-button.vert {
  background-color: #65885b;
  color: #ffffff;
}
.cta-button.noir {
  background-color: #1d1d1b;
  color: #ffffff;
}
.color-vert {
  color: #65885b;
}
.color-rose {
  color: #ef968e;
}
.color-jaune {
  color: #d1a334;
}
.color-rouge {
  color: #cb1316;
}
.c-vert {
  color: #65885b;
}
.c-rouge {
  color: #cb1316;
}
.c-jaune {
  color: #d1a334;
}
.c-rose {
  color: #ef968e;
}
.br-1 {
  border-radius: 45px 100px 10px 100px;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-start {
  justify-content: flex-start;
  gap: 2.5rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-items-end {
  align-items: flex-end;
}
.padding-L {
  padding: 8rem 0;
}
.padding-M {
  padding: 4rem 0;
}
.page-attente main .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-attente h2 {
  display: block;
  padding-top: 3rem;
  border-top: 1px solid #dfdfdf;
  margin-top: 2rem;
  width: 100%;
  text-transform: uppercase;
}
.page-attente ul.specialistes > li {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.page-attente ul.specialistes > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.page-attente ul.specialistes > li ul li {
  width: 32%;
}
.page-attente ul.specialistes a {
  text-decoration: none;
  display: block;
  padding: 0.3rem 0;
  font-weight: bold;
  font-size: 18px;
}
.page-attente ul.specialistes a:hover {
  text-decoration: underline;
}
.page-attente ul.specialistes ul li {
  margin-bottom: 1rem;
  display: block;
}
.page-attente ul.specialistes h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.page-attente h3 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.page-attente footer {
  padding: 2rem 0;
}
.page-attente footer .flex {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
header {
  padding: 0 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  border: 1px solid #dbdbdb;
}
header .menu-button {
  display: none;
}
header .menu {
  display: flex;
}
header .menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 2rem 2.5rem;
}
header .menu .current_page_item > a {
  position: relative;
  font-weight: bold;
}
header .menu .current_page_item > a:after {
  content: '';
  display: inline-block;
  background-image: url('imgs/tumulus-lignes.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 48px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
header .menu > .menu-item-has-children > a {
  position: relative;
}
header .menu > .menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -308px -132px;
  background-size: 380px 388px;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 2rem;
  right: 0.8rem;
}
header .menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 5.4rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 10rem;
  justify-content: space-between;
  box-shadow: 1px 3px 5px #00000070;
}
header .menu > li > ul.sub-menu a {
  transition: all 0.5s;
}
header .menu > li > ul.sub-menu a:hover {
  opacity: 0.5;
}
header .menu > li > ul.sub-menu .menu-item-has-children > a {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 0;
}
header .menu > li > ul.sub-menu .menu-item-has-children > .sub-menu a {
  text-decoration: none;
  font-size: 18px;
  padding: 0.5rem 0;
  display: block;
}
header .menu > li > ul.sub-menu .vert > a {
  color: #65885b;
}
header .menu > li > ul.sub-menu .rouge > a {
  color: #cb1316;
}
header .menu > li > ul.sub-menu .rose > a {
  color: #ef968e;
}
header .menu > li > ul.sub-menu .jaune > a {
  color: #d1a334;
}
header .cta-button {
  padding: 0.5rem 3rem;
  border-radius: 50px;
}
header .tel {
  font-size: 22px;
  text-decoration: none;
  position: relative;
  padding-left: 3rem;
  transition: all 0.5s;
}
header .tel:hover {
  color: #ef968e;
}
header .tel:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 380px 388px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .adresse {
  font-size: 22px;
  text-decoration: none;
  position: relative;
  padding-left: 3rem;
  transition: all 0.5s;
}
header .adresse:hover {
  color: #65885b;
}
header .adresse:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -110px 0;
  background-size: 380px 388px;
  width: 44px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .bloc2 {
  gap: 2rem;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .big-content {
  position: relative;
  min-height: 700px;
}
.banner .bloc1 {
  background-color: #d1a334;
  padding: 4rem 2rem 2rem;
  border-radius: 130px 70px 130px 15px;
  color: #ffffff;
  position: absolute;
  bottom: -4.8rem;
  left: 0;
}
.banner .bloc1 .l-title {
  text-transform: uppercase;
}
.banner .bloc1 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.banner .bloc1 ul {
  column-count: 2;
}
.banner .bloc1 li a {
  display: block;
  padding: 0.5rem 0;
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.5s;
  line-height: 1.15em;
}
.banner .bloc1 li a:hover {
  transform: translateX(0.5rem);
}
.banner .slogan {
  position: absolute;
  bottom: 3rem;
  right: 0;
  color: #ffffff;
  text-shadow: 2px 2px 12px #000000ad;
}
.slogan {
  font-size: 50px;
  padding-right: 8rem;
}
.slogan:after {
  content: '';
  display: inline-block;
  background-image: url('imgs/tumulus-lignes.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.intro ul {
  margin-top: 1rem;
}
.intro ul .txt-vert a {
  color: #65885b;
}
.intro ul .txt-rouge a {
  color: #cb1316;
}
.intro ul .txt-jaune a {
  color: #d1a334;
}
.intro ul .txt-rose a {
  color: #ef968e;
}
.intro ul .img {
  position: relative;
  margin-bottom: 0.8rem;
}
.intro ul .img:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 380px 388px;
  width: 70px;
  height: 74px;
  position: absolute;
  right: 1rem;
  bottom: 0rem;
}
.intro ul .img.color-vert:before {
  background-position: 0 -74px;
}
.intro ul .img.color-rouge:before {
  background-position: -80px -74px;
}
.intro ul .img.color-rose:before {
  background-position: -156px -74px;
}
.intro ul .img.color-jaune:before {
  background-position: -234px -74px;
}
.intro ul li {
  position: relative;
  padding-bottom: 3.5rem;
}
.intro ul li > div a {
  text-decoration: underline;
}
.intro ul li > div a:hover {
  text-decoration: none;
}
.intro ul .m-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  min-height: 6rem;
  display: flex;
  align-items: flex-end;
}
.intro ul a {
  text-decoration: none;
}
.intro ul .image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  transition: all 0.5s;
}
.intro ul .image:hover {
  filter: brightness(0.7);
}
.intro ul .cta-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bandeau {
  margin-left: -20%;
  overflow: hidden;
}
.bandeau .slick-slider {
  width: 120%;
}
.bandeau .slick-slide img {
  width: 95%;
  border-radius: 50px;
  height: auto;
}
.a-propos {
  overflow: hidden;
}
.a-propos .bloc1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.a-propos .bloc1 img {
  margin-bottom: 1.5rem;
}
.a-propos .bloc1 .cta-button {
  margin-top: 1rem;
  width: 15rem;
}
.a-propos .bloc2 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}
.a-propos .bloc2 h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  margin: 0.5rem 0 1rem;
}
.a-propos .bloc2 ul {
  margin-top: 1rem;
}
.a-propos .bloc2 ul li {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}
.a-propos .bloc2 ul li:first-of-type:after {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -237px -326px;
  width: 32px;
  height: 42px;
  background-size: 380px 388px;
  transform: translate(0px, 11px);
}
.a-propos .bloc2 ul li:last-of-type:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -238px -260px;
  background-size: 380px 388px;
  width: 32px;
  height: 42px;
  transform: translate(0px, 11px);
}
.actus {
  overflow: hidden;
}
.actus .l-title {
  position: absolute;
  top: 11rem;
  left: -1rem;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.actus > div {
  background-color: #65885b;
  padding: 3rem 5rem;
  border-radius: 15px 0 0 150px;
  position: relative;
}
.actus .date {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 1rem;
}
.actus h3 {
  font-size: 20px;
  font-weight: 300;
}
.actus .cta-button {
  margin-top: 2rem;
  width: 15rem;
  float: right;
}
.actus-liste li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
}
.actus-liste li a:hover {
  color: #46633e;
}
.actus-liste li .date {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 1rem;
}
.actus-liste li h3 {
  font-size: 20px;
  font-weight: 300;
}
/*---------------TAXONOMY--------*/
.fil-ariane {
  background-color: #ebebeb;
  padding: 2rem;
  margin-bottom: 3rem;
}
.fil-ariane a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #1d1d1b;
  padding: 0 0.5rem;
  font-size: 15px;
}
.fil-ariane span {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
.single-metiers h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.single-metiers .term-1 .image,
.single-metiers .term-2 .image {
  width: 29.375rem;
  height: auto;
}
.single-metiers .term-1 .description,
.single-metiers .term-2 .description {
  margin: 1.5rem 0;
}
.single-metiers .term-2 .image {
  margin-top: -9rem;
}
.single-metiers .term-2 .l-title {
  margin: 3rem 0 6rem;
}
.single-metiers .term-2 .description {
  color: #ffffff;
  padding: 0 4rem;
}
.single-metiers .description p {
  font-size: 1.125rem;
}
.single-metiers .specialistes-liste > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.85rem;
  column-gap: 7rem;
}
.single-metiers .specialistes-liste h2 {
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.single-metiers .specialistes-liste h3 {
  text-align: center;
  text-transform: uppercase;
}
.single-metiers .specialistes-liste h3.m-title {
  margin: 0.3rem 0 0.5rem;
}
.single-metiers .specialistes-liste li {
  text-align: center;
  margin-bottom: 1rem;
}
.single-metiers .specialistes-liste li > a:first-of-type:hover .hover {
  opacity: 1;
}
.single-metiers .specialistes-liste li img {
  width: 100%;
  height: auto;
  border-radius: 23.125rem;
}
.single-metiers .specialistes-liste li a {
  text-decoration: none;
}
.single-metiers .specialistes-liste li .tel ul {
  display: flex;
  justify-content: center;
}
.single-metiers .specialistes-liste li .tel a {
  font-weight: bold;
  font-size: 20px;
  padding: 0 1rem;
}
.single-metiers .specialistes-liste li .hover {
  width: 370px;
  height: 370px;
  border-radius: 370px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.single-metiers .specialistes-liste li .hover span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.single-metiers .specialistes-liste li .hover span:before {
  content: '';
  display: block;
  margin: 0 auto 1rem;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -166px 0;
  background-size: 380px 388px;
  width: 44px;
  height: 44px;
}
.single-metiers .specialistes-liste .specialiste-thumbnail {
  position: relative;
  margin-bottom: 2rem;
}
.single-metiers .specialistes-liste .instruction {
  margin-bottom: 1rem;
}
.single-metiers .specialistes-liste .cta-button {
  margin-bottom: 1rem;
  display: inline-block;
}
.single-metiers .sous-termes {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.osteopathie-kinesitherapie main .l-title,
.term-osteopathie-kinesitherapie main .l-title {
  position: relative;
  padding-left: 8.5rem;
}
.osteopathie-kinesitherapie main .l-title:before,
.term-osteopathie-kinesitherapie main .l-title:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: 0 -260px;
  background-size: 380px 388px;
  width: 130px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.osteopathie-kinesitherapie.single-metiers .cta-button,
.term-osteopathie-kinesitherapie .single-metiers .cta-button {
  background-color: #65885b;
}
.osteopathie-kinesitherapie.single-metiers .specialistes-liste h3.m-title,
.term-osteopathie-kinesitherapie .single-metiers .specialistes-liste h3.m-title {
  color: #65885b;
}
.osteopathie-kinesitherapie.single-metiers .specialistes-liste li .tel a,
.term-osteopathie-kinesitherapie .single-metiers .specialistes-liste li .tel a {
  border-right: 2px solid #65885b;
}
.osteopathie-kinesitherapie.single-metiers .specialistes-liste li .tel a:hover,
.term-osteopathie-kinesitherapie .single-metiers .specialistes-liste li .tel a:hover {
  color: #65885b;
}
.osteopathie-kinesitherapie.single-metiers .specialistes-liste li .tel li:last-of-type a,
.term-osteopathie-kinesitherapie .single-metiers .specialistes-liste li .tel li:last-of-type a {
  border-right: none;
}
.osteopathie-kinesitherapie.single-metiers .fil-ariane a:hover,
.term-osteopathie-kinesitherapie .single-metiers .fil-ariane a:hover {
  color: #65885b;
}
.osteopathie-kinesitherapie.single-metiers .hover,
.term-osteopathie-kinesitherapie .single-metiers .hover {
  background-color: #65885bba;
}
.osteopathie-kinesitherapie .term-2 .flex {
  background-color: #65885b;
}
.osteopathie-kinesitherapie.single-specialiste .description .pc70 {
  background-color: #65885b;
}
.term-soins-paramedicaux main .l-title,
.soins-paramedicaux main .l-title {
  position: relative;
  padding-left: 8.5rem;
}
.term-soins-paramedicaux main .l-title:before,
.soins-paramedicaux main .l-title:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: 0 -326px;
  background-size: 380px 388px;
  width: 130px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.term-soins-paramedicaux .single-metiers .cta-button,
.single-metiers.soins-paramedicaux .cta-button {
  background-color: #ef968e;
}
.term-soins-paramedicaux .single-metiers .specialistes-liste h3.m-title,
.single-metiers.soins-paramedicaux .specialistes-liste h3.m-title {
  color: #ef968e;
}
.term-soins-paramedicaux .single-metiers .specialistes-liste li .tel a,
.single-metiers.soins-paramedicaux .specialistes-liste li .tel a {
  border-right: 2px solid #ef968e;
}
.term-soins-paramedicaux .single-metiers .specialistes-liste li .tel a:hover,
.single-metiers.soins-paramedicaux .specialistes-liste li .tel a:hover {
  color: #ef968e;
}
.term-soins-paramedicaux .single-metiers .specialistes-liste li .tel li:last-of-type a,
.single-metiers.soins-paramedicaux .specialistes-liste li .tel li:last-of-type a {
  border-right: none;
}
.term-soins-paramedicaux .single-metiers .fil-ariane a:hover,
.single-metiers.soins-paramedicaux .fil-ariane a:hover {
  color: #ef968e;
}
.term-soins-paramedicaux .single-metiers .hover,
.single-metiers.soins-paramedicaux .hover {
  background-color: #EF968Eba;
}
.soins-paramedicaux .term-2 .flex {
  background-color: #ef968e;
}
.soins-paramedicaux.single-specialiste .description .pc70 {
  background-color: #ef968e;
}
.term-medecine main .l-title,
.medecine main .l-title {
  position: relative;
  padding-left: 8.5rem;
}
.term-medecine main .l-title:before,
.medecine main .l-title:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -140px -326px;
  background-size: 380px 388px;
  width: 130px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.term-medecine .single-metiers .cta-button,
.single-metiers.medecine .cta-button {
  background-color: #d1a334;
}
.term-medecine .single-metiers .specialistes-liste h3.m-title,
.single-metiers.medecine .specialistes-liste h3.m-title {
  color: #d1a334;
}
.term-medecine .single-metiers .specialistes-liste li .tel a,
.single-metiers.medecine .specialistes-liste li .tel a {
  border-right: 2px solid #d1a334;
}
.term-medecine .single-metiers .specialistes-liste li .tel a:hover,
.single-metiers.medecine .specialistes-liste li .tel a:hover {
  color: #d1a334;
}
.term-medecine .single-metiers .specialistes-liste li .tel li:last-of-type a,
.single-metiers.medecine .specialistes-liste li .tel li:last-of-type a {
  border-right: none;
}
.term-medecine .single-metiers .fil-ariane a:hover,
.single-metiers.medecine .fil-ariane a:hover {
  color: #d1a334;
}
.term-medecine .single-metiers .hover,
.single-metiers.medecine .hover {
  background-color: #d1a334ba;
}
.medecine .term-2 .flex {
  background-color: #d1a334;
}
.medecine.single-specialiste .description .pc70 {
  background-color: #d1a334;
}
.term-prise-sang-biologie main .l-title,
.prise-sang-biologie main .l-title {
  position: relative;
  padding-left: 8.5rem;
}
.term-prise-sang-biologie main .l-title:before,
.prise-sang-biologie main .l-title:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -140px -260px;
  background-size: 380px 388px;
  width: 130px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.term-prise-sang-biologie .single-metiers .cta-button,
.single-metiers.prise-sang-biologie .cta-button {
  background-color: #cb1316;
}
.term-prise-sang-biologie .single-metiers .specialistes-liste h3.m-title,
.single-metiers.prise-sang-biologie .specialistes-liste h3.m-title {
  color: #cb1316;
}
.term-prise-sang-biologie .single-metiers .specialistes-liste li .tel a,
.single-metiers.prise-sang-biologie .specialistes-liste li .tel a {
  border-right: 2px solid #cb1316;
}
.term-prise-sang-biologie .single-metiers .specialistes-liste li .tel a:hover,
.single-metiers.prise-sang-biologie .specialistes-liste li .tel a:hover {
  color: #cb1316;
}
.term-prise-sang-biologie .single-metiers .specialistes-liste li .tel li:last-of-type a,
.single-metiers.prise-sang-biologie .specialistes-liste li .tel li:last-of-type a {
  border-right: none;
}
.term-prise-sang-biologie .single-metiers .fil-ariane a:hover,
.single-metiers.prise-sang-biologie .fil-ariane a:hover {
  color: #cb1316;
}
.term-prise-sang-biologie .single-metiers .hover,
.single-metiers.prise-sang-biologie .hover {
  background-color: #cb1316ba;
}
.prise-sang-biologie .term-2 .flex {
  background-color: #cb1316;
}
.prise-sang-biologie.single-specialiste .description .pc70 {
  background-color: #cb1316;
}
/*-------------------PAGE EQUIPE/RDV-------------------*/
.page-equipe .l-title,
.page-rdv .l-title {
  margin-bottom: 1rem;
}
.page-equipe .m-title,
.page-rdv .m-title {
  text-transform: uppercase;
  margin-top: 2rem;
}
.page-equipe .link,
.page-rdv .link {
  text-decoration: none;
  min-height: 4rem;
  display: block;
}
.page-equipe .link:hover,
.page-rdv .link:hover {
  opacity: 0.6;
}
.page-equipe .intro,
.page-rdv .intro {
  padding-right: 4rem;
}
.page-equipe .cta-button,
.page-rdv .cta-button {
  margin-top: 1rem;
  cursor: pointer;
}
.page-equipe .link.c-rouge .m-title,
.page-rdv .link.c-rouge .m-title {
  margin-top: 2rem;
}
.page-rdv .m-title {
  min-height: 4rem;
}
.page-rdv .popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.page-rdv .popup .popup-content {
  width: 90%;
  background-color: #ffffff;
  padding: 4rem 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 52rem;
  max-height: 90%;
  overflow: scroll;
}
.page-rdv .popup .popup-content::-webkit-scrollbar {
  display: none;
}
.page-rdv .popup .info-prise-rdv {
  margin-bottom: 3rem;
  text-align: center;
}
.page-rdv .popup .info-prise-rdv:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 380px 388px;
  background-position: -280px -266px;
  width: 44px;
  height: 44px;
}
.page-rdv .popup .info-prise-rdv p {
  font-weight: bold;
  font-size: 20px;
}
.page-rdv .popup .specialistes-list > li {
  gap: 4rem;
  margin-bottom: 3rem;
}
.page-rdv .popup .specialistes-list > li a:hover .hover {
  opacity: 1;
}
.page-rdv .popup .specialistes-list {
  width: 80%;
}
.page-rdv .popup .popup-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-rdv .popup .specialiste-thumbnail img {
  width: 240px;
  height: 240px;
  border-radius: 240px;
}
.page-rdv .popup .specialiste-thumbnail {
  position: relative;
}
.page-rdv .popup .close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-image: url('imgs/sprite.svg');
  background-position: -308px -161px;
  background-repeat: no-repeat;
  background-size: 380px 388px;
  width: 50px;
  height: 51px;
  transition: all 0.5s;
}
.page-rdv .popup .close:hover {
  transform: scale(0.8);
}
.page-rdv .popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-rdv .popup .hover {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.page-rdv .popup .hover span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.page-rdv .popup .hover span:before {
  content: '';
  display: block;
  margin: 0 auto 1rem;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -166px 0;
  background-size: 380px 388px;
  width: 44px;
  height: 44px;
}
.page-rdv .popup .details .link {
  text-decoration: none;
  transition: all 0.5s;
}
.page-rdv .popup .details .link:hover {
  opacity: 0.6;
}
.page-rdv .popup .instruction {
  margin-bottom: 1rem;
}
.page-rdv .popup .cta-button {
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline-block;
}
.page-rdv .popup h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.page-rdv .tel ul {
  display: flex;
}
.page-rdv .tel a {
  font-weight: bold;
  font-size: 20px;
  padding: 0 1rem;
  text-decoration: none;
}
.page-rdv .tel li:first-of-type a {
  padding-left: 0;
}
.page-rdv .tel li:last-of-type a {
  padding-right: 0;
}
.page-rdv .osteopathie-kinesitherapie .tel a {
  border-right: 2px solid #65885b;
}
.page-rdv .osteopathie-kinesitherapie .tel a:hover {
  color: #65885b;
}
.page-rdv .osteopathie-kinesitherapie .tel li:last-of-type a {
  border-right: none;
}
.page-rdv .osteopathie-kinesitherapie .hover {
  background-color: #65885bba;
}
.page-rdv .soins-paramedicaux .tel a {
  border-right: 2px solid #ef968e;
}
.page-rdv .soins-paramedicaux .tel a:hover {
  color: #ef968e;
}
.page-rdv .soins-paramedicaux .tel li:last-of-type a {
  border-right: none;
}
.page-rdv .soins-paramedicaux .hover {
  background-color: #EF968Eba;
}
.page-rdv .medecine .tel a {
  border-right: 2px solid #d1a334;
}
.page-rdv .medecine .tel a:hover {
  color: #d1a334;
}
.page-rdv .medecine .tel li:last-of-type a {
  border-right: none;
}
.page-rdv .medecine .hover {
  background-color: #d1a334ba;
}
.page-rdv .prise-sang-biologie .tel a {
  border-right: 2px solid #cb1316;
}
.page-rdv .prise-sang-biologie .tel a:hover {
  color: #cb1316;
}
.page-rdv .prise-sang-biologie .tel li:last-of-type a {
  border-right: none;
}
.page-rdv .prise-sang-biologie .hover {
  background-color: #cb1316ba;
}
/*-------------------UN SPECIALISTE------------------*/
.single-specialiste main .l-title {
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.single-specialiste .fiche img {
  width: 100%;
  height: auto;
  border-radius: 29.375rem;
}
.single-specialiste .m-title {
  text-transform: uppercase;
}
.single-specialiste .instruction {
  margin: 1.5rem 0;
  font-size: 18px;
  line-height: 1.2em;
}
.single-specialiste .cta-button {
  display: inline-block;
}
.single-specialiste .tel ul {
  display: flex;
  margin-top: 1rem;
}
.single-specialiste .tel a {
  font-weight: bold;
  font-size: 20px;
  padding: 0 1rem;
  text-decoration: none;
}
.single-specialiste .tel li:first-of-type a {
  padding-left: 0;
}
.single-specialiste .description {
  margin: 5rem 0 7rem;
}
.single-specialiste .description ul {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.single-specialiste .description li {
  margin-bottom: 0.5rem;
  color: #ffffff;
  line-height: 1.25em;
}
.single-specialiste .description li:last-of-type {
  margin-bottom: 0;
}
.single-specialiste .description a {
  color: #ffffff;
}
.single-specialiste .description a:hover {
  text-decoration: none;
}
.single-specialiste .description .pc70 {
  padding: 5rem 5rem;
  border-radius: 15px 0 0 150px;
  column-count: 2;
  column-gap: 2rem;
  position: relative;
}
.single-specialiste .description .pc70:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -303px 0;
  width: 69px;
  height: 51px;
  background-size: 380px 388px;
  position: absolute;
  left: 2rem;
  top: 2rem;
}
.single-specialiste .description .pc70 p {
  color: #ffffff;
}
.single-specialiste.osteopathie-kinesitherapie .m-title {
  color: #65885b;
}
.single-specialiste.osteopathie-kinesitherapie .tel a {
  border-right: 2px solid #65885b;
}
.single-specialiste.osteopathie-kinesitherapie .tel a:hover {
  color: #65885b;
}
.single-specialiste.osteopathie-kinesitherapie .tel li:last-of-type a {
  border-right: none;
}
.single-specialiste.osteopathie-kinesitherapie .cta-button {
  background-color: #65885b;
}
.single-specialiste.soins-paramedicaux .m-title {
  color: #ef968e;
}
.single-specialiste.soins-paramedicaux .tel a {
  border-right: 2px solid #ef968e;
}
.single-specialiste.soins-paramedicaux .tel a:hover {
  color: #ef968e;
}
.single-specialiste.soins-paramedicaux .tel li:last-of-type a {
  border-right: none;
}
.single-specialiste.soins-paramedicaux .cta-button {
  background-color: #ef968e;
}
.single-specialiste.medecine .m-title {
  color: #d1a334;
}
.single-specialiste.medecine .tel a {
  border-right: 2px solid #d1a334;
}
.single-specialiste.medecine .tel a:hover {
  color: #d1a334;
}
.single-specialiste.medecine .tel li:last-of-type a {
  border-right: none;
}
.single-specialiste.medecine .cta-button {
  background-color: #d1a334;
}
.single-specialiste.prise-sang-biologie .m-title {
  color: #cb1316;
}
.single-specialiste.prise-sang-biologie .tel a {
  border-right: 2px solid #cb1316;
}
.single-specialiste.prise-sang-biologie .tel a:hover {
  color: #cb1316;
}
.single-specialiste.prise-sang-biologie .tel li:last-of-type a {
  border-right: none;
}
.single-specialiste.prise-sang-biologie .cta-button {
  background-color: #cb1316;
}
/*-------------------PAGE ACTUS-------------------*/
.page-actus {
  background-color: #65885b;
  color: #ffffff;
}
.page-actus ul {
  margin-top: 2rem;
}
.page-actus + footer {
  margin-top: 0;
}
/*-------------------UNE ACTU---------------------*/
.single-actu .l-title {
  margin-top: 1rem;
  line-height: 0.95em;
}
.single-actu h2 {
  color: #65885b;
}
.single-actu h2,
.single-actu h3,
.single-actu h4,
.single-actu h5,
.single-actu h6 {
  margin-bottom: 0.4em;
  margin-top: 0.7em;
}
.single-actu .date:before {
  content: '';
  display: block;
  background-image: url(imgs/tumulus-lignes.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120px;
  height: 50px;
  margin-bottom: 1rem;
}
.single-actu .actu-content p,
.single-actu .actu-content li {
  font-size: 1.125rem;
}
.single-actu .actu-content ul {
  list-style-type: circle;
  margin-bottom: 1rem;
}
.single-actu .actu-content li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.single-actu .actu-content li:last-of-type {
  margin-bottom: 0;
}
.single-actu .actu-content h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.25em;
}
.single-actu .actu-content h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.25em;
}
.single-actu .actu-content h6 {
  font-size: 1.125rem;
  font-weight: bold;
}
.single-actu .actu-content .cta-button {
  float: right;
  margin-top: 3rem;
}
/*-------------------PAGE LE CENTRE---------------------*/
.page-centre .centre-intro .adresse {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 0 1rem 3rem;
  margin: 1rem 0;
}
.page-centre .centre-intro .adresse:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-size: 380px 388px;
  background-repeat: no-repeat;
  background-position: -312px -74px;
  width: 44px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-centre .centre-intro p {
  font-size: 22px;
  font-weight: bold;
}
.page-centre .centre-intro p strong {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 5px;
  margin-top: 1rem;
  display: block;
}
.page-centre .centre-intro p em {
  color: #cb1316;
  font-style: normal;
  font-weight: bold;
}
.page-centre .centre-intro ul {
  list-style-type: circle;
}
.page-centre .centre-intro ul li {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.page-centre .centre-intro img {
  border-radius: 15px 10px 10px 120px;
  width: 100%;
  height: auto;
}
.page-centre .cabinets {
  position: relative;
}
.page-centre .cabinets:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 50%;
  background-color: #d1a334;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.page-centre .cabinets .m-title {
  margin-bottom: 1rem;
}
.page-centre .cabinets .photos {
  position: relative;
}
.page-centre .cabinets .photos .photo1 {
  width: 370px;
  height: auto;
  border-radius: 80px 10px 80px 10px;
}
.page-centre .cabinets .photos .photo2 {
  width: 200px;
  height: auto;
  border-radius: 20px;
  margin-left: 2rem;
}
.page-centre .cabinets .photos .photo3 {
  width: 370px;
  height: auto;
  border-radius: 10px 90px 10px 90px;
  margin-top: 2rem;
  margin-left: 9rem;
}
.page-centre .cabinets h2 {
  color: #ffffff;
}
.page-centre .cabinets .txt p {
  color: #ffffff;
  margin-bottom: 1rem;
}
.page-centre .map {
  height: 30rem;
}
.page-centre .map h5,
.page-centre .map p,
.page-centre .map a {
  font-family: "Afacad Flux", sans-serif;
}
.page-centre .map h5 {
  font-weight: bold;
  font-size: 1.125rem;
}
.page-centre .map p {
  margin-bottom: 0;
}
.page-centre .map p:last-of-type {
  font-size: 1rem;
}
.page-centre .map a {
  color: #65885b;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
}
.page-centre .slogan {
  float: right;
  color: #1d1d1b;
}
.page-centre .contact-call {
  padding-top: 4rem;
  text-align: center;
}
.page-centre .contact-call p {
  font-size: 20px;
}
.page-centre .contact-call strong {
  color: #d1a334;
}
.page-centre .contact-call a {
  font-weight: bold;
  text-decoration: none;
}
.page-centre .contact-call a:hover {
  color: #ef968e;
}
/*-------------------FOOTER---------------------*/
footer {
  background-color: #1d1d1b;
  padding: 4rem 0 0.5rem;
  margin-top: 6rem;
}
footer a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s;
}
footer .l-title {
  color: #ffffff;
  margin-bottom: 5rem;
}
footer .menu {
  column-count: 3;
  margin-bottom: 2rem;
}
footer .menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1.2em;
}
footer .menu .sub-menu {
  margin-bottom: 1.5rem;
}
footer .menu .sub-menu a {
  display: block;
  padding: 0.25rem 0;
}
footer .menu > .icon-vert,
footer .menu > .icon-rouge,
footer .menu > .icon-rose,
footer .menu > .icon-jaune {
  position: relative;
  padding-left: 2.5rem;
}
footer .menu > .icon-vert:before,
footer .menu > .icon-rouge:before,
footer .menu > .icon-rose:before,
footer .menu > .icon-jaune:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 380px 388px;
  width: 65px;
  height: 87px;
  transform: scale(0.45);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
}
footer .menu > .icon-vert a:hover {
  color: #65885b;
}
footer .menu > .icon-vert:before {
  background-position: -234px -162px;
}
footer .menu > .icon-rouge a:hover {
  color: #cb1316;
}
footer .menu > .icon-rouge:before {
  background-position: -155px -162px;
}
footer .menu > .icon-rose a:hover {
  color: #ef968e;
}
footer .menu > .icon-rose:before {
  background-position: -77px -162px;
}
footer .menu > .icon-jaune a:hover {
  color: #d1a334;
}
footer .menu > .icon-jaune:before {
  background-position: 0 -162px;
}
footer .menu > .icon-jaune,
footer .menu > .icon-rose {
  break-before: column;
}
footer .menu .cta-button a {
  margin-bottom: 0;
}
footer .tel,
footer .adresse {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 3.5rem;
}
footer .tel:before,
footer .adresse:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 380px 388px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .adresse:before {
  background-position: -110px 0;
  width: 44px;
  height: 52px;
}
footer .adresse:hover {
  color: #65885b;
}
footer .tel:before {
  background-image: url('imgs/sprite.svg');
  width: 44px;
  height: 44px;
}
footer .tel:hover {
  color: #ef968e;
}
footer .fb {
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -226px 0;
  background-size: 380px 388px;
  width: 70px;
  height: 62px;
}
footer .fb span {
  display: none;
}
footer .fb:hover {
  transform: rotate(15deg);
}
footer .copy {
  font-size: 12px;
  color: #868686;
  margin-top: 2rem;
}
footer .copy a {
  color: #868686;
}
footer .copy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1460px) {
  header .tel,
  header .adresse {
    font-size: 18px;
  }
  header .menu > li > a {
    padding: 2rem;
  }
}
@media screen and (max-width: 1355px) {
  .banner .slogan {
    font-size: 40px;
  }
  header .menu > li > a {
    padding: 2rem 1.5rem;
  }
  header .bloc2 {
    gap: 1rem;
  }
  header .cta-button {
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 1230px) {
  /*12x57x28*/
  .wcol1 {
    width: 3.5625rem;
  }
  .wcol2 {
    width: 8.875rem;
  }
  .wcol3 {
    width: 14.1875rem;
  }
  .wcol4 {
    width: 19.5rem;
  }
  .wcol5 {
    width: 24.8125rem;
  }
  .wcol6 {
    width: 30.125rem;
  }
  .wcol7 {
    width: 35.4375rem;
  }
  .wcol8 {
    width: 40.75rem;
  }
  .wcol9 {
    width: 46.0625rem;
  }
  .wcol10 {
    width: 51.375rem;
  }
  .content {
    width: 62rem;
  }
  .banner .big-content {
    min-height: 600px;
  }
  /*40px -> 35px*/
  .l-title,
  .page-divers h1 {
    font-size: 35px;
  }
  /*30px -> 28px*/
  .m-title,
  footer .tel,
  footer .adresse,
  .page-divers h2 {
    font-size: 28px;
  }
  /*28px -> 25px*/
  .actus-liste li .date {
    font-size: 25px;
  }
  /*25px -> 22px*/
  .page-centre .centre-intro p strong,
  .s-title,
  .actu-content h3,
  .page-centre .centre-intro .adresse {
    font-size: 22px;
  }
  /*22px -> 20px*/
  .banner .bloc1 li a,
  .page-centre .centre-intro p,
  header .menu > li > ul.sub-menu .menu-item-has-children > a,
  .single-actu .actu-content h4 {
    font-size: 20px;
  }
  /*20px -> 18px*/
  .actus-liste li h3,
  .single-actu .actu-content h5 {
    font-size: 20px;
  }
  /*18px -> 16px*/
  .single-metiers .description p,
  .single-actu .actu-content p,
  .single-actu .actu-content li {
    font-size: 1rem;
  }
  /*50px -> 40px*/
  .slogan {
    font-size: 40px;
    padding-right: 7rem;
  }
  .slogan:after {
    transform-origin: right;
    transform: scale(0.85);
  }
  .padding-M {
    padding: 3rem 0;
  }
  .banner .bloc1 {
    padding: 3rem 2rem 2rem;
    border-radius: 100px 40px 100px 15px;
  }
  .banner .bloc1 .l-title {
    line-height: 1em;
  }
  .cta-button {
    font-size: 1rem;
    padding: 1rem;
  }
  header .cta-button {
    width: 9rem;
    padding: 0.5rem 1rem;
  }
  header .bloc2 {
    gap: 0.5rem;
  }
  header .menu > li > a {
    padding: 2rem 0.8rem;
  }
  header .menu > li > ul.sub-menu {
    padding: 3rem;
  }
  .a-propos .bloc2 ul {
    margin-top: 0;
  }
  .a-propos .bloc2 ul li {
    font-size: 20px;
  }
  /*-----LE CENTRE----*/
  .page-centre .centre-intro p strong {
    letter-spacing: 4px;
  }
  .page-centre .cabinets .photos .photo1 {
    width: 312px;
    border-radius: 70px 10px 70px 10px;
  }
  .page-centre .cabinets .photos .photo3 {
    width: 312px;
    border-radius: 10px 80px 10px 80px;
  }
  /*----UN METIER---*/
  .single-metiers .term-1 .image,
  .single-metiers .term-2 .image {
    width: 24.8125rem;
  }
  .single-metiers .term-2 .description {
    padding: 0 3rem;
  }
  .single-metiers .term-2 .image {
    margin-top: -8rem;
  }
  .single-metiers .specialistes-liste > ul {
    gap: 1.7rem;
  }
  .single-metiers .specialistes-liste li {
    margin-bottom: 1rem;
  }
  .single-metiers .specialistes-liste li .hover {
    width: 312px;
    height: 312px;
  }
  /*----FOOTER----*/
  footer .menu {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1130px) {
  /*--12x38x24--*/
  .wcol3 {
    width: 10.125rem;
  }
  .wcol6 {
    width: 21.75rem;
  }
  .wcol5 {
    width: 17.875rem;
  }
  .wcol9 {
    width: 33.375rem;
  }
  body.menuActive {
    overflow: hidden;
  }
  .content {
    width: 45rem;
  }
  .padding-L {
    padding: 4rem 0;
  }
  .page-attente .m-title {
    font-size: 26px;
  }
  header {
    padding: 0 5rem 0 1rem;
  }
  header .menu-menu-principal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  header .menu {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    max-height: 95%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .menu li {
    width: 100%;
    text-align: center;
  }
  header .menu > li > a {
    font-size: 28px;
    display: block;
    padding: 1.5rem 0;
  }
  header .menu a {
    display: block;
  }
  header .menu > li > ul.sub-menu {
    position: initial;
    box-shadow: none;
    padding: 0;
    flex-direction: column;
    margin-top: -1.5rem;
  }
  header .menu > li > ul.sub-menu a {
    font-size: 20px;
    padding: 0.7rem 0;
  }
  header .menu::-webkit-scrollbar {
    display: none;
  }
  header .menu-button {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    background: url('imgs/sprite.svg') no-repeat -308px -218px;
    background-size: 380px 388px;
    z-index: 2;
    cursor: pointer;
  }
  header .menu > li > ul.sub-menu .menu-item-has-children > a {
    margin-top: 0.8rem;
  }
  header .bloc2 {
    gap: 1.5rem;
  }
  .banner .bloc1 {
    bottom: 5.2rem;
    width: 25.625rem;
  }
  .banner .slogan {
    bottom: 1.5rem;
  }
  .intro .flex {
    flex-wrap: wrap;
  }
  .intro .flex li {
    width: 48%;
  }
  .bandeau .slick-slide img {
    border-radius: 30px;
  }
  .a-propos {
    margin-bottom: 2rem;
  }
  .a-propos .bloc1 {
    width: 17.875rem;
  }
  .a-propos .bloc1 img {
    width: 100%;
    margin-bottom: 2.1rem;
  }
  .a-propos .bloc2 {
    width: 25.625rem;
  }
  .actus .pc70 {
    width: 90%;
  }
  .single-metiers .term-1 .image,
  .single-metiers .term-2 .image {
    width: 100%;
  }
  .single-metiers .term-2 .l-title {
    margin: 3rem 0 7rem;
  }
  .single-metiers .term-2 .flex {
    flex-direction: column-reverse;
    margin-top: 6rem;
  }
  .single-metiers .term-2 .wcol6 {
    width: 100%;
    text-align: center;
  }
  .single-metiers .term-2 .image {
    width: 80%;
    max-width: 705px;
  }
  .single-metiers .term-2 .description {
    margin: 1.5rem 0 0;
  }
  .single-specialiste .description .pc70 {
    width: 90%;
  }
  .single-specialiste main .l-title {
    margin-bottom: 3rem;
  }
  .single-specialiste .description {
    margin: 4rem 0 5rem;
  }
  .centre-intro .wcol5,
  .centre-intro .wcol7 {
    width: 21.75rem;
  }
  .centre-intro .txt br {
    display: none;
  }
  .page-centre .cabinets .flex {
    flex-direction: column;
  }
  .page-centre .cabinets .wcol5 {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
  }
  .page-centre .cabinets:before {
    height: 83%;
    transform: none;
    top: initial;
    bottom: 0;
  }
  .page-centre .centre-intro p strong {
    letter-spacing: 2.2px;
  }
  .page-centre .map {
    height: 25rem;
  }
  .single-actu .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .single-actu .wcol3,
  .single-actu .wcol8 {
    width: 100%;
  }
  footer {
    padding-top: 2rem;
  }
  footer .l-title {
    font-size: 30px;
  }
  footer .content > .flex {
    flex-direction: column;
  }
  footer .wcol3,
  footer .wcol9 {
    width: 100%;
  }
  footer .wcol3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  footer .l-title {
    margin-bottom: 0;
  }
  footer .tel,
  footer .adresse {
    font-size: 25px;
  }
  footer .copy {
    text-align: center;
  }
}
@media screen and (max-width: 810px) {
  .content {
    width: 90%;
  }
  .page-attente img {
    width: 300px;
  }
  .page-attente .l-title {
    font-size: 32px;
    text-align: center;
  }
  .page-attente .m-title {
    font-size: 23px;
    text-align: center;
  }
  .page-attente ul.specialistes > li ul {
    flex-direction: column;
  }
  .page-attente ul.specialistes,
  .page-attente ul.specialistes > li ul li {
    width: 100%;
  }
  .page-attente ul.specialistes > li {
    text-align: center;
  }
  header .tel,
  header .adresse {
    font-size: 16px;
  }
  /*40px -> 35px*/
  .slogan {
    font-size: 35px;
  }
  /*35px -> 32px*/
  .l-title,
  .page-divers h1 {
    font-size: 32px;
  }
  /*30px -> 28px*/
  .actu-content h2 {
    font-size: 28px;
  }
  /*28px -> 25px */
  .m-title,
  footer .tel,
  footer .adresse,
  .page-divers h2 {
    font-size: 25px;
  }
  /*25px -> 22px*/
  .m-title,
  footer .tel,
  footer .adresse,
  .actus-liste li .date {
    font-size: 22px;
  }
  /*22px -> 20px */
  .page-centre .centre-intro p strong,
  .s-title,
  .actu-content h3,
  .page-centre .centre-intro .adresse {
    font-size: 20px;
  }
  /*20px -> 18px*/
  .banner .bloc1 li a,
  .page-centre .centre-intro p,
  header .menu > li > ul.sub-menu .menu-item-has-children > a,
  .single-actu .actu-content h4,
  .actus-liste li h3,
  .single-actu .actu-content h5 {
    font-size: 18px;
  }
  /*18px -> 16px*/
  footer .menu > li > a {
    font-size: 1rem;
  }
  .fil-ariane {
    margin-bottom: 1rem;
  }
  .fil-ariane a,
  .fil-ariane span {
    font-size: 13px;
  }
  .banner {
    background-size: 100%;
    background-position: top;
  }
  .banner .big-content {
    position: initial;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    min-height: 450px;
    padding-top: 20rem;
  }
  .banner .bloc1,
  .banner .slogan {
    position: initial;
    margin-bottom: 2rem;
  }
  .intro ul .m-title {
    min-height: 4rem;
  }
  .intro.padding-L {
    padding: 2rem 0 4rem;
  }
  .a-propos .bloc1 {
    align-items: center;
    margin-top: 2rem;
  }
  .a-propos .bloc1 img {
    margin-bottom: 0;
    width: 50%;
    height: auto;
  }
  .a-propos .flex {
    flex-direction: column-reverse;
  }
  .a-propos .wcol6,
  .a-propos .wcol5 {
    width: 100%;
  }
  .a-propos .bloc2 {
    text-align: center;
  }
  .actus .flex {
    flex-direction: column;
  }
  .actus li {
    width: 100%;
  }
  .actus > div {
    padding: 3rem;
  }
  .single-metiers .flex {
    flex-direction: column;
    align-items: center;
  }
  .single-metiers .wcol6 {
    width: 100%;
    text-align: center;
  }
  .single-metiers .term-1 .image,
  .single-metiers .term-2 .image {
    max-width: 400px;
    margin-bottom: 1.5rem;
  }
  .single-metiers .sous-termes {
    justify-content: center;
  }
  .single-metiers .term-2 .flex {
    margin-top: 7rem;
  }
  .single-specialiste .wcol5,
  .single-specialiste .wcol6 {
    width: 48%;
  }
  .single-specialiste .description .pc70 {
    column-count: 1;
    padding: 5rem 3rem 3rem 5rem;
  }
  .page-rdv .flex,
  .page-equipe .flex {
    flex-direction: column;
  }
  .page-rdv .wcol3,
  .page-equipe .wcol3,
  .page-rdv .wcol9,
  .page-equipe .wcol9 {
    width: 100%;
  }
  .page-rdv .wcol9,
  .page-equipe .wcol9 {
    flex-direction: column;
  }
  .page-rdv .l-title br,
  .page-equipe .l-title br {
    display: none;
  }
  .page-rdv .m-title,
  .page-equipe .link,
  .page-rdv .link {
    min-height: auto;
  }
  .page-rdv .tel ul {
    justify-content: center;
  }
  .page-equipe .intro,
  .page-rdv .intro {
    padding-right: 0;
  }
  .page-rdv .popup .popup-content {
    padding: 4rem;
  }
  .page-actus ul {
    flex-wrap: wrap;
    gap: 4%;
  }
  .page-actus .wcol3 {
    width: 48%;
  }
  .page-actus li {
    margin-bottom: 2rem;
  }
  .page-rdv .popup .specialistes-list {
    width: 100%;
  }
  .page-rdv .popup .specialistes-list > li {
    align-items: center;
    gap: 1rem;
  }
  .page-rdv .popup .specialistes-list > li .details {
    text-align: center;
  }
  footer .l-title {
    max-width: 22rem;
  }
  footer .adresse {
    width: 13rem;
  }
}
@media screen and (max-width: 695px) {
  header .tel span,
  header .adresse span {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .banner .big-content {
    padding-top: 17rem;
  }
  .banner .slogan {
    font-size: 37px;
    line-height: 0.9em;
  }
}
@media screen and (max-width: 620px) {
  body {
    padding-top: 4.3rem;
  }
  header .logo {
    width: 6rem;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .cta-button {
    font-size: 14px;
    width: 8rem;
  }
  header .menu-button {
    top: 1rem;
  }
  header .bloc2 {
    gap: 1rem;
  }
  .padding-M {
    padding: 2rem 0;
  }
  .intro.padding-L {
    padding: 0rem 0 4rem;
  }
  .banner .big-content {
    padding-top: 16rem;
  }
  .fil-ariane {
    padding: 1rem;
  }
  .fil-ariane a {
    border-right: 0;
  }
  .fil-ariane a,
  .fil-ariane span {
    display: block;
    padding: 0.3rem 0;
    text-align: center;
  }
  .banner .slogan,
  .page-centre .slogan {
    font-size: 30px;
    padding-right: 5rem;
  }
  .banner .slogan:after,
  .page-centre .slogan:after {
    transform: scale(0.65);
    top: -0.5rem;
  }
  .tax-metiers .single-metiers .l-title {
    padding-left: 0;
  }
  .tax-metiers .single-metiers .l-title:before {
    transform-origin: top left;
    position: initial;
    display: block;
    transform: scale(0.8);
  }
  .single-metiers .term-2 .description {
    margin: 0;
  }
  .single-specialiste .fiche .flex {
    flex-direction: column;
  }
  .single-specialiste .wcol5,
  .single-specialiste .wcol6 {
    width: 100%;
    text-align: center;
  }
  .single-specialiste .wcol5 {
    margin-bottom: 2rem;
  }
  .single-specialiste .fiche img {
    width: 90%;
  }
  .single-specialiste .tel ul {
    justify-content: center;
  }
  .single-specialiste main .l-title {
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 3rem;
  }
  .centre-intro .flex {
    flex-direction: column-reverse;
  }
  .centre-intro .wcol5,
  .centre-intro .wcol7 {
    width: 100%;
  }
  .centre-intro .wcol7 {
    margin-bottom: 1.5rem;
  }
  .l-title.deco:before {
    transform-origin: top left;
    transform: scale(0.8);
    margin-bottom: 0;
  }
  .cabinets .photos {
    width: 455px;
  }
  .page-centre .cabinets .photos .photo1 {
    width: 253px;
  }
  .page-centre .cabinets .photos .photo2 {
    width: 170px;
  }
  .page-centre .cabinets .photos .photo3 {
    width: 253px;
    margin-left: 7rem;
  }
  footer .cta-button {
    width: 100%;
  }
  footer .menu {
    column-count: 1;
  }
  footer .menu > .icon-jaune,
  footer .menu > .icon-rose {
    break-before: unset;
  }
  footer .menu > li > a br {
    display: none;
  }
  footer .wcol3 {
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 0;
  }
  footer .wcol3 img {
    margin-bottom: 1.5rem;
  }
  footer .wcol9 .flex {
    flex-direction: column;
    gap: 2rem;
  }
  footer .adresse {
    width: auto;
  }
  footer .menu .sub-menu {
    margin-bottom: 0;
  }
  footer .cta-button {
    margin: 1.5rem 0;
  }
  footer .menu > .icon-vert,
  footer .menu > .icon-rouge,
  footer .menu > .icon-rose,
  footer .menu > .icon-jaune {
    margin-top: 2rem;
  }
  footer .menu > .icon-vert:before,
  footer .menu > .icon-rouge:before,
  footer .menu > .icon-rose:before,
  footer .menu > .icon-jaune:before {
    top: -0.9rem;
  }
}
@media screen and (max-width: 505px) {
  /*32 -> 29*/
  .l-title,
  .page-divers h1 {
    font-size: 28px;
  }
  .content {
    width: 85%;
  }
  .padding-L {
    padding: 2rem 0;
  }
  .banner .bloc1 li a,
  .page-centre .centre-intro p,
  header .menu > li > ul.sub-menu .menu-item-has-children > a,
  .single-actu .actu-content h4,
  .actus-liste li h3,
  .single-actu .actu-content h5 {
    font-size: 17px;
  }
  .banner .bloc1 .l-title {
    margin-bottom: 0.5rem;
  }
  body {
    padding-top: 3.8rem;
  }
  .page-attente img {
    width: 75%;
  }
  .page-attente .l-title {
    font-size: 28px;
  }
  .page-attente .m-title {
    font-size: 20px;
  }
  .page-attente h2 {
    padding-top: 2rem;
    margin-top: 1rem;
  }
  header {
    padding: 0 3rem 0 0.4rem;
  }
  header .menu-button {
    right: 0.5rem;
  }
  header .logo {
    width: 5rem;
  }
  header .bloc2 {
    gap: 0rem;
  }
  header .tel,
  header .adresse {
    transform: scale(0.8);
  }
  header .cta-button {
    font-size: 12px;
    width: 7rem;
  }
  header .menu-button {
    top: 0.5rem;
  }
  .banner .bloc1 li a {
    padding: 0.3rem 0;
  }
  .banner .bloc1 {
    width: 95%;
    padding: 3rem 1.5rem 2rem;
    border-radius: 80px 30px 80px 10px;
  }
  .banner .bloc1 a {
    padding: 0.4rem 0;
    line-height: 1.2em;
  }
  .banner .big-content {
    padding-top: 11rem;
  }
  .intro ul {
    margin-top: 0;
  }
  .intro ul .img {
    height: 300px;
    overflow: hidden;
    border-radius: 45px 100px 10px 100px;
  }
  .intro ul .img:before {
    bottom: -0.2rem;
  }
  .intro.padding-L {
    padding: 0rem 0 2rem;
  }
  .intro ul .m-title {
    min-height: auto;
  }
  .intro .flex {
    flex-direction: column;
  }
  .intro .flex li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .actus > div {
    padding: 2rem 2rem 3rem;
  }
  .a-propos .bloc2 ul li {
    font-size: 23px;
    display: block;
    margin: 1rem 0 0;
  }
  .a-propos .bloc2 ul li:first-of-type:after,
  .a-propos .bloc2 ul li:last-of-type:before {
    content: none;
  }
  .actus .pc70 {
    width: 85%;
  }
  .actus .l-title {
    top: 8rem;
    left: -0.5rem;
  }
  .actus > div {
    padding: 2rem 2rem 4rem;
    border-radius: 15px 0 0 100px;
  }
  .actus .flex {
    gap: 2rem;
  }
  .single-metiers .term-logo {
    width: 13rem;
  }
  .tax-metiers .single-metiers .l-title {
    text-align: center;
  }
  .tax-metiers .single-metiers .l-title:before {
    transform: scale(0.6);
    margin: 0 auto;
    transform-origin: center;
  }
  .single-metiers .term-2 .description {
    padding: 0 2rem;
  }
  .single-metiers .specialistes-liste h2 {
    margin: 1rem 0 2rem;
  }
  .single-specialiste .description .pc70 {
    padding: 4rem 2rem 2rem 3rem;
    border-radius: 15px 0 0 100px;
  }
  .single-specialiste .description .pc70:before {
    left: 1rem;
    top: 1rem;
    transform-origin: top left;
    transform: scale(0.8);
  }
  .cabinets .photos {
    width: 320px;
  }
  .cabinets .photos .photo1 {
    width: 280px;
  }
  .cabinets .photos .photo2 {
    width: 220px;
    float: right;
    margin-top: 1.5rem;
  }
  .cabinets .photos .photo3 {
    width: 260px;
    margin-left: 0;
  }
  .page-actus ul {
    flex-direction: column;
    gap: 0;
  }
  .page-actus .wcol3 {
    width: 100%;
  }
  .single-actu .date:before {
    width: 80px;
    height: 34px;
  }
  .actu-content h2 {
    font-size: 25px;
  }
  .page-centre .cabinets .photos .photo2 {
    margin-bottom: 2rem;
  }
  .page-centre .cabinets .photos .photo3 {
    margin: 2rem auto 0;
    display: block;
  }
  footer {
    margin-top: 4rem;
  }
  footer .l-title {
    font-size: 28px;
  }
  footer .wcol3 img {
    width: 8rem;
    height: auto;
  }
  footer .adresse,
  footer .tel {
    padding-left: 0;
  }
  footer .adresse:before,
  footer .tel:before {
    display: block;
    position: initial;
    margin: 0.5rem auto 0.5rem;
    transform: none;
  }
  footer .wcol9 .flex {
    gap: 1rem;
  }
}
