/* cmsms stylesheet: landingpage modified: 06/02/25 21:50:34 */
body {
font-family: 'Open Sans', sans-serif;
font-size: 1.75em;
font-weight: 400;
padding-top: 70px;
}

.wp_responsiveImg{
max-height:300px;
width: auto;
border: 2px solid #1B191A;
border-color: rgb(27, 25, 26);
padding: 1px;
}
.wp_imgContainer{
padding:0;
margin:0.5em;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.navbar {min-height: 70px;}
.navbar-nav {margin: 10px 0 0 0 !important;}
a.navbar-brand img {max-height: 50px;display:block;}
.navbar-brand {height:70px;}
.navbar .container {
    position: relative;
}
.navbar-phone {
    position: absolute;
    right: 75px;
    top: 25px;
    z-index: 999999;
}
.navbar-phone a {
    line-height: 25px;
    display: inline-block;
    font-size: 18px;
}
.navbar-phone i.fa.fa-phone {
    color: #244b9b;
    margin-right: 0px;
    font-size: 22px;
}
.navbar-phone span {
    display: none;
}
ol.carousel-indicators {
    bottom: 0px;
}
.navbar-toggle {display: block !important;margin-top: 20px;margin-bottom: 20px;}
@media (min-width: 768px){
.navbar-toggle {display: block !important;margin-top: 28px;margin-bottom: 27px;}
.navbar-nav>li>a {padding: 10px 15px;}
.navbar-collapse.collapse {display: none !important;}
.navbar-collapse.collapse.in {display: block !important;}
.navbar-header {float: none;}
.navbar-nav>li {float: none;}
.navbar-nav {float: none;}
.navbar-phone {right: 90px;top: 30px;}
.navbar-phone i.fa.fa-phone {margin-right: 7px;}
.navbar-phone span {display: inline;}
a.navbar-brand img {max-height: 60px;}
.navbar {min-height: 90px;}
}
@media (min-width: 992px){
.nav>li>a {padding-left: 7px;padding-right:7px;text-transform: uppercase;font-size: 14px;}
.navbar-nav>li>a {padding-top:25px;}
.navbar-nav>li {float: left;}
.navbar-toggle {display: none !important;}
.navbar-collapse.collapse {display: block !important;}
.navbar-header {float: left;}
.navbar-phone {right: 15px;top: 32px;}
.navbar-nav {float: left;}
}
@media (min-width: 1280px){
.nav>li>a {padding-left: 15px;padding-right:15px;text-transform: uppercase;font-size: 16px;}
}
 section {min-height:600px;padding-top:30px;padding-bottom:30px;}

section#imageEnTeteSherbrooke {background-image: url("/uploads/images/sherbrooke2.jpg");background-color: #cccccc; height:auto; background-position: center; background-repeat: no-repeat; background-size: cover;}
section#home {padding:0; background-color: white;min-height:auto;margin-top: 5px; padding-top:50px}
#home {color:white;}
#home .news {padding: 4em 0;}
@media (min-width: 768px){section#home {margin-top: 20px;}}

section#services {background-color: #244b9b;}
#services {color:white; padding-left:100px;}
#services ,services-flex {display: flex;}
#services ,services-images {flex: 1; align-items: center;}
#services ,services-textes {flex: 1; display: flex; align-items: center;}
@media only screen and (max-width: 600px) {
#services {padding-left:0px;}
#services ,services-textes {padding-top: 30px;}
}
@media only screen and (min-width:2000px) {
#services {color:white; padding-left:500px;}
}

#avantages {background-color: #0f7733;}
@media only screen and (max-width: 600px) {
#services {padding-left:0px;}
#services ,services-textes {padding-top: 30px;}
}
section#commercial {background-color: #efefef;min-height:auto;padding:0;}
section#commercial div {padding:0;margin:0;}
section#commercial div p {margin-bottom:0;}
section#commercial div+div {padding:15px;}
#commercial {color:black;}
#commercial h2 {font-size:2.25em;}

section#quinoussommes {background-color: #efefef;min-height:auto;}
#quinoussommes {color:black;}

section#imageSherbrooke {background-image: url("/uploads/images/sherbrooke.jpg");background-color: #cccccc; height:auto; background-position: center; background-repeat: no-repeat; background-size: cover;}

section#territoire {
 background-color: #efefef;
 background-image: url(/uploads/images/map-sherbrooke.png);
 background-repeat: no-repeat;
 background-size: auto;
 background-position: center;
}
section#territoire {
  color:black;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section#territoire ul {margin:0;}

section#prix {
    min-height: auto;
    color: #244b9b;
    padding: 30px 0;
}
.prix {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
.prix h2 {
    font-size: 30px;
    margin: 0;
    text-align: center;
}
.prix p {
    color: #001a29;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
}
.price-container {
    display: inline-flex;
    align-items: center;
    border: 4px solid #001a29;
    border-radius: 10px;
    padding: 5px 15px;
    min-width: 138px;
}
.unit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.ratio {
    text-align: right;
}
.cent {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
.times {
    color: #001a29;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}
@media (min-width: 768px){
.prix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.prix h2,
.prix p {
    text-align: left;
}
.prix h2 {
    font-size: 35px;
}
.unit {
    font-size: 60px;
}
.cent {
    font-size: 35px;
}
.times {
    font-size: 20px;
}
.price-container {
    min-width: 179px;
}
}

section#news {background-color: #ccc;min-height:auto;}
section#mission {background-color: #efefef;}

section#information {}
section#team {background-color: #efefef; padding-bottom: 0;}
section#members {}
section#contact {background-color: #244b9b;}
#contact {color:white;}

h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}

h1 {font-size:30px;margin-bottom:1em;text-transform:uppercase;}
h2 {font-size:22px}
h3 {font-size:18px}
body {font-size:15px}
@media (min-width: 768px) {
h1 {font-size: 2em;}
h2 {font-size:26px}
h3 {font-size:21px}
body {font-size:16px}
section {padding-top:60px;padding-bottom:60px;}
}
@media (min-width: 992px) {
h1 {font-size: 3em;}
h2 {font-size:30px}
h3 {font-size:24px}
body {font-size:17px}
#home h1 {font-size: 2.2em;}
}

.submit input {
margin-top: 1em;
padding:1em;
text-transform: uppercase;
background-color: #23ace1;
color: white;
font-size: 1.2em;
font-weight: 600;
cursor: hand;
border: none;
}

a {
color: #244b9b;
}

a:hover {
text-decoration: underline;
color: #208bb5;
}

hr {
    height: 1px;
    background-color:#ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.product {/*margin-bottom:2.25em;*/}

.faContainer {
    background: black;
    display: inline-block;
    width: 45px;
    padding: 10px;
    border-radius: 50%;
}

.fa {
    color: #fff;
    font-size: 25px;
    margin-left: 2px;
}

.fa.fa-facebook {
    margin-left: 4px;
}

.footer-social > label {
    margin-right: 20px;
}

.footer-social {
    padding-top: 10px;
    clear: both;
}

.faContainer:hover {
    background: #DAB778;
    cursor: pointer;
}

.faContainer:hover .fa {
    color: black;
}

.required-field.col-sm-12 {
    padding-left: 0;
}

.formContainer {
    padding-top: 20px;
}

.carousel-inner>.item>img { width: 100% }
.carousel-caption {
    background: rgba(0,0,0,0.6);
    bottom: 75px;
    padding: 10px;
    min-width: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
}
.carousel-caption h1 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

@media (min-width: 760px){
.carousel-caption {
    bottom: 100px;
}
.carousel-caption h1 {
font-size: 30px;
}
}

@media (min-width: 992px){
.carousel-caption h1 {
font-size: 3em;
}
}
.carousel-inner>.item { height: 300px }
.carousel-inner>.item>img {
    height: 300px;
    width: auto;
    max-width: initial;
    position: absolute;
    left: calc((100% - 797px) / 2);
}
@media (min-width: 768px){
.carousel-inner>.item>img {
    height: auto;
    width: 100%;
    max-width: 100%;
    position: initial;
    left: 0px;
}
.carousel-inner>.item { height: auto }
}

  .gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .gallery img {
    width: 100%;
    height: auto;
  }

  @media (min-width: 768px) {
    .gallery {
      flex-direction: row;
    }

    .gallery img {
      width: 100%;
      height: auto;
      flex: 1;
    }
  }

@media (max-width: 600px) {
    img[alt="AquaBac mascotte"] {
      width: 80% !important;
    }
    .avantage-image-1 {
       width: 100% !important;
       padding-bottom: 10px
    }
    .avantage-image-2 {
       width: 100% !important;
    }
    .avantage-image-3 {
       width: 100% !important;
    }
}

@media (max-width: 1400px) {
    img[alt="AquaBac mascotte"] {
      width: 50% !important;
    }
    .avantage-image-1 {
       width:73% !important;
    }
    .avantage-image-2 {
       width: 100% !important;
    }
    .avantage-image-3 {
       width: 105% !important;
    }
}

@media (max-width: 1200px) {
    .avantage-image-1 {
       width: 100% !important;
       padding-bottom: 10px
    }
    .avantage-image-2 {
       width: 100% !important;
    }
    .avantage-image-3 {
       width: 100% !important;
    }
}
section#espace-client {
    min-height: auto;
    padding: 90px 0;
}
.containerEspaceClient {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.columnEspaceClient {
  padding: 1rem;
  box-sizing: border-box;
  text-align: right;
}
.columnEspaceClientRight {
  flex: 1 1 calc(33.333% - 1rem);
  text-align: right;
}
.columnEspaceClientCenter {
  flex: 1 1 calc(10% - 1rem);
  text-align: center;
}
.columnEspaceClientLeft {
  flex: 1 1 calc(33.333% - 1rem);
  text-align: left;
}
.columnEspaceClientTextLeft {
  flex: 0 0 calc(66.66% - 1rem);
  padding: 1rem;
  box-sizing: border-box;
}
.columnEspaceClientTextRight {
  flex: 0 0 calc(33.33% - 1rem);
  padding: 1rem;
  padding-top: 7rem;
  box-sizing: border-box;
}
.plannit-cta__action-button:hover {
  color: #f05a22;
  text-decoration: none;
}
#plannit-cta__mycustomerportal__external-link:hover {
  color: white;
  text-decoration: none;
}

/* Responsive pour les petits écrans */
@media (max-width: 1000px) {
  .columnEspaceClient {
    flex: 1 1 100%;
    text-align: center;
  }
  .columnEspaceClientTextLeft {
    flex: 0 0 100%;
    text-align: center;
  }
  .columnEspaceClientTextRight {
    flex: 0 0 100%;
    text-align: center;
    padding-top: 1rem;
  }
}
/* cmsms stylesheet: form modified: 08/17/17 21:13:42 */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.required-field {
  color:#23ace1;
}
.has-error .form-control {
  background-color:rgba(169,68,66,0.1);
}
input[type=text], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
.has-error input[type=text]:focus, .has-error textarea:focus, .has-error select:focus {
  box-shadow: 0 0 5px rgba(215,25,33, 1);
  border: 1px solid rgba(215,25,33, 1);
}
#error {
  height:0;
  width:0;
  line-height:0;
}
.zoneAntiRobot{
    visibility: hidden;
    height:1em;
}
