/*!
Theme Name: docteursorg
Theme URI: http://underscores.me/
Author: Ekypia
Author URI: https://www.ekypia.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docteursorg
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 with others.

docteursorg is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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;
}

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: 1px solid #ccc;
    border-radius: 3px;
    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: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    /* float: left; */
    width: 100%;
    margin-top: 50px;
    text-align: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #03bcc4;
    padding-top: 10px;
    width: 340px;
    padding: 14px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
    width: 300px;
    text-align: left;
    margin-left: 10px;
    color: white !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    /* float: left; */
    display: inline-block;
    position: relative;
}



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

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
/*    margin: 0 0 1.5em;*/
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/* Ekypia */
@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre Bold Italic'), local('ProzaLibre-BoldItalic'),
        url('./fonts/ProzaLibre-BoldItalic.woff2') format('woff2'),
        url('./fonts/ProzaLibre-BoldItalic.woff') format('woff'),
        url('./fonts/ProzaLibre-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre Medium Italic'), local('ProzaLibre-MediumItalic'),
        url('./fonts/ProzaLibre-MediumItalic.woff2') format('woff2'),
        url('./fonts/ProzaLibre-MediumItalic.woff') format('woff'),
        url('./fonts/ProzaLibre-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre Light'), local('ProzaLibre-Light'),
        url('./fonts/ProzaLibre-Light.woff2') format('woff2'),
        url('./fonts/ProzaLibre-Light.woff') format('woff'),
        url('./fonts/ProzaLibre-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre SemiBold'), local('ProzaLibre-SemiBold'),
        url('./fonts/ProzaLibre-SemiBold.woff2') format('woff2'),
        url('./fonts/ProzaLibre-SemiBold.woff') format('woff'),
        url('./fonts/ProzaLibre-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proza Libre';
    src: local('Proza Libre Medium'), local('ProzaLibre-Medium'),
        url('./fonts/ProzaLibre-Medium.woff2') format('woff2'),
        url('./fonts/ProzaLibre-Medium.woff') format('woff'),
        url('./fonts/ProzaLibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


body {
    font-family: 'Open Sans', sans-serif;
}

header {
    padding: 0 40px 70px;
}

.logo {
    margin-top: 15px;
}

.menu-container ul li a {
    text-transform: uppercase;
    color: #000;
    font-family: 'Proza Libre', sans-serif;
    font-weight: 500;
}

.menu-container ul li {
    margin-right: 20px;
}

.menu-container .menu-item-5 {
    background: url(./img/icon/icon-home-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0;
}

.menu-container .menu-item-5 a {
    opacity: 0;
}

.top-bar {
    text-align: right;
}

.top-localisation,
.top-phone {
    display: inline-block;
    color: #ffffff;
    padding: 11px 30px;
    height: 50px;
    vertical-align: top;
    margin-left: 15px;
}

.top-phone {
    font-weight: bold;
}

.top-localisation {
    font-weight: 600;
}

.top-localisation img,
.top-phone img {
    margin-right: 10px;
}

.top-localisation a,
.top-phone a {
    color: #ffffff;
}

.top-localisation {
    background-color: #03bcc4;
}

.top-phone {
    background-color: #12204c;
}

/*
@media(max-width:540px){
    .top-localisation,
.top-phone {
    position: absolute;
    right: 0;
    width: 290px;
}
    
    .top-localisation{
        top: 0
    }

    .top-phone {
        top: 50px;
    }
    
    header {
    padding: 100px 20px 30px 20px !important;
}
}
*/





.slider-accueil .contenu-slider {
    color: #ffffff;
}

.slider-accueil .contenu-slider,
.slider-accueil .btn-slider {
    margin-left: 100px !important;
}

.slider-accueil .contenu-slider h1 {
    font-size: 42px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    font-weight: 500;
}

.slider-accueil .contenu-slider h1 b {
    font-weight: bold !important;
}

.slider-accueil .contenu-slider span {
    font-size: 22px !important;
    text-transform: none;
}

.slider-accueil .btn-slider {
    margin-top: 80px !important;
    font-size: 26px;
    background: url(./img/icon/fleche-btn.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% center !important;
}

.titre-section {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-weight: normal;
    color: #12204c;
    font-family: 'Proza Libre';
    padding: 8px;
    margin-left: -8px;
    margin-bottom: 20px;
}

.titre-section:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #03bcc4;
    border-left: 3px solid #03bcc4;
    border-radius: 2px;
}

.titre-section:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #03bcc4;
    border-top: 3px solid #03bcc4;
    border-radius: 2px;
}

.titre-section b {
    font-weight: bold;
}

.bg-gris {
    background-color: #f2f2f2;
}

#siteorigin-panels-builder-3 {
    margin-bottom: 0;
}

.presentation .panel-grid-cell .so-panel {
    padding: 30px;
}

.presentation .texte-presentation {
    padding: 80px 90px 30px 80px;
}

.presentation .btn-cabinet {
    font-weight: bold;
    color: #12204c;
    border: 2px solid #03bcc4;
    padding: 10px 15px;
    border-radius: 50px;
}

.presentation .btn-cabinet img {
    margin-left: 5px;
}

.container-custom {
    width: 80vw;
    margin: 0 auto;
}

.defaut-visuel {
    background-image: url(./img/bg/bg-defaut.png);
    padding: 50px 0;
}

.defaut-visuel .titre-section {
    margin-bottom: 50px;
}

.light-blue {
    color: #03bcc4;
}

.white {
    color: #ffffff;
}

.widget_siteorigin-panels-builder {
    margin-bottom: 0;
}


.bloc-defaut {
    color: #ffffff;
    text-align: center;
    /* height: 310px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 25px 30px;
    position: relative;
    transition-duration: .4s;
    overflow: hidden;
}

.bloc-technique .texte-bloc-technique a {
    text-decoration: none !important;
    color: #000000 !important;
    outline: none;
    display: block;
}

.bloc-technique .bloc-hover {
    opacity: 0;
    transition-duration: .3s;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.bloc-technique:hover .bloc-hover {
    opacity: 1;
    transition-duration: .5s;
}



.bloc-defaut:hover .defaut-hover {
    transform: translateY(0);
    transition-duration: .4s;
    opacity: 1;
}

.bloc-defaut .defaut-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(./img/bg/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(100%);
    transition-duration: .4s;
    opacity: 0;
}

.bloc-defaut#defaut-myopie,
.bloc-defaut#defaut-myopie .defaut-hover {
    background-color: #03bcc4;
}

.bloc-defaut#defaut-plus img {
    max-width: 100px;
}

.bloc-defaut#defaut-hypermetropie,
.bloc-defaut#defaut-hypermetropie .defaut-hover {
    background-color: #40839a;
}

.bloc-defaut#defaut-astigmatisme,
.bloc-defaut#defaut-astigmatisme .defaut-hover {
    background-color: #545d70;
}

.bloc-defaut#bloc-presbytie,
.bloc-defaut#bloc-presbytie .defaut-hover {
    background-color: #020d2f;
}

.bloc-defaut h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Proza Libre';
    font-weight: bold;
}

.techniques {
    background-color: #f2f2f2;
    padding-bottom: 30px;
}

.bloc-intro-techniques {
    /* background-color: #fff; */
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(./img/bg/bg-techniques.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

#intro-techniques {
    max-width: 780px;
    display: block;
    margin: 0 auto;
}

.techniques .bloc-technique {
    background-color: #ffffff;
    box-shadow: 5.438px 2.536px 52.38px 1.62px rgba(0, 0, 0, 0.09);
    /* max-height:240px !important; */
}

.techniques .bloc-technique .titre-bloc-technique {
    color: #12204c;
}

.bloc-technique .img-bloc-technique {
    height: 100%;
}

.bloc-technique .img-bloc-technique img {
    object-fit: cover;
    width: 100%;
    height: auto !important;
}

.bloc-technique .titre-bloc-technique {
    color: #12204c;
    font-family: 'Proza Libre';
    font-size: 22px;
    font-weight: bold;
}

.bloc-technique .texte-bloc-technique {
    padding: 30px;
    font-size: 14px;
    position: relative;
}



@media(min-width:1714px) {
    /* .bloc-technique .img-bloc-technique img {
        max-height: 300px;
    } */
}

.procedure {
    padding-bottom: 30px;
}

.procedure .titre a {
    text-decoration: none;
    color: inherit !important;
    text-transform: uppercase;
    color: #12204c !important;
}

.procedure .titre {
    color: #12204c !important;
    font-weight: bold;
    font-family: 'Proza Libre';
    max-width: 750px;
    display: block;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.procedure .btn-procedure {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    background-color: #12204c;
    padding: 5px 15px;
    border-radius: 25px;
}

.prodedure .titre a > span {
    display: block !important;
    text-transform: uppercase;
}

footer {
    background-image: url(./img/bg/bg-footer.png);
    padding: 40px 30px;
}

footer .menu-footer,
footer .menu-footer li {
    display: inline-block;
    text-align: right;
}

footer .menu-footer ul {
    text-align: right;
    padding-left: 0;
    margin-left: 0;
}

footer .menu-footer li a {
    color: #ffffff;
    font-family: 'Proza Libre';
    font-size: 14px;
}

footer .footer-droite {
    text-align: right;
    padding-top: 30px;
}

footer #ekypia {
    display: inline-block;
    max-width: 100px;
    text-align: right;
}

footer .footer-droite a {
    margin-left: 15px;
}


/* responsive */


@media(max-width:1470px) {
    .logo {
        margin-top: 25px;
    }

    .techniques .bloc-technique {
        max-height: unset;
    }

    .techniques .container-custom {
        width: 95vw;
    }

    .bloc-technique .img-bloc-technique img {
        height: 380px !important;
    }
}

@media(max-width:1300px) {
    header {
        padding: 0 20px 85px 20px;
    }

    .logo {
        margin-top: 30px;
    }
}

@media(max-width:1237px) {
    .menu-container ul li {
        margin-right: 10px;
    }
}

@media(max-width:1200px) {
    .presentation .texte-presentation {
        padding: 50px 30px 30px 30px;
    }
}



@media(max-width:1170px) {

    .logo,
    .menu-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo {
        text-align: center;
    }

    .menu-container .main-navigation {
        text-align: center;
    }

    .top-bar {
        text-align: center;
    }

    header {
        padding: 0 20px 30px 20px;
    }

    footer {
        background-size: cover;
    }
}

@media(max-width:1110px) {
    .techniques .bloc-technique {
        max-height: 380px;
    }
}

@media(max-width:991px) {


    .techniques .container-custom {
        width: 80vw;
    }

    .techniques .bloc-technique {
        max-height: unset;
    }

    .presentation .container-custom {
        width: 100%;
    }

    .presentation .sow-image-container img {
        display: block;
        margin: 0 auto;
    }

    .so-widget-sow-image-default-9e90369adebe .sow-image-container {
        text-align: center !important;
    }

    .bloc-technique .img-bloc-technique img {
        width: 100% !important;
    }

    .procedure .titre {
        max-width: 640px;
    }

    footer .footer-droite {
        text-align: center;
    }

    footer .footer-gauche {
        text-align: center;
    }

    footer .menu-footer {
        margin-left: 0;
        padding-left: 0;
    }

}

@media(max-width:768px) {
    .titre-section {
        font-size: 26px;
    }

    .procedure .titre {
        max-width: 550px;
        font-size: 26px;
    }

    .container-custom {
        width: 90vw;
    }

    .slider-accueil .contenu-slider h1 {
        font-size: 22px !important;
    }

    .slider-accueil .contenu-slider span {
        display: 18px !important;
    }

    .slider-accueil .contenu-slider,
    .slider-accueil .btn-slider {
        margin-left: 50px !important;
    }

    .slider-accueil .btn-slider {
        margin-top: 40px !important;
    }
}

@media(max-width:540px) {

    .top-localisation,
    .top-phone {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    height: 58px;
    padding-top: 15Px;
    }

    .slider-accueil .contenu-slider,
    .slider-accueil .btn-slider {
        margin-left: 0 !important;
    }

    .slider-accueil .contenu-slider h1 {
        font-size: 22px !important;
    }

    .slider-accueil .contenu-slider span {
        font-size: 12px !important;
    }

    .slider-accueil .btn-slider {
        margin-top: 20px !important;
        font-size: 18px !important;
    }

    footer .menu-footer,
    footer .menu-footer li,
    #ekypia {
        display: block;
        text-align: center;
    }

    .procedure .titre {
        display: block;
    }

    .procedure .titre a:first-child {
        display: block;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .procedure .btn-procedure {
        top: 70%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .bloc-intro-techniques .titre-section {
        max-width: 90%;
    }

    .bloc-intro-techniques {
        background-color: #ffffff;
    }

    .presentation .texte-presentation {
        padding: 0;
    }

    .presentation .panel-grid-cell .so-panel {
        padding: 20px;
    }

    .defaut-visuel .titre-section {
        font-size: 22px;
    }
}



/* menu-responsive */


.shiftnav {
    background-color: #1a2854 !important;
}

.shiftnav-target {
    color: #fff !important;
    font-family: 'Proza Libre';
}






/*pages technique*/

.container-content {
    padding: 0 120px;
}

@media(max-width:991px) {
    .container-content {
        padding: 0 40px !important;
    }
}

/*
@media(max-width:425px) {
    .container-content {
        padding: 0 30px !important;
    }
}
*/

.fond-page-technique {
    background-color: #f2f2f2;
    padding: 4% 0;
}

.titre-technique {
    font-family: "Proza Libre";
    font-weight: bold;
    color: #12204c;
    font-size: 35px;
    padding-bottom: 20px;
}


@media(max-width:768px) {
    .titre-technique {
        margin-top: 20px;
    }

}

.texte-technique {
    font-family: 'Open Sans';
    font-size: 16px;
}




.bloc-avantages {
    background-color: #03bcc4;
    height: 335px;
    margin-right: 10px;
}

.bloc-inconvenients {
    background-color: #18254f;
    height: 335px;
    margin-left: 10px;
}

.bloc-caracteristiques ul {
    padding: 0 30px 30px;
    margin: 0;
    list-style-type: none;
}

.bloc-caracteristiques h2 {
    padding: 30px 30px 20px;
    font-family: "Proza Libre";
    font-size: 35px;
    color: white;
}

.bloc-caracteristiques h3 img {
    padding-right: 20px;
    height: 55px;
    width: auto;
}

.bloc-caracteristiques ul li {
    color: white;
    font-family: 'Open Sans';
    line-height: 26px;
    font-size: 16px;
}


.bloc-liens {
    text-align: center;
}

.bloc-liens h4 ,.bloc-liens h3{
    font-family: "Proza Libre";
    font-size: 25px;
    color: #18254f;
    font-weight: bold;
    margin-bottom: 0;
}

.bloc-caracteristiques {
    min-height: 460px;
}

@media(max-width:1080px){
    
    .bloc-caracteristiques {
    min-height: 565px;
    }  
}

@media(max-width:991px){
    
    .bloc-caracteristiques {
    min-height: 335px;
    }  
}


@media(max-width:768px){
    
    .bloc-caracteristiques {
    min-height: 430px;
}
    
    .bloc-avantages {
    height: auto !important;
    margin-right: 0;
}

.bloc-inconvenients {
    height: auto !important;
    margin-left: 0;
}
    
}

/*bas de page liens vers autres techniques*/

.img-liens {
    height: 300px;
    width: 100%;
    position: relative;
}



#lien-femto {
    background-image: url(./img/bg/femto.jpg);
    background-size: cover;
}

#lien-femto:hover {
    background-image: url(./img/bg/femto-hover.jpg);
}

#lien-implant {
    background-image: url(./img/bg/implant.jpg);
    background-size: cover;
}

#lien-implant:hover {
    background-image: url(./img/bg/implant2.jpg);
}

#lien-pkr {
    background-image: url(./img/bg/pkr.jpg);
    background-size: cover;
}

#lien-pkr:hover {
    background-image: url(./img/bg/pkr-hover.jpg);
}

#lien-smile {
    background-image: url(./img/bg/smile.jpg);
    background-size: cover;
}

#lien-smile:hover {
    background-image: url(./img/bg/smile-hover.jpg);
}



.plus {
background-color: transparent;
    color:transparent;
    width: 180px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.plus p {

    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#lien-femto:hover .plus {
    background-color: #18254f;
    color: white;
}

#lien-implant:hover .plus {
    background-color: #18254f;
    color: white;
}
#lien-pkr:hover .plus {
    background-color: #18254f;
    color: white;
}

#lien-smile:hover .plus {
    background-color: #18254f;
    color: white;
}



/*FIL ARIANE*/

#breadcrumbs {
    background-color: #18254f;
    width: 100%;
    margin: 0;
}

#breadcrumbs span {
    color: white;
    font-family: 'Proza Libre'; 
}

#breadcrumbs span a{
margin: 0 6px;
}

#breadcrumbs span strong{
margin: 0 6px;
}

img.img-ariane {
    height: 30px;
    margin: 20px 0 20px 120px;
}

#breadcrumbs a {
    color: white;
    font-weight: lighter;
}

#breadcrumbs a:visited {
    color: white !important;
    font-weight: normal;
}

@media(max-width:991px) {
    img.img-ariane {
    margin: 20px 0 20px 40px !important;
    }
}

@media(max-width:425px) {
    img.img-ariane {
    margin: 20px 0 20px 30px !important;
    }
}

.strong.breadcrumb_last {
    display: inline;
    color: #fff;
    position: relative;
}



/*PAGE TROUBLES DE LA VISION*/


.bloc-presbytie {
    background-color: #020d2f;
    padding: 50px;
    /*margin-top: 50px;*/
}

.bloc-astigmatisme {
    background-color: #545d70;
    padding: 50px;
    /*margin-top: 50px;*/
}

.bloc-hypermetropie {
    background-color: #40839a;
    padding: 50px;
    /*margin-top: 50px;*/
}

.bloc-myopie {
    background-color: #03bcc4;
    padding: 50px;
    /*margin-top: 50px;*/
}

.bloc-troubles {
    height: auto;
}

/*
@media(min-width:375px){
    .bloc-troubles {
    height: 55vh;
}
}

@media(min-width:425px){
    .bloc-troubles {
    height: 50vh;
}
}

@media(min-width:768px){
    .bloc-troubles {
    height: 30vh;
}
}*/
  /* 
@media(min-width:991px){
    .bloc-troubles {
    height: 38vh;
}
}

@media(min-width:1024px){
    .bloc-troubles {
    height: 35vh;
}
}

@media(min-width:1440px){
    .bloc-troubles {
    height: 32vh;
}
}

@media(min-width:1700px){
    .bloc-troubles {
    height: 40vh;
}
}
*/
.bloc-troubles h2{
    font-family: "Proza Libre";
    font-weight: bold;
    color: white;
    font-size: 35px;
}

.bloc-troubles p{
    font-family: "Open Sans";
    font-weight: normal;
    color: white;
    font-size: 15px;
    padding: 10px 0 0;
    margin-bottom: 0;
}


.bloc-solutions {
    /*padding: 50px 5px 0;*/
    padding: 0px 5px 0;
}


.bloc-solutions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 75px;
}




.bloc-solutions ul li {
font-family: 'Proza Libre';
    font-size: 16px;
        margin-top: 5px;
}

.bloc-solutions ul li a {
    color: black;
    }

.bloc-sol-myopie ul li a:hover {
  text-decoration: none;
    color: #03bcc4;
    }

.bloc-sol-hypermetropie ul li a:hover {
  text-decoration: none;
    color: #40839a;
    }

.bloc-sol-astigmatisme ul li a:hover {
  text-decoration: none;
    color: #545d70;
    }


.bloc-sol-presbytie ul li a:hover {
  text-decoration: none;
    color: #020d2f;
    }


.bloc-solutions ul li img{
    height: 20px;
    width: auto;
    margin-right: 15PX;
    }

img.alignnone.size-full.wp-image-262.img-troubles {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80% !important;
    padding-bottom: 20px;
}

.solutions {
    position: relative;
        padding-top: 25px;
    
}

.rotate-myopie h3 {
    font-family: "Proza Libre";
    font-weight: bold;
    color: #03bcc4;
    font-size: 18px;
}

.rotate-myopie {
    position: absolute;
    left: 0 !important;
    transform: rotate(-90deg);
    bottom: 40px;
}

.rotate-hypermetropie h3 {
    font-family: "Proza Libre";
    font-weight: bold;
    color: #40839a;
    font-size: 18px;
}

.rotate-hypermetropie {
    position: absolute;
    left: 0 !important;
    transform: rotate(-90deg);
    bottom: 40px;
}

.rotate-astigmatisme h3 {
    font-family: "Proza Libre";
    font-weight: bold;
    color: #545d70;
    font-size: 18px;
}

.rotate-astigmatisme {
    position: absolute;
    left: 0 !important;
    transform: rotate(-90deg);
    bottom: 40px;
}

.rotate-presbytie h3 {
    font-family: "Proza Libre";
    font-weight: bold;
    color: #020D30;
    font-size: 18px;
}

.rotate-presbytie {
    position: absolute;
    left: 0 !important;
    transform: rotate(-90deg);
    bottom: 40px;
}



/*HOVER MENU */


nav.main-navigation ul:first-child > li > a{
    text-decoration: none;
    position: relative;
    transition: all .2s;
    overflow: hidden;
    display: block;
}


nav.main-navigation ul:first-child > li > a:last-child {
  margin-bottom: 0px;
}


nav.main-navigation ul:first-child > li > a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #03bcc4;
  z-index: 99;
  transition: all .4s cubic-bezier(0.7, 0, 0.3, 1);
}

nav.main-navigation ul:first-child > li > a:hover::before {
  left: 100%;
}

nav.main-navigation ul:first-child > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 100%;
  width: 100%;
  height: 3px;
  background: #03bcc4;
  transition: all .3s;
  transition-delay: .4s;
}
nav.main-navigation ul:first-child > li > a:hover::after {
  left: 0%;
}



ul.sub-menu li {
    display: block;
    text-align: left;
}

ul.sub-menu li a {
    color: white;
}

ul.sub-menu li a:hover {
    text-decoration: none;
    font-weight: bold;
}


/*FIN HOVER MENU*/


/*SHIFT NAV */

.shiftnav.shiftnav-skin-app ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-size: 16px !important;
}

#shiftnav-toggle-main {
    background: #03bcc4 !important;
    color: #ffffff;
}

@media(min-width:540px){
    #shiftnav-toggle-main {
    background: #12204c !important;
    color: #ffffff;
}
}

/*SHIFT NAV */


/*PAGE CONTACT*/



.contact-title h1 {
    font-family: "Proza Libre";
    font-weight: bold;
    color: #12204c;
    font-size: 35px;
    margin: 0 0 28px 0;
    text-align: center;
}


.infos-contact p img {
    height: auto;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}

.infos-contact p {
        margin-bottom: 0;
        font-family: 'Open Sans';
        text-align: center;
}

.infos-contact p a {
        margin-bottom: 0;
        font-family: 'Open Sans';
        text-align: center;
        color: black;
}

.infos-contact p a:hover {
        color: #12204c;
    font-weight: bold;
    text-decoration: none;
}

.container-contact {
      margin-top: 75px;
}





/*FORMULAIRE CONTACT*/


.cf7md-item.cf7md-text.mdc-layout-grid__cell.mdc-layout-grid__cell--span-12.cf7md-item-marked-up.cf7md-marked-up {
    margin: 22px 0 !important;
}


#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: var(--mdc-theme-error, #03bcc4);
}


#cf7md-form .mdc-text-field .mdc-floating-label {
    left: 16px;
    right: initial;
    top: 18px;
    pointer-events: none;
    font-family: 'Open Sans';
}

#cf7md-form .cf7md-accept .cf7md-accept--inner {
    display: inline-flex;
    margin: 24px 0;
}

#cf7md-form .mdc-form-field>label {
    order: 0;
    margin-right: auto;
    padding-left: 4px;
    font-family: 'Open Sans';
    font-size: 14px;
}


/*couleur bouton*/
#cf7md-form .mdc-button::before, #cf7md-form .mdc-button::after, #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
    background-color: #03bcc4;
}

/*couleur hover bouton*/
#cf7md-form .mdc-button--raised:not(:disabled):hover, #cf7md-form .mdc-button--unelevated:not(:disabled):hover {
    background-color: #12204c;
}


text-field .mdc-line-ripple, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox::before, #cf7md-form .mdc-checkbox::after, #cf7md-form .mdc-radio::before, #cf7md-form .mdc-radio::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
    background-color: #03bcc4;
}


#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: var(--mdc-theme-error, #12204c);
}



#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
    background-color: var(--mdc-theme-error, #03bcc4);
}


#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #03bcc4);
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #03bcc4) !important;
}

/*MARQUEUR MAP*/

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px !important;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}


.wpgmza_markerbox h1, .wpgmza_markerbox h2, .wpgmza_markerbox h3, .wpgmza_markerbox h4, .wpgmza_markerbox h5, .wpgmza_markerbox h6, .wpgmza_markerbox h7, .wpgmza_markerbox h8, .wpgmza_markerbox strong, .wpgmza_markerbox p, .wpgmza_markerbox br {
    margin: 2px;
    padding: 1px;
    color: #000 !important;
    font-family: 'Open Sans';
}


/*FIN MARQUEUR MAP*/





/*ANNEXES (mentions légales...)*/



.annexes h2 {
    font-family: 'Proza Libre';
    color: #12204c;
}


.annexes p {
    font-family: 'Open Sans';
}

.annexes p a {
    color: #03bcc4;
}

.annexes p a:hover {
    font-weight: bold;
    text-decoration: none;
}

/*FIN ANNEXES*/



/*PAGE CABINET*/

.bloc-cabinet {
    padding: 0 30px 50px;
    margin: 250px 0 30px;
    position: relative;
}

.bloc-cabinet ul li {
    color: black;
    font-family: 'Open Sans';
    line-height: 26px;
    font-size: 16px;
}


.titre-cabinet h3 , .titre-cabinet h2{
    padding: 70px 0 0;
    font-family: "Proza Libre";
    font-size: 35px;
    color: #18254f;
    text-align: center;
    z-index: 200;
    position: relative;
}


.liste-cabinet ul {
    margin: 0;
    list-style: none;
    padding: 0 10px;
}


.docteur-couleur {
    background-color: #f2f2f2;
    margin-right: 10px;
}

.cabinet-couleur {
    background-color: #f2f2f2;
    margin-left: 10px;
}



.img-cabinet img {
    height: 300px !important;
    position: absolute;
    top: -215px;
    left: 50%;
    transform: translate(-50%);
}


.pictos-cabinet {
        max-width: 60px;
        margin: auto;
        min-width: 35px;
}
/*FIN PAGE CABINET*/

.etape {
    position: relative;
}

.chiffre-etape {
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
}

.chiffre-etape p {
    font-size: 100px;
    font-weight: bold;
    font-family: 'proza libre', sans-serif;
    color: #03BCC4;
    z-index: 0;
    opacity: 0.8;
}


.texte-etape {
        padding: 0 10%;
}

.texte-etape p {
    background-color: #f2f2f2;
    padding: 35px;
}



.haut-etape {
    margin-top: 30px;
}

.bas-etape {
    margin-bottom: 30px;
}


.col-equalheight .panel-grid-cell .so-panel{
    height:100% !important;
}


.col-equalheight {
    margin: 50px 0px;
}

#presbytie .panel-first-child{
    display: flex;
    align-items: flex-end;
}


.bloc-troubles {
    height: 100% !important;
}

.container-content h1{
      font-family: "Proza Libre";
    font-weight: bold;
    color: #12204c;
    font-size: 35px;
    padding-bottom: 20px; 
    text-transform: uppercase;

}
.container-content .titre-h1 h1{
    padding-bottom: 0 !important;
    margin-bottom: 0;
    margin-top: 40px;
}
.container-content .titre-h1 {
    margin-bottom:-30px;
    
}
@media(max-width:425px) {
    .texte-etape {
    padding: 0 10%;
}
}

@media(min-width:1471px) {
    .techniques .bloc-technique {
        height: 284px;
    }
    .bloc-technique .img-bloc-technique img {
        height: 284px !important;
    }
    .bloc-technique .texte-bloc-technique {
        height: 284px;
    }
}


@media(min-width:992px) AND (max-width:1470px) {
    .bloc-technique .texte-bloc-technique {
        height: 380px;
    }
}


@media(max-width:425px) {
    .container-content {
        padding: 0 15px !important;
    }
    .bloc-myopie , .bloc-astigmatisme , .bloc-presbytie, .bloc-troubles{
    
    padding: 30px 15px;
    height: auto !important;
    
}
    .techniques .container-custom {
    width: 95vw;
}
    .bloc-technique .texte-bloc-technique {
    padding: 30px 15px;
}
    .cabinet-couleur {
    margin-left: 0px; 
}
    .docteur-couleur {
    margin-right: 0px;
}
    .bloc-cabinet {
    padding: 0 10px 50px;
    }
    .texte-etape {
    padding: 0 0%;
}
    .texte-etape p {
    padding: 35px 15px;
}
    .bloc-caracteristiques ul {
    padding: 0 15px 30px;
    }
    .container-content h1, .bloc-caracteristiques h2 {
        font-size: 30px;
    }
}
.sow-image-container > img {
    width:inherit;
}

#cf7md-form.cf7md-form+.wpcf7-response-output {
    font-size: 18px;
}

.error404 .titre-ameliorer {
    line-height:200px !important;
}

.grecaptcha-badge {
    display:none;
}