@charset "UTF-8";
/* Gris */
/* Bleu foncé */
/* Bleu foncé */
/* Rouge */
/* Turquoise */
/* Gris clair */
/* Jaune */
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  background: #FFFFFF;
  text-align: center;
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 205%;
  color: #777777; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  body {
    font-size: 14px; } }

#wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

body.home #wrapper {
  width: 100%;
  max-width: 100%; }

/* -------------------------------------------------------------------------------------------- */
/* Header ------------------------------------------------------------------------------------- */
#header {
  background: #ECECEC;
  width: 100%;
  height: 155px;
  text-align: center;
  left: 0;
  z-index: 60;
  position: relative; }

@media screen and (max-width: 684px) {
  #header {
    background: #DF5A49;
    height: 45px; }
  #header.active {
    position: fixed; } }

#header #site-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 155px; }

#header #site-title a {
  background: #DF5A49 url(../images/welcome-doc.png) no-repeat 50% 50%;
  display: block;
  width: 245px;
  height: 155px; }

@media screen and (max-width: 684px) {
  #header #site-title {
    width: 160px;
    height: 45px;
    font-size: 16px;
    left: 50%;
    margin-left: -80px; }
  #header #site-title a {
    background: #DF5A49;
    width: 160px;
    height: 45px;
    color: #FFFFFF;
    text-decoration: none; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #header #site-title {
    width: 160px;
    height: 55px;
    font-size: 16px; }
  #header #site-title a {
    background: #DF5A49;
    width: 160px;
    height: 55px;
    color: #FFFFFF;
    text-decoration: none; } }

/* RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header #site-title a {
    background: #DF5A49 url(../images/welcome-doc@2x.png) no-repeat 50% 50%;
    background-size: 245px 145px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 684px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 684px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 684px), only screen and (min-device-pixel-ratio: 2) and (max-width: 684px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 684px), only screen and (min-resolution: 192dpi) and (max-width: 684px), only screen and (min-resolution: 2dppx) and (max-width: 684px) {
  #header #site-title a {
    background: #DF5A49; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 685px) and (max-width: 959px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 685px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 685px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 685px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 685px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 685px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 685px) and (max-width: 959px) {
  #header #site-title a {
    background: #DF5A49; } }

#header #site-title a span {
  position: absolute;
  left: -999em; }

@media screen and (max-width: 684px) {
  #header #site-title a span {
    position: relative;
    left: auto;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #header #site-title a span {
    position: relative;
    left: auto;
    display: block;
    width: 160px;
    height: 55px;
    line-height: 55px; } }

/* -------------------------------------------------------------------------------------------- */
/* Site description & social  ----------------------------------------------------------------- */
#topNav {
  position: absolute;
  background: #334D5C;
  z-index: 100;
  left: 245px;
  right: 0;
  height: 55px; }

@media screen and (max-width: 684px) {
  #topNav {
    left: auto;
    background: #DF5A49;
    height: 45px; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #topNav {
    left: 160px; } }

#site-description {
  line-height: 55px;
  padding: 0 20px;
  float: left;
  font-size: 14px;
  color: #FFFFFF;
  opacity: .5;
  opacity: .8; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #site-description {
    font-size: 12px; } }

@media screen and (max-width: 684px) {
  #site-description {
    position: absolute;
    left: -999em; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #site-description {
    font-size: 10px; } }

#topNav .tools {
  height: 55px;
  padding: 0 10px;
  float: right; }
  @media screen and (max-width: 684px) {
    #topNav .tools {
      height: 45px; } }
  #topNav .tools .toolsTitle {
    line-height: 55px;
    width: auto;
    color: #fff;
    margin-right: 5px;
    font-size: 12px; }
    @media screen and (max-width: 684px) {
      #topNav .tools .toolsTitle {
        display: none; } }

#topNav .tools li {
  display: block;
  float: left;
  width: 45px;
  height: 55px; }
  #topNav .tools li.logoEu {
    width: auto;
    height: 100%; }
    #topNav .tools li.logoEu img {
      height: 100%; }
    #topNav .tools li.logoEu + .tooltip .tooltip-inner {
      max-width: 500px; }
    @media screen and (min-width: 685px) and (max-width: 959px) {
      #topNav .tools li.logoEu {
        display: none; } }
    @media screen and (max-width: 684px) {
      #topNav .tools li.logoEu {
        display: none; } }
  #topNav .tools li.europe, #topNav .tools li.region {
    width: 85px;
    margin-left: 20px; }
    @media screen and (min-width: 685px) and (max-width: 959px) {
      #topNav .tools li.europe, #topNav .tools li.region {
        width: 55px;
        margin-left: 10px; } }
    @media screen and (max-width: 684px) {
      #topNav .tools li.europe, #topNav .tools li.region {
        display: none; } }
    #topNav .tools li.europe a, #topNav .tools li.region a {
      opacity: 1; }
    #topNav .tools li.europe img, #topNav .tools li.region img {
      margin: 7px 0; }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #topNav .tools li.europe img, #topNav .tools li.region img {
          height: 25px;
          margin: 15px 0; } }
  @media screen and (max-width: 684px) {
    #topNav .tools li {
      height: 45px; } }

#topNav .tools li a {
  display: block;
  width: 45px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px; }
  @media screen and (max-width: 684px) {
    #topNav .tools li a {
      height: 45px;
      line-height: 45px; } }

#topNav .tools li a:active,
#topNav .tools li a:hover {
  opacity: 1; }

#topNav .tools li a span {
  display: none; }

/* -------------------------------------------------------------------------------------------- */
/* Navigation  -------------------------------------------------------------------------------- */
#access {
  position: absolute;
  z-index: 80;
  left: 245px;
  right: 0;
  top: 55px;
  height: 100px; }
  #access .accessTools {
    position: absolute;
    right: 20px;
    top: 0; }
    #access .accessToolsMobile {
      display: none; }
      @media screen and (max-width: 684px) {
        #access .accessToolsMobile {
          display: block; } }
    #access .accessToolsItem span {
      display: none; }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #access {
    left: 0; } }

#access .btnMenu {
  display: none; }

@media screen and (max-width: 684px) {
  #access {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: #334D5C; }
  #access #menuToggle {
    position: absolute;
    display: block;
    height: 45px;
    width: 45px;
    background: #DF5A49;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 16px; }
  #access #menuToggle span, #access #menuToggle span:before, #access #menuToggle span:after {
    cursor: pointer;
    height: 3px;
    width: 25px;
    top: 21px;
    left: 10px;
    background: white;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  #access #menuToggle span:before {
    top: -7px;
    left: 0; }
  #access #menuToggle span:after {
    top: 7px;
    left: 0; }
  #access #menuToggle.active span {
    background-color: transparent; }
  #access #menuToggle.active span:before, #access #menuToggle.active span:after {
    top: 0; }
  #access #menuToggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #access #menuToggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #access .menu-header {
    width: 100%;
    min-height: 0;
    height: auto;
    height: 100%;
    position: absolute;
    /*position:fixed;*/
    top: 45px;
    background: #DF5A49;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  #access .menu-header.active {
    position: fixed; }
  #access #menu-navigation {
    display: none; } }

#access ul {
  text-align: left;
  padding-left: 40px; }

@media screen and (max-width: 684px) {
  #access ul {
    padding: 0; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #access ul {
    padding-left: 10px;
    text-align: left; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #access ul {
    padding-left: 0; } }

#access li {
  list-style: none;
  display: block;
  position: relative;
  float: left; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #access li {
    max-width: 125px;
    height: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #access li a {
      line-height: 1.2 !important;
      height: auto !important;
      text-align: center !important; } }

@media screen and (max-width: 684px) {
  #access li {
    float: none; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #access li {
    max-width: 125px;
    height: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #access li a {
      line-height: 1.2 !important;
      height: auto !important;
      text-align: center !important; } }

#access li a {
  color: #334D5C;
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
  float: left;
  height: 100px;
  line-height: 100px;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

@media screen and (max-width: 684px) {
  #access li a {
    float: none;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    opacity: .8; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #access li a {
    font-size: 14px;
    font-size: 13px;
    padding: 0 5px; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #access li a {
    font-size: 14px;
    padding: 0 0 0 15px; } }

#access li a:hover,
#access li:hover a,
#access li.current-menu-item a,
#access li.current-page-ancestor a,
#access li.current_page_parent a {
  color: #DF5A49; }

@media screen and (max-width: 684px) {
  #access li a:hover,
  #access li:hover a,
  #access li.current-menu-item a,
  #access li.current-page-ancestor a,
  #access li.current_page_parent a {
    color: #FFFFFF;
    opacity: 1; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #access #menuToggle {
    display: none; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #access #menuToggle {
    display: none; } }

@media screen and (min-width: 1260px) {
  #access #menuToggle {
    display: none; } }

/* -------------------------------------------------------------------------------------------- */
/* Search ------------------------------------------------------------------------------------- */
#searchform {
  height: 80px; }

#searchform label {
  position: absolute;
  left: -999em; }

#searchform #s,
#searchform #searchsubmit {
  background: #CECECE;
  height: 100px;
  float: left;
  border: none;
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-size: 22px;
  color: #1E1610; }

#searchform #s {
  width: 75%;
  text-align: center; }

#searchform #searchsubmit {
  width: 25%;
  background: #DF5A49;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#searchform #searchsubmit:hover {
  background: #334D5C; }

@media screen and (max-width: 684px) {
  #searchform {
    height: auto; }
  #searchform #s,
  #searchform #searchsubmit {
    height: auto;
    float: none;
    font-size: 16px;
    padding: 10px 0; }
  #searchform #s {
    width: 100%; }
  #searchform #searchsubmit {
    width: 50%; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #searchform {
    height: auto; }
  #searchform #s,
  #searchform #searchsubmit {
    height: 60px; }
  #searchform #s {
    width: 70%; }
  #searchform #searchsubmit {
    width: 30%; } }

/* -------------------------------------------------------------------------------------------- */
/* Main --------------------------------------------------------------------------------------- */
#main {
  margin: 0 auto;
  position: relative;
  background: #FFFFFF; }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main {
    background: #FFFFFF url(../images/bg-main-tablet.png) repeat-y 50% 0;
    background-size: contain; }
  body.home #main,
  body.page-id-22 #main {
    /* Page Contact */
    background: #FFFFFF; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #main {
    background: #FFFFFF url(../images/bg-main-960.png) repeat-y 50% 0; }
  body.home #main,
  body.page-id-22 #main {
    /* Page Contact */
    background: #FFFFFF; } }

@media screen and (min-width: 1260px) {
  #main {
    background: #FFFFFF url(../images/bg-main-1260.png) repeat-y 50% 0; }
  body.home #main,
  body.page-id-22 #main {
    /* Page Contact */
    background: #FFFFFF; } }

#container {
  margin: 0 auto;
  position: relative;
  padding: 30px 0 60px; }

@media screen and (max-width: 684px) {
  #container {
    width: 100%;
    padding-bottom: 0; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #container {
    width: 100%; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #container {
    width: 960px; } }

@media screen and (min-width: 1260px) {
  #container {
    width: 1260px; } }

body.home #container {
  width: 100%;
  padding: 0; }

/* -------------------------------------------------------------------------------------------- */
/* STRATES ------------------------------------------------------------------------------------ */
#main .strate {
  padding: 60px 0;
  position: relative; }
  #main .strateHeader {
    padding: 0;
    position: relative;
    background-color: #45B29D; }

#main .animatedHeader {
  background-color: #ECECEC;
  margin-bottom: 0 !important; }
  #main .animatedHeader .line {
    padding: 0; }
    #main .animatedHeader .line_03 {
      text-align: left; }
    #main .animatedHeader .line_05 {
      margin-top: 10px; }
  #main .animatedHeader .word {
    margin: 0 8px;
    line-height: 0.9;
    display: none; }
    #main .animatedHeader .word.show {
      display: inline-block; }
    #main .animatedHeader .word_02 {
      margin-right: 65px; }
    #main .animatedHeader .word.size1 {
      font-size: 90px; }
      @media screen and (min-width: 960px) and (max-width: 1259px) {
        #main .animatedHeader .word.size1 {
          font-size: 60px; } }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #main .animatedHeader .word.size1 {
          font-size: 50px; } }
    #main .animatedHeader .word.size2 {
      font-size: 125px; }
      @media screen and (min-width: 960px) and (max-width: 1259px) {
        #main .animatedHeader .word.size2 {
          font-size: 100px; } }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #main .animatedHeader .word.size2 {
          font-size: 85px; } }
    #main .animatedHeader .word.size3 {
      font-size: 60px; }
      @media screen and (min-width: 960px) and (max-width: 1259px) {
        #main .animatedHeader .word.size3 {
          font-size: 40px; } }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #main .animatedHeader .word.size3 {
          font-size: 30px; } }
  @media screen and (max-width: 684px) {
    #main .animatedHeaderText {
      display: none; } }
  #main .animatedHeaderItem {
    height: calc(100vh - 155px);
    position: relative; }
    #main .animatedHeaderItem_00 .animatedHeaderText, #main .animatedHeaderItem_03 .animatedHeaderText {
      width: 450px;
      position: absolute;
      top: 10%;
      right: 11%; }
      @media screen and (min-width: 960px) and (max-width: 1259px) {
        #main .animatedHeaderItem_00 .animatedHeaderText, #main .animatedHeaderItem_03 .animatedHeaderText {
          right: 50px; } }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #main .animatedHeaderItem_00 .animatedHeaderText, #main .animatedHeaderItem_03 .animatedHeaderText {
          right: 20px; } }
    #main .animatedHeaderItem_00 .word_05, #main .animatedHeaderItem_03 .word_05 {
      margin-left: 120px; }
    #main .animatedHeaderItem_01 .animatedHeaderText {
      width: 630px;
      position: absolute;
      top: 10%;
      left: 35%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (min-width: 960px) and (max-width: 1259px) {
        #main .animatedHeaderItem_01 .animatedHeaderText {
          width: 430px;
          left: 50px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #main .animatedHeaderItem_01 .animatedHeaderText {
          width: 430px;
          left: 50px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          left: 20px; } }
    #main .animatedHeaderItem_01 .line {
      text-align: left; }
      #main .animatedHeaderItem_01 .line_01 {
        margin-left: 75px; }
      #main .animatedHeaderItem_01 .line_04 {
        text-align: right;
        margin-right: 75px; }
      #main .animatedHeaderItem_01 .line_05 {
        text-align: right; }
    #main .animatedHeaderItem_02 .animatedHeaderText {
      width: 500px;
      position: absolute;
      top: 10%;
      left: 20%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (min-width: 960px) and (max-width: 1259px) {
        #main .animatedHeaderItem_02 .animatedHeaderText {
          left: 50px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      @media screen and (min-width: 685px) and (max-width: 959px) {
        #main .animatedHeaderItem_02 .animatedHeaderText {
          left: 20px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
    #main .animatedHeaderItem_02 .word_05 {
      margin-left: 120px; }
    #main .animatedHeaderItem_02 .line {
      text-align: left; }
      #main .animatedHeaderItem_02 .line_01 {
        margin-left: 75px; }
      #main .animatedHeaderItem_02 .line_04 {
        text-align: right;
        margin-right: 75px; }
      #main .animatedHeaderItem_02 .line_05 {
        text-align: left; }
    #main .animatedHeaderItem:focus {
      outline: 0; }
    #main .animatedHeaderItem.slick-active .animatedHeaderTextFirst {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1; }
    #main .animatedHeaderItem.slick-active .animatedHeaderTextSecond {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1; }

#main .animatedHeader .animatedHeaderIllustration,
#main .animatedHeader .animatedHeaderIntro,
#main .animatedHeader .animatedHeaderOutro {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#main .animatedHeader .animatedHeaderText {
  color: #EFC94C;
  text-align: right;
  line-height: 1;
  font-weight: 900; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #main .animatedHeaderItem {
    height: 60vh; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main .animatedHeaderItem {
    height: 50vh; } }

@media screen and (max-width: 684px) {
  #main .strateHeader {
    background-color: #fff;
    padding-bottom: 15px; }
  #main .animatedHeader .animatedHeaderText {
    display: none; }
  #main .animatedHeaderItem {
    height: 50vh; }
  #main .strateBottomCTARow {
    position: relative;
    left: auto;
    bottom: auto; } }

#main .strateWhite {
  background-color: #FFFFFF; }

#main .strateColor01 {
  background-color: #334D5C; }

#main .strateColor03 {
  background-color: #45B29D; }

#main .strateColor04 {
  background-color: #ECECEC; }

#main .strateDualColor {
  background: #FFFFFF url(../images/bg-strateDualColor.png) repeat-y 50% 0; }

@media screen and (max-width: 684px) {
  #main .strateDualColor {
    background: #FFFFFF; } }

/*@include bp(tablet) {
    #main .strateDualColor {
        background:#FFFFFF;
    }
}*/
#main .strateBlurredPicture {
  background: #FFFFFF url(../images/bg-strateBlurredPicture.jpg) fixed no-repeat 50% 50%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 0; }

#main .stratePicture {
  background: #FFFFFF url(../images/bg-stratePicture.jpg) fixed no-repeat 50% 50%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 0; }

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* iPad Specific CSS Media Query to prevent "background-size: cover" unexpectedly behaviour on iOS devices */
  #main .strateBlurredPicture,
  #main .stratePicture {
    background-attachment: scroll; } }

@media screen and (max-width: 684px) {
  #main .strateBlurredPicture {
    background: #FFFFFF url(../images/bg-strateBlurredPicture.jpg) no-repeat 50% 0;
    background-size: contain; }
  #main .stratePicture {
    background: #FFFFFF url(../images/bg-stratePicture.jpg) no-repeat 50% 0;
    background-size: contain; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main .strateBlurredPicture {
    background: #FFFFFF url(../images/bg-strateBlurredPicture.jpg) no-repeat 50% 50%;
    background-size: auto; }
  #main .stratePicture {
    background: #FFFFFF url(../images/bg-stratePicture.jpg) no-repeat 50% 50%;
    background-size: auto; } }

/* -------------------------------------------------------------------------------------------- */
/* ROWS --------------------------------------------------------------------------------------- */
.row {
  margin: 0 auto;
  text-align: left;
  position: relative; }

@media screen and (max-width: 684px) {
  .row {
    width: 100%; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .row {
    width: 100%; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  .row {
    width: 960px; } }

@media screen and (min-width: 1260px) {
  .row {
    width: 1260px; } }

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS --------------------------------------------------------------------------------- */
.col200 {
  width: 200px;
  float: left;
  text-align: left; }

@media screen and (min-width: 1260px) {
  .col200 {
    width: 260px; } }

.col240 {
  width: 240px;
  float: left;
  text-align: left; }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .col240 {
    width: 25%; } }

@media screen and (min-width: 1260px) {
  .col240 {
    width: 315px; } }

.col320 {
  width: 33.33333%;
  float: left;
  text-align: left; }

.col400 {
  width: 400px;
  float: left;
  text-align: left; }

.col480 {
  width: 50%;
  float: left; }

#main .strateBlurredPicture .col480,
#main .stratePicture .col480 {
  background: #FFFFFF;
  padding: 40px 0;
  margin-bottom: -20px;
  margin-left: 30px;
  position: relative;
  z-index: 5; }

#main .stratePicture .col480 {
  float: right;
  margin-left: 0;
  margin-right: 30px; }

@media screen and (max-width: 684px) {
  #main .strateBlurredPicture .col480,
  #main .stratePicture .col480 {
    margin: 0 0 -2px; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #main .strateBlurredPicture .col480,
  #main .stratePicture .col480 {
    width: 450px; } }

@media screen and (min-width: 1260px) {
  #main .strateBlurredPicture .col480,
  #main .stratePicture .col480 {
    width: 600px; } }

.col640 {
  width: 66.66667%;
  float: left;
  text-align: justify; }

.col720 {
  width: 75%;
  float: left;
  text-align: justify; }

#content {
  text-align: justify;
  width: 640px;
  float: left; }

#aside {
  text-align: left;
  width: 320px;
  float: left; }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #content {
    width: 67%; }
  #aside {
    width: 33%; }
  body.page-id-22 #content,
  body.page-id-22 #aside {
    /* Page Contact */
    width: 50%; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #content {
    width: 600px;
    padding-right: 40px; }
  body.page-id-22 #content,
  body.page-id-22 #aside {
    /* Page Contact */
    width: 480px;
    padding: 0; } }

@media screen and (min-width: 1260px) {
  #content {
    width: 780px;
    padding-right: 60px; }
  #aside {
    width: 420px; }
  body.page-id-22 #content,
  body.page-id-22 #aside {
    /* Page Contact */
    width: 630px;
    padding: 0; } }

@media screen and (max-width: 684px) {
  .col160,
  .col240,
  .col320,
  .col400,
  .col480,
  .col640,
  .col720,
  .col800,
  #content,
  #aside {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0; }
  #aside {
    background: #ECECEC;
    padding-top: 40px;
    padding-bottom: 60px; } }

.navigation {
  height: 50px;
  margin: 10px; }
  @media screen and (max-width: 684px) {
    .navigation {
      height: auto; } }
  .navigation:after {
    content: '';
    clear: both;
    display: block; }

.navigation .nav-previous,
.navigation .nav-next {
  height: 50px;
  width: 50%;
  float: left; }
  @media screen and (max-width: 684px) {
    .navigation .nav-previous,
    .navigation .nav-next {
      width: 100%;
      float: none;
      height: auto !important; } }

.navigation .nav-next {
  float: right;
  text-align: right; }

.clickable {
  cursor: pointer;
  position: relative; }

#infscr-loading {
  margin: 15px 20px;
  padding: 30px;
  text-align: center;
  font-size: 12px;
  clear: both; }

.fb-like-box {
  margin: 10px 20px; }

@media screen and (max-width: 684px) {
  .fb-like-box {
    margin: 0; } }

.sharingToolsRow .addthis_native_toolbox {
  margin: 5px 0; }

.page-id-28 .hentry {
  background: url(../images/thumbs/generaliste.jpg) no-repeat 100% 0; }

.page-id-30 .hentry {
  background: url(../images/thumbs/specialiste.jpg) no-repeat 100% 0; }

.page-id-32 .hentry {
  background: url(../images/thumbs/praticien-hospitalier.jpg) no-repeat 100% 0; }

.page-id-34 .hentry {
  background: url(../images/thumbs/dentiste.jpg) no-repeat 100% 0; }

.page-id-36 .hentry {
  background: url(../images/thumbs/sage-femme.jpg) no-repeat 100% 0; }

.page-id-38 .hentry {
  background: url(../images/thumbs/pharmacien.jpg) no-repeat 100% 0; }

.page-id-40 .hentry {
  background: url(../images/thumbs/infirmier.jpg) no-repeat 100% 0; }

.page-id-42 .hentry {
  background: url(../images/thumbs/kinesitherapeute.jpg) no-repeat 100% 0; }

.page-id-44 .hentry {
  background: url(../images/thumbs/orthophoniste.jpg) no-repeat 100% 0; }

.page-id-46 .hentry {
  background: url(../images/thumbs/autre.jpg) no-repeat 100% 0; }

.blog .hentry,
.category .hentry,
.author .hentry,
.search .hentry {
  margin: 0 30px 60px;
  padding-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  /*border-bottom:1px solid $color-04;*/ }
  @media screen and (max-width: 684px) {
    .blog .hentry,
    .category .hentry,
    .author .hentry,
    .search .hentry {
      margin: 0 20px 0px; } }

.blog .hentry .postTitle,
.category .hentry .postTitle,
.search .hentry .postTitle {
  padding-top: 20px; }

.blog .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postTitle,
.category .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postTitle,
.search .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postTitle {
  padding-top: 0; }

.blog .hentry .postThumb,
.category .hentry .postThumb,
.search .hentry .postThumb {
  background: #ECECEC;
  line-height: 0; }

.blog .hentry.category-temoignages.has-post-thumbnail .postThumb,
.category .hentry.category-temoignages.has-post-thumbnail .postThumb,
.search .hentry.category-temoignages.has-post-thumbnail .postThumb {
  width: 200px;
  height: 200px;
  float: right;
  overflow: hidden;
  /* coins arrondis */
  -moz-border-radius: 50%;
  /* firefox */
  -webkit-border-radius: 50%;
  /* safari */
  border-radius: 50%;
  /* css3 */ }

@media screen and (max-width: 684px) {
  .blog .hentry.category-temoignages.has-post-thumbnail .postThumb,
  .category .hentry.category-temoignages.has-post-thumbnail .postThumb,
  .search .hentry.category-temoignages.has-post-thumbnail .postThumb {
    width: 95px;
    height: 95px;
    float: none; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .blog .hentry.category-temoignages.has-post-thumbnail .postThumb,
  .category .hentry.category-temoignages.has-post-thumbnail .postThumb,
  .search .hentry.category-temoignages.has-post-thumbnail .postThumb {
    width: 95px;
    height: 95px;
    float: none; } }

.blog .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
.category .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
.search .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText {
  float: left; }

@media screen and (max-width: 684px) {
  .blog .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .category .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .search .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText {
    width: 100%;
    float: none; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .blog .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .category .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .search .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText {
    width: 100%;
    float: none; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  .blog .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .category .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .search .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText {
    width: 340px; } }

@media screen and (min-width: 1260px) {
  .blog .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .category .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText,
  .search .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText {
    width: 520px; } }

.relatedPosts {
  margin: 50px 30px 0;
  padding-top: 20px;
  border-top: 1px solid #ECECEC; }

#entry-author-info {
  margin-top: 30px;
  padding-top: 35px;
  background: url(../images/bg-section.png) no-repeat 50% 0; }

.author #entry-author-info {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
  padding-bottom: 35px;
  background-position: 50% 100%; }

.halfCol {
  width: 50%;
  float: left;
  text-align: left; }

body.home .halfCol {
  text-align: center; }

@media screen and (max-width: 684px) {
  .halfCol {
    width: 100%;
    float: none; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .halfCol {
    width: 100%;
    float: none; }
  .halfCol.col50 {
    width: 50%;
    float: left; } }

#main .strateBlurredPicture .halfCol,
#main .stratePicture .halfCol {
  background: #FFFFFF;
  padding: 60px 0;
  margin-bottom: -20px;
  position: relative;
  z-index: 5; }

#main .stratePicture .halfCol {
  float: right; }

@media screen and (max-width: 684px) {
  #main .strateBlurredPicture .halfCol,
  #main .stratePicture .halfCol {
    margin: 0 0 -2px; } }

.halfCol .paddedContent {
  text-align: left; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  .halfCol .paddedContent {
    width: 84%;
    margin: 0 8%; } }

@media screen and (min-width: 1260px) {
  .halfCol .paddedContent {
    width: 70%;
    margin: 0 15%; } }

.indexHighlight,
.asideNewsItem {
  cursor: pointer; }

.indexNewsList {
  padding: 0 15px; }

.indexNewsContainer {
  float: left; }

@media screen and (max-width: 684px) {
  .indexNewsContainer {
    width: 100%;
    float: none; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .indexNewsContainer {
    width: 50%; }
    .indexNewsContainer:nth-child(3) {
      display: none; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  .indexNewsContainer {
    width: 310px; } }

@media screen and (min-width: 1260px) {
  .indexNewsContainer {
    width: 410px; } }

.indexNewsHighlight {
  margin: 10px 15px;
  padding-bottom: 20px;
  background: #FFFFFF; }

.indexNewsHighlightText {
  min-height: 160px;
  height: auto; }

@media screen and (max-width: 684px) {
  .indexNewsHighlightText {
    min-height: auto; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .indexNewsHighlightText {
    min-height: auto; } }

.indexTestimonial {
  margin: 0 30px -1px;
  cursor: pointer; }

.indexTestimonialText,
.indexTestimonialBlock {
  height: 320px;
  line-height: 320px;
  text-align: center;
  float: left; }

.even .indexTestimonialText {
  float: right; }

.vCenter {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 195%; }

.indexTestimonialThumb {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  line-height: 100%;
  overflow: hidden;
  /* coins arrondis */
  -moz-border-radius: 50%;
  /* firefox */
  -webkit-border-radius: 50%;
  /* safari */
  border-radius: 50%;
  /* css3 */ }

.indexTestimonialTitle {
  background: #EFC94C; }

.indexTestimonialExcerpt {
  background: #45B29D url(../images/bg-indexTestimonialExcerpt.png) no-repeat 0 50%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

.indexTestimonial:hover .indexTestimonialExcerpt {
  background-position: -2px 50%; }

.indexTestimonialIcon {
  background: #FFFFFF; }

.category-autre .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-kinesitherapeute.png) no-repeat 50% 50%; }

.category-chirurgien-dentiste .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-dentiste.png) no-repeat 50% 50%; }

.category-infirmier .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-infirmier.png) no-repeat 50% 50%; }

.category-masseur-kinesitherapeute .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-kinesitherapeute.png) no-repeat 50% 50%; }

.category-medecin-generaliste .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-generaliste.png) no-repeat 50% 50%; }

.category-medecin-specialiste .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-specialiste.png) no-repeat 50% 50%; }

.category-orthophoniste .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-orthophoniste.png) no-repeat 50% 50%; }

.category-pharmacien .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-pharmacien.png) no-repeat 50% 50%; }

.category-praticien-hospitalier .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-praticien-hospitalier.png) no-repeat 50% 50%; }

.category-sage-femme .indexTestimonialIcon {
  background: #FFFFFF url(../images/testimonial-icons/ico-sage-femme.png) no-repeat 50% 50%; }

/* RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .category-autre .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-kinesitherapeute@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-chirurgien-dentiste .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-dentiste@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-infirmier .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-infirmier@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-masseur-kinesitherapeute .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-kinesitherapeute@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-medecin-generaliste .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-generaliste@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-medecin-specialiste .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-specialiste@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-orthophoniste .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-orthophoniste@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-pharmacien .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-pharmacien@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-praticien-hospitalier .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-praticien-hospitalier@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; }
  .category-sage-femme .indexTestimonialIcon {
    background: #FFFFFF url(../images/testimonial-icons/ico-sage-femme@2x.png) no-repeat 50% 50%;
    background-size: 110px 90px; } }

@media screen and (max-width: 684px) {
  .indexTestimonialText,
  .indexTestimonialBlock {
    width: 100%;
    height: auto;
    line-height: 205%;
    text-align: left;
    float: none; }
  .indexTestimonialTitle,
  .indexTestimonialExcerpt {
    text-align: center;
    background: #45B29D; }
  .even .indexTestimonialTitle,
  .even .indexTestimonialExcerpt {
    background: #EFC94C; }
  .indexTestimonialTitle {
    padding-top: 20px; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .indexTestimonialText,
  .indexTestimonialBlock {
    width: 100%;
    height: auto;
    line-height: 205%;
    text-align: left;
    float: none; }
  .indexTestimonialTitle,
  .indexTestimonialExcerpt {
    text-align: center;
    background: #45B29D; }
  .even .indexTestimonialTitle,
  .even .indexTestimonialExcerpt {
    background: #EFC94C; }
  .indexTestimonialTitle {
    padding-top: 20px; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  .indexTestimonialBlock {
    width: 300px; } }

@media screen and (min-width: 1260px) {
  .indexTestimonialBlock {
    width: 400px; } }

body.page-id-22 #map {
  /* Page CONTACT ET ACCES */
  height: 280px;
  margin: 20px 30px;
  /* coins arrondis */
  -moz-border-radius: 3px;
  /* firefox */
  -webkit-border-radius: 3px;
  /* safari */
  border-radius: 3px;
  /* css3 */ }

.galleryList {
  padding-top: 35px; }

@media screen and (max-width: 684px) {
  .galleryList {
    margin-right: 30px; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .galleryList {
    margin-right: 30px; } }

.galleryListItem {
  width: 160px;
  float: left;
  text-align: left;
  cursor: pointer;
  margin: 0 0 30px 30px; }

@media screen and (max-width: 684px) {
  .galleryListItem {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0 0 30px 30px;
    height: 75px;
    vertical-align: middle; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .galleryListItem {
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 30px 30px; } }

@media screen and (min-width: 1260px) {
  .galleryListItem {
    width: 220px; } }

.accordion {
  padding-top: 50px; }
  @media screen and (max-width: 684px) {
    .accordion {
      padding-top: 20px; } }

.accordion-group {
  padding: 10px 0; }

.accordion-inner {
  padding-bottom: 50px; }

/* -------------------------------------------------------------------------------------------- */
#main .excerpt {
  color: #334D5C;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px !important; }

#main p,
#main ul,
#main ol,
#main form,
#main dl,
#main blockquote,
#main address,
#main h1,
#main h2,
#main h3,
#main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main #dialogTitle,
#main h4,
#main h5,
#main h6,
#main .swf,
#main .excerpt {
  padding: 5px 30px; }

#main h1,
#main h2,
#main h3,
#main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main #dialogTitle,
#main h4,
#main h5,
#main h6 {
  /*-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;*/ }

#main pre {
  font-size: 12px;
  line-height: 150%; }

#main table {
  margin: 5px 30px; }

#main form,
#main input,
#main textarea,
#main select,
#main option,
#main blockquote,
#main table,
#main tr,
#main th,
#main td {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #main form,
  #main input,
  #main textarea,
  #main select,
  #main option,
  #main blockquote,
  #main table,
  #main tr,
  #main th,
  #main td {
    font-size: 14px; } }

#main h1 {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 54px;
  color: #334D5C;
  line-height: 125%;
  padding: 0;
  margin: 0 30px 30px;
  text-align: left; }

@media screen and (max-width: 684px) {
  #main h1 {
    font-size: 32px; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main h1 {
    font-size: 32px; } }

#main h2 {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #45B29D;
  line-height: 145%;
  padding: 10px 30px;
  text-align: left; }

@media screen and (max-width: 684px) {
  #main h2 {
    font-size: 18px; } }

#main .indexNewsHighlight h2 {
  font-size: 18px; }

#main .indexTestimonialBlock h2 {
  font-size: 18px;
  text-align: center; }

#main .galleryListItem h2 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-align: center; }

@media screen and (max-width: 684px) {
  #main .galleryListItem h2 {
    padding: 0 30px;
    /*height:75px;
        line-height:75px;*/
    overflow: hidden;
    text-align: left; } }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #main .galleryListItem h2 {
    font-size: 14px; } }

.blog #main .hentry h2,
.category #main .hentry h2,
.author #main .hentry h2,
.search #main .hentry h2 {
  padding: 10px 0; }

.blog #main .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postTitle h2,
.category #main .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postTitle h2,
.search #main .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postTitle h2 {
  padding: 10px 30px 10px 0;
  font-size: 28px; }


#main h3,
#main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main #dialogTitle {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #EFC94C;
  line-height: 145%;
  padding: 10px 30px;
  text-align: left; }

@media screen and (max-width: 684px) {
  
  #main h3,
  #main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle,
  #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main #dialogTitle {
    font-size: 16px; } }

#main .relatedPosts h3, #main .relatedPosts #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .relatedPosts #dialogTitle {
  padding: 10px 0; }

#main h3.accordion-heading, #main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset .accordion-heading#dialogTitle, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .accordion-heading#dialogTitle {
  font-size: 20px;
  /*padding:10px 0;*/
  padding: 0 30px; }

#main h4 {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #DF5A49;
  padding: 10px 30px; }

#main h5 {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px; }

#main p.strateTitle {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-weight: bold;
  color: #334D5C;
  padding-bottom: 30px; }

#main p.strateBottomCTA {
  padding-top: 30px; }

.strateBottomCTARow {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px; }

#main p.entry-meta {
  color: #45B29D; }

.blog #main .hentry .postExcerpt p,
.category #main .hentry .postExcerpt p,
.author #main .hentry .postExcerpt p,
.search #main .hentry .postExcerpt p {
  padding: 10px 0; }

.blog #main .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postExcerpt p,
.category #main .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postExcerpt p,
.search #main .hentry.category-temoignages.has-post-thumbnail .loopTestimonialText .postExcerpt p {
  padding: 10px 30px 10px 0; }

#main .indexNewsHighlight p.thumb {
  padding: 0;
  text-align: center;
  line-height: 0; }
  .objectfit #main .indexNewsHighlight p.thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }

@media screen and (max-width: 684px) {
  #main .indexNewsHighlight p.thumb {
    -moz-box-shadow: inset 0px 0px 80px 0px #9b9b9b;
    -webkit-box-shadow: inset 0px 0px 80px 0px #9b9b9b;
    -o-box-shadow: inset 0px 0px 80px 0px #9b9b9b;
    box-shadow: inset 0px 0px 80px 0px #9b9b9b; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main .indexNewsHighlight p.thumb {
    -moz-box-shadow: inset 0px 0px 80px 0px #9b9b9b;
    -webkit-box-shadow: inset 0px 0px 80px 0px #9b9b9b;
    -o-box-shadow: inset 0px 0px 80px 0px #9b9b9b;
    box-shadow: inset 0px 0px 80px 0px #9b9b9b; } }

#main .galleryListItem p.galleryListItemThumb {
  padding: 0;
  background: #000000;
  background: #45B29D;
  line-height: 0; }

@media screen and (max-width: 684px) {
  #main .galleryListItem p.galleryListItemThumb {
    float: left; } }

#main #choose p {
  text-align: center;
  padding: 10px 5px; }

#main .indexTestimonialBlock p {
  vertical-align: middle;
  display: inline-block;
  line-height: 195%;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#main .indexTestimonial:hover .indexTestimonialBlock p {
  line-height: 225%;
  opacity: 1; }

@media screen and (max-width: 684px) {
  #main .indexTestimonialBlock p,
  #main .indexTestimonial:hover .indexTestimonialBlock p {
    line-height: 195%;
    opacity: 1; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main .indexTestimonialBlock p,
  #main .indexTestimonial:hover .indexTestimonialBlock p {
    line-height: 195%;
    opacity: 1; } }

#main p.asideCTA {
  padding: 10px 30px 50px; }

#main .archive-meta p {
  color: #334D5C;
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 22px;
  text-align: left;
  line-height: 175%;
  margin: 20px 0; }

#main ul.toc {
  padding: 20px 0 10px;
  margin: 20px 30px 5px;
  border-top: 1px solid #E0E0E0; }

#main ul.sidebar-nav,
#main ul.blogArchives {
  padding: 0;
  margin: 0 30px 35px;
  overflow: hidden; }

#main ul.sitemap ul {
  padding-right: 0; }

#main .relatedPosts ul {
  padding: 5px 0; }

#main ol li {
  padding: 0 0 5px 20px;
  background: none;
  list-style: decimal; }

#main ul li,
#main ol ul li {
  list-style: none;
  padding: 0 0 5px 20px;
  background: url(../images/bg-li.png) no-repeat 0 14px; }

#main ul.sidebar-nav li,
#main ul.blogArchives li {
  background: none;
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
  position: relative; }

#main ul.recentPosts li {
  background: none;
  padding: 0; }

#main ul.largeButtons li {
  background: none;
  padding: 0; }

#main blockquote {
  color: #334D5C;
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 22px;
  text-align: left;
  line-height: 175%;
  margin: 20px 0;
  padding: 0;
  /*border-left:5px solid #AEAEAE;*/ }

a {
  color: #334D5C;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

a.button {
  text-decoration: none;
  color: #FFFFFF;
  background: #DF5A49;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden; }

a.button::before {
  /*content:"";
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    height:0;
    width:0;
    opacity:0;
    background:#FFFFFF;*/
  -webkit-transition: all .5s ease-in;
  /*safari and chrome */
  -moz-transition: all .5s ease-in;
  /* firefox */
  -o-transition: all .5s ease-in;
  /* opera */ }

#main p.strateBottomCTA.center a.button {
  margin: 0 10px 5px; }

@media screen and (max-width: 684px) {
  #main .strateHeader p.strateBottomCTA.center a.button {
    display: block;
    margin: 0 10px 10px; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #main .strateHeader p.strateBottomCTA.center a.button {
    margin: 0 5px 5px; } }

#main p.asideCTA a.button {
  display: block;
  text-align: center;
  height: auto;
  line-height: 195%;
  padding: 20px; }

#main h2 a,
#main h3 a,
#main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main #dialogTitle a {
  text-decoration: none; }

#main h3.accordion-heading a, #main #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset .accordion-heading#dialogTitle a, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .accordion-heading#dialogTitle a {
  display: block;
  padding: 30px 0 10px;
  border-top: 1px solid #ECECEC; }

#main ul.sidebar-nav a,
#main ul.blogArchives a {
  display: block;
  padding: 15px 0;
  color: #999999;
  text-decoration: none; }

#main ul.sidebar-nav li.current_page_item a,
#main ul.sidebar-nav li.current_page_ancestor a,
#main ul.blogArchives li.current_page_item a,
#main ul.blogArchives li.current-cat a {
  color: #444444; }

#main #choose div.chooseItem {
  width: 20%;
  float: left; }
  @media screen and (min-width: 685px) and (max-width: 959px) {
    #main #choose div.chooseItem {
      width: 33%; } }
  @media screen and (max-width: 684px) {
    #main #choose div.chooseItem {
      width: 50%; } }

#main #choose:after {
  content: '';
  display: block;
  clear: both; }

#main #choose p a {
  display: block;
  text-decoration: none;
  padding: 120px 0 0;
  outline: none; }

#main #choose p a.ico-generaliste, #main #choose p a.ico-28 {
  background: url(../images/profils/ico-generaliste.png) no-repeat 50% 0; }

#main #choose p a.ico-specialiste, #main #choose p a.ico-30 {
  background: url(../images/profils/ico-specialiste.png) no-repeat 50% 0; }

#main #choose p a.ico-praticien-hospitalier, #main #choose p a.ico-32 {
  background: url(../images/profils/ico-praticien-hospitalier.png) no-repeat 50% 0; }

#main #choose p a.ico-dentiste, #main #choose p a.ico-34 {
  background: url(../images/profils/ico-dentiste.png) no-repeat 50% 0; }

#main #choose p a.ico-sage-femme, #main #choose p a.ico-36 {
  background: url(../images/profils/ico-sage-femme.png) no-repeat 50% 0; }

#main #choose p a.ico-pharmacien, #main #choose p a.ico-38 {
  background: url(../images/profils/ico-pharmacien.png) no-repeat 50% 0; }

#main #choose p a.ico-infirmier, #main #choose p a.ico-40 {
  background: url(../images/profils/ico-infirmier.png) no-repeat 50% 0; }

#main #choose p a.ico-kinesitherapeute, #main #choose p a.ico-42 {
  background: url(../images/profils/ico-kinesitherapeute.png) no-repeat 50% 0; }

#main #choose p a.ico-orthophoniste, #main #choose p a.ico-44 {
  background: url(../images/profils/ico-orthophoniste.png) no-repeat 50% 0; }

#main #choose p a.ico-autre, #main #choose p a.ico-46 {
  background: url(../images/profils/ico-autre.png) no-repeat 50% 0; }

/* RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #main #choose p a.ico-generaliste, #main #choose p a.ico-28 {
    background: url(../images/profils/ico-generaliste@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-specialiste, #main #choose p a.ico-30 {
    background: url(../images/profils/ico-specialiste@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-praticien-hospitalier, #main #choose p a.ico-32 {
    background: url(../images/profils/ico-praticien-hospitalier@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-dentiste, #main #choose p a.ico-34 {
    background: url(../images/profils/ico-dentiste@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-sage-femme, #main #choose p a.ico-36 {
    background: url(../images/profils/ico-sage-femme@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-pharmacien, #main #choose p a.ico-38 {
    background: url(../images/profils/ico-pharmacien@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-infirmier, #main #choose p a.ico-40 {
    background: url(../images/profils/ico-infirmier@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-kinesitherapeute, #main #choose p a.ico-42 {
    background: url(../images/profils/ico-kinesitherapeute@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-orthophoniste, #main #choose p a.ico-44 {
    background: url(../images/profils/ico-orthophoniste@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; }
  #main #choose p a.ico-autre, #main #choose p a.ico-46 {
    background: url(../images/profils/ico-autre@2x.png) no-repeat 50% 0;
    background-size: 110px 90px; } }

a:active,
a:hover {
  color: #DF5A49; }

a.button:active,
a.button:hover {
  color: #FFFFFF;
  background: #334D5C; }

#main a.button:active::before,
#main a.button:hover::before,
.blog #main .hentry:hover a.button::before,
.category #main .hentry:hover a.button::before,
.author #main .hentry:hover a.button::before,
.search #main .hentry:hover a.button::before {
  /*height:320px;
    width:400px;
    margin:-200px;
    opacity:.2;*/ }

.blog #main .hentry:hover,
.category #main .hentry:hover,
.author #main .hentry:hover,
.search #main .hentry:hover {
  cursor: pointer; }

.blog #main .hentry:hover h2 a,
.category #main .hentry:hover h2 a,
.author #main .hentry:hover h2 a,
.search #main .hentry:hover h2 a {
  color: #DF5A49; }

.blog #main .hentry:hover .button,
.category #main .hentry:hover .button,
.author #main .hentry:hover .button,
.search #main .hentry:hover .button {
  color: #FFFFFF;
  background: #334D5C; }

#main .indexHighlight:active a,
#main .indexHighlight:hover a {
  color: #DF5A49; }

#main .asideNewsItem:active a,
#main .asideNewsItem:hover a {
  color: #DF5A49; }

#main .indexTestimonial:hover h2 a,
#main .indexTestimonial h2 a:active,
#main .indexTestimonial h2 a:hover {
  color: #FFFFFF; }

#main .strateBlue a:active,
#main .strateBlue a:hover,
#main .strateBlue .indexHighlight:active a,
#main .strateBlue .indexHighlight:hover a {
  color: #FFFFFF; }

#main ul.sidebar-nav li a:active,
#main ul.sidebar-nav li a:hover,
#main ul.blogArchives li a:active,
#main ul.blogArchives li a:hover {
  color: #444444;
  padding-left: 10px; }

#main ul.sidebar-nav li.current_page_item a:active,
#main ul.sidebar-nav li.current_page_item a:hover,
#main ul.blogArchives li.current-cat a:active,
#main ul.blogArchives li.current-cat a:hover {
  padding-left: 0; }

#main .galleryListItem:active h3 a, #main .galleryListItem:active #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .galleryListItem:active #dialogTitle a,
#main .galleryListItem:hover h3 a,
#main .galleryListItem:hover #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .galleryListItem:hover #dialogTitle a,
#main .galleryListItem h3 a:active,
#main .galleryListItem #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a:active,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .galleryListItem #dialogTitle a:active,
#main .galleryListItem h3 a:hover,
#main .galleryListItem #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a:hover,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main .galleryListItem #dialogTitle a:hover {
  color: #FFAE00; }

#main #choose p a:active,
#main #choose p a:hover {
  color: #334D5C;
  background-position: 50% 10px; }

#main .galleryListItem:hover h2 a,
#main .galleryListItem:active h2 a,
#main .galleryListItem h2 a:hover,
#main .galleryListItem h2 a:active {
  color: #DF5A49; }

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

#main #map img {
  max-width: none; }

#main ul.blogArchives span.count {
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  top: 50%;
  right: 0;
  background: #DF5A49;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px; }

#main .indexTestimonialBlock p span.quote-before,
#main .indexTestimonialBlock p span.quote-after {
  display: block;
  height: 30px; }

#main .indexTestimonialBlock p span.quote-before {
  background: url(../images/bg-quote-before.png) no-repeat 50% 50%; }

#main .indexTestimonialBlock p span.quote-after {
  background: url(../images/bg-quote-after.png) no-repeat 50% 50%; }

#main .galleryListItem p.galleryListItemThumb span {
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#main .galleryListItem:hover p.galleryListItemThumb span,
#main .galleryListItem:active p.galleryListItemThumb span {
  /*opacity:.95;*/ }

#main p.strateTitle small {
  font-size: 12px;
  font-weight: normal; }

#main p.asideCTA a.button small {
  font-size: 12px;
  font-weight: normal;
  opacity: .8; }

#main p.asideCTA.typed-cursor {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

#main p.asideCTA.lift-text .typed-cursor {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

#main form.wpcf7-form {
  margin-top: 15px;
  overflow: visible; }

#main form.wpcf7-form ol {
  padding: 0; }

#main form.wpcf7-form ol li {
  padding: 5px 0;
  list-style: none;
  background-image: none;
  position: relative;
  margin-bottom: 20px; }
  #main form.wpcf7-form ol li label {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  #main form.wpcf7-form ol li.is-focused input, #main form.wpcf7-form ol li.is-focused textarea {
    border-bottom-color: #334D5C; }
  #main form.wpcf7-form ol li.is-focused > label {
    font-size: 12px;
    top: -25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  #main form.wpcf7-form ol li span.infos {
    font-size: 14px; }

#main form.wpcf7-form label {
  display: inline-block;
  font-size: 16px;
  padding-top: 5px;
  position: absolute;
  top: 5px;
  left: 0; }

#main form.wpcf7-form .wpcf7-form-control-wrap label {
  width: auto; }

#main form.wpcf7-form h3, #main form.wpcf7-form #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #main form.wpcf7-form #dialogTitle {
  padding: 25px 0; }

#main form.wpcf7-form p {
  padding: 5px 0; }

#main form.wpcf7-form ul {
  padding: 5px 0; }

#main form.wpcf7-form em {
  font-weight: bold;
  font-style: normal;
  color: #DF5A49; }

#main form.wpcf7-form select.wpcf7-select,
#main form.wpcf7-form input.wpcf7-text,
#main form.wpcf7-form input.wpcf7-number,
#main form.wpcf7-form input.wpcf7-date,
#main form.wpcf7-form textarea {
  padding: 10px 0;
  background: transparent;
  border: none;
  width: 100% !important;
  font-size: 16px;
  color: #777777;
  border-bottom: 1px solid #DF5A49;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #main form.wpcf7-form select.wpcf7-select:focus,
  #main form.wpcf7-form input.wpcf7-text:focus,
  #main form.wpcf7-form input.wpcf7-number:focus,
  #main form.wpcf7-form input.wpcf7-date:focus,
  #main form.wpcf7-form textarea:focus {
    outline: 0; }

#main form.wpcf7-form textarea {
  width: 260px;
  height: 100px; }

@media screen and (max-width: 684px) {
  #main form.wpcf7-form select.wpcf7-select,
  #main form.wpcf7-form input.wpcf7-text,
  #main form.wpcf7-form input.wpcf7-number,
  #main form.wpcf7-form input.wpcf7-date,
  #main form.wpcf7-form textarea {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

#main form.wpcf7-form input.wpcf7-submit {
  padding: 10px 20px;
  margin-left: 190px;
  background: #DF5A49;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#main form.wpcf7-form input.wpcf7-submit:hover {
  background: #334D5C; }

@media screen and (max-width: 684px) {
  #main form.wpcf7-form input.wpcf7-submit {
    margin-left: 0; } }

#main table {
  margin: 10px 0 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #EDEDED;
  border-width: 1px 0 0 1px; }

@media screen and (max-width: 684px) {
  #main table {
    overflow-x: auto;
    display: block;
    width: auto; } }

#main table th,
#main table td {
  padding: 5px 10px;
  border: solid #EDEDED;
  border-width: 0 1px 1px 0;
  text-align: left; }

#main table th {
  font-weight: bold; }

#main iframe {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-height: 320px; }

@media screen and (min-width: 1260px) {
  #main iframe {
    max-height: 520px; } }

.rgpdNewsletter {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.4; }
  .rgpdNewsletter a {
    color: #ACBDC6; }
    .rgpdNewsletter a:hover {
      color: #fff; }

/* -------------------------------------------------------------------------------------------- */
/* Aside - Call To Action "Changer de vie" ---------------------------------------------------- */
.typed-cursor {
  display: inline-block;
  margin: 0 5px;
  opacity: .5;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: .5; } }

@-webkit-keyframes blink {
  0% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: .5; } }

@-moz-keyframes blink {
  0% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: .5; } }

#changeLifeCTALegend {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

#changeLifeCTALink {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.lift-text #changeLifeCTALink {
  opacity: 1; }

/* -------------------------------------------------------------------------------------------- */
/* Page "CONTACT" - Pulsate map pointer ------------------------------------------------------- */
@-moz-keyframes pulsate {
  from {
    -moz-transform: scale(0.25);
    opacity: 1.0; }
  95% {
    -moz-transform: scale(1.3);
    opacity: 0; }
  to {
    -moz-transform: scale(0.3);
    opacity: 0; } }

@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(0.25);
    opacity: 1.0; }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0; }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0; } }

/* get the container that's just outside the marker image,
which just happens to have our Marker title in it */
.page-id-22 #map div.gmnoprint[title="Ici"] {
  -moz-animation: pulsate 1.5s ease-in-out infinite;
  -webkit-animation: pulsate 1.5s ease-in-out infinite;
  border: 1px solid #FFFFFF;
  /* make a circle */
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* multiply the shadows, inside and outside the circle */
  -moz-box-shadow: 0 0 5px #45B29D;
  -webkit-box-shadow: 0 0 5px #45B29D;
  box-shadow: 0 0 5px #45B29D;
  /* set the ring's new dimension and re-center it */
  height: 50px !important;
  margin: -20px 0 0 -20px;
  width: 50px !important; }

/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
.page-id-22 #map div.gmnoprint[title="Ici"] img {
  display: none; }

/* compensate for iPhone and Android devices with high DPI, add iPad media query */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
  .page-id-22 #map div.gmnoprint[title="Ici"] {
    margin: -10px 0 0 -10px; } }

/* -------------------------------------------------------------------------------------------- */
/* Fil d'ariane ------------------------------------------------------------------------------- */
#bcrumbs {
  background: #334D5C;
  z-index: 2;
  width: 100%; }

@media screen and (max-width: 684px) {
  #bcrumbs {
    overflow: hidden;
    white-space: nowrap; } }

#bcrumbs p#breadcrumbs {
  padding: 15px 30px;
  font-size: 11px;
  line-height: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 684px) {
    #bcrumbs p#breadcrumbs {
      height: 40px; }
      #bcrumbs p#breadcrumbs > span {
        float: left;
        white-space: nowrap;
        overflow-x: auto;
        display: inline-block;
        width: 100%; } }

#bcrumbs p#breadcrumbs a {
  color: #99A6AE;
  padding-left: 15px;
  padding-right: 5px;
  background: url(../images/bg-breadcrumb.png) no-repeat 0 50%;
  text-decoration: none; }

#bcrumbs p#breadcrumbs a:hover {
  text-decoration: underline; }

#bcrumbs p#breadcrumbs span.breadcrumb_last {
  color: #FFFFFF;
  padding-left: 15px;
  background: url(../images/bg-breadcrumb_last.png) no-repeat 0 50%; }

/* -------------------------------------------------------------------------------------------- */
/* Footer ------------------------------------------------------------------------------------- */
#footer {
  background: #334D5C;
  color: #FFFFFF;
  padding: 50px 0 0;
  font-size: 12px;
  line-height: 1.4; }

#footer h3, #footer #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #footer #dialogTitle,
#footer h4,
#footer p,
#footer ul {
  padding: 5px 30px; }

#footer h3, #footer #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #footer #dialogTitle,
#footer h4 {
  font-family: "Roboto", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400; }

#footer h3, #footer #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #footer #dialogTitle {
  color: #FFFFFF;
  font-size: 18px; }

#footer p.signature {
  padding: 200px 0 50px;
  line-height: 1.8;
  font-size: 10px;
  text-align: center;
  background: #45B29D url(../images/bg-p-signature.png) no-repeat 50% 0; }

@media screen and (max-width: 684px) {
  #footer p.signature {
    padding: 0 20px 50px;
    background: #334D5C; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  #footer p.signature {
    padding: 0 0 50px;
    background: #334D5C; } }

#footer p.partners {
  background: #FFFFFF;
  padding: 20px 0;
  padding-bottom: 7px; }
  #footer p.partners.subtext {
    padding-top: 0;
    padding-bottom: 20px;
    color: #45B29D; }

#footer li {
  list-style: none; }

#footer ul.sitemapLinks li {
  padding: 0 0 0 20px;
  background: url(../images/bg-footer-sitemap-li.png) no-repeat 0 11px; }

#footer a {
  color: #ACBDC6;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#footer h3 a, #footer #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #footer #dialogTitle a,
#footer h4 a {
  color: #FFFFFF;
  text-decoration: none; }

#footer ul.sitemapLinks li a {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px; }

#footer p.signature a {
  color: #FFFFFF; }

#footer p.partners a {
  display: inline-block;
  margin: 0 10px; }

#footer a:hover,
#footer a:active {
  color: #FFFFFF; }

#footer h3 a:hover, #footer #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a:hover, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #footer #dialogTitle a:hover,
#footer h3 a:active,
#footer #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle a:active,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #footer #dialogTitle a:active,
#footer h4 a:hover,
#footer h4 a:active {
  color: #DF5A49; }

#footer p.signature a:hover,
#footer p.signature a:active {
  color: #FFFFFF; }

#footer a img {
  border: none; }

#footer img {
  max-width: 100%; }

#footer .social {
  height: 60px; }

#footer .social li {
  display: block;
  float: left;
  margin-right: 10px; }

#footer .social li a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px; }

#footer .social li a:active,
#footer .social li a:hover {
  color: #DF5A49; }

#footer .social li a span {
  display: none; }

#footer .newsletter form.wpcf7-form {
  overflow: auto;
  padding: 0 30px; }
  #footer .newsletter form.wpcf7-form .ajax-loader {
    display: none !important; }
  #footer .newsletter form.wpcf7-form .wpcf7-not-valid-tip {
    display: none !important; }

#footer .newsletter form.wpcf7-form p {
  padding: 5px 0; }

#footer .newsletter form.wpcf7-form input.wpcf7-email {
  display: block;
  float: left;
  font-size: 16px;
  height: 50px !important;
  width: calc(100% - 60px);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  background: #FFFFFF;
  border: none;
  font-size: 16px;
  -moz-box-shadow: inset 0px 0px 10px 0px #9b9b9b;
  -webkit-box-shadow: inset 0px 0px 10px 0px #9b9b9b;
  -o-box-shadow: inset 0px 0px 10px 0px #9b9b9b;
  box-shadow: inset 0px 0px 10px 0px #9b9b9b;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=10); }

#footer .newsletter form.wpcf7-form input.wpcf7-text:focus {
  background: #F8F8ED; }

@media screen and (min-width: 960px) and (max-width: 1259px) {
  #footer .newsletter form.wpcf7-form input.wpcf7-email {
    width: 170px; } }

#footer .newsletter form.wpcf7-form input.wpcf7-submit {
  display: block;
  float: left;
  font-size: 16px;
  width: 60px;
  padding: 10px 20px;
  height: 50px;
  background: #DF5A49;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#main form.wpcf7-form input.wpcf7-submit:hover {
  background: #334D5C; }

/* -------------------------------------------------------------------------------------------- */
/* Retour haut de page ------------------------------------------------------------------------ */
.backtotopinstance {
  background: #DF5A49 url(../images/bg-backtotopinstance.png) no-repeat 50% 50%;
  border-radius: 30px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

@media screen and (max-width: 684px) {
  .backtotopinstance {
    bottom: 45px; } }

.backtotopinstance:hover {
  background-color: #334D5C; }

/* -------------------------------------------------------------------------------------------- */
/* INFOBOX ------------------------------------------------------------------------------------ */
.infobox {
  background: #FFFFFF;
  width: 280px;
  text-align: left;
  line-height: 155%;
  font-size: 14px;
  /* coins arrondis */
  -moz-border-radius: 3px;
  /* firefox */
  -webkit-border-radius: 3px;
  /* safari */
  border-radius: 3px;
  /* css3 */
  /* ombre externe */
  -webkit-box-shadow: 0px 0px 10px 0px #111111;
  -moz-box-shadow: 0px 0px 10px 0px #111111;
  box-shadow: 0px 0px 10px 0px #111111; }

#main .infobox p {
  padding: 20px; }

#main .infobox p.thumb {
  padding: 0; }

#main .infobox a {
  text-decoration: none; }

/* -------------------------------------------------------------------------------------------- */
/* FACEBOOK SOCIAL ---------------------------------------------------------------------------- */
#main .fb-like {
  margin: 5px 30px 30px; }

/* -------------------------------------------------------------------------------------------- */
/* IRIS SOCIAL -------------------------------------------------------------------------------- */
#main .social-share {
  margin: 5px 30px;
  height: 40px; }

#main .social-share .social-total-share,
#main .social-share .social-details-share {
  display: inline-block;
  float: left;
  width: auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ECECEC;
  text-align: center; }

#main .social-share .social-total-share {
  width: 40px;
  border-right: 0;
  /* --- */
  display: none;
  /* --- */ }

#main .social-share .facebook_share,
#main .social-share .twitter_share {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center; }

#main .social-share a {
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden; }

#main .social-share .facebook_share a {
  background: url(../images/social/icon-facebook_share.png) no-repeat 50% 50%; }

#main .social-share .twitter_share a {
  background: url(../images/social/icon-twitter_share.png) no-repeat 50% 50%; }

#main .social-share span.count {
  display: block;
  height: 40px;
  width: 40px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

#main .social-share a span.count {
  position: absolute;
  top: 40px; }

#main .social-share .facebook_share span.count {
  background: #3B5998; }

#main .social-share .twitter_share span.count {
  background: #4099FF; }

#main .social-share a:hover span.count,
#main .social-share a:active span.count {
  top: 0; }

#main .social-share span.count span.countLegend {
  display: none; }

/* -------------------------------------------------------------------------------------------- */
/* Generic ------------------------------------------------------------------------------------ */
@media screen and (max-width: 684px) {
  .desktop,
  .hiddenforsmall {
    display: none;
    position: absolute;
    left: -999em; } }

@media screen and (min-width: 685px) and (max-width: 959px) {
  .desktop {
    display: none; } }

#main span.edit-link {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0; }

#main span.edit-link a {
  display: block;
  padding: 10px 30px;
  background: #DF5A49;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  /* coins arrondis */
  -moz-border-radius: 0 3px 0 0;
  /* firefox */
  -webkit-border-radius: 0 3px 0 0;
  /* safari */
  border-radius: 0 3px 0 0;
  /* css3 */ }

#main span.edit-link a:hover {
  padding: 20px 30px;
  background: #EFC94C;
  -webkit-transition: all 0.2s ease-in;
  /*safari and chrome */
  -moz-transition: all 0.2s ease-in;
  /* firefox */
  -o-transition: all 0.2s ease-in;
  /* opera */ }

.spacer {
  width: 100%;
  height: 1px;
  clear: both; }

.clear {
  clear: both; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.img-border {
  border: 3px solid #EFEFEF; }

div.alignright {
  float: right;
  margin: 0 0 1em 1em; }

div.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

*::-moz-selection {
  background: #242017;
  color: #FFFFFF; }

*::selection {
  background: #242017;
  color: #FFFFFF; }

*::-moz-selection {
  background: #242017;
  color: #FFFFFF; }

*::-webkit-selection {
  background: #242017;
  color: #FFFFFF; }

#main .gallery {
  margin: 10px; }

#main .gallery * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#main .gallery-item {
  display: inline-block;
  padding: 10px 10px 5px;
  text-align: center;
  vertical-align: top;
  width: 100%; }

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

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

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

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

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

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

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

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

#main .gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

#main .gallery-caption {
  color: #707070;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0; }

#main .gallery-columns-6 .gallery-caption,
#main .gallery-columns-7 .gallery-caption,
#main .gallery-columns-8 .gallery-caption,
#main .gallery-columns-9 .gallery-caption {
  display: none; }

/* -------------------------------------------------------------------------------------------- */
/* Tooltip ------------------------------------------------------------------------------------ */
.tooltip-inner {
  color: #fff;
  background-color: #DF5A49 !important;
  border-radius: 0px;
  padding: 8px 10px;
  font-size: 14px; }
  .tooltip-inner span {
    white-space: nowrap; }

.tooltip.top .tooltip-arrow {
  border-top-color: #DF5A49 !important; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #DF5A49 !important; }

.tooltip.left .tooltip-arrow {
  border-left-color: #DF5A49 !important; }

.tooltip.right .tooltip-arrow {
  border-right-color: #DF5A49 !important; }

/* -------------------------------------------------------------------------------------------- */
/* Leaflet popup  ----------------------------------------------------------------------------- */
.leaflet-popup p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important; }
  .leaflet-popup p.leaflet-popup-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px !important;
    color: #334D5C; }

/* -------------------------------------------------------------------------------------------- */
/* Tarte au citron  ----------------------------------------------------------------------------- */
#tarteaucitronRoot #tarteaucitronBack {
  z-index: 99; }

#tarteaucitronRoot #tarteaucitron {
  z-index: 999; }
  #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    text-align: center; }
  #tarteaucitronRoot #tarteaucitronServices #tarteaucitronPrivacyUrl {
    color: #334D5C;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 10px; }
    #tarteaucitronRoot #tarteaucitronServices #tarteaucitronPrivacyUrl:hover {
      color: #DF5A49;
      cursor: pointer; }

#tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: #334D5C; }
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    line-height: 2; }
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
      color: #DF5A49;
      text-decoration: underline;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a:hover {
        color: #fff; }
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 685px) and (max-width: 959px) {
      #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 684px) {
      #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; } }
    #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigContainer #tarteaucitronDisclaimerAlert + p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    line-height: 1;
    padding: 10px 20px;
    height: auto;
    margin-bottom: 0 !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
      background-color: #fff;
      color: #DF5A49; }
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronLeaveWebsite {
    color: #DF5A49;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronLeaveWebsite:hover {
      color: #fff; }

#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk abbr {
  color: #334D5C; }

#tarteaucitronRoot #tarteaucitronPercentage {
  background-color: #DF5A49; }

#tarteaucitronRoot .tarteaucitronHidden {
  text-align: left; }

.grecaptcha-badge {
  display: none !important; }
