/* */
/* Base color if needed */
/* Base time if needed */
/* Base transition if needed */
/* Base font to calc rem/em */
/* calc em */
/* calc line-height */
/* calc rem */
body {
  font: normal 17.6px/1.5 'Montserrat', sans-serif;
  font: normal 1.1rem/1.5 'Montserrat', sans-serif;
  background: #fff;
}
a {
  color: #bacae8;
}
a.button,
.button,
input[type="submit"],
button {
  background: #bacae8;
}
br a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.site-width {
  max-width: 1200px;
}
h1 {
  color: #dfdbdb;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 120px;
  margin: 0;
}
.button {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 16px;
  color: #fff !important;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.socializer-wrapper a {
  color: rgba(0, 0, 0, 0.8);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
}
.socializer-wrapper a:hover {
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}
.socializer-wrapper a[title="Facebook"]:hover {
  background: #305fb3;
}
.socializer-wrapper a[title="Google-plus"]:hover {
  background: #d7482a;
}
.site-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-top .gridwrapper > div {
  font-size: 14px;
  line-height: 35px;
  padding: 20px 10px 0px 10px;
}
.site-top .gridwrapper > div .icon-phone {
  color: rgba(0, 0, 0, 0.2);
}
.site-top .gridwrapper > div:first-child > * {
  float: left;
}
.site-top .gridwrapper > div:last-child > * {
  float: right;
}
.site-top .gridwrapper > div aside {
  padding-right: 20px;
}
.site-header {
  padding-top: 20px;
}
.site-header .site-navigation {
  text-align: left;
  padding: 10px 0;
}
.site-header .site-navigation .nav-menu {
  margin: 0;
}
.site-header .site-navigation .nav-menu li {
  padding: 6px 30px 6px 0;
}
.site-header .site-navigation .nav-menu a {
  text-transform: uppercase;
  color: #8e9bb3;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
}
.site-header .site-navigation .nav-menu a:hover {
  color: #b09991;
}
.site-header .meet-button {
  text-align: right;
}
.site-header .meet-button a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #3498db;
  padding: 10px 16px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
}
.site-header .meet-button a:hover {
  background: #1775d6;
}
.site-header .meet-button.mobile {
  display: none;
  width: 100%;
  text-align: center;
}
.button_avis {
  display: inline-block;
  font-size: 12px;
  color: #fff !important;
  background: #3498db;
  padding: 10px 16px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  float: right;
}
.button_avis:hover {
  background: #1775d6;
}
.home .blocs-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blocs-wrapper .bloc-item.intervention p {
  margin: 0;
}
.blocs-wrapper .bloc-item.intervention .bloc-item-padder {
  position: relative;
  overflow: hidden;
}
.blocs-wrapper .bloc-item.intervention .bloc-item-padder:hover h3,
.blocs-wrapper .bloc-item.intervention .bloc-item-padder:hover p {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blocs-wrapper .bloc-item.intervention .bloc-item-padder:hover img {
  margin-left: 40px;
}
.blocs-wrapper .bloc-item.intervention .bloc-item-thumbnail img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blocs-wrapper .bloc-item.intervention .bloc-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blocs-wrapper .bloc-item.intervention .bloc-item-content h3,
.blocs-wrapper .bloc-item.intervention .bloc-item-content p {
  -webkit-transform: translate3d(0, 40px, 0);
     -moz-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
.blocs-wrapper .bloc-item.intervention .bloc-item-content h3 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
  text-transform: uppercase;
  color: #8e9bb3;
  font-weight: bold;
  margin-bottom: 20px;
}
.blocs-wrapper .bloc-item.intervention .bloc-item-content p {
  word-break: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 60%;
  font-size: 12px;
  text-align: justify;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-bottom: 10px;
}
.blocs-wrapper .bloc-item.intervention .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocs-wrapper .bloc-item h3 {
  margin: 10px 0;
}
.main-content .site-layout {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-content .entry-header {
  text-align: center;
}
.main-content .template-background {
  padding: 80px;
}
.main-content .template-background .entry-content {
  zoom: 1;
  width: 60%;
  float: right;
}
.main-content .template-background .entry-content:before,
.main-content .template-background .entry-content:after {
  content: "";
  display: table;
}
.main-content .template-background .entry-content:after {
  clear: both;
}
.main-content .template-background .entry-content h1 {
  color: #bacae8;
  color: rgba(186, 202, 232, 0.8);
  line-height: 1;
}
.main-content .template-background .entry-content h1 strong {
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  left: -16px;
}
.main-content .template-background .entry-content h2 {
  margin: 0;
  line-height: 1;
  font-size: 18px;
}
.main-content .template-background .entry-content h2 img {
  margin: 0;
}
.main-content .template-background .entry-content > div {
  background: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  padding: 20px;
}
.main-content .template-background .entry-footer {
  clear: both;
}
.main-content .entry-content {
  font-size: 14px;
}
.main-content .entry-content a {
  color: #b09991;
}
.main-content .entry-content p {
  margin-bottom: 1em;
}
.main-content .entry-content table tr {
  border-bottom: 1px solid #DEDEDE;
}
.main-content .entry-content table td {
  padding: 8px;
}
.main-content .entry-content table strong {
  text-transform: uppercase;
  color: #bacae8;
  font-size: 18px;
}
.main-content .entry-content .list-style {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-content .entry-content .list-style > * {
  vertical-align: top;
  padding: 0 10px;
}
.main-content .entry-content .list-style ul,
.main-content .entry-content .list-style li {
  padding: 0;
  list-style-type: none;
}
.main-content .entry-content .list-style li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE;
}
.main-content .entry-content .list-style li strong,
.main-content .entry-content .list-style li em {
  display: inline-block;
}
.main-content .entry-content .list-style li strong {
  padding-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.main-content .entry-content .list-style li em {
  margin-left: auto;
  text-align: right;
  font-style: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-content .entry-content .list-style li img {
  width: auto;
  padding-right: 10px;
}
.main-content .entry-content .list-style img {
  width: 100%;
}
.main-content .entry-content .list-style .alignnone {
  margin: 0;
}
#sidebar aside {
  margin-bottom: 20px;
}
#sidebar h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#sidebar input[type="search"] {
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
}
#sidebar input[type="submit"] {
  margin: 6px 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
  background: #b09991;
}
#sidebar ul,
#sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
#sidebar li a {
  color: rgba(0, 0, 0, 0.8);
}
.blog .main-content .site-width > .table-layout,
.archive .main-content .site-width > .table-layout,
.single .main-content .site-width > .table-layout {
  padding-top: 20px;
}
.blog .entry-header,
.archive .entry-header,
.single .entry-header {
  text-align: left;
}
.blog .entry-header .entry-meta,
.archive .entry-header .entry-meta,
.single .entry-header .entry-meta {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.blog .entry-header h2,
.archive .entry-header h2,
.single .entry-header h2 {
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}
.blog .entry-header h2 a,
.archive .entry-header h2 a,
.single .entry-header h2 a {
  color: rgba(0, 0, 0, 0.8);
}
.blog .entry-content,
.archive .entry-content,
.single .entry-content {
  color: rgba(0, 0, 0, 0.6);
}
.blog .entry-content .read-more,
.archive .entry-content .read-more,
.single .entry-content .read-more {
  margin-top: 10px;
}
.single h1.entry-title {
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
  font-size: 28px;
  letter-spacing: 0;
}
.page-template-template-intervention .site-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.intervention-sidebar {
  padding-top: 20px;
  min-width: 240px;
  width: 240px;
  padding-right: 20px;
}
.intervention-sidebar ul,
.intervention-sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.intervention-sidebar li {
  font-size: 14px;
}
.intervention-sidebar .menu > li {
  padding: 6px 0;
}
.intervention-sidebar .menu > li > a {
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  display: block;
}
.intervention-sidebar .sub-menu {
  padding-left: 20px;
}
.intervention-sidebar .sub-menu a {
  color: #b09991;
}
.intervention-sidebar .current-menu-item a,
.intervention-sidebar .no-link a {
  color: rgba(0, 0, 0, 0.4);
}
.site-boxfoot {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 20px 0;
}
.site-boxfoot .table-layout > * {
  vertical-align: top;
}
.site-boxfoot .table-layout > aside {
  text-align: left;
  font-size: 14px;
}
.site-boxfoot .table-layout > aside h3 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
}
.site-boxfoot .table-layout > aside:last-child img {
  margin: 0;
}
.site-boxfoot .table-layout > aside:last-child > * {
  text-align: right;
}
.site-boxfoot .menu {
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.site-boxfoot .menu li {
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.site-boxfoot .menu li a {
  text-transform: none;
  font-size: 14px;
}
.site-boxfoot p {
  margin: 0;
}
.site-boxfoot .social-item a {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.site-boxfoot > * {
  vertical-align: top;
}
.site-boxfoot > aside {
  text-align: left;
  font-size: 14px;
}
.site-boxfoot > aside h3 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
}
.site-boxfoot > aside:last-child img {
  margin: 0;
}
.site-boxfoot > aside:last-child > * {
  text-align: right;
}
.site-footer {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  font-size: 12px;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #b09991;
}
.touch-navigation {
  background: #fff;
}
.touch-navigation .menu-item {
  padding: 10px 0;
}
@media screen and (max-width: 770px) {
  .list-style > * {
    width: 100% !important;
  }
  table td,
  table tr,
  table strong {
    padding: 4px;
    font-size: 12px !important;
  }
  h1 {
    line-height: 1;
  }
  .widget-top-1 aside:first-child {
    display: none;
  }
  .widget-top-2 .socializer-wrapper {
    display: none;
  }
  .page-template-template-intervention .site-layout {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-template-template-intervention .intervention-sidebar,
  .page-template-template-intervention #content {
    width: 100%;
  }
  .page-template-template-intervention .intervention-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-template-template-intervention #content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 480px) {
  table td,
  table tr,
  table strong {
    font-size: 10px !important;
    text-transform: none !important;
    padding: 10px 0 !important;
  }
  .widget-top-1,
  .widget-top-2 {
    width: 50% !important;
  }
  .site-header {
    zoom: 1;
    padding-bottom: 10px;
  }
  .site-header:before,
  .site-header:after {
    content: "";
    display: table;
  }
  .site-header:after {
    clear: both;
  }
  .site-header .table-layout {
    display: block;
    width: 60%;
    float: left;
  }
  .site-header .meet-button {
    text-align: left;
    margin-top: 10px;
    display: none;
  }
  .site-header .meet-button.mobile {
    display: block;
  }
  .site-header .site-navigation {
    float: right;
  }
  .entry-content h1 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .main-content .template-background {
    padding: 20px !important;
  }
  .main-content .entry-content {
    width: 100% !important;
  }
  .main-content .acf-map {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .site-boxfoot .table-layout > aside {
    display: block;
    width: 100%;
  }
  .site-boxfoot .table-layout > aside:last-child > * {
    text-align: left;
  }
  .site-top .gridwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .widget-top-1,
  .widget-top-2 {
    width: 50% !important;
    text-align: center;
  }
  .widget-top-1 > *,
  .widget-top-2 > * {
    float: none !important;
  }
  .site-top .gridwrapper > div {
    padding: 0px;
  }
}
