@font-face {
  font-family: "primaryFont";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/dm-sans-v11-latin-regular.woff2") format("woff2"), url("../../fonts/dm-sans-v11-latin-regular.woff") format("woff"), url("../../fonts/dm-sans-v11-latin-regular.ttf") format("truetype"), url("../../fonts/dm-sans-v11-latin-regular.svg#DMSans") format("svg");
}
@font-face {
  font-family: "primaryFont";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/dm-sans-v11-latin-700.woff2") format("woff2"), url("../../fonts/dm-sans-v11-latin-700.woff") format("woff"), url("../../fonts/dm-sans-v11-latin-700.ttf") format("truetype"), url("../../fonts/dm-sans-v11-latin-700.svg#DMSans") format("svg");
}
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  text-decoration: none;
  list-style: none;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: 3.5rem;
}

::selection {
  color: #fbfbfb;
  background-color: #000000;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  max-width: 2560px;
}

main {
  flex-grow: 1;
  flex-shrink: 0;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}

header h1 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    color: #ffffff;
}
header p:first-of-type {
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 700;
}
header a:hover {
  color: #333333;
}
header span {
  margin: 0 0.5rem;
  color: #333333;
}

main h1 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
}
main h2 {
  margin: 1.5rem 0 1rem;
  color: #01415c;
  font-size: 1.75rem;
}
main p {
  margin-bottom: 0.8rem;
}
main p:last-child {
  margin-bottom: 0;
}
main strong {
  color: #333333;
  font-weight: 400;
}

.homeMain h2, .secondaryMain h2, .tertiaryMain h2 {
  margin-top: 0;
}

#gallery .imgContent figcaption {
  font-size: 0.8rem;
}

footer h2 {
  margin-bottom: 1rem;
  color: #01415c;
  font-size: 1.75rem;
}
footer .phone {
  margin-top: 0.5rem;
  color: #333333;
  font-weight: 700;
}
footer span {
  color: #333333;
}

#copyright {
  padding: 0.6rem;
}
#copyright p, #copyright a {
  color: #fbfbfb;
}
#copyright a {
  margin-left: 1rem;
}
#copyright a:hover {
  color: #96ced7;
}

.btn {
  margin: 1.5rem auto 0 0;
  padding: 0.1rem 1rem 0;
  line-height: 2.25rem;
  color: #fbfbfb;
  font-weight: 700;
  border: 2px solid #fbfbfb;
  border-radius: 8px;
  background-color: #2c9dae;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #fbfbfb;
  background-color: #999999;
}

.primaryBtn {
  margin: 1.5rem auto 0 0;
}

.secondaryBtn {
  margin: 2rem auto 0;
}
.secondaryBtn:first-child {
  margin-right: 1.5rem;
}

.tertiaryBtn {
  margin: 0;
}
.tertiaryBtn:first-child {
  margin-right: 1.5rem;
}

#logoNav img {
  height: 1.8rem;
  vertical-align: bottom;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0.85rem 0;
  border-bottom: 1px solid #222222;
  background-color: #2c9dae;
}
nav .container {
  padding: 0;
}
nav ul, nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav div {
  padding: 0 0 0 1.5rem;
}
nav li a {
  padding: 1.15rem 1.6rem;
  border-right: 1px solid #1a5e68;
  transition: all 0.3s ease-in-out;
  color: #fbfbfb;
}
nav li a:hover, nav li a.active {
  color: #fbfbfb;
  background-color: #237e8b;
}
nav li:first-child a {
  border-left: 1px solid #1a5e68;
}

.menu .submenu {
  display: none;
  position: absolute;
  top: 3.5rem;
  padding: 0;
  background-color: #999999;
}
.menu .submenu.active {
  display: block;
}
.menu .submenu li a {
  display: block;
  padding: 0 1.6rem;
  color: #fbfbfb;
  line-height: 2.5rem;
  border-top: 1px solid #222222;
  border-left: none;
  border-right: none;
}
.menu .submenu li a:hover {
  background-color: #2c9dae;
}

.dropdown:hover #dropdownArrow {
  fill: #fbfbfb;
}

#dropdownArrow {
  margin-left: 10px;
  width: 12px;
  fill: #333333;
  transition: all 0.3s ease-in-out;
}
#dropdownArrow.active {
  fill: #fbfbfb;
  transform: rotate(180deg);
}

.hamburger {
  display: none;
}
.hamburger.active div {
  background-color: #333333;
}
.hamburger.active div:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active div:nth-child(2) {
  opacity: 0;
}
.hamburger.active div:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  border-radius: 20px;
  background-color: #fbfbfb;
  transition: all 0.3s ease-in-out;
}

.homeHeader {
  position: relative;
  margin-top: 3.5rem;
  border-bottom: 1px solid #000000;
  z-index: 2;
}
.homeHeader .headerBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHeader .container {
  padding: 4rem 0;
  position: relative;
}
.homeHeader .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeHeader .row .imgContent, .homeHeader .row .textContent {
    flex: 1 1 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.homeHeader .row .buttonContent {
  display: flex;
}
.homeHeader .rbq {
  color: #333333;
  pointer-events: none;
}

#logoHeader {
  max-width: 350px;
  filter: drop-shadow(0 0 0px #fbfbfb) drop-shadow(0 0 0px #fbfbfb);
}

.secondaryHeader {
  margin-top: 3.5rem;
  border-bottom: 1px solid #222222;
}
.secondaryHeader .container {
  padding: 1rem 0;
}
.secondaryHeader .buttonContent {
  height: 150px;
  text-align: right;
}
.secondaryHeader .buttonContent a {
  display: inline-block;
}

.commercialHeader {
  position: relative;
  background-image: url(../../img/peintre-batiment-commercial-institutionel-entete-large.jpg);
  background-position: left bottom;
  background-size: cover;
}

.residentialHeader {
  background-image: url(../../img/peintre-batiment-residentiel-maison-entete-large.jpg);
  background-position: left bottom;
  background-size: cover;
}

.tertiaryHeader {
  margin-top: 3.5rem;
  border-bottom: 1px solid #222222;
  background-color: #cdecf5;
}
.tertiaryHeader .container {
  padding: 1rem 0;
}
.tertiaryHeader .buttonContent {
  text-align: right;
}
.tertiaryHeader .buttonContent a {
  display: inline-block;
}

.homeMain .homeSection:nth-child(1) {
  background-color: #bfc1c2;
}
.homeMain .homeSection:nth-child(2) {
  background-color: #cdecf5;
}
.homeMain .homeSection:nth-child(3) {
  background-color: #a3ccd1;
}
.homeMain .homeSection:nth-child(4) {
  background-color: #cdecf5;
}
.homeMain .homeSection:nth-child(5) {
  background-color: #e8f4fa;
}
.homeMain .container {
  padding: 4rem 0;
}
.homeMain .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 5px;
  background-color: rgba(251, 251, 251, 0.6);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.homeMain .row div {
  flex: 1 1 45%;
}
.homeMain .imgContent {
  max-height: 425px;
}
.homeMain .imgContent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeMain .textContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
}

.primaryMain .container {
  padding: 4rem 0;
}
.primaryMain .row {
  display: flex;
  justify-content: space-between;
}
.primaryMain .primaryImgContent {
  flex: 0 1 40%;
  padding-top: 18px;
}
.primaryMain .primaryImgContent img {
  margin-bottom: 2rem;
  vertical-align: bottom;
  width: 100%;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.primaryMain .primaryImgContent img:last-child {
  margin-bottom: 0;
}
.primaryMain .primaryTextContent {
  flex: 0 1 60%;
  margin-left: 50px;
}

.secondaryMain .container {
  padding: 4rem 0 0;
}
.secondaryMain .row {
  display: flex;
  justify-content: space-between;
}
.secondaryMain .formContent {
  flex: 0 1 50%;
  padding-bottom: 4rem;
}
.secondaryMain .imgContent {
  display: flex;
  flex: 0 1 50%;
  margin-left: 20px;
}
.secondaryMain .imgContent img {
  margin: auto 0 0 auto;
  vertical-align: bottom;
  width: 500px;
}

form {
  margin: 0;
}
form span {
  display: none;
}
form ::placeholder {
  color: #b3b3b3;
}
form input, form textarea {
  caret-color: #2c9dae;
  border-radius: 5px;
}
form input:focus:invalid, form textarea:focus:invalid {
  border: 1px solid #F93154;
  outline: #F93154;
}
form input:focus:invalid + span, form textarea:focus:invalid + span {
  display: inline;
  margin-top: 0.25rem;
  color: #F93154;
  font-size: 0.9rem;
}
form input:valid {
  padding-left: 2rem;
  border: 1px solid #00B74A;
  outline: #00B74A;
  background: url(../../img/success-icon.svg) 5px center no-repeat;
  background-color: #E6F8ED;
  background-size: 20px;
}
form textarea:valid {
  padding-left: 2rem;
  border: 1px solid #00B74A;
  outline: #00B74A;
  background: url(../../img/success-icon.svg) 5px 5px no-repeat;
  background-color: #E6F8ED;
  background-size: 20px;
}
form .btnForm {
  margin-top: 2rem;
}

.requiredText {
  color: #F93154;
  font-size: 0.9rem;
}

.contact_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact_form input, .contact_form textarea {
  border: 1px solid #2c9dae;
  padding: 0.25rem;
}

label:first-child {
  margin-top: 0;
}

label {
  margin-top: 1rem;
}

.contact_msg {
  margin-top: 1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.tertiaryMain {
  /* The Modal (background) */
  /* Modal Content */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
}
.tertiaryMain .container {
  padding: 4rem 0 calc(4rem - 26px) 0;
}
.tertiaryMain #gallery .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tertiaryMain #gallery .row .imgContent {
  flex: 0 1 calc(25% - 20px);
  position: relative;
  margin-bottom: 26px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fbfbfb;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.tertiaryMain #gallery .row .imgContent:hover .imgContentHover {
  opacity: 1;
}
.tertiaryMain #gallery .row .imgContent:last-child {
  margin-left: 26px;
  margin-right: auto;
}
.tertiaryMain #gallery .row .imgContent img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.tertiaryMain #gallery .row .imgContent .magnifire {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  filter: drop-shadow(1px 1px 4px #000);
}
.tertiaryMain #gallery .row .imgContent figcaption {
  padding: 4px 10px 10px 10px;
}
.tertiaryMain #gallery .row .imgContentHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(190, 30, 185, 0.5);
  transition: opacity 0.4s;
}
.tertiaryMain .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding: 4rem 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.tertiaryMain .modal-content {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 583px;
}
.tertiaryMain .closeIcon {
  position: absolute;
  top: 20px;
  right: 2rem;
  cursor: pointer;
  width: 20px;
}
.tertiaryMain .closeIcon .closeIconColor {
  fill: #fbfbfb;
  transition: fill 0.4s ease;
}
.tertiaryMain .closeIcon .closeIconColor:hover {
  fill: #000000;
}
.tertiaryMain .mySlides {
  display: none;
  width: 700px;
  text-align: center;
}
.tertiaryMain .mySlides img {
  width: 700px;
  height: 583px;
  margin: auto 0;
  object-fit: contain;
}
.tertiaryMain .mySlides figcaption {
  margin: 1rem auto 0 auto;
  width: 525px;
}
.tertiaryMain .prev,
.tertiaryMain .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fbfbfb;
  font-weight: bold;
  font-size: 20px;
  transition: 0.4s ease;
  user-select: none;
  -webkit-user-select: none;
}
.tertiaryMain .next {
  right: 0;
}
.tertiaryMain .prev:hover,
.tertiaryMain .next:hover {
  color: #000000;
}

footer {
  border-top: 1px solid #000000;
  background-color: #529bab;
}
footer .container {
  padding: 4rem 0;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .row .logoContent {
  flex: 0 1 20%;
}
footer .row .addressContent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 1 15%;
  margin: 0 3rem;
}
footer .row .textContent {
  flex: 1 1 55%;
}

.socialMediaContent {
  margin-top: 1rem;
}

.socialMediaIcon {
  width: 2rem;
}
.socialMediaIcon:first-child {
  margin-right: 1rem;
}
.socialMediaIcon .iconColor {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fbfbfb;
}
.socialMediaIcon .iconColorBg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2c9dae;
  transition: all 0.3s ease-in-out;
}
.socialMediaIcon .iconColorBg:hover {
  fill: #666666;
}

#logoFooter {
    width: 100%;
    color: #999999;
}

#copyright {
  text-align: center;
  background-color: #333333;
}

@media only screen and (max-width: 1280px) {
  nav .container {
    padding: 0 2rem;
  }

  header .container, .homeMain .container, .primaryMain .container, footer .container {
    padding: 4rem 2rem;
  }

  .tertiaryMain .container {
    padding: 4rem 2rem calc(4rem - 26px) 2rem;
  }

  .secondaryHeader .container, .tertiaryHeader .container {
    padding: 1rem 2rem;
  }

  .secondaryMain .container {
    padding: 4rem 2rem 0;
  }

  footer .row .addressContent {
    flex: 1 1 20%;
  }
  footer .row .textContent {
    flex: 1 1 45%;
  }
}
@media only screen and (max-width: 960px) {
  .homeMain .row .imgContent {
    max-height: 500px;
    flex: 1 1 40%;
  }
  .homeMain .row .texContent {
    flex: 2 1 40%;
  }

  .tertiaryMain #gallery .row .imgContent {
    flex: 0 1 calc(33.3333333333% - 20px);
  }
  .tertiaryMain #gallery .row .imgContent:last-child {
    margin-left: 0;
    margin-right: auto;
  }

  footer .row .logoContent {
    flex: 0 1 35%;
  }
  footer .row .addressContent {
    flex: 1 1 30%;
  }
  footer .row .textContent {
    flex: 0 1 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 890px) {
  nav ul {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 3.5rem;
    left: -100%;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 3.4rem);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease-in-out;
  }
  nav ul.active {
    display: block;
    left: 0;
  }
  nav li a {
    display: block;
    padding: 0 1.6rem;
    line-height: 2.5rem;
    color: #fbfbfb;
    border-right: 0;
    border-bottom: 1px solid #000000;
  }
  nav li a:hover {
    background-color: #237e8b;
  }
  nav li:first-child a {
    border-top: 1px solid #000000;
    border-left: 0;
  }

  .menu .submenu {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    height: max-content;
  }
  .menu .submenu li a {
    border-top: 1px solid #000000;
    border-bottom: none;
  }
  .menu .submenu li:first-child a {
    border-top: none;
  }
  .menu .submenu li:last-child a {
    border-bottom: 1px solid #BE1EB9;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .homeMain .row div {
    flex: 0 1 100%;
  }
  .homeMain .imgContent {
    max-height: 300px;
  }

  .secondaryMain .row {
    flex-direction: column;
  }
  .secondaryMain .formContent {
    flex: 0 1 100%;
  }
  .secondaryMain .imgContent {
    flex: 0 1 100%;
    margin-left: 0;
  }
  .secondaryMain .imgContent img {
    margin: auto auto 0 auto;
    vertical-align: bottom;
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  header .row {
    flex-direction: column;
  }

  #logoHeader {
    max-width: 275px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 720px) {
  header .container {
    padding: 2rem 0;
  }

  .secondaryHeader .buttonContent, .tertiaryHeader .buttonContent {
    text-align: center;
  }

  .primaryMain .row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .primaryMain .primaryImgContent {
    flex: 0 1 100%;
    margin-top: 2rem;
    padding-top: 0;
  }
  .primaryMain .primaryTextContent {
    flex: 0 1 100%;
    margin-left: 0;
  }

  .tertiaryMain {
    /* Modal Content */
    /* Hide the slides by default */
    /* Next & previous buttons */
    /* Position the "next button" to the right */
  }
  .tertiaryMain #gallery .row .imgContent {
    flex: 0 1 calc(50% - 20px);
  }
  .tertiaryMain #gallery .row .imgContent:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .tertiaryMain .modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding: 3rem 0 0 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .tertiaryMain .modal-content {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .tertiaryMain .mySlides {
    display: none;
    width: 100%;
    text-align: center;
  }
  .tertiaryMain .mySlides img {
    width: 100%;
    height: auto;
    margin: auto 0;
    object-fit: cover;
  }
  .tertiaryMain .mySlides figcaption {
    width: 95%;
  }
  .tertiaryMain .prev,
.tertiaryMain .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    padding: 0;
    margin-top: -56px;
    user-select: none;
    -webkit-user-select: none;
  }
  .tertiaryMain .prev {
    left: 38%;
  }
  .tertiaryMain .next {
    right: 38%;
  }

  footer .row .addressContent {
    flex: 1 1 100%;
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 460px) {
  .tertiaryMain #gallery .row .imgContent {
    flex: 0 1 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
