:root {
  --black-2: #a9885b;
  --coral: #b06747;
  --black: black;
  --white: white;
  --light-sky-blue: #80bbf8;
  --light-steel-blue: #b7d6f7;
  --light-blue: #b7e1ff;
  --slate-grey: #5e788d99;
}

body {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  color: #39c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin: 10px 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  letter-spacing: 0;
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #666;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 23px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.section {
  background-color: #b73e05;
  border-top-width: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  transform: none;
}

.section.grey {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#f26522b5, #f26522b5), url('../images/Picture1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.pic {
  background-color: #9e0b0e;
  background-image: linear-gradient(#9e0b0ec7, #9e0b0ec7), url('../images/automne-feuilles-jaunes-rousses.jpg');
  background-position: 0 0, 50%;
  border-style: none;
  border-top-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.welcome {
  background-color: #871b1b;
  background-image: linear-gradient(#871b1be0, #871b1be0), url('../images/logoHiRes-transparent.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  text-align: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.container.intro {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.intro.center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container.intro.center.slim {
  margin-top: 5px;
  margin-bottom: 10px;
}

.navbar {
  color: #0000;
  background-color: #0000;
  background-image: linear-gradient(#f26522, #f26522);
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: block;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  padding: 14px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  display: inline-block;
  transform: none;
}

.nav-link:hover {
  transform: none;
}

.open-menu {
  text-align: center;
}

.brand {
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.white {
  color: #fff;
}

.center {
  text-align: center;
}

.service1 {
  z-index: 11;
  background-color: #b7e1ff;
  padding: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  transform: translate(100%);
}

.service2 {
  z-index: 12;
  background-color: #b7e1ff;
  padding: 20px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.service3 {
  z-index: 13;
  background-color: #b7e1ff;
  padding: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.service4 {
  z-index: 14;
  background-color: #b7e1ff;
  padding: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  transform: translate(100%);
}

.title {
  color: #842b02;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

.title.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 41px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.title.white.left {
  text-align: left;
}

.section_top {
  background-color: #f26522;
}

.icon {
  color: #fff;
  margin-top: 20px;
}

.para {
  color: gray;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.para.white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 200%;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.para2 {
  color: #842b02;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.para2.white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 200%;
}

.para2.white.small {
  font-size: 16px;
}

.para2.white.left {
  text-align: left;
}

.slide {
  background-image: url('../images/IMG_3_RedFish.JPG');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 600px;
}

.slide-2 {
  background-color: #201f1f;
  background-image: url('../images/IMG_1_Rotary.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  background-attachment: scroll;
}

.slider {
  height: 600px;
}

.slide-3 {
  background-color: #7ec2e4;
  background-image: url('../images/IMG_2_Clapotis.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.slide-4 {
  background-color: #563017;
  background-image: url('../images/IMG_4_Creart.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
}

.slide-5 {
  background-image: url('../images/IMG_5_Divers.JPG');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 600px;
}

.slide6 {
  background-color: var(--black-2);
  background-image: url('../images/caro1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide7 {
  background-color: #6e0b1a;
  background-image: url('../images/caro7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide8 {
  background-color: #923657;
  background-image: url('../images/caro2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide9 {
  background-color: #e06b4b;
  background-image: url('../images/caro10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide10 {
  background-color: #7b212a;
  background-image: url('../images/caro4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide11 {
  border: 1px solid var(--coral);
  background-color: #b06747;
  background-image: url('../images/img11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide12 {
  background-color: var(--black);
  background-image: url('../images/img13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide13 {
  background-color: #431309;
  background-image: url('../images/img12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
}

.div-block {
  font-family: Great Vibes, cursive;
}

html.w-mod-js [data-ix="flow-from-left"] {
  opacity: 0;
  transform: translate(-300px);
}

html.w-mod-js [data-ix="flow-from-right-delay"] {
  opacity: 0;
  transform: translate(200px);
}

html.w-mod-js [data-ix="flow-from-left-2"] {
  opacity: 0;
  transform: translate(-300px);
}

@media screen and (max-width: 991px) {
  .container.intro.center {
    margin-top: 35px;
  }

  .nav-link {
    padding-left: 40px;
    padding-right: 40px;
    transform: none;
  }

  .open-menu {
    background-color: #31353d;
  }

  .brand {
    margin-left: auto;
  }

  .icon {
    margin-top: 0;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-3 {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .para2 {
    padding-right: 0;
  }

  .slide11 {
    background-image: url('../images/img11.jpg');
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.pic {
    background-image: none;
  }

  .container {
    padding-left: 10px;
  }

  .container.intro.center {
    margin-top: 30px;
    padding-right: 10px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .brand {
    margin-left: auto;
  }

  .icon {
    margin-top: 0;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .container-3 {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .para2 {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section, .section.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.pic {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.intro {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .container.intro.center {
    margin-top: 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    margin-left: auto;
  }

  .center {
    margin-bottom: 16px;
  }

  .title.white {
    font-size: 28px;
    line-height: 40px;
  }

  .icon {
    margin-top: 0;
  }

  .para.white {
    font-size: 16px;
  }

  .container-3 {
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .para2 {
    padding-right: 0;
  }

  .para2.white {
    font-weight: 400;
  }

  .slide-4 {
    background-position: 81%;
  }

  .slide-5 {
    background-position: -250px 0;
  }
}


