@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*styles de base*/
em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

s {
  text-decoration: line-through;
}

u {
  text-decoration: underline;
}

sub {
  font-size: smaller;
  line-height: normal;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  line-height: normal;
  vertical-align: super;
}

a {
  color: #009793;
}

a:focus, a:hover {
  color: #025d65;
}

img {
  max-width: 100%;
}

/* global */
html {
  background-color: #d1d4d5;
}

body {
  font-size: 14px;
  color: #32353a;
  background: none;
  font-family: 'Raleway';
}

#popup {
  position: fixed;
  top: 10%;
  margin: 0px auto;
  width: 50%;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: none;
}
#popup.alert {
  border-radius: 3px;
  color: #fff !important;
}
#popup.alert .icon {
  margin-right: 10px;
}
#popup.alert .close {
  color: #000;
  opacity: 0.2;
}
#popup.alert-success {
  background-color: #00A65A !important;
  border-color: #008D4C;
}
#popup.alert-warning {
  background-color: #F39C12 !important;
  border-color: #E08E0B;
}
#popup.alert-error {
  background-color: #DD4B39 !important;
  border-color: #D73925;
}
#popup .message {
  font-size: 15px;
}

.bande-blanche {
  height: 25px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .bande-blanche {
    width: calc(100% - 30px);
  }
}
.bande-blanche > div {
  width: calc(50% - 30px);
  background-color: #fff;
  height: 100%;
  float: left;
  position: relative;
}
.bande-blanche > div:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 30px;
  border-color: transparent transparent transparent #ffffff;
}
.bande-blanche > div:last-child {
  float: right;
}
.bande-blanche > div:last-child:before {
  left: -30px;
  right: auto;
  border-width: 0 0 25px 30px;
  border-color: transparent transparent #ffffff transparent;
}

.triangles {
  height: 25px;
  width: 100%;
}
.triangles:before, .triangles:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 25px 0;
  border-color: transparent #ffffff transparent transparent;
}
.triangles:after {
  margin-left: 0;
  border-width: 25px 30px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

#cookieChoiceInfo {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: #32353a;
  display: none;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  padding: 40px;
  position: fixed;
  right: 0;
  width: 300px;
  z-index: 999;
}
#cookieChoiceInfo a#cookieChoiceDismiss {
  background-color: #009793;
  color: #fff;
  padding: 5px;
}

.read-more {
  display: block;
  padding: 20px 0;
  font-size: 13px;
  color: #32353a;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.read-more:before {
  content: url("../images/scroll-bottom.png");
  margin-right: 5px;
}

header.header-page > div {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  header.header-page .description {
    padding-left: 65px;
    padding-right: 65px;
  }
}
header.header-page .description h1,
header.header-page .description h2 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 50px 0 25px;
  font-weight: 700;
  text-transform: uppercase;
}
header.header-page .description .accroche {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #009793;
  font-weight: 700;
}
header.header-page .description p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}
header.header-page .description p strong {
  font-weight: 600;
}

footer.souscription > div {
  background-color: #fff;
  border-top: 1px solid #d1d4d5;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  footer.souscription .row > div:first-child {
    padding-right: 0;
  }
}
footer.souscription ul {
  background: #009793;
  color: #fff;
  margin: 0;
}
footer.souscription ul li {
  display: inline-block;
  padding-left: 105px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer.souscription ul li {
    padding-left: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer.souscription ul li {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  footer.souscription ul li {
    display: list-item;
    text-align: center;
    padding-left: 0;
  }
}
footer.souscription ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  footer.souscription ul li a {
    display: initial;
  }
}
footer.souscription ul li a:before, footer.souscription ul li a:after {
  content: '';
  width: 17px;
  height: 3px;
  background-color: #025d65;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -25px;
  top: 4px;
  -moz-border-radius: 25%;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}
footer.souscription ul li a:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
footer.souscription ul li:nth-child(2) a:before,
footer.souscription ul li:nth-child(2) a:after {
  background-color: #923489;
}
footer.souscription ul li:nth-child(3) a:before,
footer.souscription ul li:nth-child(3) a:after {
  background-color: #79b524;
}
footer.souscription ul li:last-child a:before,
footer.souscription ul li:last-child a:after {
  background-color: #fed103;
}
footer.souscription .souscrire {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #923489;
  text-transform: uppercase;
}

.formulaire-contact > div.container {
  background-color: #fff;
  padding-bottom: 30px;
}
.formulaire-contact h2 {
  font-size: 20px;
  font-weight: 700;
  color: #009793;
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
}
.formulaire-contact label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.formulaire-contact div.required label:after {
  content: '*';
  color: red;
  font-size: 20px;
  line-height: normal;
  vertical-align: sub;
  margin-left: 5px;
  line-height: 17px;
}
.formulaire-contact input,
.formulaire-contact textarea,
.formulaire-contact select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.formulaire-contact p {
  margin-bottom: 25px;
  margin-top: 35px;
  font-size: 15px;
  font-weight: 700;
}
.formulaire-contact span.required {
  font-size: 12px;
  font-weight: 600;
}
.formulaire-contact span.required:before {
  content: '*';
  color: red;
  font-size: 20px;
  line-height: normal;
  vertical-align: sub;
  margin-right: 5px;
  line-height: 17px;
}
.formulaire-contact button.send {
  float: right;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #009793;
  border: 0;
  font-weight: 700;
}
#popup.alert{
  margin-top: 200px;
}

.numbers-row input {
  width: 30px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 5px;
}
.numbers-row > .cont-btns {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}
.numbers-row > .cont-btns > div.number {
  text-indent: -9999px;
  cursor: pointer;
  width: 15px;
  height: 17px;
  text-align: center;
  background: url(../images/btns-more-less.png) no-repeat;
}
.numbers-row > .cont-btns > div.number.dec {
  background-position: 0 -17px;
}

.medecin {
  border-left-color: #923489;
}

.pharmacien {
  border-left-color: #025d65;
}

.infirmier {
  border-left-color: #79b524;
}

.autre-profession {
  border-left-color: #fed103;
}
.autre-profession .description{
  padding-top: 5px;
}

/* Actus */
section#actualites {
  position: relative;
}
section#actualites > .container {
  background-color: #fff;
}
section#actualites article {
  margin-bottom: 15px;
}
section#actualites article h3 {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
section#actualites article .date {
  display: block;
  margin: 15px 0;
  color: #009793;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
}
section#actualites article .description {
  font-weight: 600;
}
section#actualites article .suite {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-top: 15px;
}

/* entete */
body{
  padding-top: 126px;
}
@media screen and (max-width: 768px) {
  body{
    padding-top: 243px;
  }
}
@media screen and (max-width: 480px) {
  body{
    padding-top: 218px;
  }
}
#entete {
  top: 0px;
  position: fixed;
  z-index: 1030;
  width: 100%;
}
#entete > div {
  background-color: #fff;
  border-bottom: 1px solid #d1d4d5;
  margin: 0px auto;
}

#entete .navbar .navbar-brand {
  height: auto;
  padding: 15px 0 0;
}
@media screen and (min-width: 1200px) {
  #entete .navbar .navbar-brand {
    padding-right: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #entete .navbar .navbar-brand {
    width: 158px;
    margin-top: 28px;
    padding: 16px 15px 0px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #entete .navbar .navbar-brand {
    width: 158px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  #entete .navbar .navbar-brand {
    width: 160px;
    padding-top: 20px;
  }
}

#entete .navbar-toggle {
  top: 55px;
  margin-right: 0;
  padding: 9px 0;
}
@media screen and (max-width: 480px) {
  #entete .navbar-toggle {
    top: 36px;
  }
}
#entete .navbar-toggle .icon-bar {
  background-color: #009793;
  border: 2px solid #009793;
  width: 32px;
}

#entete #menu-header {
  margin-top: 63px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #entete #menu-header {
    padding: 0px 15px;
    position: absolute;
    z-index: 9999;
    width: calc(100% + 30px);
    background-color: #fff;
    left: 0;
    margin: 20px -15px;
  }
}
#entete #menu-header > .nav > li {
  font-weight: 700;
}
#entete #menu-header > .nav > li > a {
  text-transform: uppercase;
  color: #009793;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  #entete #menu-header > .nav > li > a {
    padding: 10px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #entete #menu-header > .nav > li > a {
    padding: 10px 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #entete #menu-header > .nav > li > a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
#entete #menu-header > .nav > li > a:hover, #entete #menu-header > .nav > li > a:focus {
  background: none;
}
#entete #menu-header > .nav > li a:hover:after {
  content: '';
  height: 4px;
  width: 50px;
  background-color: #009793;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -25px;
}
#entete #menu-header > .nav > li:last-child a:hover:after {
  margin-left: -15px;
}
#entete #menu-header > .nav > li.active a:after {
  content: '';
  height: 4px;
  width: 50px;
  background-color: #923489;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #entete #menu-header > .nav > li:first-child.active a:after {
    margin-left: -35px;
  }
  #entete #menu-header > .nav > li:first-child > a {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #entete #menu-header > .nav > li:last-child.active a:after {
    margin-left: -15px;
  }
  #entete #menu-header > .nav > li:last-child > a {
    padding-right: 0;
  }
}

#entete .connexion {
  position: absolute;
  top: 12px;
  right: 17px;
  font-weight: 700;
  color: #025d65;
}
#entete .connexion > a {
  color: #025d65;
  text-decoration: underline;
}

#entete .btns-connexion > a {
  display: block;
  text-align: center;
  padding: 14px 0;
  background-color: #009793;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
}
#entete .btns-connexion > a:nth-child(2) {
  text-transform: uppercase;
  background-color: #923489;
}
#entete .btns-connexion > a:nth-child(2).active {
  background-color: #fff;
  color: #923489;
}
#entete .btns-connexion > a:nth-child(2).active:after {
  content: '';
  height: 4px;
  width: 50px;
  background-color: #923489;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -25px;
}

/* Footer */
footer#footer {
  text-transform: uppercase;
}
footer#footer > .container {
  background-color: #fff;
  border-top: 1px solid #d1d4d5;
  padding-top: 30px;
  padding-bottom: 80px;
}
footer#footer .reseaux-sociaux {
  text-align: center;
}
footer#footer .reseaux-sociaux > div {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 20px;
}
footer#footer .reseaux-sociaux > div > a {
  color: #32353a;
}
footer#footer .reseaux-sociaux > div i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e2e1e1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-left: 3px;
}

footer#footer .logo-iso{
  margin-top: -50px;
  float: right;
}
footer#footer .nav-footer {
  text-align: center;
  margin-top: 30px;
}
footer#footer .nav-footer li {
  display: inline-block;
  font-size: 12px;
  border-right: 1px solid #32353a;
  font-weight: 600;
  padding-right: 5px;
}
footer#footer .nav-footer li:last-child {
  border: 0;
}
footer#footer .nav-footer li > a {
  color: #32353a;
  display: block;
  padding: 0 5px;
}
footer#footer .nav-footer li.active > a {
  color: #923489;
}

/* Index */
@media screen and (max-width: 767px) {
  #diaporama-home #carousel-home {
    padding: 0 15px;
    background-color: #fff;
  }
}
#diaporama-home .item > img {
  width: 100%;
}
#diaporama-home .player {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -100px;
  width: 240px;
  text-align: center;
}
#diaporama-home .player .playButton {
  cursor: pointer;
}
#diaporama-home .player .playButton > span {
  display: block;
  background-color: #025d65;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #diaporama-home .player {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    background-color: #009793;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
#diaporama-home .stopButton {
  position: fixed;
  top: 10px;
  right: 20px;
  color: #fff;
  display: none;
  font-size: 60px;
  line-height: 60px;
  z-index: 1200;
  cursor: pointer;
}
#diaporama-home .vimeoVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
}
#diaporama-home .carousel-caption {
  background-color: transparent;
  background-color: rgba(0, 151, 147, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6009793,endColorstr=#E6009793);
  zoom: 1;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0 55px;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  #diaporama-home .carousel-caption {
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  #diaporama-home .carousel-caption {
    font-size: 25px;
  }
}
#diaporama-home .carousel-caption .voir-offre {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #diaporama-home .carousel-caption .voir-offre {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
#diaporama-home .carousel-caption .voir-offre > a {
  background-color: #025d65;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
#diaporama-home .carousel-caption .ipad {
  position: absolute;
  right: 0;
  bottom: 95px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #diaporama-home .carousel-caption .ipad {
    right: auto;
    bottom: 85%;
  }
}
#diaporama-home .carousel-indicators {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  #diaporama-home .carousel-indicators {
    display: none;
  }
}
#diaporama-home .carousel-indicators li {
  background-color: #FFF;
}
#diaporama-home .carousel-indicators li.active {
  background-color: #025d65;
  border-color: #025d65;
}
#diaporama-home .carousel-control {
  background: none;
  filter: none;
  width: 80px;
  z-index: 11;
}
#diaporama-home .carousel-control > img {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
  left: 20px;
}

#home-professions > .container {
  background-color: #fff;
}
#home-professions h2 {
  color: #009793;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 30px;
}
#home-professions .blocs > div {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 24px;
}
#home-professions .blocs > div img {
  border-left-style: solid;
  border-left-width: 12px;
}
#home-professions .blocs > div a {
  color: #fff;
  font-weight: 700;
}
#home-professions .blocs > div > div {
  width: 60%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  #home-professions .blocs > div > div {
    width: 70%;
    left: 52%;
  }
}
#home-professions .blocs > div > div > a:before {
  content: url("../images/chevron-accueil.png");
  margin-right: 7px;
  vertical-align: middle;
}
#home-professions .blocs > div > div i {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#home-professions .blocs > div:last-child > div a {
  color: #009793;
}
#home-professions .blocs > div:last-child > div a:before {
  content: url("../images/chevron-accueil-vert.png");
}
#home-professions .blocs > div:last-child > div a.contact {
  margin-top: 15px;
  background-color: #009793;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
#home-professions .blocs > div:last-child > div a.contact:before {
  content: '';
}
#home-professions .blocs > div > div.contact-autre{
  top: 61%;
}
section#temoignages {
  position: relative;
}
section#temoignages > .container {
  background-color: #e2e1e1;
}
section#temoignages h2 {
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
section#temoignages h2 > span {
  background-color: #923489;
  padding: 10px 20px;
  -moz-border-radius: 20px 20px 20px 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 20px 0;
  position: relative;
}
section#temoignages h2 > span:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #923489 transparent transparent transparent;
}
section#temoignages h3 {
  margin-top: 38px;
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
section#temoignages #carousel-temoignages {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 30px;
  min-height: 215px;
}
section#temoignages #carousel-temoignages .temoignage {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
section#temoignages #carousel-temoignages .personne {
  font-weight: 600;
  margin-top: 10px;
}
section#temoignages #carousel-temoignages .carousel-indicators {
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  section#temoignages #carousel-temoignages .carousel-indicators {
    display: none;
  }
}
section#temoignages #carousel-temoignages .carousel-indicators li {
  background-color: #45525b;
  border-color: #45525b;
}
section#temoignages #carousel-temoignages .carousel-indicators li.active {
  background-color: #923489;
  border-color: #923489;
}

.actualites-accueil .voir-tout {
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  background-color: #009793;
  display: inline-block;
  margin: 40px 0 40px 15px;
  font-weight: 700;
}
.actualites-accueil .triangles:before {
  border-right-color: #e2e1e1;
}
.actualites-accueil .triangles:after {
  border-top-color: #e2e1e1;
}
.actualites-accueil h2 {
  font-size: 30px;
  color: #009793;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

/* Page découverte */
section#decouverte > header .bande-blanche {
  width: calc(100% - 30px);
}
section#decouverte > header .bande-blanche > div {
  background-color: #e2e1e1;
}
section#decouverte > header .bande-blanche > div:first-child:before {
  border-left-color: #e2e1e1;
}
section#decouverte > header .bande-blanche > div:last-child:before {
  border-bottom-color: #e2e1e1;
}
section#decouverte > article > div {
  background-color: #fff;
  position: relative;
}
section#decouverte > article .conteneur {
  background-color: #e2e1e1;
  padding-top: 40px;
  padding-bottom: 30px;
}
section#decouverte > article:nth-child(odd) .triangles:before {
  border-right-color: #e2e1e1;
}
section#decouverte > article:nth-child(odd) .triangles:after {
  border-top-color: #e2e1e1;
}
section#decouverte > article:nth-child(odd) .conteneur {
  background-color: #fff;
}
section#decouverte > article .center {
  text-align: center;
}
section#decouverte > article h2 {
  font-size: 30px;
  line-height: 35px;
  color: #009793;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
section#decouverte > article .description {
  font-size: 20px;
  line-height: 30px;
}
section#decouverte > article .description h3 {
  font-size: 20px;
  line-height: 30px;
  color: #009793;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
}
section#decouverte > article .description h6 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
section#decouverte > article .description strong {
  font-weight: 600;
}
section#decouverte > article .description .suite {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
section#decouverte > article .description p {
  margin-bottom: 20px;
}
section#decouverte > article .description ul > li:before {
  content: '•';
  margin-right: 10px;
}

/* En détail */
section#detail .container {
  background-color: #fff;
  position: relative;
}
section#detail > article:last-of-type > .container {
  padding-bottom: 15px;
}
section#detail .stats-container .bande-blanche {
  width: calc(100% - 30px);
}
section#detail .stats-container .stats {
  background-color: #025d65;
  padding: 15px 0;
}
section#detail .stats-container .stats > div {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 25px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  section#detail .stats-container .stats > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  section#detail .stats-container .stats > div:nth-child(2) {
    border-left: 1px solid #009793;
    border-right: 1px solid #009793;
  }
}
@media screen and (max-width: 767px) {
  section#detail .stats-container .stats > div:nth-child(2) {
    border-top: 1px solid #009793;
    border-bottom: 1px solid #009793;
  }
}
section#detail .stats-container .stats > div strong {
  font-size: 40px;
  line-height: 35px;
  vertical-align: middle;
  display: block;
  margin-top: -10px;
}
section#detail #slider #slider-thumbs {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section#detail #slider #slider-thumbs {
    font-size: 12px;
  }
}
section#detail #slider #slider-thumbs .thumbnail {
  display: table-cell;
  border: 0;
  text-align: center;
  opacity: 0.5;
  border-left: 1px solid #009793;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  line-height: 17px;
}
section#detail #slider #slider-thumbs .thumbnail:first-child {
  border: 0;
}
section#detail #slider #slider-thumbs .thumbnail h4 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section#detail #slider #slider-thumbs .thumbnail h4 {
    font-size: 12px;
  }
}
section#detail #slider #slider-thumbs .thumbnail.selected {
  opacity: 1;
}
section#detail #slider #slider-thumbs .thumbnail.selected h4 {
  color: #009793;
}
section#detail #slider #slider-thumbs .thumbnail.selected:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -115px;
  border-style: solid;
  border-width: 15px 115px 0 115px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section#detail #slider #slider-thumbs .thumbnail.selected:after {
    margin-left: -94px;
    border-right-width: 94px;
    border-left-width: 94px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section#detail #slider #slider-thumbs .thumbnail.selected:after {
    margin-left: -72px;
    border-right-width: 72px;
    border-left-width: 72px;
  }
}
section#detail #slider .carousel-indicators {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  section#detail #slider .carousel-indicators {
    display: none;
  }
}
section#detail #slider .carousel-indicators li {
  background-color: #FFF;
}
section#detail #slider .carousel-indicators li.active {
  background-color: #025d65;
  border-color: #025d65;
}
@media screen and (max-width: 767px) {
  section#detail #slider .item .caption {
    text-align: center;
    padding: 20px;
    font-size: 16px;
  }
  section#detail #slider .item h4 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
  }
  section#detail #slider .item.active h4 {
    color: #009793;
  }
  section#detail #slider .item .bande-blanche {
    width: 100%;
  }
  section#detail #slider .carousel-control {
    background: none;
    filter: none;
    width: 80px;
    z-index: 11;
  }
  section#detail #slider .carousel-control > img {
    position: relative;
    top: 10%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
  }
}

section#motivation > .data {
  background-color: #fff;
  padding-bottom: 15px;
}
section#motivation > .data [class*='col-sm-'] {
  padding: 0;
  text-align: center;
}
section#motivation > .data > div {
  background-color: #009793;
}
section#motivation > .data .description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section#motivation > .data .description {
    padding: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  section#motivation > .data .description {
    padding-bottom: 55px;
  }
}
section#motivation > .data .description h6 {
  font-size: 70px;
  line-height: 70px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section#motivation > .data .description h6 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section#motivation > .data .description h6 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
  }
}
section#motivation > .data .description h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
section#motivation > .data .description p {
  margin-bottom: 0;
}

section#patient .bande-blanche {
  width: calc(100% - 30px);
}

section#contact h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 50px 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
section#contact h2 {
  margin-bottom: 50px;
  margin-top: 0;
  line-height: 30px;
}
section#contact .contact {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #923489;
  margin-top: 30px;
}

section#etp h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 50px 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

section#etp h2 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 30px;
}

section#etp article .description {
  margin-top: 120px;
}

section#etp article img {
  text-align: center;
  margin:auto;
  display:flex;
}

section#etp article p {
  margin-bottom: 0px;
  text-align: justify;
}

section#etp article#form p {
  margin-bottom: 0px;
  text-align: center;
}

section#etp article#form h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
section#etp article#form label {
  text-transform: uppercase;
}

section#etp a.btn{
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #009793;
  font-weight: 700;
  margin-top: 20px;
}

section#etp article.contact-info .row {
  margin-bottom: 240px;
  margin-top: 120px;
  text-align: center;
}

section#etp article.contact-info p {
  margin-bottom: 0px;
  text-align: center;
}

/* Mentions légales + cookies */
section#mentions > .container {
  padding-bottom: 50px;
  background-color: #fff;
}
section#mentions h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 50px 0 20px;
  font-weight: 700;
  text-transform: uppercase;
}
section#mentions h3 {
  color: #009793;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px;
  padding-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #e2e1e1;
}
section#mentions h3:first-of-type {
  border: 0;
}
section#mentions p {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  section.comite .presentation {
    margin-left: 50px;
  }
}

section.comite aside > .container {
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d1d4d5;
}
section.comite aside > .container > a {
  padding: 0 15px;
}

section#detail.questions #slider #slider-thumbs .thumbnail {
  background-color: #009793;
  opacity: 1;
  padding-top: 65px;
  padding-bottom: 65px;
  border-left: 1px solid #fff;
}
section#detail.questions #slider #slider-thumbs .thumbnail:first-child {
  border-left: 0;
}
section#detail.questions #slider #slider-thumbs .thumbnail h4 {
  font-size: 14px;
  color: #fff;
}
section#detail.questions #slider #slider-thumbs .thumbnail.selected {
  background-color: #025d65;
}
section#detail.questions #slider #slider-thumbs .thumbnail.selected:after {
  bottom: -15px;
  margin-left: -15px;
  border-width: 15px 15px 0 15px;
  border-color: #025d65 transparent transparent transparent;
}
section#detail.questions #slider .caption {
  background-color: #009793;
}
section#detail.questions #slider .caption h4 {
  font-size: 14px;
  color: #fff;
}
section#detail.questions #slider .carousel-control > img {
  top: 50px;
}
section#detail.questions .item > .data {
  font-size: 20px;
  line-height: 30px;
}
section#detail.questions .item > .data h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #009793;
}
section#detail.questions .item > .data h3 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #009793;
}
section#detail.questions .item > .data > div {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #d1d4d5;
}
section#detail.questions .item > .data > div:last-child {
  border-bottom: 0;
}

section#presse > header .bande-blanche {
  width: calc(100% - 30px);
}
@media screen and (min-width: 1199px) {
  section#presse > header .bande-blanche {
    bottom: 3px;
  }
}
section#presse > .datas {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
section#presse > .datas h3 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #009793;
  text-transform: uppercase;
}
section#presse > .datas article {
  padding: 40px 0;
  border-bottom: 1px solid #e2e1e1;
}
/*section#presse > .datas article:last-of-type {
  border-bottom: 0;
}*/
section#presse > .datas article h2 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #009793;
}
section#presse > .datas article .date {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #009793;
  display: block;
}
section#presse > .datas article .resume {
  padding: 15px 0;
  font-weight: 600;
}
section#presse > .datas article > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
section#presse > .datas .contact {
  background-color: #e2e1e1;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  section#presse > .datas .contact {
    padding-left: 58px;
  }
}
@media screen and (max-width: 1199px) {
  section#presse > .datas .contact {
    padding-left: 31px;
  }
}
section#presse > .datas .contact h4 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #009793;
}
section#presse > .datas .contact > p {
  margin: 25px 0;
  font-weight: 600;
  font-size: 12px;
}
section#presse > .datas .contact > p > span:first-child {
  font-size: 15px;
}
section#presse > .datas .contact > div {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 8px;
  text-transform: uppercase;
}
section#presse > .datas .contact > div:last-child {
  margin-right: 0;
}
section#presse > .datas .contact > div > a {
  color: #6a6d79;
}
section#presse > .datas .contact > div i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-left: 3px;
  text-align: center;
}
section#presse > .datas .parutions {
  margin-top: 45px;
}
section#presse > .datas .parutions h4 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #009793;
}
section#presse > .datas .parutions .carousel-vertical {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 30px 0;
}
section#presse > .datas .parutions .carousel-vertical .slick-prev, section#presse > .datas .parutions .carousel-vertical .slick-next {
  font-size: 0px;
  line-height: 0;
  width: 16px;
  height: 9px;
  margin: 0 auto;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: medium none;
  outline: medium none;
  background: transparent url(../images/scroll-top.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}
section#presse > .datas .parutions .carousel-vertical .slick-prev {
  top: 7px;
}
section#presse > .datas .parutions .carousel-vertical .slick-next {
  background-image: url(../images/scroll-bottom.png);
  bottom: 7px;
}
section#presse > .datas .parutions .carousel-vertical .slick-list {
  border-top: 1px solid #e2e1e1;
}
section#presse > .datas .parutions .carousel-vertical .slick-slide {
  border-bottom: 1px solid #e2e1e1;
}
section#presse > .datas .parutions .carousel-vertical .slick-slide > div {
  display: inline-block;
  vertical-align: middle;
  padding: 18px 10px;
}
section#presse > .datas .parutions .carousel-vertical .slick-slide > div:first-child {
  width: 39%;
}
section#presse > .datas .parutions .carousel-vertical .slick-slide > div:last-child {
  width: 59%;
}
section#presse > .datas .parutions .carousel-vertical a {
  color: #32353a;
  font-size: 12px;
  text-decoration: underline;
}

section#souscrire .container {
  background-color: #fff;
}
section#souscrire h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 20px;
  font-weight: 700;
  text-transform: uppercase;
}
section#souscrire .cont-offres {
  background: #ebeae9 url("../images/pages/souscrire.jpg") top center no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
section#souscrire .cont-offres h3 {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #009793;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  section#souscrire .offre {
    padding-left: 10px;
  }
}
section#souscrire .offre > div {
  border-left-width: 10px;
  border-left-style: solid;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
  padding: 15px 9px;
  font-weight: 700;
  min-height: 340px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section#souscrire .offre > div {
    min-height: 475px;
  }
}
@media screen and (max-width: 991px) {
  section#souscrire .offre > div {
    margin-bottom: 35px;
  }
}
section#souscrire .offre h2 {
  margin-bottom: 24px;
  margin-top: 15px;
  font-size: 25px;
  line-height: 25px;
  color: #025d65;
  font-weight: 700;
}
section#souscrire .offre .description {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section#souscrire .offre .description {
    min-height: 60px;
  }
}
section#souscrire .offre .tarif {
  color: #009793;
  font-size: 20px;
  margin-top: 25px;
}
section#souscrire .offre .tarif > span.big {
  font-family: Arial, Helvetica, sans-serif;
  color: #025d65;
  font-size: 60px;
  line-height: 70px;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section#souscrire .offre .tarif > span.big {
    font-size: 55px;
  }
}
section#souscrire .offre .tarif > span.big sup {
  top: 0;
}
section#souscrire .offre .tarif > span.big > span {
  font-size: 17px;
}
section#souscrire .offre .tarif > span.engagement {
  font-size: 14px;
  margin-top: -10px;
  display: block;
}
section#souscrire .offre a.souscrire {
  padding: 15px 25px;
  color: #fff;
  background-color: #923489;
  text-transform: uppercase;
  margin: 25px 0;
  display: inline-block;
}
section#souscrire .conditions {
  font-size: 12px;
  font-weight: 600;
  padding-top: 15px;
}
section#souscrire .offre a.contact {
  padding: 15px 25px;
  color: #fff;
  background-color: #009793;
  text-transform: uppercase;
  margin: 57px 0 0;
  display: inline-block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section#souscrire .offre a.contact {
    margin-top: 122px;
  }
}
section#souscrire .triangles {
  position: relative;
}
section#souscrire .triangles:before {
  border-right-color: #ebeae9;
}
section#souscrire .triangles:after {
  border-top-color: #ebeae9;
}
section#souscrire .article {
  text-align: center;
}
section#souscrire .article > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
section#souscrire .article .description {
  text-align: left;
  font-size: 20px;
}
section#souscrire .article .description h2 {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 30px;
  line-height: 35px;
  color: #009793;
  font-weight: 700;
  text-transform: uppercase;
}
section#souscrire .article .description h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #009793;
  font-weight: 700;
  margin-bottom: 20px;
}

section#offre header {
  text-align: center;
}
section#offre > article .container {
  background-color: #fff;
  padding-bottom: 50px;
}
section#offre .presentation .img-profession > img {
  border-left-style: solid;
  border-left-width: 10px;
}
section#offre .presentation .description {
  font-size: 20px;
  line-height: 30px;
}
section#offre .presentation .description .more {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
section#offre .presentation .offre {
  margin: 30px 0;
  border: 3px solid #923489;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}
section#offre .presentation .offre > div {
  padding: 20px 0;
}
section#offre .presentation .offre > div:first-child {
  border-bottom: 1px solid #e2e1e1;
}
section#offre .presentation .offre h6 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
section#offre .presentation .offre .pack > span {
  color: #923489;
  display: block;
}
section#offre .presentation .offre .tarif {
  color: #923489;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  section#offre .presentation .offre .tarif {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  section#offre .presentation .offre .tarif {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  section#offre .presentation .offre .prix {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  section#offre .presentation .offre .prix {
    padding-top: 25px;
  }
}
section#offre .presentation .offre .prix > span {
  color: #923489;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}
section#offre .presentation .offre .prix label {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 10px;
}
section#offre .presentation .offre .prix .numbers-row {
  display: inline-block;
}
section#offre .presentation .submit {
  background-color: #009793;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}
section#offre .avantages {
  border-top: 1px solid #e2e1e1;
  padding: 40px 15px 0;
}
section#offre .avantages h3 {
  color: #009793;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px;
}
section#offre .avantages li {
  font-size: 15px;
  line-height: 25px;
  padding-left: 20px;
}
section#offre .avantages li:before {
  content: url("../images/puce-offre.png");
  color: #009793;
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 11px;
}

section#panier > .container {
  background-color: #fff;
  padding-bottom: 50px;
}
section#panier h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 45px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
section#panier .vide {
  display: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}
section#panier .chiffre {
  font-family: Arial, Helvetica, sans-serif;
}
section#panier .table {
  font-weight: 700;
}
section#panier .table .thead {
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
}
section#panier .table .center {
  text-align: center;
}
section#panier .table .produit {
  border: 3px solid #923489;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  section#panier .table .produit {
    padding: 15px 0;
  }
}
section#panier .table .produit a {
  color: #32353a;
}
section#panier .table .produit h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section#panier .table .produit h4 {
    margin-top: 15px;
  }
}
section#panier .table .produit h4 a {
  color: #009793;
}
@media screen and (min-width: 768px) {
  section#panier .table .produit > div {
    padding-left: 0;
  }
}
section#panier .table .produit > div:first-child img {
  border-left-width: 5px;
  border-left-style: solid;
}
section#panier .table .pack {
    padding-top: 6px;
}
section#panier .table .prix-pack {
    padding-top: 6px;
}
section#panier .table .total.chiffre {
    padding-top: 6px;
}
@media screen and (max-width: 767px) {
  section#panier .table .pack {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section#panier .table .prix-pack {
    text-align: left;
  }
}
section#panier .table .supplementaire {
  border-top: 1px solid #e2e1e1;
  padding: 8px 0;
  margin-top: 8px;
}
section#panier .table .total {
  text-align: right;
  position: relative;
  padding-right: 20px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  section#panier .table .total {
    padding-right: 30px;
  }
}
section#panier .table .total span.remove {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section#panier .table .total span.remove {
    right: 10px;
  }
}
section#panier .cont-totaux {
  border-top: 1px solid #e2e1e1;
  padding-top: 5px;
  font-size: 13px;
}
section#panier .cont-totaux .code-promo h5 {
  font-size: 13px;
  margin: 50px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
section#panier .cont-totaux .code-promo .accroche {
  margin: 5px 0 50px;
  padding-top: 5px;
  border-top: 1px solid #e2e1e1;
}
@media screen and (max-width: 767px) {
  section#panier .cont-totaux .code-promo h5,
  section#panier .cont-totaux .code-promo .accroche {
    margin: 10px 0;
  }
}
section#panier .cont-totaux .code-promo input {
  width: 100%;
  border: 1px solid #e2e1e1;
  padding: 5px;
}
section#panier .cont-totaux .code-promo .add-promo {
  background: #79b524;
  padding: 5px 15px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
section#panier .cont-totaux .totaux > div {
  font-size: 14px;
  padding: 15px;
  font-weight: 700;
}
section#panier .cont-totaux .totaux > div:nth-child(odd) {
  background-color: #e2e1e1;
}
section#panier .cont-totaux .totaux > div.tva {
  margin: 5px 0;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
}
section#panier .cont-totaux .totaux > div.reduction {
  display: none;
}
section#panier .cont-totaux .totaux > div.reduction.show {
  display: block;
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
section#panier .cont-totaux .totaux > div.ttc {
  margin: 5px 0;
  background-color: transparent;
  border: 3px solid #923489;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
section#panier .cont-totaux .totaux > div.ttc > div.pull-right {
  font-size: 20px;
  color: #923489;
}
section#panier .cont-totaux .totaux > div > div.pull-right {
  padding-right: 23px;
}
section#panier .cont-totaux .totaux > div.submit {
  background-color: transparent;
  padding: 0;
}
section#panier .cont-totaux .totaux > div.submit a {
  margin-top: 8px;
  display: inline-block;
}
section#panier .cont-totaux .totaux > div.submit button {
  background-color: #009793;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  section#panier .cont-totaux .totaux > div.submit button {
    margin-top: 15px;
  }
}
section#panier .cont-totaux .totaux > div.submit .pull-right {
  padding-right: 0;
}

/* Modale */
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }
}
.modal-content {
  background-color: #e2e1e1;
  padding: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-content .modal-title {
  color: #009793;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-content .modal-header,
.modal-content .modal-footer {
  border: 0;
}
.modal-content .btn-primary {
  background-color: #009793;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
}
.modal-content .btn-default {
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
}
.modal-content input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content label {
  text-transform: uppercase;
}

/* 404 */
section#not-found > .container {
  background-color: #fff;
  padding-bottom: 100px;
  text-align: center;
}
section#not-found h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 60px 0;
  font-weight: 700;
}

/* actualites */
section#actualites.page-actu > .container,
section#actualites.actualite > .container {
  padding-bottom: 50px;
}
section#actualites.page-actu h1,
section#actualites.actualite h1 {
  color: #009793;
  font-size: 30px;
  line-height: 35px;
  margin: 45px 0 30px;
  font-weight: 700;
  text-transform: uppercase;
}
section#actualites.page-actu article,
section#actualites.actualite article {
  padding: 10px 0;
  border-top: 1px solid #e2e1e1;
  margin-bottom: 0;
}

/* actualite */
section#actualites.actualite .description {
  font-weight: 400;
  font-size: 15px;
}

input.supplement{
  font-family: arial;
}
/*# sourceMappingURL=naocare.css.map */
.rppsDataTable {
  border-width:1px;
  border-style:solid;
  border-color:black;
}

.rppsDataTable td {
  border-width:1px;
  border-style:solid;
  border-color:black;

  padding: 5px;
}
