/*---- GLOBAL ----*/

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-y: scroll;
    font-family: 'Montserrat', sans-serif;
}

.other-page {
    background: #eeeeee;
}

.home-body {
    background: url(../images/fond.jpg) center center no-repeat fixed;
    background-size: auto, cover;
}

body a {
    text-decoration: none;
}

.container-body {
    margin-top: 60px;
    padding: 10px 20px;
}


/*---- HEADER ----*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 20;
    border-bottom: #7e6a6a 1px solid;
    background: #ffffff;
    padding: 10px 0;
}

#logo {
    float: left;
    margin-left: 30px;
    height: 72px;
    line-height: 72px;
}

#logo img {
    display: inline-block;
    vertical-align: middle;
}

#logo a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

#rs-nav {
    float: right;
    height: 80px;
    line-height: 80px;
}

#icons-rs {
    margin-right: 30px;
    float: right;
    border-left: 1px solid #e6e6e6;
}

#icons-rs a {
    margin: 0 5px;
}

#icons-rs a img {
    width: 25px;
    margin-top: 24px;
}

.rs {
    opacity: 0.7;
}

.rs:hover {
    opacity: 1;
}


/*--- NAV ---*/

#menu {
    float: left;
}

#menu .nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#menu .subnav {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: #ffffff;
    display: none;
    border-top: solid 1px #000000;
}

#menu .content-subnav {
    padding: 10px;
    margin: 0 auto;
    width: 1024px;
}

#menu a {
    position: relative;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #683b2e;
    font-size: 11px;
    margin: 0 15px;
    font-weight: 700;
}

#menu a:hover {
    color: #251716;
}

.menu-actif {
    color: #251716 !important;
}

.menu-actif:after {
    content: "";
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}


/*--- BANDEAU HOME ---*/

#bandeau-home {
    background: url(../images/bandeau-home.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 100px;
    position: relative;
}

.btn-formulaire-contact-rapide {
    background: #005094;
    border: none;
    padding: 15px 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 4px solid #2f3137;
}

.btn-formulaire-contact-rapide:hover {
    background: #2f3137;
}


/*--- CONTAINER ---*/

#page {
    width: 1024px;
    margin: 10px auto;
    padding-top: 20px;
    background: #ffffff;
}

.content-other-page {
    margin-top: 110px !important;
}

.box-access-form {
    width: 1024px;
    margin: 0 auto;
}

.identite-me {
    float: left;
    width: 50%;
    margin-top: 100px;
    color: #e8a400;
    font-size: 18px;
}

.my-name {
    font-size: 35px;
    font-weight: 100;
}

.form-info {
    float: right;
    width: 320px;
    margin-top: 10px;
    background: url(../images/black-transparent.png);
}

.form-info-title {
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
    background: #005094;
    padding: 15px 10px;
    font-weight: 200;
}

.form-info-content {
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
}

.form-info-content .vdsv-label {
    color: #ffffff;
}

.form-info-content .vdsv-input {
    color: #e8a400;
}

h1 {
    margin: 0;
    padding: 10px 15px;
    position: relative;
    font-weight: 300;
}

.important {
    color: #ff0000;
    font-weight: bold;
}

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

.content-page {
    padding: 15px;
}

.content-form-contact {
    padding: 10px;
}

#certification-captcha {
  color: #ffffff;
}

.field-l {
    float: left;
    width: 48%;
}

.field-r {
    float: right;
    width: 48%;
}

h2,
h4 {
    position: relative;
}

h4 {
    color: #7e6a6a;
}

h4:after {
    background: #000000;
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -4px;
    left: 10px;
}

h4 {
    padding-left: 10px;
}

ul li {
    list-style-type: disc;
}

ol li {
    font-weight: 200;
    list-style-type: none;
    margin: 10px 0;
}

.navbar-mes-specialites {
    float: left;
    width: 25%;
    margin: 15px;
    text-align: right;
}

.navbar-mes-specialites .title-mes-spe {
    background: #2f3137;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-mes-specialites .content-mes-spe {
    margin: 10px 0;
}

.navbar-mes-specialites .content-mes-spe a {
    display: block;
    padding: 15px;
    color: #005094;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}

.navbar-mes-specialites .content-mes-spe a:hover {
    color: #2f3137;
}

.navbar-mes-specialites .link-mes-spe-actif {
    color: #2f3137 !important;
}

.navbar-mes-specialites .link-mes-spe-actif:after {
    position: absolute;
    content: "";
    width: 3px;
    top: 0;
    bottom: 0;
    right: -3px;
    background: #2f3137;
}

.content-mes-specialites {
    float: right;
    width: 68%;
    margin: 15px;
}

.content-mes-specialites p {
    padding: 15px;
    font-weight: 300;
}

#presentation {
    background: #ffffff;
}

.content-page-home {
    margin: 10px auto;
    width: 1024px;
}

.content-page-home p {
    padding: 5px 15px;
}
.content-page-home a {
  color: #005094;
}
.content-page-home a:hover {
  color: #820505;
}
.content-page-home ul li {
  list-style-type: disc;
  font-weight: 500;
}

#ou-nous-trouver {
    background: url(../images/black-full-transparent.png);
}

.adresse-postale,
.carte-map {
    float: left;
    width: 50%;
}

.carte-map iframe {
    width: 100%;
    height: 350px;
}

.adresse-postale {
    text-align: center;
    font-weight: 200;
    color: #ffffff;
    font-size: 16px;
}

.icon-map {
    margin-top: 15px;
    margin-bottom: 15px;
}

.icon-tel {
    background: url(../images/icons/tel.png) center center no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tel {
    margin-top: 15px;
}

.tel a {
    color: #dd8700;
}

.tel a:hover {
    color: #ffffff;
}

.mail {
    margin-top: 10px;
    background: url(../images/white-transparent.png);
    padding: 5px;
}

.mail a {
    color: #ff0000;
    font-size: 18px;
    font-weight: 400;
}

.mail a:hover {
    color: #000000;
}
.acces-metro {
    margin-top: 10px;
}
.acces-metro, .acces-bus {
    color: #000000;
}
.icon-acces {
    height: 25px;
    width: 60px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.icon-bus {
    background: url(../images/icons/bus-139.png);
}
.icon-metro {
    background: url(../images/icons/metro-13.png);
}
#acces-rapide {
    position: fixed;
    top: 120px;
    left: -500px;
    z-index: 6;
    width: 500px;
    background: #ffffff;
}
.box-acces-rapide {
    position: relative;
}
.body-acces-rapide {
    background: url(../images/tiger.png) center left no-repeat;
    height: 200px;
    padding-left: 165px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 20px;
}
#btn-open-acces-rapide,
#btn-close-acces-rapide {
    cursor: pointer;
    width: 60px;
    height: 49px;
    position: absolute;
    top: 0;
}
#btn-open-acces-rapide {
    right: -60px;
    background: #ff0000 url(../images/icons/open.png) center center no-repeat;
}
#btn-close-acces-rapide {
    right: 0;
    background: url(../images/icons/close.png) center center no-repeat;
}
.title-acces-rapide {
    background: #F00;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: center;
}
.icon-phone-portable {
    background: url(../images/icons/portable.png) center left no-repeat;
    background-position-x: -12px;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.body-acces-rapide a {
    color: #ff0000;
    font-size: 18px;
}
.body-acces-rapide a:hover {
    color: #251716;
}
.bloc-phone {
    margin-top: 10px;
}
.titre-rubrique {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 16px;
}
.content-rubrique {
  font-weight: 300;
}

/*--- FOOTER ---*/

footer {
    background: #2f3137;
}

#content-footer {
    width: 1024px;
    margin: 0 auto;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin-top: 15px;
    position: relative;
}

.logo-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-menu {
    text-align: center;
}

.content-menu a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200;
}

.content-menu a:hover {
    color: #ffffff;
}

.copyright .line-foot {
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 30%;
    right: 30%;
    top: 14px;
    z-index: 1;
}

.copyright .text-copyright {
    background: #2f3137;
    display: inline-block;
    padding: 5px 20px;
    z-index: 2;
    position: relative;
}

.suivez-nous-link {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 11px;
    font-weight: 200;
    color: #ffffff;
}

.suivez-nous-link span {
    display: inline-block;
    padding: 10px 5px;
}

.suivez-nous-link span img {
    width: 20px;
}

.form-info .certification-captcha {
    color: #ffffff;
}

.msg-success,
.msg-error {
    color: #ffffff;
    font-size: 16px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.msg-error a {
    color: #dd8700;
}

.msg-error a:hover {
    color: #ffffff;
}


/*---- AUTRES ----*/

.clear {
    clear: both;
}

.separator {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

.flash {
    margin-bottom: 10px;
}

.flash-box {
    position: relative;
}

.flash-box-error {
    background: #fa7373;
}

.flash-box-icon {
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.flash-box-icon-error {
    background: #bd4444 url(../images/icons/warning.png) center center no-repeat;
}

.flash-box-content {
    margin-left: 50px;
    padding: 25px 20px;
    color: #fff;
    font-weight: 300;
}

.flash-box-success {
    background: #4bc04e;
}

.flash-box-icon-success {
    background: #28832a url(../images/icons/valid.png) center center no-repeat;
}

.flash-title-error {
    background: #820505
}

.flash-success {
    background: #4E8538;
}

.flash-title {
    padding: 10px;
    text-align: center;
    color: #fff;
}

.flash-title-success {
    background: #329219
}

.flash-error {
    background: #F00;
    position: relative
}

.flash-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
}

.flash-content {
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.flash-content a {
    color: #000;
    text-decoration: none;
}

.flash-content a:hover {
    color: #eee;
    text-decoration: underline
}


/* Transition color */

.transition-color {
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.transition-background {
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.transition-border {
    transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
}

.transition-opacity {
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}


/* Border radius */

.border-radius-5 {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.border-radius-50 {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


/* Box Shadow */

.box-shadow-black {
    box-shadow: 2px 0px 3px #ddd;
    -o-box-shadow: 2px 0px 3px #ddd;
    -ms-box-shadow: 2px 0px 3px #ddd;
    -moz-box-shadow: 2px 0px 3px #ddd;
    -webkit-box-shadow: 2px 0px 3px #ddd;
}

.box-shadow-black-left {
    box-shadow: -2px 0px 3px #ddd;
    -o-box-shadow: -2px 0px 3px #ddd;
    -ms-box-shadow: -2px 0px 3px #ddd;
    -moz-box-shadow: -2px 0px 3px #ddd;
    -webkit-box-shadow: -2px 0px 3px #ddd;
}

.switch {
  padding: 10px 0;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}
.switch-container,
.switch-middle,
.switch-off,
.switch-on,
.switch-slide {
  display: inline-block;
  vertical-align: middle;
}
.switch-container {
  width: 55px;
  /*background: #548daa;*/
  overflow: hidden;
  margin-right: 10px;
}
.switch-middle {
  background: #999999;
  height: 26px;
  width: 10%;
  float: left;
}
.switch-slide {
  width: 100px;
}
.switch-off,
.switch-on {
  width: 45%;
  padding: 0 8px;
  height: 26px;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 26px;
}
.switch-off {
  background: red;
}
.switch-on {
  background: #005094;
  margin-left: -45px;
  
  transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -wbekit-transition: margin-left 0.3s;
}
.switch-slide-show {
  margin-left: 0;
}
.switch input {
  display: none;
}