/* Custom CSS */

/*
*
*  SOMMAIRE
*
*  VISUALISATION COL
*  BASICS
*    Bootstrap modification
*  LAYOUT
*    Header
*    Footer
*  SECTION
*    Reusable
*    Captions
*
*    Home
*    About & Section filters
*    Ophtalmologie
*    Bandeau texte
*    Présentation
*    Chiffres
*    Témoignages
*    Contact détails
*
*    Banner
*    Causes
*    Traitement
*  ANIMATIONS
*  MEDIA QUERIES
*
*/

/*=====================================*/
/*========= VISUALISATION COL =========*/
/*=====================================*/

/* [class*="col-"] {
  border: 1px solid #80aa00;
  background: #d6ec94;
} */

img.svg {
  display: inline-block;
  opacity: 0;
}
.fill { transition: fill .3s ease; }

/*==========================*/
/*========= BASICS =========*/
/*==========================*/

* { box-sizing: border-box; }

html, body, #global { height: 100%; }

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

h2, .h2 { font-size: 26px; margin-top: 50px; }
h3, .h3 { font-size: 20px; }

a,  a:hover, a:focus, a:visited { text-decoration: none; }

p { line-height: 25px; }
p.intercalaire.inter_produitdyn,
p.intercalaire.inter_component_list { display: none; }

.breadcrumbs{
  padding: 10px 25px;
  z-index: 999;
  text-align: left;
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 0px;
}
.breadcrumbs a{
  font-size: 13px;
  margin-right: 5px;
  color: #555;
}

.breadcrumbs a:hover{
  color: #555;
  cursor: pointer;
  text-decoration: underline;
}

#breadcrumb_current{
  font-weight: 700;
}
#breadcrumb_current:hover{
  cursor: default;
  text-decoration: none;
}

.breadcrumbs a:after{
  display: inline-block;
  content: ">";
  font-family: 'arial';
  font-size: inherit;
  color: #333;
  font-weight: 700;
  margin-left: 5px;
  text-shadow: none;

}

.breadcrumbs a:last-child::after{
  display: none;
}


section {
  position: relative;
  padding: 75px 0;
}
section h2 { margin-top: 0; }
section.nopadding { padding: 0; }
section a, section a:hover { color: #27aae1;; }

hr {
  width: 4%;
  height: 2px;
  border: none;
  color: #87c603;
  background-color: #87c603;
}
hr.hr-white {
  background-color: #fff;
}

input:active,
input:focus,
textarea { outline: none; }

br.mobile-br { display: none; }

/*---- Bootstrap modifications ----*/
.container100 { width: 100%; }

.col-nopadding, .section-nopadding { padding: 0; }

.navbar {
  margin-bottom: 0;
  border: 0;
}

@media (min-width: 992px) {
  .container { width: 100%; }
}

/*---- Owl Carousel modifications ----*/
.owl-theme .owl-controls { margin-top: 20px; }

/*==========================*/
/*========= LAYOUT =========*/
/*==========================*/

/*---- Header ----*/
header {
  z-index: 1000;
  color: #fff;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 5px 0px 15px rgba(0,0,0,0.2);
}

header.shrink,
header.shrink nav.navbar,
header.shrink nav ul.nav > li > a,
header.shrink .header-left a,
header.shrink nav .navbar-brand,
header.shrink nav .navbar-toggle,
header.shrink nav .dropdown-menu {
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      transition: all 0.3s;
}

.logo-container {
  float: left;
  line-height: 92px;
  z-index: 100;
}
.logo-mobile { display: none; }
.logo-dw {
  width: 232px;
  height: auto;
}
.logo-container a { display: block; }

.navbar-default {
  /*padding: 20px 0;*/
  background-color: transparent;
  border: none;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:hover {
  display: block;
  color: #000;
  cursor: default;
}

header nav ul { font-size: 14px; }

header .navbar-top {
  padding-top: 12px;
  padding-right: 20px;
}
header .navbar-top .phone {
  color: #000;
  font-weight: 500;
}
header .navbar-top .phone .svg {
  margin-right: 5px;
}
header .navbar-top .phone .svg,
header .navbar-top .phone .span {
  display: inline-block;
  vertical-align: middle;
}

.lang-selector {
  display: inline-block;
  margin-left: 35px;
}
.lang-selector a {
  padding: 4px 2px;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid transparent;
}
.lang-selector a + a {
  margin-left: 10px;
}
.lang-selector a.active {
  border-color: #27aae1;
}

nav.navbar-default .navbar-nav > li {
  line-height: 20px !important;
  padding: 20px !important;
}

nav.navbar-default .navbar-nav > li > a {
  position: relative;
  padding: 0 !important;
}

nav.navbar-default .navbar-nav > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0; bottom: -20px;
  width: 100%;
  height: 3px;
  background-color: #27aae1;
  opacity: 0;
  transition: opacity .3s ease;
}

nav.navbar-default .navbar-nav > li.active > a,
nav.navbar-default .navbar-nav > li.active > a:hover {
  background-color: transparent;
  cursor: pointer;
  color: #000;
}
nav.navbar-default .navbar-nav > li.active > a:after {
  opacity: 1;
}

nav ul.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: auto;
  min-width: 100%;
  padding: 10px 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
     -moz-transition: visibility 0s, opacity 0.5s linear;
      transition: visibility 0s, opacity 0.5s linear;
}

nav ul.dropdown-menu:hover {
  visibility: visible;
  opacity: 1;
}

nav li.dropdown:hover > ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

nav li.dropdown ul.dropdown-menu > li {
  height: auto;
  background: #27aae1;
}

nav li.dropdown > ul.dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0; right: 14px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #27aae1 transparent;
}

nav li.dropdown > ul.dropdown-menu a {
  padding: 10px 15px;
  color: #fff;
}
nav li.dropdown > ul.dropdown-menu a:hover {
  color: #333;
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  height: 50px;
  margin: 15px 0;
  border: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-toggle span { color: #27aae1; }

.caret-menu { margin-left: 5px; }
.caret-menu::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
}

.contact-nav-mobile { display: none!important; }


@media screen and (max-width: 1250px) {
  .contact-nav-mobile { display: block!important; }
}

.owl-stage-outer{
  overflow: visible !important;
}

@media screen and (max-width: 768px){
  .owl-stage-outer{
    overflow: hidden !important;
  }
}


header.shrink {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
header.shrink nav.navbar {
  padding: 0;
  min-height: 35px;
}
header.shrink nav ul.nav > li > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 48px !important;
  color: #000 !important;
}
header.shrink .header-left a { line-height: 60px !important; }
header.shrink nav .navbar-brand { font-size: 25px; }
header.shrink nav .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}
header.shrink nav .dropdown-menu { padding-top: 0; }
header.shrink nav li.dropdown > .dropdown-menu:before { top: -10px; }

/*===========================*/
/*========= SECTION =========*/
/*===========================*/

/*---- Reusable ----*/
.row-space-20 { height: 20px; }
.row-space-40 { height: 40px; }
.row-space-60 { height: 60px; }
.row-space-90 { height: 90px; }

p.subtitle {
  font-size: 16px;
  text-align: center;
}

.button {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.button a {
  display: inline-block;
  padding: 4% 15%;
  text-align: center;
}

.button-blue a, .button-blue a:hover { background-color: #27aae1; color: #fff;}
.button-white a, .button-white a:hover { background-color: #fff; color: #333; }
.button-green a, .button-green a:hover { background-color: #87c603; color: #fff; }

.vertical-line {
  width: 5px;
  height: 40px;
  margin: 40px auto;
  background-color: #87c603;
}

/*---- Supression of last elements ----*/
#about div.row-space-90:last-of-type,
#pres div.row-space-90:last-of-type,
#causes div.row-space-40:last-of-type,
#traitement div.vertical-line:last-of-type { display: none; }

/*---- Captions ----*/
.caption {
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: center;
}

.caption-arrow { bottom: 30px; }
.caption-language { bottom: 34px; }

.caption-language {
  right: 15px;
  width: 30%;
}

h1 {
  font-size: 44px;
  letter-spacing: 10px;
}

.caption .button a,
.caption .button a:focus,
.caption .button a:hover,
.caption .button a:visited {
  letter-spacing: 3px;
  width: 90%;
}

.caption-arrow a {
  display: block;
  width: 50px;
  margin: auto;
}

.caption p { font-size: 18px; }
.banner-caption p {
  width: 60%;
  margin: auto;
}

.bg-over:after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 132, 210, 0.7);
}

/*---- Home ----*/
section#home {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
}

/* Centrage de la vidéo de fond */
#video-fond {
  overflow: hidden;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
#video-fond > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
}
@media (min-aspect-ratio: 16/9) {
  #video-fond > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video-fond > video {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  #video-fond > video {
    width: 100%;
    height: 100%;
    transform: scale(1.35);
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.caption-arrow img { width: 50px; }

.button-language { text-align: right; }

.button-language a {
  position: relative;
  width: auto !important;
  padding: 0;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

.button-language a:hover {
  color: #fff;
}
#language {
  width: 50px;
  min-height: 50px;
  display: block;
  padding: 0;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

#language span {
  display: none;
  position: relative;
  width: 100%;
  line-height: 50px;
}

#language span:first-child { display: block; }
#language span:first-child:hover,
#language.menu-open span:first-child:hover,
#language span:hover {
  background: #fff;
  color: #27aae1;
}

/*---- About & Section filters ----*/
section#about { background: #fff; }

section#about h2,
section#sect-filters h2 { text-align: left; }

section#about img,
section#sect-filters img { width: 100%; }

section#about .button a,
section#sect-filters .button a { padding: 4% 8%; }

.about-invert { direction: rtl; }
.about-invert > div > div{ direction: ltr; }

section#sect-filters h3 { text-align: left; margin-top: 0; }
section#sect-filters .col-md-height:first-child { padding-left: 0; }

.filters-wrapper { display: table; margin: 0 auto; }
.filters { margin-left: 0; }
.filters li {
  padding: 0;
  border: 2px solid #c8c8c8;
}
.filters li:before { display: none; }
.filters li.active, .filters li:hover { border: 2px solid #27aae1; }
.filters li:hover a { color: #27aae1; }
.filters li.active a { color: #FFF; background-color: #27aae1; }
.filters li a {
  display: block;
  padding: 5px 10px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8c8c8
}

section#sect-filters .item-img {
  width: 50%;
    float: left;
}

@media screen and (max-width:992px){
  section#sect-filters .item-img {
    max-width: 310px;
  margin: 0 auto;
  float: none;
  }

}

section#sect-filters img { width: 90%; }

section#sect-filters .item-text {
  width: 100%;

  /* margin-top: -10px; */
}


/*---- Ophtalmologie ----*/
section#ophtalmologie {
  padding: 50px 0;
  background: #87c603;
  color: #fff;
  text-align: center;
}

.owl-carousel .owl-item .oph-subcat-img { text-align: center; }
.owl-carousel .owl-item .oph-subcat-img img { width: auto; }

#ophtalmo-carousel .owl-item {
  display: table-cell;
  padding: 0 15px;
  float: none;
  padding-bottom: 70px;
}

#ophtalmo-carousel .owl-stage {
  display: table;
  table-layout: fixed;
}

#ophtalmo-carousel .item .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#ophtalmo-carousel .item .button a {
  padding: 15px 28px;
  color: #87c603;
}

/*---- Bandeau texte ----*/
.ban-txt-title,
.ban-txt-alt-title {
  padding: 50px 8% 50px 0;
  background: #0793db url(/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/a_logo-ban.png) no-repeat left center / auto 100%;
  color: #fff;
}

.ban-txt-alt-text a{
  font-weight: 700;
  color: #FFF;
  transition: all 0.5s;
  text-decoration: underline;
}

.ban-txt-alt-text a:hover{
  padding-left: 5px;
  color: #FFF;
  transition: all 0.5s;
}


.ban-txt-title h2,
.ban-txt-alt-title h2 {
  margin: 0;
  text-align: right;
}

.ban-txt-text, .ban-txt-alt-text { padding: 50px 15% 50px 8%; }
.ban-txt-text { background: #fff; }
.ban-txt-alt-text { background: /*#191d23*/ #87c603; }

.ban-txt-alt-text p {
  clear: left;
  color: #fff;
}

.ban-txt-text a { color: #27aae1; }

/*---- Présentation ----*/
section#pres { background-color: #f2f2f2; }

section#pres img { width: 100%; }

.pres-item > div > div:first-child { left: 30px; padding: 0; }
.pres-item > div > div:last-child { right: 30px; }
.pres-item > div > div:last-child > .inside {
  padding: 3% 10%;
  background-color: #fff;
  box-shadow: 15px 26px 24px 0px rgba(0, 0, 0, 0.1);
}

.pres-invert { direction: rtl; }
.pres-invert > div > div { direction: ltr; }
.pres-invert > div > div:first-child { left: 0; right: 30px; }
.pres-invert > div > div:last-child { right: -30px; }

/*---- Chiffres ----*/
section#numbers { background: #fff; }

#numbers-carousel{
  width: 100%;
}
#numbers-carousel.numbers-center { text-align: center; }
#numbers-carousel.numbers-center .owl-stage {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto;
}
#numbers-carousel.numbers-center .owl-item {
  display: inline-block !important;
  width: auto !important;
  text-align: left;
}

.numbers {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 55px;
  color: #27aae1;
  white-space: nowrap;
}

.numbers-text {
  padding-left: 5%;
  font-size: 18px;
  text-transform: uppercase;
}

/*---- Témoignages ----*/
section#testimony {
  background-color: #f2f2f2;
  text-align: center;
}

blockquote {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  border-left: none;
}

q {
  color: #777;
  line-height: 28px;
}

q::before, q::after { display: none; }

#content-basic {
  background-color: #f2f2f2;
}

.fck-item {
  padding: 50px;
  background-color: #fff;
}

.fck-item + .intercalaire.inter_produitdyn + .fck-item {
  margin-top: 45px;
}

.fck-item h2 {
  position: relative;
  margin-top: 60px;
  padding-bottom: 14px;
  text-transform: none;
  text-align: left;
  color: #191919;
}
.fck-item h2:first-child {
  margin-top: 0;
}
.fck-item h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0; left: 0;
  width: 20px; height: 2px;
  background-color: #edf1f2;
}

.fck-item p,
.fck-item ul { margin-bottom: 5px; }

.fck-item p,
.fck-item li {
  color: #777777;
}

.fck-item strong {
  color: #000;
  font-weight: 500;
}

section ul {
  padding-left: 0;
  list-style: none;
}

section ul li {
  position: relative;
  padding-left: 22px;
  line-height: 25px;
}
section ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px; left: 0;
  width: 6px; height: 6px;
  background-color: #27aae1;
  border-radius: 50%;
}

.activite-item {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 50px;
  box-shadow: 15px 26px 24px 0px rgba(0, 0, 0, 0.1);
}

.activite-item li { color: #777777; }

.activite-item h2 {
  position: relative;
  width: 60%;
  margin: 30px auto 40px;
  padding-bottom: 24px;
  color: #191919;
  line-height: 38px;
}
.activite-item h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0; left: calc(50% - 10px);
  width: 20px; height: 2px;
  background-color: #edf1f2;
}

/*---- Contact détails ----*/
footer {
  position: relative;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

footer > .container100 { padding: 0; }

footer .container > .row {
  /*display: table;
  width: 100%;*/
  margin: 0;
}
/*footer .container > .row > div { direction: ltr; }*/

.table-footer {
  display: table;
  width: 100%;
}

.table-footer-item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: 100%;
}

#map {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.map { position: relative; }

.address {
  padding: 60px 0 60px;
  background-color: #27aae1;
}

.address .h2{
  margin-top: 0;
}

.coord-item + .coord-item {
  margin-top: 50px;
}
.coord-item .h2 {
  margin-bottom: 10px;
  text-align: left;
}
.coord-item p {
  margin-bottom: 5px;
}
.coord-item a, .coord-item a:hover { color: #fff; }

.address i { margin-right: 10px; }

.button-maps a,
.button-maps a:hover {
  padding: 3% 6%;
  color: #27aae1;
}
img.maps {
  float: left;
  width: 25px;
  margin-right: 20px;
}
.button-maps p {
  float: left;
  margin: 0;
  line-height: 25px;
}

form { text-align: center; }

form > fieldset > div {
  position: relative;
  overflow: hidden;
}
form > fieldset > div + div {
  margin-top: 15px;
}

input, textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #d4d4d4;
  background-color: transparent;
  color: #7a8596;
}

fieldset { border: 0; }
fieldset legend { display: none; }
form span.erreur { display: none; }

form > fieldset > div:first-child { float: none; }
form > fieldset > div input {
  float: left;
  margin-bottom: 0;
  z-index: 100;
}
form > fieldset > div label {
  width: 100%;
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  text-align: left;
}
form > fieldset > div label sup {
  color: #27aae1;
}
textarea {
  resize: vertical;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
#div_submit {
  position: relative;
  margin-top: 15px;
}
input[type="submit"] {
  width: auto;
  padding: 2% 8%;
  background-color: #27aae1;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#div_submit.loading:after {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: #27aae1 url(/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/loader.gif) no-repeat center center / 30px;
}
#div_submit.loading input[type="submit"] {
  color: #27aae1;
}

#contact-section { padding: 100px 0 60px; }

.champs-obligatoire {
  position: absolute;
  bottom: -48px; left: 110%;
  white-space: nowrap;
  color: #27aae1;
}

input[type=radio] {
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
}
input[type=radio] + label {
  margin-top: 6px;
  padding: 13px;
  background-color: #f2f2f2;
}
input[type=radio]:checked + label {
  background-color: #27aae1;
  color: #fff;
}
.fake-check {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border: 1px solid grey;
  border-radius: 50%;
  background-color: #fff;
}
input[type=radio]:checked + label .fake-check {
  border-color: #fff;
  background-color: #27aae1;
}

.date-item {
  text-align: left;
  font-size: 0;
}
.date-item:first-of-type {
  margin-top: 40px;
}
.date-item-left,
.date-item-right {
  display: inline-block;
  vertical-align: top;
}
.date-item-left p,
.date-item-right p {
  font-size: 16px;
  font-weight: 300;
}
.date-item-left {
  width: 25%;
  text-align: right;
}
.date-item-left p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}
.date-item-right {
  width: 75%;
  padding-left: 38px;
}

.footer-bottom {
  padding: 30px 0 20px;
  background-color: #fff;
}

.footer-bottom img {
  width: 232px;
  max-width: 100%;
}
.footer-bottom a {
  display: inline-block;
  color: #27aae1;
  transition: color .3s ease;
}
.footer-bottom a:hover {
  color: #1d9cd1;
}
.footer-item {
  position: relative;
  padding-bottom: 18px;
}
.footer-item + .footer-item {
  margin-top: 30px;
}
.footer-item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0; left: 0;
  width: 20px;
  height: 2px;
  background-color: #edf1f2;
}
.footer-item > a { margin-bottom: 7px; }
.footer-bottom ul {
  margin-bottom: 0;
  padding-left: 0;
}
.footer-bottom li + li {
  margin-top: 7px;
}
.footer-bottom li a,
.footer-bottom .footer-sub a {
  color: #777777;
  font-size: 14px;
  transition: color .3s ease;
}
.footer-bottom li a:hover,
.footer-bottom .footer-sub a:hover {
  color: #787878;
}

.footer-sub { font-size: 0; }
.footer-sub > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .footer-sub > div {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
.footer-sub a { vertical-align: middle; }
.footer-sub a + a { margin-left: 13px; }
.footer-sub .fb span,
.footer-sub .fb .svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #3D5A98;
}
.footer-sub .adipso .svg { display: block;  }
.footer-sub .fill { fill: #858585; }
.footer-sub .svg:hover .fill { fill: #787878; }

.input-valid, .input-invalid {
  box-shadow: none;
  outline: none;
  border: 2px solid #7a8596;
}
input.error, textarea.error {
  border-color: #be1c29;
}

#msg-error { left: -9999px; }
p.formulaire_msg_droit { display: none; }
p.messageSend {
  /*position: absolute;
  top: 0;*/
}
.msg-conf p {
  text-transform: none;
  margin: 0;
}

/*---- Banner ----*/
section#banner {
  position: relative;
  height: 250px;
  margin-top: 92px;
  background-image: url("/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/banner.jpg") 100% no-repeat;
  background-size: cover;
  color: #fff;
}
section#banner:after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.0);
}
section#banner.banner-contact { background-image: url("/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/map.jpg") 100% no-repeat; }


section#banner h1 {
  font-size: 50px;
}
section#banner p {
  font-size: 20px;
}

@media screen and (max-width: 768px){
  section#banner h1 {
    font-size: 24px;
  }
}

/*---- Causes ----*/
section#causes { background-color: #f2f2f2; }

.causes-img > div { overflow: hidden; }
.causes-img > div:hover img {
  -webkit-transform: scale(1);
    -ms-transform: scale(1);
      transform: scale(1);
}

.causes-img img {
  width: 100%;
  -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
      transform: scale(1.02);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.causes-text {
  padding: 4% 15%;
  background-color: #fff;
  text-align: center;
}
.causes-text h3 { margin-bottom: 20px; }
.causes-text ul {
  text-align: left;
  list-style: none;
  /* padding-left: 35px; */
  /* color: #888; */
}
.causes-text ul li {
  position: relative;
  padding-left: 30px;
  text-align: left;
  list-style: none;
}
.causes-text ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px; left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #27aae1;
}

/*---- Traitement ----*/
section#traitement {
  background: #87c603;
  color: #fff;
  text-align: center;
}

.surtiret { font-weight: 300; }

section#traitement span {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #556277;
}

section#traitement .item:first-of-type { margin-top: 60px; }

section#traitement .item h3 {
  color: #333;
}
section#traitement .item p {
  text-align: left;
  color: #fff;
}

.btn-follow {
  margin-top: 80px;
  margin-right: 0px;
  float: right;
}
.btn-follow a,
.btn-follow a:hover,
.btn-follow a:focus {
  display: inline-block;
  padding: 15px 35px 15px 20px;
  background: #FFF url(/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/btn_follow.png) no-repeat right 15px center / 6px;
}

.pagination {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 0 130px;
  text-align: center;
}

.pagination div,
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
}
.pagination a,
.pagination span {
  margin: 0 5px 5px;
  padding: 15px 20px;
  background-color: #FFF;
  transition: background-color .3s ease;
}
.pagination span.current {
  color: #FFF;
  background-color: #27aae1;
}

.pagination .pagination-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
}
.pagination .pagination-prev a {
  margin: 0;
  padding-left: 35px;
  background-image: url(/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/btn_follow-prev.png);
  background-position: left 15px center;
}

.pagination .pagination-next {
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
}
.pagination .pagination-next a {
  margin: 0;
  padding-right: 35px;
  background-image: url(/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/btn_follow.png);
  background-position: right 15px center;
}

.pagination .pagination-prev a,
.pagination .pagination-next a {
  background-size: 6px;
  background-repeat: no-repeat;
}

.pagination a:hover {
  background-color: #edf9ff;
}

@media screen and (max-width: 992px) {
  .pagination {
    margin-top: 50px;
    padding: 0;
  }
  .pagination .pagination-prev,
  .pagination .pagination-next {
    position: relative;
    display: block;
  }
  .pagination .pagination-prev { margin-bottom: 20px; }
  .pagination .pagination-next { margin-top: 20px; }
}

/*==============================*/
/*========= ANIMATIONS =========*/
/*==============================*/

/* Appear animations */
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@-moz-document url-prefix() {
  .object-visible,
  .touch .object-non-visible {
    -webkit-transition: opacity 0.6s ease-in-out;
       -moz-transition: opacity 0.6s ease-in-out;
      -ms-transition: opacity 0.6s ease-in-out;
       -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
  }
}

/* Navbar toggle animation */
button.navbar-toggle {
  cursor: pointer;
}

/* Table-cell for vartical-align */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top { vertical-align: top; }
.col-middle { vertical-align: middle; }
.col-bottom { vertical-align: bottom; }

.row-xs-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-xs-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-xs-top { vertical-align: top; }
.col-xs-middle { vertical-align: middle; }
.col-xs-bottom { vertical-align: bottom; }

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top { vertical-align: top; }
  .col-sm-middle { vertical-align: middle; }
  .col-sm-bottom { vertical-align: bottom; }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top { vertical-align: top; }
  .col-md-middle { vertical-align: middle; }
  .col-md-bottom { vertical-align: bottom; }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top { vertical-align: top; }
  .col-lg-middle { vertical-align: middle; }
  .col-lg-bottom { vertical-align: bottom; }
}

/* Fin test */

/* #causes{padding-top: 0;} */

section#about h2{
  color: #008de2;
}

section#about p{
  color: #919191;
}

footer i {
  vertical-align: top;
  background-color: #27aae1;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 30px;
}
footer i + span {
  display: inline-block;
  vertical-align: top;
}

/* Recette Adipso 03/04/2018 */

.lacharte{
  width: 100% !important;
  padding: 45px 35px !important;
  background-color:#87c603 !important;
}

.lacharte p{
  color: #FFF;
}
.lacharte h3{
  color: #FFF !important;
  font-weight: 700 !important;
}
.lacharte h2{
  color: #FFF;
  font-weight: 700 !important;
}

.lacharte h2::after{
  display: block;
  content: '';
  margin: 15px auto;
  width: 50px;
  height: 2px;
  background-color: #FFF;
}

.lacharte h3::after{
  display: block;
  content: '';
  margin: 10px auto;
  width: 35px;
  height: 2px;
  background-color: #FFF;
}

.lacharte h2::before {
    display: none !important;
}

.no-padding{
  padding: 0;
}

.yt-ico{
  width: 20px;
  height: 20px;
  background-image: url('/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/a_logo-yt.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
}
.fb-ico{
  width: 20px;
  height: 20px;
  background-image: url('/web/20210304135810im_/https://www.wagner-ophtalmologiste.fr/_images/a_logo-fb.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
}

.top-contact {
  margin-bottom: 50px;
  text-align: center;
}
.top-contact h2 {
  color: #27aae1;
}
.top-contact p {
  color: #777777;
}

/* Gat
----------------------------------------------------------------------------- */
section#sect-filters .item-text ul {
    display: inline-block;
}
/*
     FILE ARCHIVED ON 13:58:10 Mar 04, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:12:55 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.559
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.01
  esindex: 0.01
  cdx.remote: 25.993
  LoadShardBlock: 211.804 (3)
  PetaboxLoader3.datanode: 252.68 (4)
  PetaboxLoader3.resolve: 113.47 (2)
  load_resource: 165.771
*/