body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #5a5a5a; }

.picture {
  background: url(http://ptad.azureedge.net/1964/about-main.jpg) center bottom no-repeat;
  background-size: 100% auto;
  width: 100%; }

p {
  font-size: 1em;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 20px; }

.site-footer p {
  color: #FFFFFF; }

.btn-primary {
  background-color: #4A99CB;
  border: none; }

.btn-blue {
  padding: 4px 20px;
  background-color: #2491D0;
  margin: 0 5px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

hr {
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

@media (min-width: 1590px) {
  .container {
    width: 1560px; } }

@media (max-width: 1200px) {
  .picture {
    background-size: 100% 60%; } }

@media (min-width: 1060px) {
  .container.small {
    width: 1030px; }
  .container.big {
    width: 100%; } }

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

.pta-table .trow {
  display: table-row; }

.pta-table .tcell {
  display: table-cell;
  float: none; }

@media (max-width: 768px) {
  .picture {
    background: none; } }

/* ===============
   HEADER 
   =============== */
.top-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  z-index: 999;
  background: rgba(0, 33, 71, 0.8);
  transition: all 0.5s ease;
  z-index: 20; }

.header-right .search-form .search-toggle img {
  width: 19px;
  height: 20px; }

@media (max-width: 991px) {
  .top-layer {
    position: absolute; }
  .top-layer.mobilefixed {
    position: fixed; } }

.main-header {
  position: relative; }

.header-nav iframe {
  display: block;
  margin: auto;
  max-width: 100%; }

.mobile-logo {
  padding: 20px 0; }

.mobile-logo img {
  margin: auto;
  max-width: 70%; }

.header-logo {
  transition: all 0.5s ease; }

.header-logo h1 {
  transition: all 0.5s ease; }

.header-logo h1 img.img-responsive, .header-logo h3 img.img-responsive {
  transition: all 0.5s ease;
  display: block;
  height: 50px;
  max-width: 65%; }

/* ===============
   HEADER RIGHT
   =============== */
.header-right {
  display: table;
  width: 60%;
  height: 125px;
  float: right;
  transition: all 0.5s ease; }

.header-right-container {
  float: right; }

.header-right > .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.header-right > .cell.zone-switch {
  margin-right: 20px; }

@media (max-width: 1430px) {
  .header-right {
    width: 80%; } }

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .header-logo h1 img.img-responsive {
    max-width: 80%; } }

@media (max-width: 1200px) {
  .header-right > .cell.zone-switch {
    margin-right: 0px; }
  .header-logo h1 img.img-responsive {
    height: 45px; } }

.header-right .language-switch a {
  font-family: "Roboto", sans-serif;
  font-size: 0.93em;
  font-weight: 500;
  color: #2491D0;
  display: inline-block;
  margin-right: 5px; }

.header-right .language-switch a img {
  width: 17px; }

.header-right .language-switch img.disabled {
  opacity: 0.5; }

.header-right .zone-switch select {
  width: 140px;
  margin: auto;
  color: #878787;
  height: 22px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.93em;
  font-weight: 400; }

.header-right .search-form .search-toggle {
  background: none;
  border: none;
  outline: none; }

.header-right .search-form {
  position: relative;
  padding-right: 10px; }

.header-right > .cell.mobile-menu {
  display: none; }

@media (max-width: 1200px) {
  .header-right-container {
    /*width: 15%;*/ }
  .header-right {
    width: 80%;
    height: 100px;
    /* display: block;
    width: auto;
    height: auto; */ }
  .header-right > .cell {
    /*display: block;*/
    padding: 5px 0;
    /*height: 33px; ROUF*/ }
  .header-right .zone-switch select {
    width: 110px; }
  .header-right .search-form {
    /*height: 80px;*/ } }

@media (max-width: 991px) {
  .header-right {
    display: block;
    width: auto;
    height: auto; }
  .header-right > .cell.mobile-menu {
    display: inline-block; }
  .header-right-container {
    width: 100%; }
  .header-right .zone-switch {
    display: none; }
  .header-right .search-form, body .top-layer {
    /*ROUF Added "body" to add priority to top-layer*/
    height: auto; }
  .header-right .language-switch, .header-right .search-form, .header-right .mobile-menu {
    display: inline-block; }
  .header-right > .cell.mobile-menu, .header-right > .cell.language-switch {
    position: relative;
    margin-right: 50px;
    padding-right: 50px; }
  .header-right > .cell.mobile-menu {
    padding-left: 50px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    height: 61px;
    /*ROUF*/ }
  .header-right .search-form {
    padding-right: 50px; }
  .header-right .mobile-menu.active {
    background: #002147;
    opacity: .5; }
  .header-right .mobile-menu.active:after {
    border-right: none; }
  .header-right .mobile-menu:after, .header-right .language-switch:after {
    content: "";
    display: block;
    border-right: solid 1px rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 15px;
    right: 0;
    height: 34px; }
  .header-right {
    float: none;
    text-align: center; }
  .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 5px;
    width: 24px;
    border-radius: 0; }
  .navbar-toggle {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    padding: 0;
    border-radius: 0; }
  .header-right .language-switch a img {
    width: auto; }
  .header-right .language-switch a {
    padding: 10px 0; }
  .header-right > .cell {
    padding-top: 10px;
    padding-bottom: 10px; } }

/*@media(max-width: 500px) {
    .header-right > .cell.mobile-menu {
        padding-left: 25px;
    }

    .header-right > .cell.mobile-menu, .header-right > .cell.language-switch {
        margin-right: 25px;
        padding-right: 25px;
    }

    .header-right .search-form {
        padding-right: 25px;
    }
}*/
@media (max-width: 500px) {
  .header-right > .cell.mobile-menu {
    padding-left: 15px; }
  .header-right > .cell.mobile-menu, .header-right > .cell.language-switch {
    margin-right: 15px;
    padding-right: 15px; }
  .header-right .search-form {
    padding-right: 15px; } }

/*=====================
    Pop Up Privacy
======================*/
div.popup-privacy {
  position: fixed;
  top: 10px;
  width: 50%;
  margin-left: 25%;
  z-index: 50;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 1em 0.5em; }
  div.popup-privacy p {
    color: #fff; }

.hide-popup {
  display: none; }

@media screen and (max-width: 768px) {
  div.popup-privacy {
    width: 80%;
    margin-left: 10%; } }

/* ===============
   MAIN NAV 
   =============== */
.main-nav, .secondary-nav {
  max-width: 785px;
  margin: auto;
  transition: all 0.5s ease; }

.centerNav {
  margin-left: -50px; }

.centerSecondaryNav {
  margin-left: -20px; }

.main-nav {
  padding: 10px 0;
  position: relative; }

.main-nav .panel {
  margin-bottom: 0;
  display: none; }

.main-nav .toggle-container {
  display: table;
  width: 100%;
  text-align: center; }

.main-nav .toggle-container .cell {
  display: table-cell;
  text-align: center;
  vertical-align: top; }

.main-nav .toggle-container .toggle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  background-image: url(https://ptad.azureedge.net/media/2028/menu-hover.png);
  background-repeat: no-repeat;
  background-position: 50% 116%;
  -webkit-transition: background-position 200ms ease-in;
  -moz-transition: background-position 200ms ease-in;
  -ms-transition: background-position 200ms ease-in;
  -o-transition: background-position 200ms ease-in;
  transition: background-position 200ms ease-in; }

.main-nav .toggle-container .toggle.active {
  background-position: 50% 100%; }

.main-nav .panels-container {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 120%;
  margin-left: -10%;
  top: calc(100% - 11px);
  z-index: 3;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); }

.main-nav .panels-container.opened {
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  border-top: hidden; }

.main-nav .panels-container .panel {
  border-radius: 0;
  padding: 20px 0; }

.secondary-nav .toggle-container .toggle:after {
  top: 37px !important; }

.main-nav .panel .separator {
  border-right: solid 1px rgba(0, 0, 0, 0.1); }

.main-nav .panel .submenu {
  list-style: none; }

.main-nav .panel .submenu li a,
.main-nav .panel .submenu li div,
.main-nav .panel .submenu .submenu-header {
  color: #5a5a5a;
  font-size: 0.93em;
  text-transform: uppercase;
  padding: 0;
  display: block; }

.main-nav .panel .submenu li div {
  font-weight: 500; }

.main-nav .panel .row {
  margin-left: 50px;
  margin-right: 0px; }

.main-nav .panel img {
  max-height: 275px;
  max-width: 90%; }

.main-nav .panel .submenu ul {
  list-style: none;
  padding-left: 0;
  padding-top: 3px; }

.main-nav .panel .submenu ul li {
  text-align: left; }

.main-nav .panel .submenu li a,
.main-nav .panel .submenu li div {
  font-size: 0.93em;
  font-family: "Roboto", sans-serif;
  color: #5a5a5a; }

.main-nav .panel .submenu > li > a,
.main-nav .panel .submenu > li > div {
  font-size: 1.2em;
  font-weight: bold; }

.main-nav .panel .submenu li a:before,
.main-nav .panel .submenu .submenu-header:before,
.main-nav .panel .submenu li div:before {
  content: '';
  display: block;
  width: 100%;
  margin: auto;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-bottom: 20px; }

.main-nav #main-menu-panel-1246 .submenu li a:before,
.main-nav #main-menu-panel-1246 .submenu .submenu-header:before,
.main-nav #main-menu-panel-1246 .submenu li div:before {
  padding-top: 10px;
  margin-bottom: 10px; }

.main-nav .panel .submenu li:first-child a:before,
.main-nav .panel .submenu li:first-child .submenu-header:before,
.main-nav .panel .submenu li:first-child div:before {
  content: none; }

.main-nav .panel .submenu li ul li a:before,
.main-nav .panel .submenu li ul li div:before {
  content: none; }

.main-nav .panel .video-container {
  padding-right: 10%; }

.main-nav .panel .caption {
  color: #5a5a5a;
  font-size: 0.93em;
  font-weight: bold;
  margin-top: 20px; }

.main-header .panel .return-mobile {
  display: none; }

.header-logo {
  width: 40%;
  margin-top: 10px; }

/*Btn Back to the top*/
#myBtn, .myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-image: url("https://ptad.azureedge.net/media/2087/back-to-top.svg");
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 15px;
  /* Rounded corners */ }

.myBtn {
  mix-blend-mode: multiply;
  box-shadow: 0 5px 36px rgba(136, 136, 136, 0.8), 0 -2px 12px rgba(136, 136, 136, 0.8); }

@media (max-width: 1430px) {
  .secondary-nav .toggle-container ul li a {
    font-size: 0.80em !important; } }

@media (max-width: 1200px) {
  .main-nav .panel img {
    max-height: 275px; }
  .centerNav {
    margin-left: -10px; }
  .menuDesktopPadding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .menuDesktopFloat p {
    float: right !important; }
  .main-nav .panel .submenu {
    margin-left: -72px; }
  .header-nav {
    width: 44.66666667%; }
  .main-nav {
    padding: 5px 0; }
  .main-nav .panels-container {
    top: calc(100% - 6px); }
  .top-layer {
    height: 100px; }
  .main-nav .toggle-container .toggle {
    padding: 13px 0;
    background-position: 50% 135%; } }

@media (max-width: 991px) {
  .main-nav .panel .submenu {
    margin-left: -22px; }
  .secondary-nav .toggle-container ul li a {
    font-size: 0.85em !important; }
  .header-row {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .header-nav, .header-logo {
    display: none; }
  .header-nav {
    position: absolute;
    top: 61px;
    width: 100% !important;
    background: rgba(0, 33, 71, 0.9); }
  .main-nav .toggle-container {
    display: block; }
  .main-nav .toggle-container .cell {
    display: block;
    text-align: left; }
  .main-nav .toggle-container .cell:last-child {
    text-align: left; }
  .main-nav .toggle-container .cell:first-child a, .main-nav .toggle-container .cell:last-child a {
    float: none; }
  .main-nav .panels-container {
    width: auto;
    position: static;
    margin-left: 0;
    border-top: none;
    box-shadow: none; }
  .main-nav .panels-container .panel {
    background: none;
    padding: 10px 0;
    margin-bottom: 0;
    border: none; }
  .main-nav .panel .submenu li a,
  .main-nav .panel .submenu li > div,
  .main-nav .panel .submenu .submenu-header {
    color: #FFF;
    font-weight: normal;
    padding: 5px 0; }
  .main-nav .panel .submenu li a:before,
  .main-nav .panel .submenu li > div:before,
  .main-nav .panel .submenu .submenu-header:before {
    padding-top: 0;
    margin-bottom: 0;
    border: none; }
  .main-nav .panel .submenu {
    margin-bottom: 0;
    padding-left: 0; }
  .header-nav .panel .return-mobile {
    display: block;
    color: #FFF;
    font-size: 1.2em; }
  .main-nav .toggle-container .toggle {
    padding: 5px 0;
    background-image: none; }
  .header-nav iframe {
    margin: 10px auto; }
  .main-nav #main-menu-panel-2 .submenu > li > a {
    font-weight: bold;
    font-size: 1.2em; } }

/* ===============
   SECONDARY NAV 
   =============== */
.secondary-nav {
  padding: 5px 0;
  position: relative; }

.secondary-nav .toggle-container ul {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%; }

.secondary-nav .toggle-container ul li {
  display: inline-block;
  padding: 0 3.0%; }

.secondary-nav .toggle-container ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 0.93em;
  text-transform: uppercase;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  position: relative; }

.secondary-nav .toggle-container ul li a.icon-about {
  background-image: url(https://ptad.azureedge.net/media/2069/icon-about.svg);
  background-size: 13px 13px; }

.secondary-nav .toggle-container ul li a.icon-news {
  background-image: url(https://ptad.azureedge.net/media/2070/icon-news.svg);
  padding-left: 25px;
  background-size: 13px 13px; }

.secondary-nav .toggle-container ul li a.icon-faq {
  background-image: url(https://ptad.azureedge.net/media/2071/icon-faq.svg);
  padding-left: 25px;
  background-size: 13px 13px; }

.secondary-nav .toggle-container ul li a.icon-contact {
  background-image: url(https://ptad.azureedge.net/media/1080/icon-contact.png);
  padding-left: 25px; }

.secondary-nav .toggle-container ul li a.icon-quote {
  background-image: url(https://ptad.azureedge.net/media/1082/icon-quote.png);
  padding-left: 18px; }

.secondary-nav .toggle-container ul li a.icon-recruitment {
  background-image: url(https://ptad.azureedge.net/media/2072/icon-recruitment.svg);
  background-size: 13px 13px; }

@media (max-width: 768px) {
  .secondary-nav .toggle-container ul li a.icon-about, .secondary-nav .toggle-container ul li a.icon-faq, .secondary-nav .toggle-container ul li a.icon-news, .secondary-nav .toggle-container ul li a.icon-contact, .secondary-nav .toggle-container ul li a.icon-quote, .secondary-nav .toggle-container ul li a.icon-recruitment {
    background-size: 16px 16px; } }

.secondary-nav .toggle-container .toggle:after {
  background-image: url(https://ptad.azureedge.net/media/2028/menu-hover.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  display: block;
  font-size: 1.2em;
  height: 7px;
  left: 50%;
  margin-left: 5px;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  top: 40px;
  transition: background-position 200ms ease-in 0s;
  width: 10px;
  -webkit-transition: background-position 200ms ease-in;
  -moz-transition: background-position 200ms ease-in;
  -ms-transition: background-position 200ms ease-in;
  -o-transition: background-position 200ms ease-in;
  transition: background-position 200ms ease-in; }

.secondary-nav .toggle-container .active.toggle:after {
  background-position: 0% 0px; }

.secondary-nav .panel {
  margin-bottom: 0;
  display: none; }

.secondary-nav .panel .row {
  margin-left: 0px;
  margin-right: 0px; }

.secondary-nav .panel img {
  max-height: 275px;
  max-width: 300px; }

.secondary-nav .panels-container {
  border-top: solid 0px rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 120%;
  margin-left: -10%;
  top: 52px;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  z-index: 2;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); }

.secondary-nav .panels-container.opened {
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in; }

.secondary-nav .panels-container .panel {
  border-radius: 0;
  padding: 40px 0 20px 0; }

.secondary-nav .panel .submenu {
  list-style: none; }

.secondary-nav .panel .submenu li a {
  color: #5a5a5a;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  display: block; }

.secondary-nav .panel .submenu li a:before {
  content: '';
  display: block;
  width: 100%;
  margin: auto;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-bottom: 20px; }

.secondary-nav .panel .submenu li:first-child a:before {
  content: none; }

.secondary-nav .panel .video-container {
  padding-right: 10%; }

.secondary-nav .panel .caption {
  color: #5a5a5a;
  font-size: 0.93em;
  font-weight: bold;
  margin-top: 20px; }

@media (max-width: 1400px) {
  .secondary-nav .toggle-container .toggle:after {
    top: 35px !important; } }

@media (max-width: 1200px) {
  .secondary-nav {
    padding: 0; }
  .secondary-nav ul {
    margin-bottom: 0; }
  .secondary-nav .panels-container {
    top: 41px; }
  .secondary-nav .toggle-container ul li {
    padding: 0 1%; }
  .secondary-nav .toggle-container .toggle:after {
    top: 30px !important; } }

@media (max-width: 991px) {
  .secondary-nav .toggle-container ul {
    display: block; }
  .secondary-nav .toggle-container ul li {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0%; }
  .secondary-nav .toggle-container ul li:last-child {
    text-align: left; }
  .secondary-nav .toggle-container ul li a {
    /* padding-top: 5px;
        padding-bottom: 5px;*/
    display: block; }
  .secondary-nav .toggle-container {
    display: block; }
  .secondary-nav .toggle-container .cell {
    display: block;
    text-align: left; }
  .secondary-nav .toggle-container .cell:last-child {
    text-align: left; }
  .secondary-nav .toggle-container .cell:first-child a, .main-nav .toggle-container .cell:last-child a {
    float: none; }
  .secondary-nav .panels-container {
    border: none;
    position: static;
    width: auto;
    margin-left: 0; }
  .secondary-nav .panels-container .panel {
    padding: 10px 0;
    margin-bottom: 0;
    background: transparent;
    border: none; }
  .secondary-nav .panel .submenu {
    padding-left: 0; }
  .secondary-nav .panel .submenu li a {
    color: white;
    padding: 5px 0;
    font-weight: normal; }
  .secondary-nav .panel .submenu li a:before {
    padding-top: 0;
    margin-bottom: 0;
    border: none; }
  .secondary-nav .toggle-container .toggle {
    /*padding: 5px 0;*/
    background-image: none; }
  .secondary-nav .toggle-container ul li a.icon-recruitment,
  .secondary-nav .toggle-container ul li a.icon-about {
    padding-left: 25px; }
  .main-nav .panel img,
  .secondary-nav .panel img {
    display: none; } }

.main-nav .panel .submenu ul ul {
  padding-left: 30px; }

/* ===============
   90 ans
   =============== */
#banner-90ans {
  position: absolute;
  top: 125px;
  right: 200px;
  z-index: 2;
  display: none; }

/* ===============
   CAROUSEL
   =============== */
#home-carousel {
  position: relative; }

#home-carousel .carousel-caption {
  bottom: 19%;
  left: 35%;
  text-align: left;
  width: 50%; }

#home-carousel .carousel-caption h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 6em;
  line-height: 1em;
  text-shadow: none; }

#home-carousel .carousel-caption h1 strong {
  font-weight: 700; }

.main-header .banner {
  height: 440px;
  background-repeat: no-repeat;
  background-position: 70% 100%;
  position: relative;
  padding: 4% 30px;
  background-size: auto auto; }

@media (min-width: 1680px) {
  .main-header .banner {
    background-size: 100% 100%; } }

.main-header .banner-coco {
  position: absolute;
  bottom: 50%;
  margin-bottom: -100px;
  left: 0; }

.main-header .banner .play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: 30px;
  outline: none; }

@media (max-width: 991px) {
  .main-header .banner .play-button {
    margin-top: 0; }
  .main-header .banner-coco {
    margin-bottom: -80px; } }

.main-header .banner.transfert-savoir-faire .play-button[data-target="#product-video"] {
  display: none; }

.modal.modal-video .modal-content {
  text-align: center;
  background-color: transparent;
  border: none;
  box-shadow: none; }

.modal.modal-video .modal-content .close {
  opacity: 1;
  color: white;
  font-size: 3em;
  outline: none;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: -20px; }

.main-header .banner.produit {
  background-image: url(https://ptad.azureedge.net/1113/banner-produit.jpg); }

.main-header .banner.service {
  background-image: url(https://ptad.azureedge.net/media/1116/banner-service-clients.jpg); }

.main-header .banner.about {
  background-image: url(https://ptad.azureedge.net/media/1085/banner-about.jpg); }

.main-header .banner.news {
  background-image: url(https://ptad.azureedge.net/media/1104/banner-news.jpg); }

.main-header .banner.devis {
  background-image: url(https://ptad.azureedge.net/media/1105/banner-devis.jpg); }

.main-header .banner.contact {
  background-image: url(https://ptad.azureedge.net/media/1118/banner-contact.jpg); }

.main-header .banner.intermediaire {
  background-image: url(https://ptad.azureedge.net/media/1114/banner-intermediaire.jpg); }

.main-header .banner.intermediaire-pro {
  background-image: url(https://ptad.azureedge.net/media/1115/banner-intermediaire-pro.jpg); }

.main-header .banner.faq {
  background-image: url(https://ptad.azureedge.net/media/1117/banner-faq.jpg); }

.main-header .banner.enregistrement {
  background-image: url(https://ptad.azureedge.net/media/1120/banner-enregistrement.jpg); }

.main-header .banner.europe {
  background-image: url(https://ptad.azureedge.net/media/1119/banner-europe.jpg); }

.main-header .banner.eau-de-pluie {
  background-image: url(https://ptad.azureedge.net/media/1196/bandeau-eaux-de-pluie.jpg); }

.main-header .banner.exploitations-agricoles {
  background-image: url(https://ptad.azureedge.net/media/1197/exploitations-agricoles.jpg); }

.main-header .banner.reseau-partenaires {
  background-image: url(https://ptad.azureedge.net/media/1219/1.jpg); }

.main-header .banner.savoir-faire {
  background-image: url(https://ptad.azureedge.net/media/1268/visuel-bandeau-haut-de-page-sf.jpg); }

.main-header .banner.stockage {
  background-image: url(https://ptad.azureedge.net/media/1291/banner-stockage.jpg); }

.main-header .banner.fosse-te {
  background-image: url(https://ptad.azureedge.net/media/1320/bandeau-fosse-te.jpg); }

.main-header .banner.fosses {
  background-image: url(https://ptad.azureedge.net/media/1467/banner-fosses.jpg); }

.main-header .banner.stockage-fioul {
  background-image: url(https://ptad.azureedge.net/media/1322/banner-stockage-fioul.jpg); }

.main-header .banner.travailler {
  background-image: url(https://ptad.azureedge.net/media/1348/banner-travailler.jpg); }

.main-header .banner.temoignages {
  background-image: url(https://ptad.azureedge.net/media/1350/banner-temoignages.jpg); }

.main-header .banner.certifications {
  background-image: url(https://ptad.azureedge.net/media/1349/banner-certifications.jpg); }

.main-header .banner.organismes {
  background-image: url(https://ptad.azureedge.net/media/1351/banner-organismes.jpg); }

.main-header .banner.transfert-savoir-faire {
  background-image: url(https://ptad.azureedge.net/media/1526/banner-transfert-savoir-faire.jpg); }

@media (max-width: 1590px) {
  #banner-90ans {
    width: 110px;
    right: 100px;
    display: none; }
  #home-carousel .carousel-caption {
    bottom: 19%;
    left: 35%;
    width: 65%; }
  #home-carousel .carousel-caption h1 {
    font-size: 4em; } }

@media (max-width: 1300px) {
  #banner-90ans {
    right: 50px;
    display: none; }
  #home-carousel .carousel-caption h1 {
    font-size: 3.5em; } }

@media (max-width: 1200px) {
  #banner-90ans {
    top: 100px;
    right: 20px;
    display: none; }
  .main-header .banner-coco {
    margin-bottom: -80px; } }

@media (max-width: 991px) {
  #banner-90ans {
    display: none; }
  #home-carousel .carousel-caption h1 {
    font-size: 3em; }
  .main-header .banner {
    height: 190px;
    background-size: cover; }
  .main-header .banner-coco img {
    /*width: 128px;*/ } }

@media (max-width: 767px) {
  .main-header .banner-coco {
    margin-bottom: -60px;
    width: 100%;
    text-align: center; }
  #home-carousel .carousel-caption h1 {
    font-size: 1.8em; } }

@media (max-width: 660px) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 217px;
    max-width: none; } }

@media (max-width: 380px) {
  #home-carousel .carousel-caption h1 {
    font-size: 1.5em; } }

/* ===============
   PAGE CONTENT 
   =============== */
.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  color: #001F4A;
  padding: 10px 0;
  text-align: center;
  margin: 10px 0; }

@media (max-width: 991px) {
  .page-title {
    font-size: 3em;
    padding: 15px 0;
    margin: 15px 0; } }

@media (max-width: 500px) {
  .page-title {
    font-size: 1.8em;
    padding: 10px 0;
    margin: 10px 0; } }

/* ===============
   MAIN CONTENT 
   =============== */
.main-header .banner h1 {
  color: #005FAE;
  font-size: 5.5em;
  font-family: "EurostileLTStd-BoldCn", sans-serif;
  font-weight: 700;
  padding: 15px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  letter-spacing: -2px;
  line-height: 0.8em;
  margin: 0;
  position: relative; }

.main-header .solido h1 sup {
  position: absolute;
  font-size: 0.25em;
  line-height: 100%;
  top: 15px;
  right: 41px; }

.main-header .banner-logo {
  padding: 15px 50px;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0;
  position: relative;
  max-height: 100px; }

.container-fluid {
  padding-right: 50px;
  padding-left: 50px; }

@media (max-width: 1500px) {
  .main-header .banner .banner-logo {
    padding: 10px 20px; }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px; } }

@media (max-width: 767px) {
  .main-header .banner .banner-logo {
    padding: 12px 12px;
    max-height: 80px; }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px; } }

/* ===============
   MAIN CONTENT 
   =============== */
.main-content .content-header {
  background-color: #eeeeee;
  color: #666; }

.main-content .content-header h2, .main-content .content-header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  padding: 22px 0;
  /*line-height: 1em;*/ }

.main-content .content-header h2 strong, .main-content .content-header h1 strong {
  font-weight: 300; }

.main-content .breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-size: 13px; }

.main-content .breadcrumbs ul {
  list-style: none;
  padding: 20px 0px;
  margin: 0; }

.main-content .breadcrumbs ul li {
  display: inline-block;
  color: #878787; }

.main-content .breadcrumbs ul li:after {
  content: ">";
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 4px; }

.main-content .breadcrumbs ul li.current:after {
  content: none; }

.main-content .breadcrumbs ul li a, .main-content .breadcrumbs ul li span {
  color: inherit;
  font-weight: 400; }

.main-content .breadcrumbs ul li.current span {
  color: #2791D0; }

@media (max-width: 767px) {
  .main-content .content-header h2, .main-content .content-header h1 {
    text-align: center; }
  .main-content .breadcrumbs {
    display: none; } }

#mobile-indicator {
  display: none; }

#mobile-indicator-991 {
  display: none; }

@media (max-width: 767px) {
  #mobile-indicator {
    display: block; } }

@media (max-width: 991px) {
  #mobile-indicator-991 {
    display: block; } }

.w3-prev-img {
  width: 20px;
  height: 36px; }

.w3-next-img {
  width: 20px;
  height: 36px; }

.bf-prochat {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility; }

.bf-prochat .bf-toggle {
  cursor: pointer;
  position: fixed;
  z-index: 1;
  top: 260px;
  right: 0px;
  padding: 15px 18px;
  background-color: #318BC4;
  border-radius: 3px 0px 0px 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: right .4s;
  transition: right .4s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bf-prochat .bf-toggle:hover {
  background-color: #0d81d4; }

.bf-prochat .bf-toggle svg.chat {
  max-height: 100%;
  width: 40px;
  display: block;
  margin: 0px auto 5px;
  fill: #fff; }

.bf-prochat .bf-toggle svg.close {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  fill: #fff;
  width: 13px; }

/* svg.close */
.closeChat {
  display: none; }

.bf-prochat .bf-toggle span.txt {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  margin: 0px;
  padding: 0px; }

.bf-prochat .bf-toggle span.main {
  margin-bottom: 3px; }

.bf-prochat .bf-toggle span.sub {
  opacity: .8; }

.bf-messenger {
  position: fixed;
  right: -381px;
  top: 0px;
  z-index: 21;
  height: 100%;
  width: 380px;
  background-color: #fff;
  border-left: 1px solid #c8c8c8;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: right .4s;
  transition: right .4s; }

.bf-messenger iframe {
  width: 100%;
  height: 100%; }

.bf-prochat.open .bf-toggle {
  right: 380px; }

.bf-prochat.open .bf-toggle svg.close {
  display: block; }

.bf-prochat.open .bf-messenger {
  right: 0px; }

/* ===============
   HOME PAGE 
   =============== */
#home-nav.row.vignettes {
  width: 95%;
  margin: 0px auto 0px;
  padding-bottom: 0px;
  border-bottom: none;
  display: block; }

#home-nav.row.vignettes > div {
  padding-bottom: 0px;
  margin-bottom: 104px;
  z-index: 0; }

#home-nav.row.vignettes > div .intitule-vignette {
  bottom: inherit;
  font-size: 1.7em;
  line-height: 1.1em;
  top: calc(100% + 30px);
  top: -webkit-calc(100% +30px);
  top: -moz-calc(100% + 30px); }

#home-nav.row.vignettes > div .intitule-vignette-hover {
  top: 50%;
  font-size: 1.9em;
  line-height: 1.3em;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  opacity: 0; }

#home-nav.row.vignettes > div a.lien-vignette:hover ~ .intitule-vignette-hover {
  bottom: inherit;
  color: #fff;
  opacity: 1; }

#home-nav.row.vignettes > div .intitule-vignette {
  font-family: "Roboto", sans-serif; }

@media (min-width: 992px) and (max-width: 1679px) {
  #home-nav.row.vignettes > div .intitule-vignette,
  #home-nav.row.vignettes > div .intitule-vignette-hover {
    font-size: 1.2em; } }

@media (min-width: 768px) and (max-width: 992px) {
  .divImgAccueil {
    width: 50%;
    height: 19em; }
  .imgAccueil {
    height: 16em !important; }
  .vignette-accueil {
    height: 16em !important; }
  #home-nav.row.vignettes > div .intitule-vignette,
  #home-nav.row.vignettes > div .intitule-vignette-hover {
    font-size: 1.7em; }
  #home-nav.row.vignettes > div .intitule-vignette {
    top: calc(100% - 20px) !important; }
  #home-nav.row.vignettes > div .intitule-vignette-hover {
    top: 40% !important; }
  #home-nav.row.vignettes > div {
    margin-bottom: 60px !important; } }

@media (max-width: 768px) {
  /*Chat*/
  .bf-prochat .bf-toggle {
    display: none; }
  .bf-messenger {
    right: 0;
    width: 100%;
    top: 100%; }
  .vignette-masque {
    height: 100% !important; }
  #home-nav.row.vignettes > div .intitule-vignette {
    font-size: 1.4em;
    top: calc(100% + 20px);
    top: -webkit-calc(100% +10px);
    top: -moz-calc(100% + 10px); }
  #home-nav.row.vignettes > div .intitule-vignette-hover {
    font-size: 1.5em;
    top: 50% !important; }
  .closeChat {
    display: block;
    margin-top: 10px;
    margin-right: 10px; } }

@media (max-width: 768px) {
  #home-nav.row.vignettes > div {
    margin-bottom: 70px; } }

/* Activites */
.home-activities figure {
  text-align: center;
  font-weight: bold;
  font-size: 1.7em;
  color: #666666; }

.home-activities figure figcaption {
  padding: 0 50px;
  line-height: 1em;
  margin-top: 30px;
  font-size: 1.6em; }

.home-activities figure img {
  margin: auto; }

hr.section-separator {
  margin-top: 30px;
  margin-bottom: 50px; }

/* Coco */
.home-coco {
  margin-bottom: 10px; }

.home-coco h1, .home-coco h2 {
  font-weight: 200;
  font-size: 26px;
  color: #666666;
  margin: 0; }

.home-coco h1 strong, .home-coco h2 strong {
  font-size: 32px; }

.home-coco .subtitle {
  font-size: 17px;
  color: #666666;
  font-weight: 400; }

.home-coco .btn {
  font-size: 1.6em;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 16px 0;
  display: block;
  max-width: 253px; }

.home-coco figure {
  margin-top: 60px;
  position: relative; }

.home-coco figure img {
  margin: auto; }

.apercu {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  text-transform: uppercase;
  margin-left: -43px;
  margin-top: -20px; }

.main-image {
  position: relative;
  display: inline-block; }

.home-coco .btn.btn-tooltip {
  height: 58px;
  width: 58px;
  font-size: 2.5em;
  margin-top: 0px;
  text-transform: uppercase;
  padding: 0px 0;
  display: block;
  max-width: inherit;
  background: #fff;
  color: #B0CA06;
  text-align: center;
  border: 2px solid #B0CA07;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-weight: bold; }

@media (max-width: 768px) {
  .home-coco .btn.btn-tooltip {
    font-size: 1.5em;
    height: 40px;
    width: 40px; } }

.home-coco .btn.btn-tooltip img {
  width: 100%;
  vertical-align: top; }

@media (max-width: 991px) {
  .home-activities figure figcaption {
    margin-top: 15px; }
  .home-activities figure {
    margin-bottom: 30px; }
  .home-activities > div:last-child figure {
    margin-bottom: 0; }
  .home-coco {
    text-align: center; }
  .home-coco .btn {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .home-activities figure figcaption {
    margin-top: 5px;
    font-size: 1.2em;
    padding: 10px;
    font-weight: 400; }
  .home-activities figure {
    margin-bottom: 20px; }
  .home-coco h1, .home-coco h2 {
    font-size: 30px;
    line-height: 1.3em; }
  .home-coco h1 strong, .home-coco h2 strong {
    font-size: 34px; }
  .home-coco .subtitle {
    margin-top: 15px; }
  .home-coco .btn {
    padding: 10px 27px;
    font-size: 1.5em; } }

@media (max-width: 500px) {
  .home-coco h1, .home-coco h2 {
    font-size: 20px;
    line-height: 1.3em; }
  .home-coco h1 strong, .home-coco h2 strong {
    font-size: 24px; } }

.vertical-separator {
  background: rgba(0, 0, 0, 0) url(https://ptad.azureedge.net/1620/product-stats-separator-vertical.jpg) repeat scroll 0 0;
  display: none;
  height: 16px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: -1px;
  width: 14px; }

#drapeau {
  display: none; }

/**************************************
    Content
**************************************/
#product-page .content-header h2, #product-page .content-header h1 {
  padding: 0; }

#product-page .content-header aside {
  font-family: "Roboto", sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  /*padding-top: 15px;*/
  line-height: 1.2em; }

#product-page .content-header aside img {
  margin: 4px 15px 0 15px;
  float: right;
  width: 3%; }

#product-page .product-description {
  font-size: 18px; }
  #product-page .product-description h3 {
    font-family: "Roboto", sans-serif;
    color: #005FAE;
    margin-top: 0;
    font-size: 40px;
    font-weight: 500; }
  #product-page .product-description span:first-of-type {
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  #product-page .product-description b {
    font-family: "Roboto", sans-serif; }
  #product-page .product-description p {
    line-height: 1.5;
    margin: 0; }
  #product-page .product-description p:first-of-type {
    margin-bottom: 10px; }
  #product-page .product-description ul {
    list-style: none outside none;
    padding-left: 35px; }
    #product-page .product-description ul > li {
      padding: 5px 0; }
    #product-page .product-description ul > li:before {
      content: " ";
      float: left;
      width: 20px;
      height: 15px;
      margin-top: 5px;
      margin-left: -35px;
      background: url(https://ptad.azureedge.net/media/1714/hook-blue.png);
      background-size: 100% 100%; }

#product-page .product-description img {
  float: right;
  margin-right: 25px;
  margin-bottom: 10px;
  height: 150px; }

#product-page table {
  height: auto;
  width: 100%;
  border: 1px solid #ACACAC;
  white-space: nowrap; }
  #product-page table > tbody > tr:first-child {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px; }
  #product-page table > tbody > tr:not(:first-child) {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px; }
  #product-page table td {
    border: 1px solid #ACACAC;
    line-height: 1.8em;
    padding: 0px 20px; }

.responsive-section {
  display: none;
  /*padding: 20px 0 0;*/
  /*border-top: 1px solid #ddd;*/
  position: relative;
  background-color: white; }

.responsive-tab {
  display: none; }

.responsive-tab + label {
  box-shadow: 1px 0px 15px #CCCCCC; }

.responsive-tab-label {
  display: inline-block;
  margin: 0 0 -0.1px;
  padding: 15px 25px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  text-transform: uppercase; }

.responsive-tab-label:before {
  /*font-family: fontawesome;*/
  font-weight: normal;
  margin-right: 10px; }

.responsive-tab-label:hover {
  color: #888;
  cursor: pointer; }

.responsive-tab:checked + label {
  color: #555;
  /*border: 1px solid #ddd;*/
  /*border-top: 2px solid orange;*/
  border-bottom: 1px solid #fff;
  box-shadow: 1px -2px 15px #CCCCCC;
  background-color: white; }

.responsive-tab-label:hover > img {
  filter: opacity(0.7); }

.responsive-tab:checked + label > img {
  filter: opacity(0.8); }

.responsive-tab-img {
  width: 20px;
  margin-bottom: 3px;
  filter: opacity(0.5); }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block; }

.responsive-tab-background {
  width: 100%;
  height: 59px !important;
  position: absolute;
  z-index: -1;
  background: #FFFFFF;
  background: -webkit-linear-gradient(#FFFFFF, #EDEDED);
  background: -o-linear-gradient(#FFFFFF, #EDEDED);
  background: -moz-linear-gradient(#FFFFFF, #EDEDED);
  background: linear-gradient(#FFFFFF, #EDEDED); }

/**************************************
    Main
**************************************/
#product-page .product-main h1 {
  color: #002147;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3em;
  margin: 0;
  margin-bottom: 30px; }

#product-page .product-main a.readmore {
  background-color: #2491D0;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 30px;
  position: absolute;
  right: 12%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 5%; }

#product-page .product-main .thumbs {
  padding: 50px 0; }

#product-page .product-main .thumbs a.fancybox {
  display: inline-block;
  margin-right: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1); }

#product-page .product-main .main-image:hover img, .product-main .thumbs a.fancybox:hover img {
  opacity: 0.8;
  cursor: zoom-in; }

#product-page .product-main a.readmore strong {
  width: 100%;
  text-align: center; }

#product-page .product-main aside {
  min-width: 184px; }

#product-page .product-main aside h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #666; }

#product-page .product-main aside .downloads {
  border: solid 1px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 10px 5px;
  max-height: 250px;
  overflow-y: auto; }

#product-page .product-main aside .downloads li a {
  color: #858585;
  font-size: 0.8em;
  text-decoration: underline;
  padding: 5px 0;
  display: block; }

#product-page .product-main aside .downloads li a.pdf {
  background: url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat 10px center;
  padding-left: 25px;
  word-wrap: break-word; }

#product-page .product-main > .row {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ACACAC; }

#product-page .product-main > .row:first-child {
  padding-top: 0px; }

#product-page .product-main > .row:last-child {
  padding-bottom: 0px;
  border-bottom: none; }

#content1 table {
  /* min-width: 600px;*/ }

#content1 {
  padding: 50px; }

#content2 {
  padding: 40px 0; }

#content3 {
  padding: 30px 0 0 0; }

.product-pdf {
  background: url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat scroll 10px center;
  color: #858585;
  display: block;
  font-size: 0.8em;
  padding: 3px 0 3px 25px;
  text-decoration: underline; }

.accessory-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #5A5A5A;
  margin-top: 0; }

.product-accessories-container {
  padding: 15px 25px;
  display: inline-block; }

.product-accessories {
  display: inline-block;
  width: 100%; }

.product-accessories.with-border {
  border-bottom: solid 1px #ACACAC; }

.product-accessories .accessory-img {
  max-height: 100%;
  max-width: 100%;
  padding: 0 15%;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .asideDiv {
    text-align: center; }
  #product-page .content-header .asideModile img {
    display: none; }
  .row-header {
    padding-top: 20px;
    padding-bottom: 20px; }
  #product-page .product-main > .row:first-child {
    padding-top: 10px; }
  .product-accessories-container {
    padding: 5px 15px;
    width: 100%; }
  .product-accessories .accessory-img {
    padding: 0 0 10px 0;
    max-height: 150px;
    max-width: 150px; } }

.product-accessories .accessory-details {
  display: inline-block;
  vertical-align: top; }

.product-accessories .accessory-details li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5A5A5A; }

.product-accessories .accessory-details p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2791D0;
  margin: 20px 0 0 0; }

.row-header {
  padding-top: 35px;
  padding-bottom: 35px; }

.thumbnail-container {
  margin-bottom: 0px;
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  padding: 5px; }

.thumbnail {
  height: 107px;
  max-width: 210px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0; }

.img-thumbnail {
  max-height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border: 0; }

.thumbnail > img {
  max-width: 98%; }

.anchors > .anchorLink {
  margin: 0 10px 0 10px;
  display: inline-block; }

.anchors > .anchorLink:first-child {
  margin: 0 10px 0 0; }

.anchors > .anchorLink:last-child {
  margin: 0 0 0 10px; }

/**************************************
    Stats
**************************************/
#product-page .product-stats {
  background: #eeeeee;
  padding: 40px 0; }

#product-page .product-stats .tcell.item.content-text {
  padding-left: 50px;
  text-align: left; }

@media (max-width: 767px) {
  #product-page .product-stats .tcell.item.content-text {
    padding-left: 20px;
    padding-right: 20px; } }

#product-page .product-stats .punchline {
  font-size: 2.5em;
  color: #858585;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em; }

#product-page .product-stats .punchline strong {
  color: #2491D0; }

#product-page .product-stats .heading .punchline {
  font-size: 3.1em;
  line-height: 1em;
  color: #2491D0;
  text-align: left; }

#product-page .product-stats .heading .punchline strong {
  color: #666;
  font-size: 2.7em; }

#product-page .product-stats .item {
  font-size: 1.2em;
  font-weight: 400;
  color: #858585;
  text-align: center;
  position: relative;
  vertical-align: middle; }

#product-page .product-stats .item.heading {
  width: 47%; }

#product-page .product-stats .item:after {
  content: "";
  display: block;
  height: 120px;
  width: 17px;
  background: url(https://ptad.azureedge.net/media/1321/product-stats-separator.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -60px; }

#product-page .product-stats .item.noafter:after {
  content: none; }

#product-page .product-stats .item:last-child:after {
  content: none; }

/**************************************
    Features
**************************************/
#product-page .product-features {
  padding: 30px 0; }

#product-page .product-features h2 {
  color: #2491D0;
  font-size: 3.7em;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 25px; }

#product-page .product-features.small-font h2 {
  font-size: 2em; }

#product-page .product-features ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#product-page .product-features li {
  padding-left: 1em;
  text-indent: -.7em;
  font-size: 1.2em;
  font-weight: 400;
  color: #000; }

#product-page .product-features li:before {
  color: #2491D0;
  margin-right: 7px;
  position: relative;
  top: -2px;
  font-size: 0.8em; }

/**************************************
    Related download
**************************************/
#product-page .related-product {
  margin-top: 10px; }
  #product-page .related-product ul.downloads {
    list-style: none;
    padding: 0; }
    #product-page .related-product ul.downloads li:not(:last-child) {
      border-right: 1px solid #ACACAC; }
    #product-page .related-product ul.downloads li {
      position: relative;
      padding: 25px 0 0 50px; }
      #product-page .related-product ul.downloads li a {
        display: block;
        white-space: nowrap; }
        #product-page .related-product ul.downloads li a .extension {
          display: inline-block;
          height: 68px;
          padding-right: 15px;
          vertical-align: top; }
        #product-page .related-product ul.downloads li a .fileinfo {
          display: inline-block;
          white-space: normal; }
        #product-page .related-product ul.downloads li a .filesize {
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          font-weight: 400;
          color: #ACACAC; }
        #product-page .related-product ul.downloads li a .filename {
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          font-weight: 400;
          color: #5A5A5A;
          max-width: 300px; }
      #product-page .related-product ul.downloads li a:hover, #product-page .related-product ul.downloads li a:focus {
        text-decoration: none; }

@media (max-width: 1700px) {
  #product-page .related-product ul.downloads li {
    padding: 10px 0 0 30px; }
    #product-page .related-product ul.downloads li a .extension {
      padding-right: 15px; }
      #product-page .related-product ul.downloads li a .extension img {
        height: 50px; }
    #product-page .related-product ul.downloads li a .filesize {
      font-size: 16px; }
    #product-page .related-product ul.downloads li a .filename {
      font-size: 16px;
      max-width: 250px; } }

@media (max-width: 1500px) {
  #content1 {
    padding: 25px; }
  #product-page .related-product ul.downloads li {
    padding: 10px 0 0 25px; }
    #product-page .related-product ul.downloads li a .filename {
      max-width: 200px; } }

@media (max-width: 1400px) {
  #product-page .related-product ul.downloads li:not(:last-child) {
    border-right: none; } }

@media (max-width: 1200px) {
  #product-page .related-product ul.downloads li a .filename {
    max-width: 250px; }
  #product-page .content-header aside img {
    width: 5%; } }

@media (max-width: 767px) {
  #product-page .related-product ul.downloads li {
    padding: 10px 0 0 0px; }
    #product-page .related-product ul.downloads li a .filename {
      max-width: 400px; } }

@media (max-width: 450px) {
  #product-page .related-product ul.downloads li a .filename {
    max-width: 270px; } }

/**************************************
    Related
**************************************/
#product-page .related-product .tab-menu {
  background: #eeeeee; }

#product-page .related-product .tab-menu ul {
  border-bottom: none; }

#product-page .related-product .tab-menu ul li {
  vertical-align: middle; }

#product-page .related-product .tab-menu ul li a {
  font-size: 1.2em;
  text-align: center;
  border: none;
  border-radius: 0;
  height: 97px;
  line-height: 97px;
  padding: 0 55px; }

#product-page .related-product .tab-menu ul li a span {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  /* on retablit le line-height */ }

#product-page .related-product .tab-menu ul li.active a {
  background: #2491D0;
  color: #FFF;
  font-weight: 700; }

#product-page .related-product .tab-menu ul li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2491D0;
  z-index: 2000; }

#product-page .related-product .tab-menu ul li.active a:hover, .related-product .tab-menu ul li.active a:focus {
  border: none; }

/* bx slider products */
.bx-wrapper {
  padding: 0 32px; }

.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none; }

.bx-wrapper .bx-prev {
  left: -5px;
  background: url(https://ptad.azureedge.net/media/2086/product-slider-prev.svg) no-repeat 50%; }

.bx-wrapper .bx-next {
  right: 0px;
  background: url(https://ptad.azureedge.net/media/2085/product-slider-next.svg) no-repeat 50%; }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  background-position: 50%; }

/* end bx slider products */
.related-product .tab-panel {
  background: #eeeeee;
  padding-bottom: 40px; }

.related-product .tab-panel h2 {
  font-size: 3em;
  text-align: center;
  color: #666;
  font-weight: 200;
  margin: 40px 0; }

.related-product .tab-panel .resultat_questionnaire h2 {
  margin: 0; }

.related-product .tab-panel .resultat_questionnaire p {
  margin: 20px 0; }

.related-product .tab-panel .resultat_questionnaire a.btn-blue {
  margin-top: 10px;
  display: inline-block; }

.related-product .tab-panel .resultat_questionnaire p.warning {
  color: red; }

.related-product .tab-panel .product-desc {
  padding-left: 30px;
  background: url("../images/product-slider-id.png") no-repeat 0 50%; }

.related-product .tab-panel h4 {
  font-size: 1.1em;
  margin: 0;
  color: #666;
  text-transform: uppercase;
  font-weight: 700; }

.related-product .tab-panel .reference {
  font-size: 1.1em;
  color: #2491D0; }

.related-product .tab-panel ul.bxslider > li {
  border-right: solid 1px rgba(0, 0, 0, 0.1); }

.related-product .tab-panel ul.bxslider > li.last {
  border-right: none; }

.product-footer {
  padding: 50px 0; }

.product-footer .tcell {
  vertical-align: middle;
  font-size: 1.2em;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3em; }

.product-footer .tcell strong {
  font-size: 1.3em; }

.product-footer .tcell.warranty {
  text-transform: none;
  text-align: center;
  font-size: 0.93em; }

.product-footer .tcell.warranty div {
  padding-top: 5px; }

.product-footer .madeinfrance, .product-footer .loan {
  width: 100px; }

.product-footer .tcell.text {
  padding: 0 20px; }

@media (max-width: 1600px) {
  .product-features h2 {
    font-size: 3em; } }

@media (max-width: 1200px) and (min-width: 991px) {
  .bx-wrapper .bx-prev {
    left: -10px; }
  .bx-wrapper .bx-next {
    right: 25px; } }

@media (max-width: 991px) {
  .responsive-tab + label {
    margin-top: 5.5px; }
  #product-page .content-header aside strong {
    font-size: 1.5em; }
  #product-page .content-header aside {
    font-size: 1.5em; }
  .related-product .tab-menu ul li a {
    padding: 0 25px; }
  .product-features h2 {
    font-size: 2em; }
  .product-features li {
    font-size: 1em; }
  #product-page .product-description img {
    margin-right: 15px;
    height: 100px; } }

@media (max-width: 767px) {
  .asideText {
    text-align: center !important; }
  #drapeau {
    display: initial;
    width: 15%; }
  #product-page .content-header .row > div {
    padding: 0; }
  #product-page .content-header aside {
    /*text-align: center;*/
    padding: 20px 0;
    /*font-size: 1.3em;*/ }
  #product-page .content-header aside strong {
    font-size: 1.2em; }
  #product-page .content-header aside:after {
    background-position: 50% 100%; }
  #product-page .product-main h1 {
    font-size: 1.5em;
    margin: 22px 0;
    text-align: center; }
  #product-page .product-main img {
    /*margin: 80px auto auto;*/ }
  #product-page .product-main a.readmore {
    /* margin-right: -123px;
		right:50%;
		top: -82px; */
    position: static;
    width: 260px;
    margin: auto;
    display: block; }
  #product-page .product-main aside {
    display: none; }
  .related-product .tab-panel .product-desc {
    background-position: calc(50% - 70px) 50%; }
  .bx-wrapper .bx-prev {
    left: 15px; }
  .bx-wrapper .bx-next {
    right: 15px; }
  #product-page .product-stats {
    padding: 0; }
  #product-page .product-stats .container {
    padding: 0; }
  #product-page .product-stats .pta-table, #product-page .product-stats .pta-table .trow, #product-page .product-stats .pta-table .tcell {
    display: block; }
  .vertical-separator {
    display: block; }
  #product-page .product-stats .item.heading {
    width: auto;
    border-top: none; }
  #product-page .product-stats .heading .punchline {
    text-align: center;
    font-size: 2.1em;
    line-height: 30px; }
  #product-page .product-stats .heading .punchline strong {
    font-size: 2.1em;
    line-height: 30px; }
  #product-page .product-stats .punchline {
    line-height: 36px; }
  #product-page .product-stats .item:after {
    content: none; }
  #product-page .product-stats .item {
    padding: 32px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    line-height: 20px; }
  #product-page .product-features {
    padding: 0; }
  #product-page .product-features figure.grey {
    background: #EEE;
    border-bottom: 1px solid #D6D6D6; }
  #product-page .product-features figure img {
    margin: auto; }
  #product-page .product-features figure.grey img {
    margin: auto;
    padding: 30px 0 30px 0;
    max-width: 88%; }
  #product-page .product-features h2 {
    text-align: center; }
  #product-page .product-features ul {
    width: 90%;
    margin: auto; }
  #product-page .product-features .row > div {
    margin-bottom: 40px;
    padding: 0; }
  #product-page ul.bxslider li {
    display: inline-block; }
  .related-product .tab-menu ul li {
    display: none; }
  .related-product .tab-menu ul li.active {
    display: block; }
  .related-product .container {
    padding: 0; }
  .related-product .tab-menu ul li.active:after {
    left: auto;
    bottom: auto;
    right: 10px;
    top: 50%;
    border-top-color: #FFF;
    margin-left: 0;
    margin-top: -3px; }
  .related-product .tab-menu ul li a {
    height: 70px;
    line-height: 70px;
    width: 100%; }
  .related-product .tab-menu ul li a span {
    font-size: 1.6em; }
  .related-product .tab-panel h2 {
    display: none; }
  .related-product .tab-panel {
    padding-top: 40px; }
  #product-page .related-product .tab-menu ul li a {
    padding: 0; }
  .product-footer .pta-table, .product-footer .pta-table .trow, .product-footer .pta-table .tcell {
    display: block;
    text-align: center !important;
    float: none !important;
    margin: 20px 0 !important;
    width: auto !important; }
  .product-footer img {
    margin: auto; }
  .product-footer .madeinfrance, .product-footer .loan {
    width: 106px;
    float: left;
    margin-bottom: 30px;
    margin-left: 8%; }
  .product-footer .warranty {
    width: 92%;
    float: right; }
  .product-footer .tcell.text img,
  .product-footer .warranty img {
    margin-left: 0px; }
  .product-footer .tcell.text {
    width: calc(91% - 108px);
    float: left;
    text-align: left;
    margin-bottom: 70px;
    margin-top: 10px; } }

strong.block {
  display: block; }

@media (max-width: 1300px) {
  #product-page .product-description {
    font-size: 16px; }
  #product-page .product-description h3 {
    font-size: 30px; } }

@media (max-width: 1200px) {
  #product-page table > tbody > tr:first-child {
    font-size: 1em; }
  #product-page table > tbody > tr:not(:first-child) {
    font-size: 1em; } }

@media (max-width: 1000px) {
  .responsive-tab-label {
    font-size: 16px;
    padding: 15px 15px; }
  #product-page table > tbody > tr:first-child {
    font-size: 1em; }
  #product-page table > tbody > tr:not(:first-child) {
    font-size: 1em; }
  #product-page table td {
    line-height: 1.5em;
    padding: 0px 10px; }
  #content1, #content2 {
    padding: 20px; }
  #content3 {
    padding: 20px 0 0 0; } }

@media (max-width: 820px) {
  .responsive-tab-label {
    font-size: 14px;
    padding: 15px 10px;
    margin-top: 8.5px !important; } }

@media (max-width: 700px) {
  .responsive-tab-label {
    width: 100%;
    font-size: 16px;
    margin-top: 0px !important;
    background: #FFFFFF;
    background: -webkit-linear-gradient(#FFFFFF, #EDEDED);
    background: -o-linear-gradient(#FFFFFF, #EDEDED);
    background: -moz-linear-gradient(#FFFFFF, #EDEDED);
    background: linear-gradient(#FFFFFF, #EDEDED); }
  .responsive-tab-background {
    background: none; }
  #product-page table > tbody > tr:first-child {
    font-size: 0.8em; }
  #product-page table > tbody > tr:not(:first-child) {
    font-size: 0.7em; }
  #product-page table td {
    line-height: 1.5em; }
  #content1, #content2 {
    padding: 10px; }
  #content3 {
    padding: 10px 0 0 0; } }

@media (max-width: 400px) {
  .responsive-tab-label {
    padding: 15px; } }

#activity-page h2, #activity-page h1 {
  font-weight: 300;
  color: #5A5A5A;
  display: inline-block;
  padding: 0; }

.resizingPadding:nth-child(2) {
  padding-bottom: 30px; }

/**************************************
    Content
**************************************/
.activity-center {
  text-align: center; }

.activity-left {
  display: inline-block;
  text-align: left;
  width: 70%; }

#activity-page .content-header aside {
  font-family: "Roboto", sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  /*padding-top: 15px;*/
  line-height: 1.2em; }

#activity-page .content-header aside img {
  margin: 4px 15px 0 15px;
  float: right; }

#activity-page .activity-description {
  font-size: 18px; }
  #activity-page .activity-description h3 {
    font-family: "Roboto", sans-serif;
    color: #005FAE;
    margin-top: 0;
    font-size: 40px;
    font-weight: 500; }
  #activity-page .activity-description span:first-of-type {
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  #activity-page .activity-description b {
    font-family: "Roboto", sans-serif; }
  #activity-page .activity-description p {
    line-height: 1.5;
    margin: 0; }
  #activity-page .activity-description p:first-of-type {
    margin-bottom: 10px; }
  #activity-page .activity-description ul {
    list-style: none outside none;
    padding-left: 25px; }
    #activity-page .activity-description ul > li:before {
      content: " ";
      display: inline-block;
      width: 20px;
      height: 15px;
      margin-top: 5px;
      margin-left: -25px;
      margin-right: 15px;
      background: url(https://ptad.azureedge.net/media/1714/hook-blue.png);
      background-size: 100% 100%; }

/**************************************
    Main
**************************************/
#activity-page .activity-main {
  padding-bottom: 30px; }

#activity-page .activity-main h1 {
  color: #002147;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3em;
  margin: 0;
  margin-bottom: 30px; }

#activity-page .activity-main a.readmore {
  background-color: #2491D0;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 30px;
  position: absolute;
  right: 12%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 5%; }

#activity-page .activity-main .thumbs {
  padding: 50px 0; }

#activity-page .activity-main .thumbs a.fancybox {
  display: inline-block;
  margin-right: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1); }

#activity-page .activity-main .main-image:hover img, .activity-main .thumbs a.fancybox:hover img {
  opacity: 0.8;
  cursor: zoom-in; }

#activity-page .activity-main a.readmore strong {
  width: 100%;
  text-align: center; }

#activity-page .activity-main aside {
  min-width: 184px; }

#activity-page .activity-main aside h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #666; }

#activity-page .activity-main aside .downloads {
  border: solid 1px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 10px 5px;
  max-height: 250px;
  overflow-y: auto; }

#activity-page .activity-main aside .downloads li a {
  color: #858585;
  font-size: 0.8em;
  text-decoration: underline;
  padding: 5px 0;
  display: block; }

#activity-page .activity-main aside .downloads li a.pdf {
  background: url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat 10px center;
  padding-left: 25px;
  word-wrap: break-word; }

@media (max-width: 991px) {
  #activity-page .content-header aside strong {
    font-size: 1.5em; }
  #activity-page .content-header aside {
    font-size: 1.5em; } }

@media (max-width: 767px) {
  #activity-page .content-header .row > div {
    padding: 0; }
  #activity-page .content-header aside {
    /*text-align: center;*/
    padding: 20px 0;
    /*font-size: 1.3em;*/
    background: #FFF;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  #activity-page .content-header aside strong {
    font-size: 1.2em; }
  #activity-page .content-header aside:after {
    background-position: 50% 100%; }
  #activity-page .activity-main h1 {
    font-size: 1.5em;
    margin: 22px 0;
    text-align: center; }
  #activity-page .activity-main img {
    /*margin: 80px auto auto;*/ }
  #activity-page .activity-main a.readmore {
    /* margin-right: -123px;
		right:50%;
		top: -82px; */
    position: static;
    width: 260px;
    margin: auto;
    display: block; }
  #activity-page .activity-main aside {
    display: none; } }

strong.block {
  display: block; }

@media (max-width: 1300px) {
  #activity-page .activity-description {
    font-size: 16px; }
  #activity-page .activity-description h3 {
    font-size: 30px; } }

.activity-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%; }

.activity-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.activity-main .row .tab-content .tab-pane img {
  width: 100%; }

.related-products {
  margin: 0px -15px 0 -15px;
  background-color: #EEEEEE;
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px; }

.related-product-col {
  padding: 25px; }

.related-products-header {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #5A5A5A;
  margin: 30px 0 30px 0; }

.related-product-img-container {
  padding: 20px; }

.related-product-img {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px; }

.related-product-container {
  /*margin: 20px;*/
  background-color: white;
  text-align: center; }

.related-product-title,
.related-product-title p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px !important;
  color: #005FAE;
  display: block;
  line-height: 0.9em;
  margin-bottom: 5px; }

.related-product-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5A5A5A;
  display: block;
  margin: 15px 0 10px 0; }

@media (max-width: 1500px) {
  .related-products {
    padding: 15px; }
  .related-product-col {
    padding: 15px; }
  .related-product-img {
    padding: 15px; }
  .related-products-header {
    margin: 15px 0 15px 0; } }

@media (max-width: 767px) {
  .related-products {
    padding: 7.5px; }
  .related-product-col {
    padding: 7.5px; }
  .related-product-img {
    padding: 0px; } }

/* ===============
   SERVICE PAGE 
   =============== */
#service-page .service-main h1 {
  font-size: 1.9em;
  margin: 0;
  color: #4A99CB;
  font-weight: 200;
  margin-bottom: 12px; }

#service-page .service-main h2 {
  font-size: 1.7em;
  color: #4A99CB;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 16px; }

@media (max-width: 768px) {
  #service-page .container {
    padding: 0px;
    width: 90%;
    margin: auto; }
  #service-page .service-main h1 {
    font-size: 1.5em;
    margin: 36px 0 20px;
    text-align: center; }
  .service-separator {
    margin-left: auto;
    margin-right: auto; }
  #service-page .service-main h2 {
    font-size: 1.5em;
    margin-bottom: 32px;
    margin-top: 20px;
    text-align: center; }
  #service-page .service-main a.pdf,
  #service-page .service-main img {
    display: none; }
  #service-page .service-main {
    padding-bottom: 40px; } }

.service-separator {
  width: 164px;
  height: 1px;
  background-color: #E5E5E5; }

#service-page .service-main a.pdf {
  background: rgba(0, 0, 0, 0) url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat scroll 10px center;
  padding-left: 25px; }

#service-page .service-main a {
  color: #858585;
  display: block;
  font-size: 0.8em;
  padding: 5px 0;
  text-decoration: underline; }

#service-page .service-main a.readmore {
  color: #4A99CB;
  font-size: 0.93em; }

#service-page .row {
  margin: 0px 0px 0px 0px; }

#service-page .row > div {
  padding-left: 0px;
  padding-right: 0px; }

#service-page .row.grey {
  background-color: #eeeeee;
  margin-top: 50px; }

#service-page .row > div.service-banner {
  background: url(https://ptad.azureedge.net/media/1223/4_separation_page.jpg) center top no-repeat;
  width: 100%;
  height: 179px;
  background-size: auto auto; }

@media (min-width: 1680px) {
  #service-page .row > div.service-banner {
    background-size: 100% auto; } }

@media (max-width: 400px) {
  #service-page .row > div.service-banner {
    background: url(https://ptad.azureedge.net/media/1223/4_separation_page.jpg) center top;
    width: 100%;
    height: 150px; } }

#service-page .services-logo {
  background: url(https://ptad.azureedge.net/media/1270/services-premier-tech-logo.png);
  width: 127px;
  height: 126px;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -63px; }

#service-page .row > div.faq,
#service-page .row > div.warranty {
  border-right: 1px solid #E1E1E1; }

#service-page .row > div.warranty {
  position: relative; }

#service-page .row > div.warranty span.arrow {
  width: 48px;
  height: 48px;
  background: url(https://ptad.azureedge.net/media/1271/warranty-arrow.png) center center no-repeat #fff;
  line-height: 48px;
  text-align: center;
  color: #002C61;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -25px; }

#service-page .row > div.faq,
#service-page .row > div.contact {
  padding: 0 50px 30px;
  margin-top: 54px;
  margin-bottom: 50px; }

#service-page .row > div.warranty,
#service-page .row > div.checkin {
  padding: 0 50px;
  margin-top: 78px;
  margin-bottom: 36px; }

#service-page .row > div.checkin p {
  font-size: 1em;
  color: #5a5a5a; }

#service-page .row > div.checkin p strong {
  text-transform: uppercase;
  color: #666666;
  font-size: 1.1em;
  margin-bottom: 0px; }

#service-page .row > div.warranty h2 {
  width: 100%;
  text-align: center;
  float: left;
  color: #D81959;
  font-size: 2.1em;
  margin: 0px 0px 0px 0px; }

#service-page .row > div.warranty img {
  width: 100%;
  max-width: 333px;
  margin: 20px 20px 20px 20px; }

@media (max-width: 768px) {
  #service-page .row.grey {
    background-color: #eeeeee;
    margin-top: 0px; }
  #service-page .row > div.warranty .readmore {
    display: block;
    margin: 20px auto auto;
    text-align: left;
    width: 90%; }
  #service-page .row > div.checkin {
    padding: 35px 30px 10px; }
  #service-page .row > div.warranty span.arrow {
    display: none; } }

@media (max-width: 991px) {
  #service-page .row > div.warranty img {
    width: 100%;
    max-width: 333px;
    margin: 10px 0px 10px 0px; } }

#service-page .row > div.warranty .readmore {
  color: #D8195A;
  text-decoration: underline;
  font-size: 1em; }

#service-page .row > div.checkin h2 {
  width: 100%;
  text-align: center;
  float: left;
  color: #4A99CB;
  font-size: 2.1em;
  margin: 20px 0px 20px 0px; }

#service-page .row > div.checkin p {
  text-align: center; }

#service-page .row > div.checkin .bt-checkin {
  padding: 26px 30px;
  background-color: #4A99CB;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  max-width: 333px;
  text-decoration: none;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 24px; }

@media (max-width: 768px) {
  #service-page .row > div.checkin .bt-checkin {
    font-size: 1.2em;
    padding: 20px; } }

#service-page .row > div.checkin a.question {
  background: rgba(0, 0, 0, 0) url("../images/service-question.png") no-repeat scroll 10px center;
  color: #666;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  text-align: center;
  text-decoration: underline;
  width: 175px; }

@media (min-width: 768px) and (max-width: 991px) {
  #service-page .row > div.warranty h2,
  #service-page .row > div.checkin h2 {
    font-size: 1.9em; }
  p {
    font-size: 0.93em;
    line-height: 16px; }
  #service-page .row > div.checkin .bt-checkin {
    font-size: 1.1em;
    padding: 16px 20px; } }

@media (max-width: 768px) {
  #service-page .row > div {
    padding-left: 0px;
    padding-right: 0px; }
  #service-page .row > div .container {
    padding: 0px 0px 0px 0px;
    width: 100%; }
  #service-page .row > div .container p {
    width: 90%;
    margin: auto; }
  #service-page .row > div.faq {
    border-right: none;
    border-bottom: 1px solid #E1E1E1;
    margin: 40px 0 0 0;
    padding: 0 10px 40px;
    text-align: center; }
  #service-page .row > div.warranty {
    border-right: none;
    border-bottom: 1px solid #E1E1E1;
    margin: 90px 0 0 0;
    padding: 0 30px 35px 30px;
    text-align: center; }
  #service-page .row > div.contact,
  #service-page .row > div.checkin {
    margin: 0 0 35px;
    padding: 36px 36px 0;
    text-align: center; }
  #service-page .row > div .asterisque {
    display: none; } }

#service-page .row > div .asterisque {
  margin-left: 50px;
  margin-right: 50px;
  font-size: 0.7em;
  color: #5a5a5a;
  margin-bottom: 28px; }

#service-page .row > div.faq h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center; }

#service-page .row > div.faq h3.bleu {
  color: #4A99CB;
  margin-top: 0; }

#service-page .row > div.faq .service-separator {
  width: 103px;
  margin-left: auto;
  margin-right: auto; }

#service-page .row > div.faq p {
  text-align: center; }

#service-page .row > div.faq .readmore {
  padding: 12px 22px;
  background-color: #4A99CB;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  max-width: 180px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 15px; }

#service-page .row > div.faq a.pdf {
  background: rgba(0, 0, 0, 0) url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat scroll 10px center;
  padding-left: 25px;
  display: block;
  color: #858585;
  text-decoration: underline;
  width: 190px;
  margin-left: auto;
  margin-right: auto; }

#service-page .row > div.contact img {
  margin-top: 22px;
  margin-bottom: 20px;
  max-width: 374px;
  width: 100%; }

#service-page .row > div.contact p {
  text-align: center;
  font-size: 1em;
  color: #777777; }

#service-page .row > div.contact .service-separator {
  width: 50px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto; }

#service-page .row > div.contact .contact-us {
  text-align: center;
  color: #5a5a5a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em; }

#service-page .row > div.contact .contact-us .tel {
  color: #D8195A;
  font-size: 1.7em;
  margin-top: 5px; }

@media (max-width: 768px) {
  #service-page .row > div.faq h3 {
    font-size: 1.1em; }
  #service-page .row > div.faq a.pdf {
    display: none; }
  #service-page .row > div.faq .readmore {
    margin-bottom: 0px; }
  #service-page .row > div.contact img {
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: 374px;
    width: 100%; } }

@media (max-width: 435px) {
  #service-page .row > div.faq {
    border-bottom: 0px; }
  #service-page .row > div.contact, #service-page .row > div.checkin {
    margin: 0 0 35px;
    padding: 0px 0px 0;
    text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  #service-page .row > div.faq, #service-page .row > div.contact {
    padding: 0 20px 30px; }
  #service-page .row > div.faq h3 {
    font-size: 1.1em; } }

/* ===============
   ABOUT PAGE 
   =============== */
#imgmobile {
  display: none !important; }

/*#about-page.main-content {
    background: url(https://ptad.azureedge.net/media/1962/about-main.jpg) center top;
    background-size: auto 60%;
    position: relative;
}*/
.col-sm-6 p {
  font-size: 15px; }

#about-page .about-main h2 {
  font-size: 1.3em;
  color: #666666;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0px; }

.about-separator {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 128px;
  height: 1px;
  background-color: #E5E5E5; }

@media (max-width: 768px) {
  #about-page.main-content {
    background: none; }
  #about-page.main-content > .picture > .container.small {
    background: url(https://ptad.azureedge.net/media/1964/about-main.jpg) center bottom no-repeat;
    background-size: 100% auto; }
  .about-main .row > div {
    padding: 0px; }
  .about-main .img-responsive {
    width: 100%; } }

.about-main {
  margin-bottom: 136px; }

@media (max-width: 768px) {
  .imgResponsive {
    width: 100% !important; }
  .about-main {
    margin-bottom: 100px; }
  #img {
    display: none !important; }
  #imgmobile {
    display: initial !important;
    width: 100%; }
  #about-page .about-main p,
  #about-page .about-main h2 {
    margin: auto;
    width: 90%; }
  #about-page .about-main h2 {
    margin-bottom: 30px;
    margin-top: 30px; }
  .about-separator {
    margin: 14px 0px 14px 5%; } }

#about-page .content-footer {
  background: url(https://ptad.azureedge.net/media/1096/timeline-bg.png) center top;
  position: relative;
  background-size: auto 100%; }

@media (min-width: 1400px) {
  #about-page .content-footer {
    background-size: 100% 100% !important; } }

@media (max-width: 768px) {
  #about-page .content-footer {
    background-size: auto 100%; } }

#about-page .content-footer ul {
  padding: 0px; }

#about-page .content-footer ul li {
  list-style: none; }

#about-page .bx-wrapper {
  margin: 50px auto 90px;
  min-height: 200px;
  overflow: hidden;
  width: 768px;
  padding: 0px; }

#about-page .bx-wrapper .bx-viewport {
  left: 0px; }

.about-slider .about-desc {
  width: 454px;
  float: right;
  margin-right: 28px; }

.about-slider .about-desc h4 {
  font-size: 2.1em;
  color: #2491D0;
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 100; }

.about-slider .about-desc h5 {
  font-size: 1.3em;
  color: #fff; }

.about-slider .about-desc p {
  font-size: 1.2em;
  color: #fff; }

.about-slider img {
  width: 250px;
  float: left;
  margin-right: 35px; }

#about-silder-pager {
  /*border-bottom: 2px dotted #5e7987;*/
  height: 210px;
  position: absolute;
  text-align: center;
  top: -80px;
  width: 100%;
  overflow: auto;
  z-index: 1; }

#test {
  border-bottom: 2px dotted #5e7987;
  width: 100%;
  z-index: 1;
  height: 104px; }

#about-silder-pager a:active,
#about-silder-pager a:focus {
  outline: none; }

#about-silder-pager a {
  display: inline-block;
  text-decoration: none;
  position: relative; }

#about-silder-pager a .bubble {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border: 1px solid #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 68px;
  color: #666666;
  font-size: 1.2em;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all .5s;
  /* Safari */
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  float: left; }

#about-silder-pager a.active .bubble {
  height: 112px;
  width: 112px;
  margin-top: -22px;
  font-size: 2.1em;
  line-height: 112px; }

#about-silder-pager a .point {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 7px;
  border: 0px solid #fff;
  text-align: center;
  position: absolute;
  top: 117px;
  left: 50%;
  margin-left: -15px; }

#about-silder-pager a .point .point-disc {
  background-color: #fff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .5s;
  /* Safari */
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  margin-top: -5px; }

#about-silder-pager a.active .point {
  padding: 7px;
  display: block;
  border: 1px solid #fff; }

#about-silder-pager a.active .point .point-disc {
  background-color: #fff;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  top: 0;
  margin-top: 0px; }

#about-silder-pager a {
  height: 112px;
  line-height: 112px; }

#about-page .bx-wrapper .bx-prev,
#about-page .bx-wrapper .bx-next {
  width: 20px;
  height: 50px; }

#about-page .bx-wrapper .bx-controls-direction a {
  display: none;
  margin-top: 0px;
  top: 52px; }

@media (max-width: 768px) {
  #mCSB_1_scrollbar_horizontal {
    display: none; }
  #about-page .bx-wrapper .bx-controls-direction a {
    display: block; }
  #about-page .content-footer .row > div {
    margin: 0;
    padding: 0; }
  #about-page .bx-wrapper {
    margin: 0;
    width: 100%; }
  #test {
    height: 146px; }
  .about-slider {
    top: -180px; }
  .about-slider .about-desc {
    width: 90%;
    margin: 214px auto auto auto;
    float: none; }
  table tbody tr td a {
    top: -20px !important; }
  #about-silder-pager {
    height: 166px;
    overflow-x: hidden;
    top: 0; }
  .about-slider img {
    width: 100%;
    margin: 36px 0px 0px 0px; }
  #about-silder-pager a {
    display: none; }
  #about-silder-pager a.active {
    display: block; }
  #about-silder-pager a.active .bubble {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px; }
  #about-silder-pager a .point {
    top: 124px; }
  #about-page .bx-wrapper .bx-prev {
    display: block;
    /* background: url(../images/about-slider-prev.png);*/ }
  #about-page .bx-wrapper .bx-next {
    display: block;
    /* background: url(../images/about-slider-next.png);*/ } }

@media (min-width: 768px) and (max-width: 991px) {
  .about-slider .about-desc {
    margin-right: 0;
    width: 435px; } }

/* ===============
   NEWS PAGE 
   =============== */
#news-page .news-main .row {
  margin-bottom: 50px;
  position: relative; }

#news-page .news-main .row > div {
  position: static; }

.news-date {
  font-size: 1.2em;
  line-height: 18px;
  color: #2791D0;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 400; }

.news-title {
  font-size: 1.2em;
  line-height: 18px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 500; }

.news-separator {
  width: 100%;
  margin: 15px 0px 15px 0px;
  display: block;
  height: 1px;
  background-color: #E5E5E5; }

#news-page .news-main p {
  line-height: 18px;
  font-size: 1.2em;
  color: #5a5a5a; }

#news-page .news-main h2 {
  font-size: 1.6em; }

#news-page .content-header .readmore,
#news-page .news-main .readmore {
  padding: 4px 20px;
  background-color: #2791D0;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute; }

#news-page .content-header .readmore {
  bottom: -52.5px;
  right: 0; }

#loader {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 115px;
  display: none; }

@media (min-width: 767px) and (max-width: 991px) {
  .news-date {
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 1em; }
  .news-title {
    line-height: 16px;
    font-size: 1em; }
  .news-separator {
    margin: 8px 0; }
  #news-page .news-main p {
    line-height: 16px; }
  #news-page .news-main ul.social {
    bottom: -10px; }
  #news-page .news-main .readmore {
    margin-bottom: -14px; }
  #news-page .news-main #certifications-main .readmore {
    position: static;
    max-width: 180px; } }

@media (max-width: 991px) {
  .service-main h1, .service-main h2 {
    font-size: 1.9em; } }

@media (max-width: 767px) {
  #news-page .news-main .row {
    margin-bottom: 0px; }
  #news-page .news-main .row > div.news-img {
    position: relative;
    margin-top: 26px; }
  #news-page .news-main .row .img-responsive {
    width: 100%; }
  .news-date {
    margin: 30px 0 10px 0; }
  .news-title {
    margin: 0px auto; }
  .news-separator {
    margin: 18px auto; }
  #news-page .news-main p {
    line-height: 16px; }
  #news-page .news-main ul.social {
    margin: 22px auto;
    padding-left: 0;
    position: static; }
  #news-page .news-main ul.social li:first-child {
    margin-left: 0px; }
  #news-page .news-main ul.social li img {
    max-width: inherit;
    max-height: inherit; }
  #news-page .news-main .readmore {
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  #loader {
    margin-top: 44px;
    margin-bottom: 50px; } }

.archive-select {
  width: 200px;
  text-align: right;
  float: right; }

.archive-select > div {
  margin-top: 20px; }

.archive-select .select {
  font-size: 1.2em;
  color: #666666;
  width: 140px;
  height: 40px; }

.archive-select .select-styled {
  background-color: #eeeeee;
  padding: 8px 34px 8px 0;
  text-align: right;
  border: none; }

.archive-select .select-styled:after {
  border: 7px solid transparent;
  border-color: #666 transparent transparent transparent;
  top: 18px;
  right: 10px; }

.archive-select .select-styled:hover {
  background-color: #eee; }

.archive-select .select-styled:active {
  background-color: #eee; }

.archive-select .select-options {
  background-color: #eee;
  text-align: left; }

.archive-select .select-options li {
  margin: 0;
  padding: 0px 0;
  text-indent: 15px;
  border: none;
  background: #eee; }

.archive-select .select-options li:last-child {
  border: none; }

.archive-select .select-options li:hover {
  color: #2791D0;
  background: #fff; }

.archive-select .select-styled.active {
  border-bottom: 0px;
  background-color: #eee; }

/* ===============
   NEWS DETAIL PAGE 
   =============== */
.news-main-detail .news-date {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin: 0px auto 20px auto; }

.news-main-detail .news-title {
  width: 100%;
  font-size: 1.8em;
  margin: 30px auto 10px auto;
  text-align: center;
  line-height: 28px; }

.news-main-detail .news-separator {
  width: 100%;
  margin: 18px auto 45px auto; }

.news-main-detail p {
  font-size: 1.2em;
  line-height: 22px; }

#news-page .news-main-detail ul.social {
  margin: 42px 0px 116px 0px;
  padding: 20px 0px 0px 0px;
  position: static;
  width: 100%;
  text-align: center;
  border-top: 1px solid #E5E5E5;
  display: inline-block; }

#news-page .news-main-detail ul.social li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 768px) {
  .news-main-detail .news-date {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 0px; }
  .news-main-detail .news-title {
    font-size: 1.2em;
    margin: 0px auto 0px auto;
    text-align: left; }
  .news-main-detail .news-separator {
    margin: 20px 0 20px 0; }
  .news-main-detail p {
    width: 90%; }
  #news-page .news-main-detail ul.social {
    margin: 42px 0 40px;
    padding-top: 40px; } }

/* ===============
   DEVIS PAGE 
   =============== */
#devis-page .devis-main h1 {
  font-size: 25px;
  line-height: 28px;
  color: #318BC4;
  margin-top: 15px;
  margin-bottom: 36px;
  margin-top: 18px; }

#devis-page .devis-main .devis-separator {
  width: 90%;
  height: 1px;
  background-color: #E5E5E5;
  margin-bottom: 28px;
  display: block; }

#devis-page .devis-main .devis-picto {
  width: 9%;
  margin-right: 2%;
  float: left; }

#devis-page .devis-main .devis-picto img {
  width: 100%; }

#devis-page .devis-main .devis-instruction {
  width: 89%;
  float: left; }

#devis-page .devis-main .devis-instruction p {
  font-size: 18px;
  color: #333;
  line-height: 52px;
  margin-bottom: 0px; }

#devis-page .devis-main .devis-instruction i {
  font-size: 15px;
  color: #222;
  line-height: 18px; }

#Activite-Autres-Value,
#Projet-Particulier-Autre-Value {
  margin-left: 10px;
  width: 252px;
  padding: 0px 12px; }

@media (min-width: 768px) and (max-width: 991px) {
  #devis-page .devis-main .devis-instruction p {
    font-size: 15px;
    line-height: 36px; }
  #devis-page .devis-main .devis-instruction i {
    font-size: 13px;
    color: #222;
    line-height: 15px; }
  #devis-page .devis-main h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 26px;
    margin-top: 10px; } }

@media (max-width: 768px) {
  #devis-page .devis-main h1 {
    width: 90%;
    margin: 28px auto 18px auto;
    text-align: center;
    font-size: 18px;
    line-height: 20px; }
  #devis-page .devis-main .devis-separator {
    width: 100%;
    margin: auto auto 18px; }
  #devis-page .devis-main .devis-picto {
    width: 100%;
    text-align: center; }
  #devis-page .devis-main .devis-instruction {
    width: 90%;
    float: none;
    margin: auto; }
  #devis-page .devis-main .devis-instruction p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px; }
  #devis-page .devis-main .devis-instruction i {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    display: block; }
  #devis-page .devis-main .devis-picto img {
    width: auto;
    margin-bottom: 10px; }
  #devis-page .devis-main img {
    width: 100%; }
  #Activite-Autres-Value, #Projet-Particulier-Autre-Value {
    width: inherit; }
  #devis-page label.txtLeft {
    text-align: left;
    padding-left: 0px; } }

/* ===============
FORM DEVIS / CONTACT PAGE 
=============== */
#contact-page .row.grey,
#devis-page .row.grey {
  background-color: #eeeeee;
  margin: 50px 0 88px;
  padding-bottom: 40px;
  padding-top: 10px; }

#contact-page .row.grey {
  margin: 0px 0 88px; }

.form-enregistrement label,
.form-contact label,
.form-devis label {
  font-size: 14px;
  height: 30px;
  vertical-align: top;
  color: #333;
  font-weight: normal;
  padding-right: 0px;
  display: inline-block;
  margin-bottom: 0px; }

.form-devis #devis-profil-professionnel {
  display: none; }

.form-devis #devis-profil-professionnel > div.devis-number {
  margin-top: 20px; }

.form-devis #devis-profil-professionnel > div > div > label,
.form-devis #devis-profil-particulier > div > div > label {
  margin-bottom: 5px; }

.form-enregistrement label .text-Label,
.form-contact label .text-Label,
.form-devis label .text-Label {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px; }

.required {
  color: #FF4C4C; }

.form-enregistrement select,
.form-contact select,
.form-devis select {
  height: 30px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  border-radius: 0px;
  margin-bottom: 20px;
  padding-top: 0px; }

.form-enregistrement input[type="text"],
.form-contact input[type="text"],
.form-devis input[type="text"] {
  height: 30px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  border-radius: 0px;
  margin-bottom: 20px;
  box-shadow: none; }

.form-devis .devis-number input[type="text"] {
  width: 45px;
  margin-bottom: 10px; }

.form-contact textarea,
.form-devis textarea {
  resize: none;
  background: #fff;
  border: 1px solid #E1E1E1;
  height: 182px;
  margin-left: 10px;
  margin-right: 10px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); }

@media (max-width: 768px) {
  #devis-page .row.grey {
    margin-bottom: 15px;
    padding-bottom: 20px; }
  .form-contact textarea,
  .form-devis textarea {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  #description-projet > label,
  #devis-profil-professionnel > div > label,
  #devis-profil-particulier > div > label {
    text-align: center;
    margin-bottom: 8px; }
  #devis-profil-particulier > div.devis-number > label,
  #devis-profil-professionnel > div.devis-number > label {
    text-align: left; }
  #devis-profil-professionnel > div > div,
  #devis-profil-particulier > div > div,
  .form-devis > div > label {
    padding-left: 0px;
    margin-left: 0px; }
  .form-devis .devis-number input[type="text"] {
    float: left; }
  .form-devis .devis-number label {
    float: right; }
  #contact-page .row.grey, #devis-page .row.grey {
    margin-left: -15px;
    margin-right: -15px; } }

.form-contact .radio-inline,
.form-devis .radio-inline {
  height: inherit;
  min-height: 30px;
  overflow: hidden;
  margin-bottom: 20px; }

.radio-inline .text-Label {
  font-weight: 400; }

.form-contact input[type="checkbox"], .form-contact input[type="radio"],
.form-devis input[type="checkbox"], .form-devis input[type="radio"] {
  margin-top: 5px; }

.checkbox-inline, .radio-inline {
  margin-left: 0px;
  margin-right: 10px; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0px;
  margin-right: 10px; }

.enregistrement-form-separator,
.contact-form-separator,
.devis-form-separator {
  background: url(http://premiertechaqua.fr/media/1111/devis-form-separator.png) no-repeat center top;
  height: 19px;
  margin-bottom: 16px;
  margin-top: 16px; }

.contact-newsletter-main .contact-form-separator {
  margin-bottom: 30px; }

.bt-submit {
  width: 200px;
  height: 48px;
  line-height: 48px;
  margin: 50px auto 5px auto;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #318BC4;
  display: block;
  cursor: pointer; }

.bt-submit:hover {
  text-decoration: none;
  color: #FFF; }

.bt-submit#buttonSearch {
  margin: 0 auto;
  height: 36px;
  line-height: 36px; }

#enregistrement-page .modal-dialog {
  max-width: 1000px;
  width: 100%; }

#contact-page .modal-dialog,
#devis-page .modal-dialog {
  max-width: 833px;
  width: 100%; }

#enregistrement-page .modal-content {
  background: url(http://premiertechaqua.fr/media/1136/enregistrement-modal-photo.jpg) left top no-repeat #fff;
  border: none;
  background-size: auto 100%; }

#contact-page .modal-content {
  background: url(http://premiertechaqua.fr/media/1137/contact-modal-photo.jpg) left top no-repeat #fff;
  border: none;
  background-size: auto 100%; }

#devis-page .modal-content {
  background: url(http://premiertechaqua.fr/media/1107/devis-modal-photo.jpg) left top no-repeat #fff;
  border: none;
  background-size: auto 100%; }

#enregistrement-page .modal-content .modal-texte {
  background: #fff none repeat scroll 0 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  margin-left: 26%;
  min-height: 300px;
  padding: 40px;
  width: 74%; }

#contact-page .modal-content .modal-texte,
#devis-page .modal-content .modal-texte {
  margin-left: 35%;
  width: 65%;
  padding: 50px;
  background: #fff;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  min-height: 300px; }

#enregistrement-page .modal-content .modal-texte .modal-title,
#contact-page .modal-content .modal-texte .modal-title,
#devis-page .modal-content .modal-texte .modal-title {
  font-size: 20px;
  color: #666;
  margin-bottom: 15px; }

#contact-page .modal-content .modal-texte p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0px; }

#devis-page .modal-content .modal-texte p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5; }

#contact-page .modal-content .modal-texte p strong,
#devis-page .modal-content .modal-texte p strong {
  color: #4A99CB;
  font-weight: 500; }

#devis-page .modal-content .modal-texte .modal-conseiller {
  font-size: 15px;
  color: #666;
  font-weight: 400; }

#devis-page .modal-content .modal-texte .modal-conseiller strong {
  font-size: 18px;
  font-weight: 500;
  color: #4A99CB;
  margin-bottom: 12px; }

#enregistrement-page .modal-content .modal-texte a,
#devis-page .modal-content .modal-texte a,
#contact-page .modal-content .modal-texte a {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #4A99CB;
  text-decoration: underline;
  font-size: 15px; }

.modal-backdrop.in {
  opacity: 0.75; }

@media (max-width: 768px) {
  #Activite-Autres-Value,
  #Projet-Autre-Value {
    width: 200px; }
  .devis-contact .row > div > .row,
  .devis-contact .row > div,
  .devis-main .row > div > .row,
  .devis-main .row > div {
    padding: 0px;
    margin: 0px; } }

@media (max-width: 500px) {
  #enregistrement-page .modal-dialog,
  #contact-page .modal-dialog,
  #devis-page .modal-dialog {
    max-width: 833px;
    width: 100%; }
  #enregistrement-page .modal-content {
    background: url(http://premiertechaqua.fr/media/????/enregistrement-modal-photo-mobile.jpg) left bottom no-repeat #fff;
    border: none;
    background-size: 100% auto;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    min-height: 100px;
    overflow: hidden; }
  #contact-page .modal-content {
    background: url(http://premiertechaqua.fr/media/1138/contact-modal-photo-mobile.jpg) left bottom no-repeat #fff;
    border: none;
    background-size: 100% auto;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    min-height: 100px;
    overflow: hidden; }
  #devis-page .modal-content {
    background: url(http://premiertechaqua.fr/media/1108/devis-modal-photo-mobile.jpg) left bottom no-repeat #fff;
    border: none;
    background-size: 100% auto;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    min-height: 100px;
    overflow: hidden; }
  #enregistrement-page .modal-content .modal-texte,
  #contact-page .modal-content .modal-texte {
    background: #fff none repeat scroll 0 0;
    border-radius: 22px 22px 0 0;
    margin-bottom: 135px;
    margin-left: 0;
    min-height: 240px;
    padding: 20px;
    width: 100%; }
  #devis-page .modal-content .modal-texte {
    margin-left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 22px 22px 0px 0px;
    -moz-border-radius: 22px 22px 0px 0px;
    -webkit-border-radius: 22px 22px 0px 0px;
    min-height: 290px;
    margin-bottom: 135px; }
  #enregistrement-page .modal-content .modal-texte .modal-title,
  #contact-page .modal-content .modal-texte .modal-title,
  #devis-page .modal-content .modal-texte .modal-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px; }
  #enregistrement-page .modal-content .modal-texte p #contact-page .modal-content .modal-texte p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 17px; }
  #devis-page .modal-content .modal-texte p {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5; }
  #devis-page .modal-content .modal-texte .modal-conseiller {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 17px; }
  #contact-page .modal-content .modal-texte p strong {
    font-weight: 500;
    color: #4A99CB; }
  #devis-page .modal-content .modal-texte .modal-conseiller strong {
    font-size: 18px;
    font-weight: 500;
    color: #4A99CB;
    margin-bottom: 12px;
    display: inline-block; }
  #devis-page .modal-content .modal-texte a,
  #contact-page .modal-content .modal-texte a {
    position: absolute;
    right: 30px;
    bottom: 150px;
    color: #4A99CB;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400; } }

/* ===============
   CONTACT PAGE 
   =============== */
#contact-page .contact-newsletter-main h1,
#contact-page .contact-main h1, #contact-page .contact-newsletter-main h2,
#contact-page .contact-main h2 {
  width: 90%;
  margin: 10px auto 10px auto;
  text-align: center;
  font-size: 2em;
  color: #2791D0;
  text-transform: uppercase; }

#contact-page .contact-newsletter-main .contact-instruction p {
  color: #666;
  font-size: 1.3em;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center; }

.row.vignettes {
  width: 95%;
  margin: 42px auto 35px;
  padding-bottom: 122px;
  border-bottom: 1px solid #e5e5e5; }

#contact-page .container.small .contact-main > div.row.contact-main-head {
  margin: 0px; }

#contact-page .container.small .contact-main > div.row.contact-main-head > div {
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 768px) {
  #contact-page .container.small .contact-main > div.row.contact-main-head > div {
    display: none; }
  #contact-page .contact-newsletter-main h1 {
    font-size: 1.3em;
    margin-top: 20px; }
  #contact-page .contact-newsletter-main .contact-instruction p {
    font-size: 1em; }
  #contact-page .contact-main h1 {
    font-size: 1.7em;
    margin: 30px auto; }
  .row.vignettes {
    display: none; }
  #contact-page .container.small .contact-main > div.row > div {
    padding-left: 15px;
    padding-right: 15px; } }

.row.vignettes > div > img {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

.row.vignettes > div {
  padding: 0px;
  position: relative;
  box-sizing: content-box; }

.row.vignettes > div .intitule-vignette {
  top: calc(100% + 20px);
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  color: #666666;
  font-size: 1.7em;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.row.vignettes > div .lien-vignette {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  z-index: 1; }

.row.vignettes > div .vignette-masque {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  opacity: 0; }

.row.vignettes > div a.lien-vignette.active ~ .vignette-masque,
.row.vignettes > div a.lien-vignette:hover ~ .vignette-masque {
  background-color: #002D61;
  opacity: 0.8; }

.row.vignettes > div a.lien-vignette.active ~ .intitule-vignette,
.row.vignettes > div a.lien-vignette:hover ~ .intitule-vignette {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 991px) {
  .row.vignettes > div a.lien-vignette:hover ~ .intitule-vignette {
    margin-top: 0; } }

#contact-page #byEmail .contact-main h2 {
  font-size: 3em;
  color: #2791D0;
  font-weight: 100;
  line-height: 42px;
  margin: 0px; }

#contact-page #byPhone .contact-main h2,
#contact-page #byMail .contact-main h2 {
  font-size: 3em;
  color: #2791D0;
  font-weight: 100;
  line-height: 70px;
  margin: 0px;
  border-bottom: 2px dotted #f0f0f0;
  padding-bottom: 30px; }

#contact-page .contact-main h2 strong {
  font-weight: 500; }

#contact-page .contact-main .contact-sstitre {
  font-size: 1.2em;
  color: #666666;
  line-height: 38px;
  font-weight: 500; }

.bt-demande-devis:hover {
  color: #fff;
  text-decoration: none; }

.bt-demande-devis {
  width: 229px;
  height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.2em;
  padding-left: 82px;
  display: block;
  font-size: 1.2em;
  padding-top: 17px;
  padding-bottom: 10px;
  line-height: 14px;
  background: url(https://ptad.azureedge.net/media/1126/picto-devis.png) no-repeat #B0CA06;
  background-position: 36px 17px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 0px; }

.bt-demande-devis strong {
  line-height: 22px;
  font-size: 1.7em; }

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

.votre-profil .select {
  display: inline-block;
  width: 240px;
  text-align: left; }

.votre-profil .text-Label {
  display: inline-block;
  margin-right: 10px; }

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

.form-contact .votre-email input[type="text"] {
  display: inline-block;
  width: 180px;
  text-align: left; }

.form-contact .votre-email .text-Label {
  display: inline-block;
  margin-right: 10px; }

.form-contact .votre-email label {
  color: #5a5a5a;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  height: 30px;
  margin-bottom: 0;
  padding-right: 0;
  vertical-align: top; }

.form-contact .form-control[disabled],
.form-contact .disabled {
  opacity: 0.5; }

.vos-coordonnees {
  font-size: 1.8em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 34px; }

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

.votre-message .select {
  display: inline-block;
  width: 405px;
  text-align: left; }

.checkbox {
  margin-top: 20px;
  display: inline-block; }

.checkbox label {
  margin-left: 10px; }

.tab-content > .vignette-mobile.active,
.vignette-mobile {
  display: none; }

#byPhone .bloc-tel {
  margin-left: 0px;
  margin-right: 0px; }

#byPhone .bloc-tel > div {
  background-color: #eeeeee;
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
  padding: 30px;
  min-height: 224px;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 50px; }

#byPhone .bloc-tel > div.service-client {
  margin-right: 10px; }

#byPhone .bloc-tel > div.siege-social {
  margin-left: 10px; }

#byPhone .bloc-tel > div h3 {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #555;
  font-weight: 500;
  margin-top: 0; }

#byPhone .bloc-tel > div h3 strong {
  font-weight: bold;
  color: #2791D0; }

#byPhone .bloc-tel > div .bloc-tel-separator {
  width: 95px;
  height: 1px;
  margin: 14px auto 14px auto;
  background: #E5E5E5; }

#byPhone .bloc-tel > div p {
  font-size: 1.1em;
  color: #555;
  text-align: center; }

#byPhone .bloc-tel > div .bloc-tel-value {
  font-size: 1.8em;
  color: #555;
  font-weight: 500;
  text-align: center; }

#byPhone .bloc-tel > div .bloc-tel-value strong {
  font-weight: bold;
  color: #2791D0; }

#byPhone .bloc-tel > div .bloc-fax-value {
  font-size: 1.1em;
  color: #555;
  font-weight: 500;
  text-align: center; }

#byPhone .bloc-tel > div .bloc-fax-value strong {
  font-weight: bold;
  color: #2791D0; }

#contact-page #byPhone .row.grey.map-search {
  padding: 0px;
  margin-top: 0; }

#contact-page #byPhone .row.grey.map-search > div {
  padding: 0px; }

#byPhoneSearch {
  background: #fff;
  display: block;
  padding-top: 50px;
  border-top: 2px dotted #f0f0f0;
  padding-bottom: 30px; }

#byPhoneSearch label {
  color: #5a5a5a;
  font-size: 1.3em;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px; }

#byPhoneSearch .text-Label {
  display: inline-block;
  float: left;
  margin-right: 18px; }

#byPhoneSearch .select {
  color: #666666;
  display: inline-block;
  font-size: 1.2em;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px;
  position: relative;
  width: 278px;
  margin-right: 18px;
  text-indent: 20px; }

#byPhoneSearch .select-styled::after {
  border-width: 8px;
  right: 18px;
  top: 22px; }

#byPhoneSearch .bt-submit {
  margin: 0;
  float: right; }

#contact-page #byPhone .row.grey.map-search > ul.bloc-adresses {
  padding: 0px 30px 0px 66px; }

#byPhone ul.bloc-adresses li {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px; }

#byPhone ul.bloc-adresses li:last-child {
  border-bottom: none; }

#byPhone ul.bloc-adresses li .picto {
  width: 33px;
  height: 50px;
  background: url(../images/contact-picto-map.png);
  float: left;
  margin-top: 5px; }

#byPhone ul.bloc-adresses li .picto .picto-nb {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #2791D0;
  font-size: 1.2em;
  display: inline-block; }

#byPhone ul.bloc-adresses li .text {
  font-size: 1.2em;
  color: #666666;
  width: -moz-calc(100% - 33px);
  width: -webkit-calc(100% - 33px);
  width: calc(100% - 33px);
  float: left;
  padding-left: 30px; }

#byPhone ul.bloc-adresses li .text strong {
  font-weight: 500; }

#byPhone ul.bloc-adresses li .text .tel {
  color: #2791D0; }

.map-search .required {
  background: #fff;
  text-align: right; }

#contact-page #byMail .row.grey {
  margin-top: 36px; }

#byMail h3 {
  width: 30%;
  padding-bottom: 22px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  font-size: 1.2em;
  margin-bottom: 22px; }

#byMail h4 {
  font-size: 1.5em;
  color: #666666;
  text-align: center;
  font-weight: normal; }

#byMail h4 strong {
  color: #2791D0; }

#byMail p {
  font-size: 1.2em;
  text-align: center;
  font-weight: normal; }

@media (max-width: 768px) {
  #contact-page #byPhone .contact-main h2,
  #contact-page #byMail .contact-main h2,
  #contact-page #byEmail .contact-main h2 {
    font-size: 2.1em;
    margin: 30px 0 20px;
    line-height: 30px;
    border-bottom: 0px;
    padding-bottom: 0px; }
  #contact-page .contact-main h2 strong {
    font-weight: bold; }
  #contact-page #byPhone .contact-main h2 strong,
  #contact-page #byMail .contact-main h2 strong {
    width: 100%;
    display: inline-block; }
  #contact-page .contact-main .contact-sstitre {
    color: #666666;
    font-size: 1.1em;
    margin: auto;
    width: 90%; }
  #byPhone .bloc-tel {
    margin-left: -15px;
    margin-right: -15px; }
  #byPhone .bloc-tel > div {
    width: 100%;
    min-height: 200px; }
  #byPhone .bloc-tel > div.service-client {
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #EDEDED; }
  #byPhone .bloc-tel > div.siege-social {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px; }
  #byPhoneSearch {
    border-top: 0;
    padding: 0 30px 30px; }
  #byPhoneSearch .select {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    margin-right: 0px; }
  #byPhoneSearch .bt-submit {
    float: none;
    margin: auto;
    display: block;
    text-align: center; }
  .map-search .required {
    text-align: center; }
  #contact-page #byPhone .row.grey.map-search > ul.bloc-adresses {
    padding: 0 40px 0 40px; }
  #byPhone ul.bloc-adresses li {
    padding-bottom: 20px;
    padding-top: 20px; } }

@media (max-width: 1200px) {
  .row.vignettes > div .intitule-vignette {
    font-size: 1.3em; } }

@media (max-width: 991px) {
  .row.vignettes > div .intitule-vignette {
    font-size: 1.2em; } }

@media (max-width: 768px) {
  .tab-content > .vignette-mobile.active,
  .vignette-mobile {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px; }
  .vignette-mobile.active {
    margin-bottom: 38px; }
  .vignette-mobile > div {
    padding: 0px;
    margin: 0px; }
  .vignette-mobile img {
    width: 100%; }
  .vignette-mobile .intitule-vignette {
    color: #fff;
    font-size: 1.9em;
    left: 0;
    line-height: 30px;
    margin-top: -25px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%; }
  .vignette-mobile > div a {
    display: block; }
  .vignette-mobile > div a.active::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #002248;
    bottom: -9px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0; }
  #contact-page .row.grey {
    margin-bottom: 0px; }
  #contact-page .contact-main h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.1em; }
  #contact-page .contact-main .contact-sstitre {
    text-align: center;
    line-height: 14px; }
  .bt-demande-devis {
    position: relative;
    margin: auto;
    margin-top: 26px; }
  .votre-message .select {
    width: 100%; }
  .checkbox label {
    margin-left: 0px; } }

@media (max-width: 450px) {
  .vignette-mobile .intitule-vignette {
    font-size: 1.4em;
    line-height: 20px; }
  .realperson-text {
    margin-top: 20px; }
  .checkbox {
    margin-bottom: 50px; } }

/* ===============
   Intermediaire INDIVIDUELLE PAGE 
   =============== */
#intermediaire-page .intermediaire-main h1 {
  font-size: 1.8em;
  margin-top: 18px;
  color: #4A99CB;
  font-weight: 200;
  margin-bottom: 12px;
  margin-bottom: 36px; }

#intermediaire-page .intermediaire-main h1 strong {
  font-weight: 500; }

#intermediaire-page .intermediaire-main .intermediaire-separator {
  background-color: #e5e5e5;
  display: block;
  height: 1px;
  margin-bottom: 28px;
  width: 90%; }

.gamme-liste ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 45px; }

.gamme-liste ul li {
  list-style: none;
  display: inline-block;
  width: 17.5%;
  margin: 0 1%; }

.gamme-liste ul li a {
  text-decoration: none; }

.gamme-liste ul li a:hover {
  color: #fff; }

.gamme-liste ul li .gamme-intitulle,
.gamme-liste ul li .gamme-intitulle p {
  color: #666666;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  /*text-transform: uppercase;*/
  display: block; }

.gamme-liste ul li .gamme-intitulle strong,
.gamme-liste ul li .gamme-intitulle p strong {
  color: #98C5E1;
  font-size: 28px;
  font-weight: 500;
  width: 100%; }

.gamme-liste ul li .gamme-detail {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #98C5E1;
  position: relative;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-size: 1em;
  font-weight: 500;
  /*text-transform: uppercase;*/
  display: block;
  margin-top: 20px; }

.gamme-liste ul li.active .gamme-detail::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #002248;
  bottom: -9px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0; }

.gamme-liste ul li a:hover .gamme-intitulle strong,
.gamme-liste ul li.active .gamme-intitulle strong {
  color: #666666; }

.gamme-liste ul li a:hover .gamme-detail,
.gamme-liste ul li.active .gamme-detail {
  background-color: #002248; }

.gamme-liste ul li.active .gamme-detail-fleche {
  display: block; }

@media (max-width: 1400px) {
  .gamme-liste ul li .gamme-intitulle,
  .gamme-liste ul li .gamme-intitulle p {
    font-size: 1.0em; }
  .gamme-liste ul li .gamme-intitulle strong,
  .gamme-liste ul li .gamme-intitulle p strong {
    font-size: 1em; }
  .gamme-liste ul li .gamme-detail {
    font-size: 0.8em;
    margin-top: 10px; } }

@media (max-width: 991px) {
  .gamme-liste ul li .gamme-intitulle,
  .gamme-liste ul li .gamme-intitulle p {
    font-size: 0.9em; }
  .gamme-liste ul li .gamme-intitulle strong,
  .gamme-liste ul li .gamme-intitulle p strong {
    font-size: 0.9em; } }

@media (max-width: 768px) {
  #intermediaire-page .intermediaire-main h1 {
    font-size: 1.3em;
    text-align: center;
    margin-top: 30px; }
  #intermediaire-page .intermediaire-main .intermediaire-separator {
    display: none; }
  .gamme-liste {
    margin-left: -15px;
    margin-right: -15px; }
  .gamme-liste ul li {
    display: block;
    width: 100% !important;
    margin-right: 0px; }
  .gamme-liste ul li .gamme-detail {
    display: none; }
  .gamme-liste ul li .gamme-intitulle,
  .gamme-liste ul li .gamme-intitulle p {
    background-color: #2791D0;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-indent: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 0; }
  .gamme-liste ul li .gamme-intitulle p {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    text-indent: 0px;
    width: 70%; }
  .gamme-liste ul li.active .gamme-intitulle,
  .gamme-liste ul li.active .gamme-intitulle p {
    background-color: #002248; }
  /*.gamme-liste ul li a:hover .gamme-intitulle strong,
    .gamme-liste ul li a:hover .gamme-intitulle p,
    .gamme-liste ul li .gamme-intitulle strong,
    .gamme-liste ul li .gamme-intitulle p strong {
        color: #fff;
        font-weight: 500;
        font-size: 1.3em;
        display: inline;
        width: inherit;
    }*/
  .gamme-liste ul li a:hover .gamme-intitulle strong,
  .gamme-liste ul li.active .gamme-intitulle strong {
    color: #FFFFFF; }
  .gamme-liste ul li.active span.gamme-intitulle::after {
    background: url(https://ptad.azureedge.net/media/1144/gamme-select.png) no-repeat;
    width: 24px;
    height: 14px;
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 25px;
    margin-top: -7px; } }

.gamme-content {
  border-bottom: 1px solid #E5E5E5; }

.gamme-content h2 {
  width: 100%;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #666666;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }

.gamme-content .gamme-title {
  font-size: 1.5em;
  color: #666666;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px; }

.gamme-content .gamme-separator {
  width: 33%;
  height: 1px;
  margin: auto;
  background-color: #E5E5E5;
  margin-bottom: 14px; }

.gamme-content .gamme-texte {
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  text-align: justify; }

.gamme-content .gamme-desc a {
  padding-left: 58px;
  background: url(https://ptad.azureedge.net/media/1142/picto-gamme-link.png) no-repeat;
  height: 44px;
  font-size: 1.1em;
  color: #2791D0;
  text-transform: uppercase;
  display: block;
  padding-top: 4px;
  margin-top: 14px;
  line-height: 16px; }

.gamme-content .gamme-desc a .strong {
  font-weight: 500; }

#intermediaire-page .bt-comparatif {
  width: 418px;
  height: 85px;
  background: url(https://ptad.azureedge.net/media/1143/background-loupe.png) left bottom #B0CA07 no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 50px auto 50px auto;
  display: block;
  padding-left: 80px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center; }

#intermediaire-page .bt-comparatif strong {
  font-weight: 600; }

#intermediaire-page .filtre-coco {
  text-align: center;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 38px;
  line-height: 28px; }

#intermediaire-page .filtre-coco strong {
  font-weight: 500; }

#intermediaire-page > .row {
  margin: 0px;
  padding: 0px; }

#intermediaire-page > .row > div {
  margin: 0px;
  padding: 0px; }

#intermediaire-page .tab-menu ul li {
  margin: 0px;
  padding: 0px; }

@media (max-width: 768px) {
  .gamme-liste ul {
    margin-bottom: 34px; }
  .gamme-content {
    border-bottom: none; }
  .gamme-content h2 {
    margin-top: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px; }
  .gamme-content .gamme-texte {
    margin: auto;
    width: 80%; }
  .gamme-desc {
    text-align: center; }
  .gamme-desc ul li {
    text-align: left; }
  .gamme-content .gamme-desc a {
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px; }
  #intermediaire-page .bt-comparatif {
    width: 100%;
    height: 100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: url(../images/background-loupe.png) -25px top #B0CA07 no-repeat;
    padding-left: 0px;
    padding-top: 22px;
    margin: 0px;
    text-align: center; }
  #intermediaire-page .filtre-coco {
    font-size: 1.4em;
    line-height: 20px;
    margin-top: 38px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  #intermediaire-page .tab-menu ul li {
    margin: 0px;
    padding: 0px; } }

#intermediaire-slider-pager {
  width: 50px;
  height: 324px;
  position: absolute;
  text-align: center;
  right: 0px;
  top: 30px;
  z-index: 1; }

#system-assainissement {
  position: relative;
  min-height: 405px;
  width: 100%;
  overflow: hidden; }

#system-assainissement .bx-wrapper {
  margin: 0px;
  padding: 0px; }

#intermediaire-slider-pager a:active,
#intermediaire-slider-pager a:focus {
  outline: none; }

#intermediaire-slider-pager a {
  display: inline-block;
  text-decoration: none;
  position: relative; }

#intermediaire-slider-pager a .bubble {
  background-color: #eeeeee;
  width: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #2791D0;
  font-size: 2em;
  -webkit-transition: all .5s;
  /* Safari */
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  float: left;
  margin-bottom: 16px; }

#intermediaire-slider-pager a.active .bubble {
  border: 1px solid #2791D0;
  background-color: #2791D0;
  color: #fff; }

.intermediaire-slider .intermediaire-img {
  width: 204px;
  height: 204px;
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 100%;
  -moz-webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 204px;
  margin-top: 95px;
  float: left; }

.intermediaire-slider .intermediaire-img img {
  display: inline-block;
  max-width: 150px;
  max-height: 150px; }

.intermediaire-slider .intermediaire-desc {
  float: left;
  width: calc(100% - 236px);
  width: -webkit-calc(100% - 236px);
  width: -moz-calc(100% - 236px);
  float: left;
  margin-left: 30px; }

.intermediaire-slider .intermediaire-desc h4 {
  font-size: 3em;
  font-weight: 100;
  margin-top: 80px;
  width: 100%; }

.intermediaire-slider .intermediaire-desc h4 strong {
  font-weight: 500; }

.intermediaire-slider .intermediaire-desc .answer {
  font-size: 1.2em;
  padding-right: 80px; }

.intermediaire-slider .bt-suivant {
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #2791D0;
  padding: 5px 20px 5px 20px;
  display: block;
  float: left; }

#system-assainissement .tab-panel h2 {
  margin: 0; }

#system-assainissement .tab-panel p {
  margin: 20px 0; }

@media (max-width: 768px) {
  #intermediaire-slider-pager a .bubble {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.2em; }
  .related-product .tab-menu ul li a span {
    font-size: 1.2em;
    line-height: 18px; }
  #intermediaire-slider-pager {
    height: 50px;
    right: 0;
    top: 30px;
    width: 100%;
    z-index: 1; }
  #intermediaire-slider-pager a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
  #intermediaire-page .related-product .tab-panel {
    padding-top: 0px; }
  .intermediaire-slider .intermediaire-img {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-top: 105px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .intermediaire-slider .intermediaire-img img {
    width: 70%; }
  .intermediaire-slider .intermediaire-desc {
    float: left;
    width: 100%;
    float: left;
    margin-left: 0px; }
  .intermediaire-slider .intermediaire-desc h4 {
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 20px;
    width: 100%;
    text-align: center; }
  .intermediaire-slider .bt-suivant {
    width: 156px;
    margin: auto;
    float: none; } }

@media (max-width: 500px) {
  #intermediaire-slider-pager a {
    margin-left: 5px;
    margin-right: 5px; } }

.intermediaire-slider .form-group {
  margin-top: 30px;
  margin-bottom: 30px; }

.intermediaire-slider input[type="radio"] {
  display: none; }

.intermediaire-slider input[type="radio"] + label {
  color: #666666;
  font-size: 1.5em;
  font-weight: 400;
  cursor: pointer; }

.intermediaire-slider input[type="radio"] + label span {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -2px 12px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.intermediaire-slider input[type="radio"] + label span.circle {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 13px;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: middle;
  width: 13px; }

.intermediaire-slider input[type="radio"] + label span {
  background-color: #eeeeee;
  border: 1px solid #E1E1E1; }

.intermediaire-slider input[type="radio"] + label span.circle {
  background-color: #eeeeee;
  border: none; }

.intermediaire-slider input[type="radio"]:checked + label span {
  background-color: #E1E1E1; }

.intermediaire-slider input[type="radio"] + label span,
.intermediaire-slider input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }

/* Temoignages*/
.bloc-temoignages {
  margin-top: 77px; }

.bloc-temoignages > div {
  padding-right: 0px; }

.related-product .tab-panel .bloc-temoignages h2 {
  margin: 0px 0px 12px 0px;
  width: 100%;
  text-align: left; }

.bloc-temoignages .bloc-avis {
  width: 100%; }

.bloc-temoignages ul.etoiles {
  width: 80px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  display: inline-block; }

.bloc-temoignages ul.etoiles li {
  list-style: none;
  float: left; }

.bloc-temoignages .nb-avis {
  color: #2791D0;
  display: inline-block;
  font-size: 1.2em;
  height: 20px;
  line-height: 20px;
  margin-left: 10px; }

.bloc-temoignages .bloc-filtre {
  width: 100%; }

.bloc-temoignages .filtres-title {
  clear: both;
  display: block;
  float: left;
  margin-top: 10px;
  width: 65px; }

.bloc-temoignages ul.filtres {
  border-left: 1px solid #e5e5e5;
  float: left;
  margin-top: 10px;
  padding-left: 10px; }

.bloc-temoignages ul.filtres li {
  list-style: none; }

.bloc-temoignages ul.filtres li a {
  color: #858585; }

.bloc-temoignages ul.filtres li.active a {
  font-weight: 500;
  color: #2791D0; }

.bloc-temoignages .temoignage {
  background: #fff;
  padding: 20px 30px 20px 30px;
  margin-bottom: 10px; }

.bloc-temoignages .temoignage-date {
  background: url(https://ptad.azureedge.net/media/1147/picto-date.png) left no-repeat;
  padding-left: 26px;
  color: #2791D0;
  font-size: 0.93em;
  font-style: italic;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-right: 14px;
  float: left; }

.bloc-temoignages .temoignage-redacteur {
  font-size: 0.93em;
  font-weight: 500;
  color: #666;
  float: left; }

.bloc-temoignages .temoignage-redacteur-mobile {
  display: none;
  width: 100%;
  font-size: 1.3em;
  font-weight: 500;
  color: #666; }

.bloc-temoignages .temoignage-note {
  float: right; }

.bloc-temoignages .temoignage-texte {
  color: #666;
  display: block;
  float: left;
  font-size: 1em;
  font-weight: 400;
  margin-top: 5px;
  text-align: justify;
  width: 100%; }

.afficher-tout {
  height: 20px;
  line-height: 20px;
  font-size: 1.2em;
  color: #858585;
  float: right; }

.afficher-tout:hover {
  text-decoration: none; }

.afficher-tout .plus {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 8px;
  border: 1px solid #E1E1E1;
  display: inline-block;
  text-align: center;
  line-height: 12px; }

/* stars rating*/
.rating-container .rating-stars {
  color: #ffdf0d; }

.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: none; }

rating-xs {
  font-size: 1.3em; }

@media (max-width: 768px) {
  .bloc-temoignages {
    margin-top: 25px; }
  .bloc-temoignages > div {
    padding-right: 15px; }
  .bloc-temoignages .bloc-avis {
    text-align: center; }
  .bloc-temoignages .bloc-filtre {
    text-align: center; }
  .bloc-temoignages .filtres-title {
    float: none;
    display: inline-block;
    font-size: 1.3em;
    color: #5a5a5a;
    font-weight: 500;
    width: auto;
    height: 38px;
    line-height: 38px; }
  .bloc-temoignages ul.filtres {
    float: none;
    display: inline-block;
    border-left: none; }
  .bloc-temoignages ul.filtres li {
    display: none; }
  .bloc-temoignages ul.filtres li.active {
    display: block;
    width: 144px;
    height: 38px;
    border: 1px solid #E1E1E1;
    color: #2791D0;
    font-size: 1.3em;
    line-height: 38px;
    text-align: left;
    text-indent: 10px; }
  #intermediaire-page .related-product .tab-menu ul li.active::after {
    border-top-color: #2791D0;
    bottom: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    top: 100%; }
  #intermediaire-page .related-product .tab-menu ul li {
    width: 100%; }
  .bloc-temoignages .temoignage-redacteur {
    display: none; }
  .bloc-temoignages .temoignage-redacteur-mobile {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px; }
  .bloc-temoignages .temoignage-note {
    float: left; } }

/* ===============
   INTERMEDIAIRE PRO PAGE 
   =============== */
.intermediaire-pro-main h1 {
  font-size: 1.8em;
  font-weight: 100;
  color: #4A99CB;
  margin-top: 60px; }

.intermediaire-pro-main h1 strong {
  font-weight: 500; }

.intermediaire-pro-main .subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #666666; }

.intermediaire-pro-main.no-image h1 {
  margin-top: 10px; }

.intermediaire-pro-main.no-image .subtitle {
  margin-bottom: 30px; }

@media (min-width: 768px) and (max-width: 1290px) {
  .intermediaire-pro-main img {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .intermediaire-pro-main h1 {
    font-size: 1.4em;
    margin-top: 25px; }
  .intermediaire-pro-main .subtitle {
    font-size: 1.2em;
    line-height: 18px; } }

@media (max-width: 768px) {
  .intermediaire-pro-main img {
    width: 100%; }
  .intermediaire-pro-main h1 {
    text-align: center;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 12px; }
  .intermediaire-pro-main .subtitle {
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px; } }

#intermediaire-pro-page > .row {
  margin: auto;
  padding: 30px 0px;
  width: 96%;
  border-top: 1px solid #ECECEC; }

#intermediaire-pro-page > .row > div {
  padding-left: 10px;
  padding-right: 10px; }

#intermediaire-pro-page > .row figure {
  text-align: center; }

#intermediaire-pro-page > .row figure img {
  width: 100%; }

#intermediaire-pro-page > .row figure figcaption {
  color: #2791D0;
  font-size: 2.4em;
  font-weight: 100;
  line-height: 34px;
  margin-top: 10px;
  text-transform: uppercase; }

#intermediaire-pro-page > .row figure figcaption strong {
  width: 100%;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  text-transform: uppercase; }

@media (max-width: 992px) {
  #intermediaire-pro-page > .row figure figcaption {
    font-size: 1.5em;
    line-height: 24px;
    font-weight: 400; } }

@media (max-width: 768px) {
  #intermediaire-pro-page > .row {
    margin: auto;
    padding: 0px;
    border-top: none; }
  #intermediaire-pro-page > .row {
    width: 100%; }
  #intermediaire-pro-page > .row div {
    padding-left: 0px;
    padding-right: 0px; }
  #intermediaire-pro-page > .row figure figcaption {
    width: 100%;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
    text-transform: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  #intermediaire-pro-page > .row figure figcaption strong {
    font-size: 1.3em;
    width: auto;
    text-transform: inherit;
    display: inline;
    font-weight: bold; } }

#intermediaire-pro-page .row.grey {
  background-color: #eeeeee;
  border-top: none;
  width: 100%; }

#intermediaire-pro-page .row.grey > div {
  padding: 0px; }

.intermediaire-pro-detail-main a.bt-voir-plus {
  padding-left: 70px;
  background: url(../images/picto-gamme-link.png) no-repeat;
  font-size: 1.1em;
  display: block;
  height: 46px;
  background-position: 10px center; }

.liste-ecoprocess-mobile {
  width: calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 2px dotted #E5E5E5;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0px; }

.liste-ecoprocess {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 0; }

.liste-ecoprocess-mobile li,
.liste-ecoprocess li {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 100px;
  list-style: none;
  margin-left: 40px; }

.liste-ecoprocess li a {
  display: block; }

@media (max-width: 500px) {
  .liste-ecoprocess-mobile li {
    margin-left: 5px;
    margin-right: 5px; } }

.liste-ecoprocess li:first-child {
  margin-left: 5px; }

.liste-ecoprocess li:last-child {
  margin-right: 5px; }

.liste-ecoprocess li a:hover, .liste-ecoprocess li a:focus {
  text-decoration: none; }

.liste-ecoprocess-mobile li .bt-voir-plus,
.liste-ecoprocess li .bt-voir-plus {
  position: relative; }

.liste-ecoprocess-mobile li.active {
  display: none; }

.liste-ecoprocess-mobile li .title,
.liste-ecoprocess li .title {
  font-size: 1.2em;
  color: #2791D0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  text-align: center; }

.liste-ecoprocess-mobile li .title strong,
.liste-ecoprocess li .title strong {
  font-weight: 500;
  width: 100%;
  display: block; }

.liste-ecoprocess-mobile li a:hover .title,
.liste-ecoprocess li a:hover .title,
.liste-ecoprocess li.active .title {
  color: #001F46; }

.liste-ecoprocess-mobile li .bt-voir-plus,
.liste-ecoprocess li .bt-voir-plus {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #2791D0;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none; }

.liste-ecoprocess li a:hover .bt-voir-plus,
.liste-ecoprocess li.active .bt-voir-plus {
  background-color: #001F46; }

.liste-ecoprocess li.active .bt-voir-plus::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #001F46;
  bottom: -5px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0; }

@media (max-width: 992px) {
  .liste-ecoprocess li {
    width: 135px;
    margin-left: 5px; } }

@media (max-width: 768px) {
  #intermediaire-pro-page .row.grey {
    background-color: #eeeeee;
    border-top: medium none;
    margin-top: 0px;
    width: 100%; }
  #intermediaire-pro-page > .row.grey div {
    margin-left: 0px;
    margin-right: 0px; } }

/* ===============
   INTERMEDIAIRE PRO DETAIL PAGE 
   =============== */
#intermediaire-pro-detail-page .liste-ecoprocess {
  margin: 0px;
  padding: 25px 0px 25px 0px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5; }

.intermediaire-pro-detail-main h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px; }

.intermediaire-pro-detail-main > div > .row p {
  padding-left: 26px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 19px; }

.intermediaire-pro-detail-main > div > .row img {
  margin-top: 15px;
  margin-bottom: 20px; }

.intermediaire-pro-detail-main > div > .row > div {
  padding: 0px;
  margin: 0px;
  min-height: 0; }

.intermediaire-pro-detail-main {
  position: relative; }

.intermediaire-pro-detail-main .downloads-sidebar {
  position: absolute;
  top: 40px;
  right: 0;
  padding-right: 0; }

.intermediaire-pro-detail-main .row.description {
  min-height: 270px; }

.intermediaire-pro-detail-main aside h4 {
  text-align: right;
  margin-right: 8px; }

.intermediaire-pro-detail-main aside .downloads {
  border: 1px solid rgba(0, 0, 0, 0.1);
  list-style: outside none none;
  margin: auto auto 20px;
  min-height: 150px;
  padding: 10px 5px;
  text-align: left;
  float: right;
  width: 90%;
  height: 200px;
  overflow-y: auto; }

.intermediaire-pro-detail-main aside .downloads li a.pdf {
  background: rgba(0, 0, 0, 0) url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat scroll 10px center;
  padding-left: 25px;
  color: #858585;
  display: block;
  font-size: 0.8em;
  padding: 3px 0 3px 25px;
  text-decoration: underline;
  word-wrap: break-word; }

#intermediaire-pro-detail-page .row.cadre {
  border: 1px solid #E5E5E5;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 54px; }

#intermediaire-pro-detail-page .row.cadre img {
  margin: 10px auto 0px auto; }

#intermediaire-pro-detail-page .row.cadre h4 {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.8em;
  color: #2491D0; }

#intermediaire-pro-detail-page .row.cadre p {
  padding-left: 10%;
  padding-right: 10%; }

#intermediaire-pro-detail-page .row.cadre > div.firstbloc {
  border-right: 2px dotted #F0F0F0;
  margin-bottom: 40px; }

#intermediaire-pro-detail-page .row.cadre.small-font h4 {
  font-size: 1.5em; }

.related-product .tab-panel .bxslider2 .product-desc {
  background: none;
  padding-left: 0px;
  padding-right: 35px; }

.bxslider2 h4 {
  font-size: 1.1em;
  color: #666666;
  font-weight: 500; }

.bxslider2 h3 {
  font-size: 1.1em;
  color: #5a5a5a;
  font-weight: 100;
  margin-top: 5px; }

.bxslider2 p {
  font-size: 1em;
  font-weight: 400;
  line-height: 16px; }

.bxslider2 .reference {
  text-transform: uppercase;
  font-weight: 400; }

.bxslider2 .intitule {
  background: url(https://ptad.azureedge.net/media/1151/product-pdf.png) no-repeat scroll 10px center;
  color: #858585;
  display: block;
  font-size: 0.8em;
  padding: 3px 0 3px 25px;
  text-decoration: underline;
  width: 50%; }

.bxslider2 li {
  border-right: 1px solid #E5E5E5; }

#intermediaire-pro-detail-page .bx-wrapper .bx-controls-direction a {
  top: 30%; }

.related-product .tab-panel .bxslider3 .product-desc {
  background: none;
  padding-left: 0px;
  padding-right: 0px; }

.related-product .tab-panel .bxslider3 h4 {
  font-size: 1.1em;
  color: #2491D0;
  font-weight: 400;
  text-align: center; }

.related-product .tab-panel .bxslider3 h3 {
  font-size: 1.1em;
  color: #5a5a5a;
  font-weight: 500;
  margin-top: 5px;
  text-align: center; }

.bxslider3 .intitule {
  color: #858585;
  display: block;
  font-size: 0.93em;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px; }

.bxslider3 li {
  background: #fff; }

.bx-wrapper .bxslider3 img {
  padding: 12px; }

.intermediaire-pro-detail-main > div.tab-pane > div.row {
  margin: 0px; }

@media (max-width: 768px) {
  #intermediaire-pro-detail-page .container.small {
    padding: 0px; }
  #intermediaire-pro-detail-page .row {
    margin: 0px; }
  #intermediaire-pro-detail-page .liste-ecoprocess {
    padding: 0;
    border-top: 0px;
    border-bottom: 0px; }
  #intermediaire-pro-detail-page .liste-ecoprocess li {
    margin: 0px; }
  #intermediaire-pro-detail-page > div > .row > div,
  #intermediaire-pro-detail-page .intermediaire-pro-detail-main > .row > div {
    padding: 0px;
    margin: 0px; }
  .liste-ecoprocess {
    border: none;
    padding: 0px;
    margin: 20px 0; }
  .liste-ecoprocess li,
  .liste-ecoprocess li:first-child {
    margin-left: 0px; }
  .liste-ecoprocess li .bt-voir-plus {
    display: none; }
  .liste-ecoprocess li.active {
    display: block;
    text-align: center;
    position: relative; }
  .liste-ecoprocess li {
    margin-left: 0px;
    width: 100%;
    height: 70px;
    background: none;
    display: none; }
  .liste-ecoprocess li.active::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: 8px solid transparent;
    top: 50%;
    content: "";
    display: block;
    height: 0;
    right: 5%;
    margin-top: -4px;
    position: absolute;
    width: 0; }
  .liste-ecoprocess li a {
    background: #001F46;
    width: 100%;
    height: 70px;
    display: inline-block; }
  .liste-ecoprocess li a:hover .title,
  .liste-ecoprocess li.active .title {
    color: #fff;
    width: 100%;
    line-height: 70px; }
  .liste-ecoprocess li .title strong {
    width: inherit;
    display: inline; }
  .liste-ecoprocess li a .title {
    line-height: 70px; }
  .intermediaire-pro-detail-main > div > .row img {
    margin: 0px;
    width: 100%; }
  .intermediaire-pro-detail-main > div > .row p {
    line-height: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px; }
  .intermediaire-pro-detail-main a.bt-voir-plus {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  #intermediaire-pro-detail-page .row.cadre {
    border: 0;
    margin-bottom: 54px;
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  #intermediaire-pro-detail-page .row.cadre > div > img {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px dotted #F0F0F0;
    border-bottom: 2px dotted #F0F0F0; }
  #intermediaire-pro-detail-page .row.cadre > div.firstbloc {
    border: none;
    margin-bottom: 20px;
    margin-top: 20px; }
  #intermediaire-pro-detail-page .row.cadre h4 {
    margin: 0px;
    padding: 0px; }
  #intermediaire-pro-detail-page .row.cadre p {
    margin: 0px;
    padding: 0px; } }

/* ===============
   FAQ PAGE 
   =============== */
.faq-main .panel-group {
  margin-top: 30px;
  background-color: #eeeeee;
  box-shadow: none;
  border-radius: none;
  padding: 0px 0px;
  display: inline-block;
  margin-bottom: 120px;
  width: 100%;
  font-family: "Roboto", sans-serif; }

.faq-main .panel-group .panel {
  padding: 0px 26px;
  border: medium none;
  border-radius: 0px;
  background: #eeeeee;
  box-shadow: none;
  border-bottom: solid 1px white; }

.faq-main .panel-group .panel .panel-heading .panel-title a {
  text-decoration: none; }

.faq-main .panel-group .panel .panel-heading .panel-title a:focus {
  outline: 0; }

.faq-main .panel-group .panel.active {
  background: #DDDDDD; }

.faq-main .panel-group .panel.active .panel-heading {
  border-bottom: none; }

.faq-main .panel-group .panel .panel-heading {
  padding: 20px 0px;
  background: none; }

.faq-main .panel-group .panel:hover {
  background: #DDDDDD; }

.faq-main .panel-group .panel .panel-heading .panel-title {
  font-size: 1.3em;
  color: #2791D0;
  text-align: left;
  margin-bottom: 0px;
  line-height: 20px; }

.faq-main .panel-group .panel + .panel {
  margin-top: 0px; }

.faq-main .panel-group .panel .panel-body {
  border-top: none;
  padding: 0px 64px;
  margin-bottom: 20px;
  display: inline-block; }

.faq-main .panel-group .panel .panel-body p {
  font-size: 1.1em;
  color: #5a5a5a; }

.faq-main .panel-group .panel .panel-body p strong {
  color: #2791D0;
  font-weight: 500; }

.faq-main .panel-group .panel .panel-body p a {
  text-decoration: underline;
  color: #5a5a5a; }

.faq-main .panel-group .panel .panel-body p a.email {
  color: #2791D0; }

.faq-main .select-faq {
  display: inline-block;
  margin-top: 30px;
  padding: 0px; }

.faq-main .select-faq .select {
  height: 50px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 50px; }

.faq-main .select-faq .select-styled {
  padding: 0 26px;
  border: 1px solid #E5E5E5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.faq-main .select-faq .select-styled::after {
  border-color: #2491D0 transparent transparent;
  position: absolute;
  right: 15px;
  top: 22px; }

.faq-main .select-faq .select-options li:last-child {
  border-bottom: 1px solid #E5E5E5; }

.faq-main .select-faq .select-options li {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px dotted #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  height: auto;
  line-height: 1.2;
  margin: 0;
  padding: 10px;
  padding-left: 26px;
  text-indent: 0; }

@media (max-width: 768px) {
  .faq-title {
    font-size: 1.2em; }
  #faq-page .container.small {
    margin: 0px;
    padding: 0px; }
  #faq-page .container.small > .row {
    margin: 0px;
    padding: 0px; }
  .faq-main .select-faq {
    display: inline-block;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px; }
  .faq-main .select-faq .select {
    font-size: 1em;
    line-height: 18px; }
  .faq-main .select-faq .select-styled {
    padding-left: 10px;
    padding-top: 15px;
    vertical-align: middle; }
  .faq-main .select-faq .select-options li {
    line-height: 18px;
    padding: 6px;
    text-indent: 0; }
  .faq-main .panel-group {
    margin-bottom: 0px; }
  .faq-main .panel-group .panel {
    padding: 0 20px; }
  .faq-main .panel-group .panel .panel-heading .panel-title {
    font-size: 1.1em; }
  .faq-main .panel-group .panel .panel-body {
    padding: 0; } }

/* ===============
   PRESENCE EN EUROPE PAGE 
   =============== */
/*#europe-page h2, #TextPageKnowHow h2 {
    font-size: 1.8em !important;
    color: #4A99CB;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin: 30px auto 30px auto;
}*/
#europe-page h2 strong, #TextPageKnowHow h2 strong {
  font-weight: 500; }

.presenceSubtitle {
  font-size: 1.8em !important;
  color: #4A99CB;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  margin: 30px auto 30px auto; }

.europe-separator {
  width: 500px;
  height: 1px;
  background: #E5E5E5;
  margin: auto;
  margin-bottom: 40px;
  display: block; }

.europe-main {
  margin: 0px; }

.bloc-savoir-plus > div,
.europe-main > div {
  padding: 0px; }

.europe-main > div img {
  width: 100%; }

.liste-centres {
  margin-top: 30px; }

.liste-centres > .row {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 100px;
  overflow: hidden;
  display: block;
  margin-left: 0px;
  margin-right: 0px; }

.liste-centres > .row > div {
  min-height: 100px;
  overflow: hidden;
  display: block; }

.liste-centres img.img-responsive {
  padding-left: 120px; }

.liste-centres > .row > div > h2 {
  width: 100%;
  margin: 0px 0px 20px;
  height: 36px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.5em;
  font-weight: 100;
  color: #666666;
  text-transform: uppercase;
  display: block;
  float: left; }

.liste-centres > .row > div > h3 {
  width: 100%;
  color: #2491D0;
  font-weight: 500;
  display: block;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 0px; }

.liste-centres > .row.grey > div > img.logo {
  background-color: #eeeeee; }

.liste-centres > .row > div > img.logo {
  background: #fff;
  padding-left: 10px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 182px; }

.liste-centres > .row > div > p {
  max-width: 348px;
  display: block;
  float: left;
  margin: 0 0 5px;
  line-height: 18px;
  color: #666666;
  width: 100%; }

.liste-centres > .row > div > a {
  width: 100%;
  display: block;
  float: left;
  font-size: 1.2em;
  text-decoration: underline;
  font-style: italic; }

@media (max-width: 768px) {
  #europe-page h1 strong, #TextPageKnowHow h1 {
    width: 100%; }
  .europe-separator {
    display: none; }
  .liste-centres {
    padding: 0px; }
  .liste-centres > .row {
    padding-left: 15px;
    padding-right: 15px; } }

#europe-page .row.bloc-savoir-plus {
  margin-top: 0px;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px; }

#europe-page .row.bloc-savoir-plus h3 {
  font-size: 1.6em;
  color: #4A99CB;
  margin-top: 0px; }

#europe-page .row.bloc-savoir-plus .europe-separator {
  width: 70px;
  margin: 10px auto 10px auto; }

#europe-page .row.bloc-savoir-plus .name {
  font-size: 1.6em; }

#europe-page .row.bloc-savoir-plus a {
  font-style: italic;
  text-decoration: underline;
  color: #666666; }

#europe-page .row.grey {
  background-color: #eeeeee; }

/* ===============
   PREFOOTER 
   =============== */
.main-footer .footer-start img {
  width: 190px;
  margin-left: -15px; }

.prefooter {
  background: url(https://ptad.azureedge.net/media/1084/prefooter-bg.png) no-repeat 50% 0 #0B223A;
  background-size: cover;
  color: #FFF;
  padding: 50px 0; }
  .prefooter a {
    color: #ffffff; }

.mobile-cell figure img {
  width: 35%; }

#Katalog, #Catalog {
  width: 60% !important; }

.prefooter .row > div {
  padding: 0 5%;
  text-align: center;
  font-size: 1em;
  border-left: solid 1px rgba(255, 255, 255, 0.4); }

.prefooter .row > div:first-child {
  border-left: none; }

.footer-anchor:hover {
  text-decoration: none; }

@media (min-width: 992px) {
  .prefooter .row > .prefooter-box {
    min-height: 272px; } }

.prefooter .row > div figure {
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  width: 113px;
  height: 113px;
  padding-top: 25px;
  text-align: center; }

.prefooter .row > div h3 {
  font-family: "Roboto", sans-serif;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 10px;
  font-size: 1.6em;
  font-weight: 500;
  margin-top: 0; }

.prefooter .row > div h3:after {
  content: '';
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  width: 30px;
  margin: auto;
  padding-top: 15px;
  margin-bottom: 15px; }

.prefooter .row > div p {
  text-align: center; }

.prefooter .input-group {
  margin-top: 20px; }

.prefooter .row > div .btn-alt {
  font-family: "Roboto", sans-serif;
  font-size: 0.93em;
  text-transform: uppercase;
  color: #FFF;
  border: solid 1px #FFF;
  font-weight: 700;
  border-radius: 6px;
  padding: 7px 37px; }

.prefooter .row > div .btn-alt:hover {
  background: #fff;
  color: #182B41; }

.prefooter .row > div.customers .phone {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 500;
  display: block;
  line-height: 1em; }

.prefooter .row > div.customers .email {
  font-size: 1.2em; }

.prefooter .row > div.prefooter-box input[type="text"] {
  background-color: transparent;
  color: #FFF; }

.prefooter .row > div.prefooter-box input[type="text"], .prefooter .row > div.prefooter-box .btn {
  border-color: #FFF;
  border-radius: 6px 0 0 6px; }

.prefooter .row > div.prefooter-box .btn {
  border-radius: 6px;
  color: #2491D0;
  font-weight: 700; }

.prefooter .row > div.prefooter-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF; }

.prefooter .row > div.prefooter-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  opacity: 1; }

.prefooter .row > div.prefooter-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  opacity: 1; }

.prefooter .row > div.prefooter-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF; }

.prefooter .row > div .mobile-cell .phone {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  padding: 7px 0;
  margin: 0 -20px; }

@media (max-width: 1200px) {
  .prefooter .row > div .mobile-cell .phone {
    margin: 0;
    font-size: 22px; } }

.prefooter .row > div .mobile-cell .email {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400; }

@media (max-width: 1500px) {
  .prefooter .row > div {
    padding: 0 3%; } }

@media (max-width: 1200px) {
  .prefooter .row > div.customers .email {
    font-size: 1em; }
  .prefooter .row > div.customers .phone {
    font-size: 1.6em; } }

@media (max-width: 1035px) {
  .prefooter .row > div {
    padding: 0 2%; } }

@media (max-width: 991px) {
  .prefooter .row > div {
    border-left: none;
    display: table;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    text-align: left;
    border-top: solid 1px rgba(255, 255, 255, 0.4); }
  .prefooter .row > div p {
    text-align: left; }
  .prefooter .row > div:first-child {
    border-top: none; }
  .prefooter .row > div .mobile-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px; }
  .prefooter .row > div .mobile-cell.figure {
    width: 115px; }
  .prefooter .row > div h3:after {
    content: none; }
  .prefooter {
    padding: 0; } }

@media (max-width: 490px) {
  .prefooter .row > div .mobile-cell {
    padding: 0 10px; } }

@media (max-width: 374px) {
  .prefooter .row > div .mobile-cell {
    display: block;
    text-align: center; }
  .prefooter .row > div p {
    text-align: center; }
  .prefooter .row > div .mobile-cell.figure {
    width: 100%; } }

/* ===============
   FOOTER START
   =============== */
hr.footer-separator {
  margin: 0; }

.main-footer .footer-start {
  padding: 20px 0;
  margin-top: 10px; }

.main-footer .footer-start .text-right {
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5a5a5a;
  font-size: 0.93em; }

.main-footer .footer-start .text-right a {
  color: #5a5a5a; }

.main-footer .footer-start .text-right a {
  color: #5a5a5a; }

/* ===============
   FOOTER SITEMAP
   =============== */
.main-footer .footer-sitemap {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #5a5a5a; }

.main-footer .footer-sitemap h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.main-footer .footer-sitemap h3 a {
  color: #5a5a5a; }

.main-footer .footer-sitemap ul {
  padding: 0;
  list-style: none; }

.main-footer .footer-sitemap .footer-details {
  font-size: 12px;
  color: #5A5A5A;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.main-footer .footer-sitemap ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.93em;
  font-weight: 500;
  color: #5a5a5a; }

.main-footer .footer-sitemap .footer-menu ul li a {
  font-weight: 700; }

.main-footer .footer-sitemap .panel-heading {
  background: none;
  border: none;
  padding: 0; }

.main-footer .footer-sitemap .panel-heading a {
  font-size: 0.93em;
  color: #5a5a5a;
  display: block;
  font-weight: bold; }

.main-footer .footer-sitemap .panel {
  border: none;
  box-shadow: none; }

.main-footer .footer-sitemap .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 5px 10px; }

.main-footer .footer-menu ul {
  float: right; }

.main-footer .footer-menu ul li a {
  text-transform: uppercase;
  padding: 6px 0;
  padding-left: 25px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0 50%; }

.main-footer .footer-menu ul li a.icon-about {
  background-image: url(https://ptad.azureedge.net/media/2076/footer-about.svg);
  background-size: 15px 15px; }

.main-footer .footer-menu ul li a.icon-news {
  background-image: url(https://ptad.azureedge.net/media/2077/footer-news.svg);
  background-size: 15px 15px; }

.main-footer .footer-menu ul li a.icon-faq {
  background-image: url(https://ptad.azureedge.net/media/2078/footer-faq.svg);
  background-size: 15px 15px; }

.main-footer .footer-menu ul li a.icon-contact {
  background-image: url(https://ptad.azureedge.net/media/2079/footer-contact.svg);
  background-size: 15px 15px; }

.main-footer .footer-menu ul li a.quote {
  background-image: url(https://ptad.azureedge.net/media/1077/footer-quote.png); }

.main-footer .footer-menu ul li a.icon-recruitment {
  background-image: url(https://ptad.azureedge.net/media/2080/footer-recruitment.svg);
  background-size: 15px 15px; }

.main-footer .footer-end {
  padding-top: 5px; }

.main-footer .footer-end ul {
  list-style: none;
  padding: 0;
  overflow: auto; }

.main-footer .footer-end ul li {
  float: left; }

.main-footer .footer-end ul li a,
.main-footer .footer-end ul li span {
  font-family: "Roboto", sans-serif;
  font-size: 0.93em;
  color: #5A5A5A;
  font-weight: 400;
  display: block;
  padding: 16px; }

.main-footer .footer-end ul li:first-child a {
  padding-left: 0; }

.main-footer .footer-end .social ul li:last-child a {
  padding-right: 0; }

.main-footer .footer-end .social ul {
  float: right; }

@media (max-width: 991px) {
  .footer-start, .footer-sitemap, .footer-separator {
    display: none; }
  .main-footer .footer-end {
    text-align: center; }
  .main-footer .footer-end ul li {
    float: none;
    display: inline-block; }
  .main-footer .footer-end ul li a {
    padding: 5px 15px; }
  .main-footer .footer-end .social ul li a {
    padding: 15px; }
  .main-footer .footer-end ul li:first-child a {
    padding-left: 15px; }
  .main-footer .social {
    overflow: auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0; }
  .main-footer .footer-end-left {
    padding: 20px 0; }
  .main-footer .footer-end .social ul {
    float: none;
    margin-bottom: 0; }
  .main-footer > .container {
    width: auto; } }

.main-footer .social a:hover, .main-footer .social a:focus {
  text-decoration: none; }

.main-footer .social li {
  margin-left: 2px; }
  .main-footer .social li a {
    width: 30px; }

.main-footer .social .icon-facebook {
  background: url(https://ptad.azureedge.net/media/2073/facebook.svg) center center no-repeat;
  background-size: 30px 30px; }

.main-footer .social .icon-linkedin {
  background: url(https://ptad.azureedge.net/media/2074/linkedin.svg) center center no-repeat;
  background-size: 30px 30px; }

.main-footer .social .icon-youtube {
  background: url(https://ptad.azureedge.net/media/2075/youtube.svg) center center no-repeat;
  background-size: 30px 30px; }

@media (max-width: 992px) {
  .main-footer .social li {
    margin-left: 20px; } }

/* ===============
   HELPERS 
   =============== */
.clearfix {
  clear: both; }

/* =======================
   VIDEO JS RESPONSIVE FIX 
   ======================= */
.video-js {
  padding-top: 56.25%; }

.vjs-fullscreen {
  padding-top: 0px; }

@media only screen and (max-width: 599px) {
  .vjs-default-skin .vjs-big-play-button {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%; } }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .vjs-default-skin .vjs-big-play-button {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    font-size: 5em; } }

/* =======================
   CUSTOM
   ======================= */
.imgright {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px; }

.imgleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 25px; }

@media (max-width: 768px) {
  .imgright {
    float: none;
    margin-left: 0px;
    margin-bottom: 25px;
    width: 100%; }
  .imgleft {
    float: none;
    margin-right: 0px;
    margin-bottom: 25px;
    width: 100%; } }

.right {
  float: right; }

.left {
  float: left; }

.txtBleu {
  color: #2791D0; }

/* =======================
   CUSTOM SELECT
   ======================= */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0.93em;
  color: #666666;
  width: 100%;
  height: 30px;
  line-height: 28px;
  margin-bottom: 16px; }

.select-styled {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0; }

.select-styled.active {
  border-bottom: 1px dotted #E1E1E1; }

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  right: 6px;
  top: 12px; }

.select-styled:hover {
  background-color: #fff; }

.select-styled:active {
  background-color: #eeeeee; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #eee; }

.select-options li {
  margin: 0;
  padding: 0px 0;
  text-indent: 15px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  background: #fff;
  border-bottom: 1px dotted #E1E1E1;
  height: 30px;
  line-height: 30px; }

.select-options li:last-child {
  border-bottom: 1px solid #E1E1E1; }

.select-options li:hover {
  color: #000;
  background: #fff; }

.select-options li[rel="hide"] {
  display: none; }

/*ROUF REMOVED. We want all info even on mobile devices.
    @media (max-width:768px) {
    .related-product {
        display: none;
    }
}*/
.popover-title {
  margin-top: 0; }

.popover {
  font-size: 0.93em; }

.details-professionnel label {
  margin-right: 18px; }

.details-professionnel label:last-child {
  margin-right: 0; }

.intermediaire-pro-detail-main .join-us h1 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left; }

.intermediaire-pro-detail-main .row.join-us p {
  padding: 0;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .img-responsive {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 991px) {
  .imgleft {
    width: 100%; } }
