@charset "UTF-8";
/*!
Theme Name: Retine Gallien
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: retine-gallien
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Retine Gallien is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/sja1tmp.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  width: 90%;
}
@media only screen and (min-width: 1210px) {
  .container {
    max-width: 1300px;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2 {
  font-size: 50px;
  line-height: 55px;
}

h3 {
  font-size: 40px;
  line-height: 45px;
}

h4 {
  font-size: 30px;
  line-height: 35px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

p,
li {
  font-family: "muli", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: #404040;
}
a:visited {
  color: #404040;
}
a:hover, a:focus, a:active {
  color: #404040;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #E4343F !important;
  border: 2px solid #E4343F;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2S;
}
.btn:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:hover {
  color: white !important;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
.btn:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-red {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white !important;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border: 2px solid #E4343F;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
}
.btn-red:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-red:hover {
  color: #E4343F !important;
  background: white;
}
.btn-red:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-light {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white !important;
  border: 2px solid white;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
}
.btn-light:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-light:hover {
  color: white !important;
  border: 2px solid #E4343F;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}

.btn-white {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #E4343F !important;
  border: 2px solid white;
  background: white;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
}
.btn-white:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-white:hover {
  color: white !important;
  border: 2px solid white;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
.btn-white:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-youtube {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  border: 2px solid #E4343F;
  padding: 10px 20px 7px 15px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
}
.btn-youtube:before {
  content: "";
  width: 30px;
  height: 20px;
  background: url("/wp-content/uploads/2025/01/youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-youtube:hover {
  color: white !important;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none !important;
  border-radius: 10px !important;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: none !important;
  border-radius: 10px !important;
}

textarea {
  width: 100%;
}

.gform-theme--framework input[type=radio]::before {
  background: #DF5000 !important;
}

#gform_wrapper_1 .gform_heading {
  display: none;
}
#gform_wrapper_1 form .gform-footer .gform_button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white !important;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border: 2px solid #E4343F;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
  margin: 0 auto;
}
#gform_wrapper_1 form .gform-footer .gform_button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#gform_wrapper_1 form .gform-footer .gform_button:hover {
  color: #E4343F !important;
  background: white;
}
#gform_wrapper_1 form .gform-footer .gform_button:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gform_wrapper .gform_footer .h-captcha {
  position: relative;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header.site-header {
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
header.site-header .site-branding {
  display: block;
  padding: 20px 35px;
  background: white;
  border-radius: 0 0 10px;
  box-shadow: rgba(33, 35, 38, 0.1) 5px 10px 20px 5px;
}
header.site-header .site-branding .custom-logo-link img {
  width: 250px;
}
header.site-header .widget-menu-retine {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  border-left: 1px solid white;
}
@media only screen and (max-width: 768px) {
  header.site-header .widget-menu-retine {
    display: none;
  }
}
header.site-header .widget-menu-retine .cta-contraste {
  background: black;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
header.site-header .widget-menu-retine .cta-contraste .theme-switch #checkbox-theme {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 55px;
}
header.site-header .widget-menu-retine .cta-contraste span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "muli", sans-serif;
  color: white;
  line-height: 18px;
  font-size: 16px;
}
header.site-header .widget-menu-retine .cta-contraste span:before {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  background: url("/wp-content/uploads/2025/02/vs-contrate.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
header.site-header .widget-menu-retine .cta-contraste:hover, header.site-header .widget-menu-retine .cta-contraste.active-mode {
  background: white;
}
header.site-header .widget-menu-retine .cta-contraste:hover span, header.site-header .widget-menu-retine .cta-contraste.active-mode span {
  color: black;
}
header.site-header .widget-menu-retine .cta-contraste:hover span:before, header.site-header .widget-menu-retine .cta-contraste.active-mode span:before {
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  background: url("/wp-content/uploads/2025/02/vs-contrate-on.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
header.site-header .widget-menu-retine .langues {
  color: white;
  padding: 0px 10px;
  border: 2px solid;
  border-radius: 25px;
}
header.site-header .widget-menu-retine .langues .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
header.site-header .widget-menu-retine .langues .wpml-ls-legacy-list-horizontal .wpml-ls-native {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  margin: 0;
}

#burger-menu {
  cursor: pointer;
  overflow: visible;
  display: flex;
  position: absolute;
  right: 0;
  height: 70px;
  background: linear-gradient(40deg, #df5000 0%, #e4343f 100%);
  color: white;
  z-index: 9;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: white;
  display: block;
  height: 2px;
  opacity: 1;
  position: relative;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}
#burger-menu span {
  right: 0px;
  top: 0px;
  width: 27px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
  background: white;
}
#burger-menu.close span {
  transform: rotate(-45deg);
  top: 0px;
  width: 27px;
  background: white;
}
#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
  background: white;
}

.main-navigation {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main-navigation {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 70px;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul#primary-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/dropdown.svg");
  background-repeat: no-repeat;
}
.main-navigation ul ul {
  box-shadow: none;
  background: transparent !important;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main-navigation ul ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: #daf9f4;
    transition: 0.3s;
    visibility: hidden;
  }
}
.main-navigation ul ul .nav-item {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-navigation ul ul .nav-item {
    display: flex;
    height: 80px !important;
  }
}
.main-navigation ul ul .nav-item .nav-back-link {
  font-size: 25px;
  width: auto;
  border-right: 1px solid;
}
.main-navigation ul ul .nav-item .copy-item-link {
  flex-direction: column;
  padding: 0 !important;
  gap: 0 !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: underline;
  justify-content: center !important;
}
.main-navigation ul ul .nav-item .copy-item-link span {
  font-size: 16px;
  font-weight: bold;
}
.main-navigation ul ul li:last-child a {
  border-radius: 0 0 15px 15px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 250px;
  justify-content: start;
  padding: 10px 25px;
  background: #222;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .main-navigation ul ul a {
    width: 100%;
  }
}
.main-navigation ul li.focus > ul {
  left: auto;
}
@media only screen and (max-width: 768px) {
  .main-navigation ul li.focus > ul {
    transform: translateX(0);
    visibility: visible;
    background: #222 !important;
  }
}
.main-navigation li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .main-navigation li {
    position: initial;
  }
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  background: rgb(223, 80, 0);
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
.main-navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-family: "muli", sans-serif;
  font-weight: 600;
  gap: 10px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  background: rgb(223, 80, 0);
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
@media only screen and (max-width: 768px) {
  .main-navigation.toggled {
    position: fixed;
    background: black;
  }
}
@media only screen and (max-width: 768px) {
  .main-navigation.toggled .menu-menu-retine-container {
    position: fixed;
    width: 100%;
    left: 0;
    background: #444;
    height: 100%;
    top: 70px;
  }
}
.main-navigation.toggled .menu-menu-retine-container ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.main-navigation.toggled .menu-menu-retine-container ul li {
  height: 60px;
  border-bottom: 1px solid white;
}
.main-navigation.toggled .menu-menu-retine-container ul li a {
  justify-content: flex-start;
  padding-left: 20px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: block;
  background: transparent;
  color: white;
  border: 0;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle,
  #burger-menu {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 50px 0 0;
  position: relative;
}
footer .rs {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
footer .rs a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #F4EEED;
  border-radius: 50%;
}
footer .rs a img {
  width: 20px;
  height: 20px;
}
footer .logo-footer img {
  width: 200px;
}
footer .menu-footer #menu-menu-footer {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  footer .menu-footer #menu-menu-footer {
    flex-direction: column;
    text-align: center;
  }
}
footer .site-info {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
@media only screen and (max-width: 768px) {
  footer .site-info {
    position: initial;
  }
}
footer .site-info img {
  display: block;
  width: 190px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Pathologie
--------------------------------------------- */
.container-carousel {
  position: relative;
  max-width: 500px;
  margin: auto;
  transform: scale(1.4);
  background: url("/wp-content/uploads/2024/12/carousel-bkg.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .container-carousel {
    transform: scale(1.2);
  }
}
.container-carousel .wrapper {
  position: relative;
}
.container-carousel .wrapper .item-pathologie {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-carousel .wrapper .item-pathologie a {
  text-align: center;
  padding: 3px 14px;
  border-radius: 25px;
  background-color: #444444;
  color: white;
  font-size: 11px;
  line-height: 12px;
  font-family: "muli", sans-serif;
  font-weight: 400;
  transition: 0.2s;
}
.container-carousel .wrapper .item-pathologie a:hover {
  background: white;
  color: #E4343F;
  transform: scale(1.1);
}
.container-carousel .wrapper .item.active {
  background-color: white;
  color: #E4343F;
}
.container-carousel .wrapper svg {
  height: 350px;
  overflow: visible;
  width: 350px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.container-carousel .wrapper .st0 {
  fill: none;
  stroke: white;
  stroke-width: 0.5;
  stroke-miterlimit: 1;
}
.container-carousel .start {
  position: absolute;
  top: 50%;
  right: -30px;
}

#prev,
#next {
  cursor: pointer;
}
#prev img,
#next img {
  transition: 0.2s;
}
#prev:hover img,
#next:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accueile 
--------------------------------------------------------------*/
.page-template-template-accueil header.site-header {
  position: absolute !important;
}
.page-template-template-accueil main .slider-home {
  position: relative;
}
.page-template-template-accueil main .slider-home .content-slider .slick-prev, .page-template-template-accueil main .slider-home .content-slider .slick-next {
  display: none !important;
}
.page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item img {
    display: block;
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item .meta-title {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item .meta-title h1 {
  color: white;
  font-size: 75px;
  text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
  margin: 20% 0 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item .meta-title h1 {
    font-size: 44px;
    text-align: center;
  }
}
.page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item .meta-title p {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .slider-home .content-slider .slick-list .slick-track .item .meta-title p {
    display: block;
    width: 75%;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
  }
}
.page-template-template-accueil main .slider-home .bandeau-rdv {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-left: 25px;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .slider-home .bandeau-rdv {
    width: 93%;
  }
}
.page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv .content-text {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv .content-text {
    display: none;
  }
}
.page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv .content-text img {
  width: 50px;
}
.page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv .content-text p {
  color: white;
  line-height: 22px;
  font-weight: bold;
  margin: 15px auto;
}
.page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv .contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 10px 25px;
  border-radius: 0 10px 10px 0;
}
.page-template-template-accueil main .slider-home .bandeau-rdv .content-rdv .contact a p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.page-template-template-accueil main .expertise {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .expertise {
    display: block;
  }
}
.page-template-template-accueil main .expertise .bloc-expertise {
  display: block;
  padding: 50px;
  width: 35%;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .expertise .bloc-expertise {
    width: 100%;
    padding: 25px;
  }
}
.page-template-template-accueil main .expertise .bloc-expertise .content {
  color: white;
  padding: 35px;
}
.page-template-template-accueil main .expertise .bloc-expertise .content:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .expertise .bloc-expertise .content:before {
    margin: 0 auto 25px;
  }
}
.page-template-template-accueil main .expertise .bloc-expertise .content h2 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .expertise .bloc-expertise .content h2 {
    text-align: center;
  }
}
.page-template-template-accueil main .expertise .bloc-expertise .content .sous-titre {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .expertise .bloc-expertise .content .sous-titre {
    text-align: center;
  }
}
.page-template-template-accueil main .expertise .chiffres {
  display: block;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .expertise .chiffres {
    width: 100%;
  }
}
.page-template-template-accueil main .expertise .chiffres ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 50px;
}
.page-template-template-accueil main .expertise .chiffres ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 300px;
  padding: 25px;
}
.page-template-template-accueil main .expertise .chiffres ul li img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-template-accueil main .expertise .chiffres ul li .texte {
  border-left: 1px solid #444;
  padding-left: 15px;
}
.page-template-template-accueil main .expertise .chiffres ul li .texte p {
  margin: 0;
}
.page-template-template-accueil main .expertise .chiffres ul li .texte p strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 50px;
  padding: 6px;
}
.page-template-template-accueil main .consultation {
  background: #F1E9E7;
  padding: 35px 0;
}
.page-template-template-accueil main .consultation .blocs-consultation {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .map {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation .map {
    width: 100%;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map {
  position: relative;
  width: 345px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map {
    margin-bottom: 120px;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .saint-andre {
  width: 70px;
  position: absolute;
  right: 25px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .saint-andre img.contraste {
  display: none;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .legende {
  width: 155px;
  padding-top: 95px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .legende img.contraste {
  display: none;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .map {
  width: 260px;
  margin: auto;
  margin-top: -70px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .map img.contraste {
  display: none;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row {
  width: 200px;
  margin: auto;
  margin-top: -220px;
  transform: translateX(10px);
  position: relative;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row div {
  display: flex;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row div .bel {
  margin-top: 10px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row div .thiers {
  margin-top: 5px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row div .thiers:first-child {
  margin-right: -20px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .langon {
  width: 70px;
  position: absolute;
  right: -15px;
  bottom: -140px;
}
.page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .langon img.contraste {
  display: none;
}
@media screen and (min-width: 425px) {
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map {
    width: 370px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .saint-andre {
    width: 75px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .legende {
    width: 165px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .map {
    width: 275px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row {
    width: 210px;
    margin-top: -230px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .langon {
    width: 75px;
    bottom: -150px;
  }
}
@media screen and (min-width: 450px) {
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map {
    width: 390px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .saint-andre {
    width: 80px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .legende {
    width: 175px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .map {
    width: 292.5px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row {
    width: 225px;
    margin-top: -240px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .langon {
    width: 80px;
    bottom: -150px;
  }
}
@media screen and (min-width: 475px) {
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map {
    width: 415px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .saint-andre {
    width: 85px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .legende {
    width: 185px;
    padding-top: 105px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .map {
    width: 310px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row {
    width: 240px;
    margin-top: -250px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .langon {
    width: 85px;
    bottom: -160px;
  }
}
@media screen and (min-width: 500px) {
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map {
    width: 440px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map a {
    cursor: pointer;
    transition: 0.25s;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map a:hover {
    scale: 1.25;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .saint-andre {
    right: 30px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .legende {
    padding-top: 115px;
    width: 200px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .map {
    margin-top: -85px;
    width: 325px;
  }
  .page-template-template-accueil main .consultation .blocs-consultation .map .responsive-map .row {
    margin-top: -245px;
    width: 250px;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .content {
  display: block;
  width: 50%;
  border-left: 1px solid;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation .content {
    width: 100%;
    border: none;
    padding: 25px;
    margin: 0;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .content h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation .content h2 {
    text-align: center;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .content h2:first-child {
  margin-top: 0px;
}
.page-template-template-accueil main .consultation .blocs-consultation .content h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation .content h2:before {
    margin: 0 auto 25px;
  }
}
.page-template-template-accueil main .consultation .blocs-consultation .content .sous-titre {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .consultation .blocs-consultation .content .sous-titre {
    text-align: center;
  }
}
.page-template-template-accueil main .visite .blocs-visite {
  display: block;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-template-template-accueil main .visite .blocs-visite .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-template-template-accueil main .visite .blocs-visite .content .bloc-title {
  margin-bottom: 35px;
}
.page-template-template-accueil main .visite .blocs-visite .content .bloc-title h2 {
  color: white;
  font-size: 75px;
  text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .visite .blocs-visite .content .bloc-title h2 {
    font-size: 44px;
    text-align: center;
  }
}
.page-template-template-accueil main .visite .blocs-visite .content .bloc-title p {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin: 10px;
  text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
}
.page-template-template-accueil main .visite .blocs-visite .content .bloc-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 20px;
  background: url("/wp-content/uploads/2024/12/separate.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.page-template-template-accueil main .parcours-soin {
  padding: 50px 0;
}
.page-template-template-accueil main .parcours-soin .container h2 {
  text-align: center;
}
.page-template-template-accueil main .parcours-soin .container h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 20px;
  background: url("/wp-content/uploads/2024/12/separate.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.page-template-template-accueil main .parcours-soin .container .etapes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .parcours-soin .container .etapes {
    flex-direction: column;
  }
}
.page-template-template-accueil main .parcours-soin .container .etapes .item-etape {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 0 35px;
}
.page-template-template-accueil main .parcours-soin .container .etapes .item-etape svg {
  width: 100px;
  height: 76px;
  margin: 0 auto;
  fill: #e4343f;
}
.page-template-template-accueil main .parcours-soin .container .etapes .item-etape span {
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.page-template-template-accueil main .parcours-soin .container .etapes span.separate {
  display: block;
  width: 100px;
  height: 20px;
  background: url("/wp-content/uploads/2024/12/fleche.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .parcours-soin .container .etapes span.separate {
    width: 60px;
    height: 35px;
    transform: rotate(90deg);
    background-position: center;
    margin: 20px auto;
  }
}
.page-template-template-accueil main .ophtalmologues {
  position: relative;
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-template-accueil main .ophtalmologues:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: url("/wp-content/uploads/2024/12/bkg-lettre-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}
.page-template-template-accueil main .ophtalmologues .container h2 {
  text-align: center;
}
.page-template-template-accueil main .ophtalmologues .container h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
.page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo {
  display: block;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo {
    width: 90%;
  }
}
.page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo img {
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
}
.page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo .post_meta {
  text-align: center;
}
.page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo .post_meta .title {
  margin-bottom: 0;
}
.page-template-template-accueil main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo .post_meta .btn {
  margin: 0 auto;
}
.page-template-template-accueil main .pathologies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 50px 0px;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .pathologies {
    display: block;
  }
}
.page-template-template-accueil main .pathologies .title {
  grid-area: 1/1/2/2;
  align-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .pathologies .title {
    text-align: center;
  }
}
.page-template-template-accueil main .pathologies .title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .pathologies .title:before {
    margin: 0 auto 25px;
  }
}
.page-template-template-accueil main .pathologies .title h2 {
  margin: 0;
  color: white;
}
.page-template-template-accueil main .pathologies .carousel {
  grid-area: 1/2/2/4;
}
.page-template-template-accueil main .cta-plateforme .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .cta-plateforme .row {
    display: block;
  }
}
.page-template-template-accueil main .cta-plateforme .row .content {
  display: block;
  width: 50%;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .cta-plateforme .row .content {
    width: 100%;
  }
}
.page-template-template-accueil main .cta-plateforme .row .content.texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}
.page-template-template-accueil main .cta-plateforme .row .content.texte h2 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .cta-plateforme .row .content.texte h2 {
    text-align: center;
  }
}
.page-template-template-accueil main .cta-plateforme .row .content.texte h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: absolute;
  left: -40px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-accueil main .cta-plateforme .row .content.texte h2:before {
    position: initial;
    margin: 0 auto 25px;
  }
}
.page-template-template-accueil main .cta-plateforme .row:first-child {
  flex-direction: row-reverse;
}
.page-template-template-accueil main .cta-plateforme .row:first-child .content.img {
  display: flex;
  justify-content: center;
  background: #F8F1EF;
  padding: 10%;
}
.page-template-template-accueil main .cta-plateforme .row:first-child .content.texte .btn {
  margin-bottom: 35px;
}
.page-template-template-accueil main .cta-plateforme .row:last-child .content.img img {
  max-height: 465px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------
# Page Générique
--------------------------------------------------------------*/
.page-template-default header.site-header,
.page-template header.site-header,
.single header.site-header {
  position: relative;
}
.page-template-default main .header-page,
.page-template main .header-page,
.single main .header-page {
  text-align: center;
  padding-bottom: 50px;
}
.page-template-default main .header-page .container,
.page-template main .header-page .container,
.single main .header-page .container {
  max-width: 700px;
}
.page-template-default main .header-page .container .content-title,
.page-template main .header-page .container .content-title,
.single main .header-page .container .content-title {
  margin-bottom: 35px;
}
.page-template-default main .header-page .container .content-title h1,
.page-template main .header-page .container .content-title h1,
.single main .header-page .container .content-title h1 {
  margin-bottom: 0;
}
.page-template-default main .header-page .container .content-title h2,
.page-template main .header-page .container .content-title h2,
.single main .header-page .container .content-title h2 {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  line-height: 46px;
  color: #E4343F;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-default main .header-page .container .content-title:after,
.page-template main .header-page .container .content-title:after,
.single main .header-page .container .content-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 20px;
  background: url("/wp-content/uploads/2024/12/separate.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.page-template-default main .content,
.page-template-default main .content-page,
.page-template main .content,
.page-template main .content-page,
.single main .content,
.single main .content-page {
  margin-bottom: 50px;
}
.page-template-default main .content .container ul,
.page-template-default main .content-page .container ul,
.page-template main .content .container ul,
.page-template main .content-page .container ul,
.single main .content .container ul,
.single main .content-page .container ul {
  list-style: url("/wp-content/uploads/2025/01/icon-list.svg");
  padding-left: 15px;
}
.page-template-default main .content .container blockquote,
.page-template-default main .content-page .container blockquote,
.page-template main .content .container blockquote,
.page-template main .content-page .container blockquote,
.single main .content .container blockquote,
.single main .content-page .container blockquote {
  margin: 0;
  border-left: 3px solid #E4343F;
  padding: 0 1.5em;
}
.page-template-default main .objectif-echange,
.page-template main .objectif-echange,
.single main .objectif-echange {
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-default main .objectif-echange .container h2,
.page-template main .objectif-echange .container h2,
.single main .objectif-echange .container h2 {
  display: block;
  text-align: center;
  color: #E4343F;
}
.page-template-default main:after,
.page-template main:after,
.single main:after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: url("/wp-content/uploads/2024/12/bkg-lettre.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Page Rétine Gallien
--------------------------------------------------------------*/
.page-template-template-retine .header-page {
  padding-bottom: 50px;
}
.page-template-template-retine .header-page .container {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-template-template-retine .frise-chrono {
  display: block;
  padding: 50px 0;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  color: white;
}
.page-template-template-retine .frise-chrono .container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .frise-chrono .container {
    flex-direction: column;
  }
}
.page-template-template-retine .frise-chrono .container .titre {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .frise-chrono .container .titre {
    width: 100%;
  }
}
.page-template-template-retine .frise-chrono .container .titre:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .frise-chrono .container .titre:before {
    margin: 0 auto 25px;
  }
}
.page-template-template-retine .frise-chrono .container .titre h3 {
  font-size: 50px;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .frise-chrono .container .titre h3 {
    text-align: center;
  }
}
.page-template-template-retine .frise-chrono .container .content-frise {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .frise-chrono .container .content-frise {
    width: 100%;
  }
}
.page-template-template-retine .frise-chrono .container .content-frise .content-event {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 25px;
}
.page-template-template-retine .frise-chrono .container .content-frise .content-event .date {
  background: #444;
  padding: 5px 10px;
  border-radius: 25px;
  z-index: 1;
}
.page-template-template-retine .frise-chrono .container .content-frise .content-event .event {
  position: relative;
}
.page-template-template-retine .frise-chrono .container .content-frise .content-event .event:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  border-left: 1px solid #444;
  position: absolute;
  left: -53px;
  top: 45px;
  z-index: 0;
}
.page-template-template-retine .equipement .content-equipement {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .equipement .content-equipement {
    flex-direction: column;
  }
}
.page-template-template-retine .equipement .content-equipement img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .equipement .content-equipement img {
    width: 100%;
  }
}
.page-template-template-retine .equipement .content-equipement .content-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 10%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .equipement .content-equipement .content-text {
    width: 100%;
  }
}
.page-template-template-retine .equipement .content-equipement .content-text h2 {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .equipement .content-equipement .content-text h2 {
    display: block;
    text-align: center;
  }
}
.page-template-template-retine .equipement .content-equipement .content-text h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: absolute;
  left: -40px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .equipement .content-equipement .content-text h2:before {
    position: initial;
    margin: 0 auto 25px;
  }
}
.page-template-template-retine .sites {
  background: #F8F1EF;
}
.page-template-template-retine .sites .content-sites {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .content-sites {
    flex-direction: column;
  }
}
.page-template-template-retine .sites .content-sites img {
  width: 60%;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .content-sites img {
    width: 100%;
  }
}
.page-template-template-retine .sites .content-sites img.contraste {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .content-sites img.contraste {
    width: 100%;
  }
}
.page-template-template-retine .sites .content-sites .content-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .content-sites .content-text {
    width: 100%;
  }
}
.page-template-template-retine .sites .content-sites .content-text h2 {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .content-sites .content-text h2 {
    display: block;
    text-align: center;
  }
}
.page-template-template-retine .sites .content-sites .content-text h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: absolute;
  left: -40px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .content-sites .content-text h2:before {
    position: initial;
    margin: 0 auto 25px;
  }
}
.page-template-template-retine .sites .list-sites-consults h2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .list-sites-consults h2 {
    display: block;
    text-align: center;
  }
}
.page-template-template-retine .sites .list-sites-consults h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2024/12/picto-consults.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .list-sites-consults h2:before {
    position: initial;
    margin: 0 auto 25px;
  }
}
.page-template-template-retine .sites .list-sites-consults ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .list-sites-consults ul {
    display: block;
  }
}
.page-template-template-retine .sites .list-sites-consults ul li:first-child {
  grid-area: 1/1/2/4;
}
.page-template-template-retine .sites .list-sites-consults ul li .post_meta {
  text-align: center;
}
.page-template-template-retine .sites .list-sites-consults ul li .post_meta h3 {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: inherit;
  margin-top: 0;
}
.page-template-template-retine .sites .list-sites-chirurgie h2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .list-sites-chirurgie h2 {
    display: block;
    text-align: center;
  }
}
.page-template-template-retine .sites .list-sites-chirurgie h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2024/12/picto-chirurgie.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .list-sites-chirurgie h2:before {
    position: initial;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
  }
}
.page-template-template-retine .sites .list-sites-chirurgie ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-retine .sites .list-sites-chirurgie ul {
    display: block;
  }
}
.page-template-template-retine .sites .list-sites-chirurgie ul li .post-thumbnail img {
  border-radius: 20px;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-retine .sites .list-sites-chirurgie ul li .post_meta {
  text-align: center;
}
.page-template-template-retine .sites .list-sites-chirurgie ul li .post_meta h3 {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: inherit;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Page Pathologies
--------------------------------------------------------------*/
.page-template-template-pathologies main .carousel-patho {
  padding: 50px 0px;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}

/*--------------------------------------------------------------
# Single Medecin
--------------------------------------------------------------*/
.single-medecin header {
  position: absolute !important;
}
.single-medecin main .header-medecin {
  display: flex;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin {
    flex-direction: column;
  }
}
.single-medecin main .header-medecin .img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin .img {
    width: 100%;
  }
}
.single-medecin main .header-medecin .img img {
  display: block;
  width: 100%;
  min-height: 615px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin .img img {
    min-height: auto;
  }
}
.single-medecin main .header-medecin .infos {
  width: 60%;
  padding: 25px 70px 35px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin .infos {
    width: 100%;
    padding: 35px;
  }
}
.single-medecin main .header-medecin .infos h1 {
  margin-bottom: 0;
}
.single-medecin main .header-medecin .infos h3 {
  margin-top: 0;
  color: #E4343F;
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
}
.single-medecin main .header-medecin .infos .cta-medecin {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin .infos .cta-medecin {
    flex-direction: column;
  }
}
.single-medecin main .header-medecin .infos .bandeau-rdv {
  padding: 10px 25px;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border-radius: 10px;
  margin-top: 30px;
}
.single-medecin main .header-medecin .infos .bandeau-rdv .content-rdv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin .infos .bandeau-rdv .content-rdv {
    justify-content: center;
  }
}
.single-medecin main .header-medecin .infos .bandeau-rdv .content-rdv .content-text {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .header-medecin .infos .bandeau-rdv .content-rdv .content-text {
    display: none;
  }
}
.single-medecin main .header-medecin .infos .bandeau-rdv .content-rdv .content-text img {
  width: 50px;
}
.single-medecin main .header-medecin .infos .bandeau-rdv .content-rdv .content-text p {
  color: white;
  line-height: 22px;
  font-weight: bold;
  margin: 15px auto;
}
.single-medecin main .specialites {
  display: block;
  padding: 50px;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
.single-medecin main .specialites .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .specialites .content {
    flex-direction: column;
  }
}
.single-medecin main .specialites .content h2 {
  width: 35%;
  color: white;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .specialites .content h2 {
    width: 100%;
    text-align: center;
  }
}
.single-medecin main .specialites .content h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .specialites .content h2:before {
    margin: 0 auto 15px;
  }
}
.single-medecin main .specialites .content .items-specialites {
  display: flex;
}
.single-medecin main .specialites .content .items-specialites ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .specialites .content .items-specialites ul {
    flex-direction: column;
    align-items: center;
  }
}
.single-medecin main .specialites .content .items-specialites ul li {
  display: block;
  background: #444444;
  color: white;
  padding: 10px 20px 5px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
.single-medecin main .consultations {
  background-color: #F8F1EF;
}
.single-medecin main .consultations .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .consultations .container {
    flex-direction: column;
  }
}
.single-medecin main .consultations .container .map-consultaion {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .consultations .container .map-consultaion {
    width: 100%;
  }
}
.single-medecin main .consultations .container .lieux-consultations {
  width: 50%;
  display: block;
  padding: 0 50px;
  border-left: 1px solid;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .consultations .container .lieux-consultations {
    width: 100%;
    border-left: 0px;
  }
}
.single-medecin main .consultations .container .lieux-consultations h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .consultations .container .lieux-consultations h2 {
    text-align: center;
  }
}
.single-medecin main .consultations .container .lieux-consultations h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .consultations .container .lieux-consultations h2:before {
    margin: 0 auto 25px;
  }
}
.single-medecin main .consultations .container .lieux-consultations .nom {
  color: #E4343F;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .single-medecin main .consultations .container .lieux-consultations .nom {
    text-align: center;
  }
}
.single-medecin main .consultations .container .lieux-consultations ul li h4 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Single Lieu de consults
--------------------------------------------------------------*/
.single-lieu-de-consultation main .header-page .post-thumbnail {
  margin-top: 35px;
}
.single-lieu-de-consultation main .adresse-lieu .container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .single-lieu-de-consultation main .adresse-lieu .container {
    flex-direction: column-reverse;
  }
}
.single-lieu-de-consultation main .adresse-lieu .container .infos {
  width: 30%;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .single-lieu-de-consultation main .adresse-lieu .container .infos {
    width: 100%;
  }
}
.single-lieu-de-consultation main .adresse-lieu .container .infos p {
  color: white;
  position: relative;
  padding-left: 30px;
}
.single-lieu-de-consultation main .adresse-lieu .container .infos p.adresse:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-adresse.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}
.single-lieu-de-consultation main .adresse-lieu .container .infos p.acces:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-acces.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}
.single-lieu-de-consultation main .adresse-lieu .container .infos p.parking:before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-parking.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}
.single-lieu-de-consultation main .adresse-lieu .container .map {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-lieu-de-consultation main .adresse-lieu .container .map {
    width: 100%;
  }
}
.single-lieu-de-consultation main .adresse-lieu .container .map .acf-map {
  margin: 0;
}
.single-lieu-de-consultation main .calendrier .horaire h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.single-lieu-de-consultation main .calendrier .horaire h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url("/wp-content/uploads/2024/12/calendrier.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.single-lieu-de-consultation main .calendrier .horaire .tableau {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single-lieu-de-consultation main .calendrier .horaire .tableau {
    width: 100%;
  }
}
.single-lieu-de-consultation main .calendrier .horaire .tableau .line {
  display: flex;
  padding: 0 25px;
}
.single-lieu-de-consultation main .calendrier .horaire .tableau .line .jour p {
  margin: 20px 0;
}
.single-lieu-de-consultation main .calendrier .horaire .tableau .line .jour p:after {
  content: "-";
  margin: 5px;
}
.single-lieu-de-consultation main .calendrier .horaire .tableau .line .horaire p {
  margin: 20px 0;
}
.single-lieu-de-consultation main .calendrier .horaire .tableau .line:nth-child(2n+1) {
  background-color: #F8F1EF;
}

/*--------------------------------------------------------------
# Single Site de chirurgie
--------------------------------------------------------------*/
.single-site-de-chirurgie main .header-page .post-thumbnail {
  margin-top: 35px;
}
.single-site-de-chirurgie main .adresse-lieu .container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .single-site-de-chirurgie main .adresse-lieu .container {
    flex-direction: column-reverse;
  }
}
.single-site-de-chirurgie main .adresse-lieu .container .infos {
  width: 30%;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .single-site-de-chirurgie main .adresse-lieu .container .infos {
    width: 100%;
  }
}
.single-site-de-chirurgie main .adresse-lieu .container .infos p {
  color: white;
  position: relative;
  padding-left: 30px;
}
.single-site-de-chirurgie main .adresse-lieu .container .infos p.adresse:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-adresse.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}
.single-site-de-chirurgie main .adresse-lieu .container .infos p.acces:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-acces.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}
.single-site-de-chirurgie main .adresse-lieu .container .infos p.parking:before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-parking.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}
.single-site-de-chirurgie main .adresse-lieu .container .map {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-site-de-chirurgie main .adresse-lieu .container .map {
    width: 100%;
  }
}
.single-site-de-chirurgie main .adresse-lieu .container .map .acf-map {
  margin: 0;
}
.single-site-de-chirurgie main .calendrier .horaire h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.single-site-de-chirurgie main .calendrier .horaire h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url("/wp-content/uploads/2024/12/calendrier.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.single-site-de-chirurgie main .calendrier .horaire .tableau {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single-site-de-chirurgie main .calendrier .horaire .tableau {
    width: 100%;
  }
}
.single-site-de-chirurgie main .calendrier .horaire .tableau .line {
  display: flex;
  padding: 0 25px;
}
.single-site-de-chirurgie main .calendrier .horaire .tableau .line .jour p {
  margin: 20px 0;
}
.single-site-de-chirurgie main .calendrier .horaire .tableau .line .jour p:after {
  content: "-";
  margin: 5px;
}
.single-site-de-chirurgie main .calendrier .horaire .tableau .line .horaire p {
  margin: 20px 0;
}
.single-site-de-chirurgie main .calendrier .horaire .tableau .line:nth-child(2n+1) {
  background-color: #F8F1EF;
}

/*--------------------------------------------------------------
# Page Équipe
--------------------------------------------------------------*/
.page-template-template-equipe main .ophtalmologues {
  position: relative;
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-template-equipe main .ophtalmologues:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: url("/wp-content/uploads/2024/12/bkg-lettre-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}
.page-template-template-equipe main .ophtalmologues .container h2 {
  text-align: center;
}
.page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo {
  display: block;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo {
    width: 90%;
  }
}
.page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo img {
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
}
.page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo .post_meta {
  text-align: center;
}
.page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo .post_meta .title {
  margin-bottom: 0;
}
.page-template-template-equipe main .ophtalmologues .container .list_ophtalmos ul li.item-ophtalmo .post_meta .btn {
  margin: 0 auto;
}
.page-template-template-equipe main .professionels .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content {
    flex-direction: column;
  }
}
.page-template-template-equipe main .professionels .content .img {
  display: flex;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content .img {
    width: 100%;
  }
}
.page-template-template-equipe main .professionels .content .img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content .img img {
    height: 150px !important;
  }
}
.page-template-template-equipe main .professionels .content .img.aides {
  flex-direction: column;
  gap: 10px;
}
.page-template-template-equipe main .professionels .content .img.aides img {
  height: 350px;
}
.page-template-template-equipe main .professionels .content .img.admin img {
  -o-object-position: 0 20%;
     object-position: 0 20%;
}
.page-template-template-equipe main .professionels .content .img.secretariat {
  flex-direction: column;
  gap: 10px;
}
.page-template-template-equipe main .professionels .content .img.secretariat img {
  height: 350px;
}
.page-template-template-equipe main .professionels .content .content-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 10%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content .content-text {
    width: 100%;
  }
}
.page-template-template-equipe main .professionels .content .content-text h2 {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content .content-text h2 {
    display: block;
    text-align: center;
  }
}
.page-template-template-equipe main .professionels .content .content-text h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/12/cross-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: absolute;
  left: -40px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content .content-text h2:before {
    position: initial;
    margin: 0 auto 25px;
  }
}
.page-template-template-equipe main .professionels .content:nth-child(2n) {
  flex-direction: row-reverse;
  background: #F8F1EF;
}
@media only screen and (max-width: 768px) {
  .page-template-template-equipe main .professionels .content:nth-child(2n) {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Sous Page Équipe
--------------------------------------------------------------*/
.page-child.parent-pageid-122 main .content-page .container h2 {
  text-align: center;
  color: #E4343F;
}
.page-child.parent-pageid-122 main .content-page .container h3 {
  color: #E4343F;
}
.page-child.parent-pageid-122 main .content-page .container img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 768px) {
  .page-child.parent-pageid-122 main .content-page .container img {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Page Parcours de soin
--------------------------------------------------------------*/
.page-template-template-parcours-de-soin main .parcours .container .etape {
  display: flex;
}
.page-template-template-parcours-de-soin main .parcours .container .etape .picto {
  position: relative;
  width: 20%;
}
.page-template-template-parcours-de-soin main .parcours .container .etape .picto:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #444;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.page-template-template-parcours-de-soin main .parcours .container .etape .picto img {
  display: block;
  width: 130px;
  margin: 0 auto;
  z-index: 1;
}
.page-template-template-parcours-de-soin main .parcours .container .etape .content {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-parcours-de-soin main .parcours .container .etape .content h2 {
    margin: 20px;
  }
}
.page-template-template-parcours-de-soin main .parcours .container .etape .content img {
  max-width: 750px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------------------------------
# Single Pathologie
--------------------------------------------------------------*/
.single-pathologie {
  /* Cas Spécifique DMLA */
}
.single-pathologie main .symptomes {
  padding: 50px 0;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
}
.single-pathologie main .symptomes .container .content-text {
  color: white;
}
.single-pathologie main .symptomes .container .content-text p {
  display: flex;
  flex-wrap: wrap;
}
.single-pathologie main .symptomes .container .content-symptome {
  display: flex;
  flex-direction: row-reverse;
  gap: 35px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .single-pathologie main .symptomes .container .content-symptome {
    flex-direction: column;
  }
}
.single-pathologie main .symptomes .container .content-symptome ul {
  display: block;
  margin: 0 auto;
  max-width: 480px;
}
.single-pathologie main .symptomes .container .content-symptome .desc-symptome {
  width: 100%;
}
.single-pathologie main .symptomes .container iframe {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  max-height: 440px;
}
.single-pathologie main .diagnostic {
  padding: 50px 0;
}
.single-pathologie main .diagnostic .container h2 {
  text-align: center;
  color: #E4343F;
}
.single-pathologie main .diagnostic .container p {
  display: flex;
  flex-wrap: wrap;
}
.single-pathologie main .diagnostic .container iframe {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  max-height: 440px;
}
.single-pathologie main .traitements {
  padding: 50px 0;
  background: #F8F1EF;
}
.single-pathologie main .traitements .container h2 {
  text-align: center;
  color: #E4343F;
}
.single-pathologie main .traitements .container p {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 35px auto;
}
.single-pathologie main .traitements .container ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 35px auto;
  list-style: disc;
  padding-left: 35px;
}
.single-pathologie main .traitements .container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-pathologie main .evolutions {
  padding: 50px 0;
}
.single-pathologie main .evolutions .container h2 {
  text-align: center;
  color: #E4343F;
}
.single-pathologie main .evolutions .container p {
  display: flex;
  flex-wrap: wrap;
}
.single-pathologie.postid-268 .symptomes .content-symptome {
  flex-direction: column-reverse !important;
}

/*--------------------------------------------------------------
# Page Recherche Clinique
--------------------------------------------------------------*/
.page-template-template-recherche main .container {
  width: 80%;
}
.page-template-template-recherche main .content {
  padding: 50px 0;
}
.page-template-template-recherche main .participer {
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-template-recherche main .participer .container h2 {
  font-size: 40px;
  text-align: center;
  color: #E4343F;
}
.page-template-template-recherche main .participer .container img {
  width: 100%;
}
.page-template-template-recherche main .participer .container ul {
  list-style: url("/wp-content/uploads/2025/01/icon-list.svg");
  padding-left: 15px;
}
.page-template-template-recherche main .liens-utiles .container .content {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.page-template-template-recherche main .liens-utiles .container .content ul {
  margin-top: 50px;
  list-style: url("/wp-content/uploads/2025/01/icon-list.svg");
  padding-left: 15px;
}
.page-template-template-recherche main .liens-utiles .container .content ul li a {
  color: #E4343F;
}
.page-template-template-recherche main .contact {
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-template-recherche main .contact .container h2 {
  font-size: 40px;
  text-align: center;
  color: #E4343F;
}
.page-template-template-recherche main .contact .container .form-contact {
  width: 70%;
  padding: 0 35px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-template-template-recherche main .contact .container .form-contact {
    width: 100%;
  }
}
.page-template-template-recherche main .contact .container .form-contact #gform_wrapper_2 .gform_heading {
  display: none;
}
.page-template-template-recherche main .contact .container .form-contact #gform_wrapper_2 form .gform-footer .gform_button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white !important;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border: 2px solid #E4343F;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
  margin: 0 auto;
}
.page-template-template-recherche main .contact .container .form-contact #gform_wrapper_2 form .gform-footer .gform_button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-recherche main .contact .container .form-contact #gform_wrapper_2 form .gform-footer .gform_button:hover {
  color: #E4343F !important;
  background: white;
}
.page-template-template-recherche main .contact .container .form-contact #gform_wrapper_2 form .gform-footer .gform_button:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-recherche main .contact .container .form-contact p {
  text-align: center;
}

/*--------------------------------------------------------------
# Page Liste Études
--------------------------------------------------------------*/
.page-template-template-list-etude main .header-page a {
  margin: 35px auto 0;
}
.page-template-template-list-etude main .recrutement-en-cours {
  display: block;
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-template-list-etude main .recrutement-en-cours .container {
  max-width: 1100px;
}
.page-template-template-list-etude main .recrutement-en-cours .container h2 {
  text-align: center;
  color: #E4343F;
}
.page-template-template-list-etude main .recrutement-termine {
  display: block;
  padding: 50px 0;
}
.page-template-template-list-etude main .recrutement-termine .container {
  max-width: 1100px;
}
.page-template-template-list-etude main .recrutement-termine .container h2 {
  text-align: center;
  color: #E4343F;
}
.page-template-template-list-etude main .etude {
  background: white;
  border-bottom: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.page-template-template-list-etude main .etude:last-child {
  border: 0;
}
.page-template-template-list-etude main .etude .etude_answer {
  padding: 15px;
}
.page-template-template-list-etude main .etude .etude_titre {
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  padding: 15px;
  align-items: center;
  transition: background 0.3s;
}
.page-template-template-list-etude main .etude .etude_titre:hover {
  background: #e4e4fd;
}
.page-template-template-list-etude main .etude .etude_titre .titre {
  margin-bottom: 5px;
  display: table-cell;
  width: 100%;
}
.page-template-template-list-etude main .etude .etude_answer_container {
  height: 0;
  overflow: hidden;
}
.page-template-template-list-etude main .etude .accordion-button-icon {
  display: table-cell;
  line-height: inherit;
  vertical-align: middle;
}
.page-template-template-list-etude main .etude .accordion-button-icon.fa {
  content: url("/wp-content/uploads/2025/01/icon-dropdown.svg");
}
.page-template-template-list-etude main .etude .accordion-button-icon.fa.fa-minus {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Actualités
--------------------------------------------------------------*/
.page-template-template-actualites main .list-actu .container .list-items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.page-template-template-actualites main .list-actu .container .list-items ul li.item {
  display: block;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-actualites main .list-actu .container .list-items ul li.item {
    width: 90%;
  }
}
.page-template-template-actualites main .list-actu .container .list-items ul li.item .post-thumbnail img {
  width: 100%;
}
.page-template-template-actualites main .list-actu .container .list-items ul li.item .post_meta {
  text-align: center;
}
.page-template-template-actualites main .list-actu .container .list-items ul li.item .post_meta .title {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.page-template-template-actualites main .list-actu .container .list-items ul li.item .post_meta .btn {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Single Actualités
--------------------------------------------------------------*/
.single-post main .list-actu {
  padding: 50px 0;
  background: #F8F1EF;
}
.single-post main .list-actu .container h2 {
  text-align: center;
}
.single-post main .list-actu .container h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 20px;
  background: url("/wp-content/uploads/2024/12/separate.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.single-post main .list-actu .container .list-items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.single-post main .list-actu .container .list-items ul li.item {
  display: block;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .single-post main .list-actu .container .list-items ul li.item {
    width: 90%;
  }
}
.single-post main .list-actu .container .list-items ul li.item .post-thumbnail img {
  width: 100%;
}
.single-post main .list-actu .container .list-items ul li.item .post_meta {
  text-align: center;
}
.single-post main .list-actu .container .list-items ul li.item .post_meta .title {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.single-post main .list-actu .container .list-items ul li.item .post_meta .btn {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
.page-template-template-publications main .list-actu .container .list-items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.page-template-template-publications main .list-actu .container .list-items ul li.item {
  display: block;
  width: 33%;
  border: 1px solid #AAA;
  border-radius: 10px;
}
.page-template-template-publications main .list-actu .container .list-items ul li.item img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-publications main .list-actu .container .list-items ul li.item {
    width: 90%;
  }
}
.page-template-template-publications main .list-actu .container .list-items ul li.item .post_meta {
  text-align: center;
  padding: 0 20px 20px;
}
.page-template-template-publications main .list-actu .container .list-items ul li.item .post_meta .title {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.page-template-template-publications main .list-actu .container .list-items ul li.item .post_meta .btn {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Single Publication
--------------------------------------------------------------*/
.single-publication main .list-actu {
  padding: 50px 0;
  background: #F8F1EF;
}
.single-publication main .list-actu .container h2 {
  text-align: center;
}
.single-publication main .list-actu .container h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 20px;
  background: url("/wp-content/uploads/2024/12/separate.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.single-publication main .list-actu .container .list-items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.single-publication main .list-actu .container .list-items ul li.item {
  display: block;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .single-publication main .list-actu .container .list-items ul li.item {
    width: 90%;
  }
}
.single-publication main .list-actu .container .list-items ul li.item .post-thumbnail img {
  width: 100%;
}
.single-publication main .list-actu .container .list-items ul li.item .post_meta {
  text-align: center;
}
.single-publication main .list-actu .container .list-items ul li.item .post_meta .title {
  font-family: "muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.single-publication main .list-actu .container .list-items ul li.item .post_meta .btn {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Page Contact
--------------------------------------------------------------*/
.page-template-template-contact main .content-page {
  padding: 50px 0;
  background: #F8F1EF;
}
.page-template-template-contact main .content-page .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-template-template-contact main .content-page .container {
    flex-direction: column-reverse;
  }
}
.page-template-template-contact main .content-page .container .list-centre {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-contact main .content-page .container .list-centre {
    width: 100%;
  }
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults {
  display: block;
  padding: 20px;
  border: 1px solid #AAA;
  border-radius: 10px;
  margin-bottom: 25px;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta .btn-white {
  margin: 0 auto;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta .infos p {
  position: relative;
  padding-left: 30px;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta .infos p.adresse:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-adresse-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta .infos p.acces:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-acces-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta .infos p.parking:before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background: url("/wp-content/uploads/2024/12/picto-parking-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults .post_meta .btn {
  margin: 0 auto;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child {
  background: linear-gradient(40deg, #df5000 0%, #e4343f 100%);
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta h3 {
  color: white;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .infos p {
  color: white;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .infos p.adresse:before {
  background: url("/wp-content/uploads/2024/12/picto-adresse.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .infos p.acces:before {
  background: url("/wp-content/uploads/2024/12/picto-acces.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .infos p.parking:before {
  background: url("/wp-content/uploads/2024/12/picto-parking.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .btn {
  color: white !important;
  border-color: white;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .btn:hover {
  color: #E4343F !important;
  background: white;
}
.page-template-template-contact main .content-page .container .list-centre ul li.item-sites-consults:first-child .post_meta .btn:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .form-contact {
  width: 70%;
  padding: 0 35px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-contact main .content-page .container .form-contact {
    width: 100%;
  }
}
.page-template-template-contact main .content-page .container .form-contact #gform_wrapper_1 .gform_heading {
  display: none;
}
.page-template-template-contact main .content-page .container .form-contact #gform_wrapper_1 form .gform-footer .gform_button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white !important;
  background: linear-gradient(40deg, rgb(223, 80, 0) 0%, rgb(228, 52, 63) 100%);
  border: 2px solid #E4343F;
  padding: 6px 15px 4px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
  margin: 0 auto;
}
.page-template-template-contact main .content-page .container .form-contact #gform_wrapper_1 form .gform-footer .gform_button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .form-contact #gform_wrapper_1 form .gform-footer .gform_button:hover {
  color: #E4343F !important;
  background: white;
}
.page-template-template-contact main .content-page .container .form-contact #gform_wrapper_1 form .gform-footer .gform_button:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2024/12/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-contact main .content-page .container .form-contact p {
  text-align: center;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Mode contrastee
--------------------------------------------- */
/*--------------------------------------------------------------
# Mode Contraste
--------------------------------------------------------------*/
html[data-theme=dark] {
  /*------------------------------
  # Blocs Statics
  ------------------------------*/
  color: black;
  /*------------------------------
   # Blocs Statics
   ------------------------------*/
  /*------------------------------
   # Page Retine
  ------------------------------*/
  /*------------------------------
   # Single Sites
  ------------------------------*/
  /*------------------------------
   # Single Medecin
  ------------------------------*/
  /*------------------------------
   # Page Parcours de soins
  ------------------------------*/
  /*------------------------------
   # Page Pathologies
  ------------------------------*/
  /*------------------------------
   # Single Pathologie
  ------------------------------*/
  /*------------------------------
   # Page liste étude
  ------------------------------*/
  /*------------------------------
   # Page contact
  ------------------------------*/
  /*------------------------------
   # Footer
  ------------------------------*/
}
html[data-theme=dark] h2:before {
  background: url("/wp-content/uploads/2025/02/cross-black.svg") !important;
}
html[data-theme=dark] svg {
  filter: grayscale(1);
}
html[data-theme=dark] .btn-white {
  color: black !important;
  border: 2px solid black;
}
html[data-theme=dark] .btn-white:hover {
  background: white;
  color: black;
}
html[data-theme=dark] .btn-white:after {
  background: url("/wp-content/uploads/2024/12/arrow-ariane.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] .btn {
  color: black !important;
  border: 2px solid black;
}
html[data-theme=dark] .btn:hover {
  background: black;
  color: white !important;
}
html[data-theme=dark] .btn:hover:after {
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] .btn:after {
  background: url("/wp-content/uploads/2024/12/arrow-ariane.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] .btn-light {
  color: black !important;
  background: white;
}
html[data-theme=dark] .btn-light:hover {
  background: black;
  color: white !important;
  border: 2px solid white;
}
html[data-theme=dark] .btn-light:hover:after {
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] .btn-light:after {
  background: url("/wp-content/uploads/2024/12/arrow-ariane.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] .btn-red {
  color: white !important;
  background: black;
  border: 2px solid black;
}
html[data-theme=dark] .btn-red:hover {
  background: white;
  color: black !important;
  border: 2px solid black;
}
html[data-theme=dark] .btn-red:hover:after {
  background: url("/wp-content/uploads/2024/12/arrow-ariane.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] .btn-red:after {
  background: url("/wp-content/uploads/2024/12/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] header .site-branding .custom-logo-link img {
  filter: grayscale(1);
}
html[data-theme=dark] header .main-navigation ul {
  background: black;
}
html[data-theme=dark] header .widget-menu-retine {
  background: black;
}
html[data-theme=dark] header .widget-menu-retine .cta-contraste {
  background: white;
}
html[data-theme=dark] header .widget-menu-retine .cta-contraste .theme-switch #checkbox-theme {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 55px;
}
html[data-theme=dark] header .widget-menu-retine .cta-contraste span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "muli", sans-serif;
  color: black;
  line-height: 18px;
  font-size: 16px;
}
html[data-theme=dark] header .widget-menu-retine .cta-contraste span:before {
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  background: url("/wp-content/uploads/2025/02/vs-contrate-on.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-theme=dark] main {
  /*------------------------------
  # Page Accueil
  ------------------------------*/
}
html[data-theme=dark] main:after {
  display: none;
}
html[data-theme=dark] main .header-page .content-title h2 {
  color: black !important;
}
html[data-theme=dark] main .header-page .content-title:after {
  background: url("/wp-content/uploads/2025/02/separate-black.svg") !important;
  background-repeat: no-repeat !important;
}
html[data-theme=dark] main .objectif-echange {
  background: white;
}
html[data-theme=dark] main .objectif-echange h2 {
  color: black !important;
}
html[data-theme=dark] main .slider-home .bandeau-rdv {
  background: black;
}
html[data-theme=dark] main .slider-home .bandeau-rdv .contact img {
  filter: grayscale(1);
}
html[data-theme=dark] main .expertise .bloc-expertise {
  background: black;
}
html[data-theme=dark] main .expertise .chiffres img {
  filter: grayscale(1);
}
html[data-theme=dark] main .consultation,
html[data-theme=dark] main .ophtalmologues {
  background: white;
}
html[data-theme=dark] main .consultation .map .legende img,
html[data-theme=dark] main .ophtalmologues .map .legende img {
  display: none;
}
html[data-theme=dark] main .consultation .map .legende img.contraste,
html[data-theme=dark] main .ophtalmologues .map .legende img.contraste {
  display: block !important;
}
html[data-theme=dark] main .consultation .map .map img,
html[data-theme=dark] main .ophtalmologues .map .map img {
  display: none;
}
html[data-theme=dark] main .consultation .map .map img.contraste,
html[data-theme=dark] main .ophtalmologues .map .map img.contraste {
  display: block !important;
}
html[data-theme=dark] main .consultation .map .row .bel img,
html[data-theme=dark] main .consultation .map .row .thiers:last-child img,
html[data-theme=dark] main .ophtalmologues .map .row .bel img,
html[data-theme=dark] main .ophtalmologues .map .row .thiers:last-child img {
  filter: grayscale(100%) contrast(200%);
}
html[data-theme=dark] main .visite {
  position: relative;
}
html[data-theme=dark] main .visite .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 45% !important;
  background: black;
}
html[data-theme=dark] main .visite .content .bloc-title:after {
  background: url("/wp-content/uploads/2025/02/separate-white.svg") !important;
  background-repeat: no-repeat !important;
}
html[data-theme=dark] main .parcours-soin h2:after {
  background: url("/wp-content/uploads/2025/02/separate-black.svg") !important;
  background-repeat: no-repeat !important;
}
html[data-theme=dark] main .pathologies {
  background: black;
}
html[data-theme=dark] main .pathologies .container-carousel .wrapper .item-pathologie a {
  background-color: white;
  color: black;
}
html[data-theme=dark] main .pathologies .container-carousel .wrapper .item-pathologie a:hover {
  background: black;
  color: white;
  border: 1px solid;
}
html[data-theme=dark] main .pathologies #prev img,
html[data-theme=dark] main .pathologies #next img {
  filter: grayscale(1);
}
html[data-theme=dark] .frise-chrono {
  background: black;
}
html[data-theme=dark] .frise-chrono .content-frise .content-event .date {
  background: white !important;
  color: black;
}
html[data-theme=dark] .frise-chrono .content-frise .content-event .event:before {
  border-left: 1px solid white;
}
html[data-theme=dark] .sites {
  background: white;
}
html[data-theme=dark] .sites .content-sites img {
  display: none;
}
html[data-theme=dark] .sites .content-sites img.contraste {
  display: block;
}
html[data-theme=dark] .sites .list-sites-consults h2:before {
  background: url("/wp-content/uploads/2024/12/picto-consults.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
html[data-theme=dark] .sites .list-sites-chirurgie h2:before {
  background: url("/wp-content/uploads/2024/12/picto-chirurgie.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
html[data-theme=dark] .adresse-lieu .container {
  background: black;
}
html[data-theme=dark] .calendrier h3:before {
  background: url("/wp-content/uploads/2025/02/calendrier-black.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
html[data-theme=dark] .calendrier .horaire .tableau .line {
  border-bottom: 1px solid black;
}
html[data-theme=dark] .calendrier .horaire .tableau .line:nth-child(2n+1) {
  background-color: white;
}
html[data-theme=dark] .header-medecin .infos h3 {
  color: black;
}
html[data-theme=dark] .header-medecin .infos .bandeau-rdv {
  background: black;
}
html[data-theme=dark] .specialites {
  background: white;
}
html[data-theme=dark] .specialites h2 {
  color: black !important;
}
html[data-theme=dark] .specialites .items-specialites ul li {
  background: black !important;
}
html[data-theme=dark] .consultations {
  background-color: white;
}
html[data-theme=dark] .consultations .lieux-consultations .nom {
  color: black !important;
}
html[data-theme=dark] .page-template-template-parcours-de-soin .parcours .etape .picto img {
  filter: grayscale(1);
}
html[data-theme=dark] .carousel-patho {
  background: black;
}
html[data-theme=dark] .carousel-patho .container-carousel .wrapper .item-pathologie a {
  background-color: white;
  color: black;
}
html[data-theme=dark] .carousel-patho .container-carousel .wrapper .item-pathologie a:hover {
  background: black;
  color: white;
  border: 1px solid;
}
html[data-theme=dark] .carousel-patho #prev img,
html[data-theme=dark] .carousel-patho #next img {
  filter: grayscale(1);
}
html[data-theme=dark] .symptomes {
  background: black;
}
html[data-theme=dark] .traitements,
html[data-theme=dark] .evolutions {
  background: white;
}
html[data-theme=dark] .traitements h2,
html[data-theme=dark] .evolutions h2 {
  color: black !important;
}
html[data-theme=dark] .recrutement-en-cours,
html[data-theme=dark] .recrutement-termine {
  background: white;
}
html[data-theme=dark] .recrutement-en-cours h2,
html[data-theme=dark] .recrutement-termine h2 {
  color: black !important;
}
html[data-theme=dark] .page-template-template-contact .content-page {
  background: white;
}
html[data-theme=dark] .page-template-template-contact .content-page .list-centre ul li.item-sites-consults:first-child {
  background: black;
}
html[data-theme=dark] .page-template-template-contact .content-page form .gform-body input,
html[data-theme=dark] .page-template-template-contact .content-page form .gform-body select,
html[data-theme=dark] .page-template-template-contact .content-page form .gform-body textarea {
  border: 1px solid black !important;
}
html[data-theme=dark] .page-template-template-contact .content-page form .gform-footer .gform_button {
  background: black !important;
  border: 1px solid black !important;
}
html[data-theme=dark] .page-template-template-contact .content-page form .gform-footer .gform_button:hover {
  color: black !important;
  background: white !important;
}
html[data-theme=dark] footer .logo-footer img {
  filter: grayscale(1);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */