:root {
  --orange: #ffb833;
  --white-smoke: #f0f0f0;
  --cornflower-blue: #489fd9;
  --greenrjbrighter: #8bff52;
  --white: #fffdfd;
  --medium-sea-green: #4dbd90;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
  --light-green: #52ff6c;
  --greenrjlighter: #9fe070;
  --cyanprocess: cyan;
  --bleupale01: #c4ffff;
  --yellow01: #fce26d;
  --yellowhard: #ffdd45;
  --greyfonce: #474747;
  --charcoal: #2b2b2b;
  --cyanaltfonce: #00bdbd;
  --chamelon01: #448764;
  --orangedark: #cc7325;
  --veryfonceblue: #00121f;
  --dark-orange: #f70;
}

body {
  color: #333;
  background-color: #000;
  margin-top: -83px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: scroll;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #cc7325;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quattrocento, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Signika, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #0ff;
  border-radius: 3px;
  width: auto;
  margin-right: 0;
  padding: 13px 27px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #ffb833;
  box-shadow: 0 2px 1px #0000001f, 0 0 44px #ffb833;
}

.button:active {
  background-color: #ffdd45;
}

.button.video {
  color: #fff;
  background-color: #048282;
  width: auto;
}

.button.video:hover {
  background-color: #ffb833;
}

.button.video:active {
  background-color: #ffdd45;
}

.button.marketing {
  color: #fff;
  background-color: #000;
}

.button.marketing:hover {
  background-color: #363636;
}

.button.marketing:active {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 1px #0000001f, 0 0 44px #fff;
}

.button.portfolio {
  z-index: 1000;
  color: #fff;
  background-color: #f70;
  border-radius: 6px;
  margin-top: 21px;
  margin-left: 0;
  padding: 19px 44px;
  font-size: 27px;
  position: relative;
}

.button.portfolio:active {
  background-color: #000;
}

.button.portfolio._03 {
  z-index: 0;
  background-color: #f50b02;
  margin-top: 127px;
  margin-left: -287px;
  padding: 22px 27px;
  font-size: 27px;
}

.button.portfolio._03.w--current {
  background-color: #e52d27;
  margin-top: 129px;
  margin-left: -298px;
}

.button.portfolio.print {
  color: #fc0000;
  background-color: #fff;
  background-image: linear-gradient(#fff 74%, #ebebeb);
  border: 4px solid red;
  margin-top: 6px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 0 3px 6px #00000042;
}

.button.portfolio.print:hover {
  box-shadow: 0 0 25px red;
}

.button.portfolio.print:active {
  box-shadow: none;
  color: #fff;
  background-color: red;
  background-image: none;
  border-color: #0000;
}

.button.dronecontact {
  background-color: var(--orange);
  color: #000;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  padding: 19px 44px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.button.dronecontact:active {
  background-color: #000;
}

.button.dronecontact._03 {
  background-color: #f50b02;
  margin-top: 127px;
  margin-left: -287px;
  padding: 22px 27px;
  font-size: 27px;
}

.button.dronecontact._03.w--current {
  background-color: #e52d27;
  margin-top: 129px;
  margin-left: -298px;
}

.button.dronecontact.print {
  color: #fc0000;
  background-color: #fff;
  background-image: linear-gradient(#fff 74%, #ebebeb);
  border: 4px solid red;
  margin-top: 6px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 0 3px 6px #00000042;
}

.button.dronecontact.print:hover {
  box-shadow: 0 0 25px red;
}

.button.dronecontact.print:active {
  box-shadow: none;
  color: #fff;
  background-color: red;
  background-image: none;
  border-color: #0000;
}

.navigation {
  z-index: 2000;
  background-color: #000000bd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  height: 76px;
  padding: 25px 9px 27px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  color: #fce26d;
  box-shadow: inset 0 -3px #fce26d;
}

.nav-link:active {
  color: #ffb833;
  box-shadow: inset 0 -3px #ffb833;
}

.nav-link:focus {
  color: #8bff52;
  text-shadow: none;
  box-shadow: inset 0 -3px #8bff52c2;
}

.nav-link.w--current {
  box-shadow: none;
  color: #0ff;
  text-shadow: 1px 1px 18px #0ff;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section {
  background-image: url('../images/cartes-affaires-logo-impression-quebec.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 44px;
  padding-bottom: 70px;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  background-image: none;
  height: 367px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.web {
  background-image: url('../images/creation-site-web-quebec-montreal.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
}

.section.video {
  background-color: #fff;
  background-image: url('../images/montage-video-tournage-quebec.jpg');
  background-position: 0 -1%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  padding-top: 44px;
}

.section.marketing {
  background-color: #ffb833;
  background-image: url('../images/accueil_marketing.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  height: auto;
}

.section.details02 {
  background-color: #020202;
  background-image: url('../images/bckg_web_ClefEnMain.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 22px;
  padding-bottom: 0;
}

.section.web01 {
  background-color: #cc7325;
  background-image: url('../images/bckg_web_Responsive.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 65px;
}

.section.web02 {
  background-color: #fff;
  background-image: url('../images/bckg_web_Referencement.jpg');
  background-position: 0 0;
  height: auto;
}

.section.web03 {
  color: #ccc;
  background-color: #e3e3e3;
  background-image: url('../images/bckg_web_Content.jpg');
  background-position: -74px 0;
  height: auto;
  padding-bottom: 28px;
}

.section.video01 {
  background-color: #f8ab21;
  background-image: url('../images/shooting-tournage-video-quebec.jpg');
  background-position: 0 0;
  background-size: contain;
  height: auto;
  padding-bottom: 31px;
  display: none;
}

.section.video02 {
  background-image: url('../images/realisation-video-viral-quebec.jpg');
  height: auto;
  padding-bottom: 44px;
  display: none;
}

.section.video03 {
  background-color: #595451;
  background-image: url('../images/narration-montage-video-quebec.jpg');
  background-position: 0 0;
}

.section.imprime01 {
  background-color: #ffb833;
  background-image: url('../images/RJ_baremeTechnique01.svg');
  background-position: 117% -128px;
  background-size: 622px;
  height: auto;
}

.section.imprime02 {
  background-color: #fff;
  background-image: url('../images/bckg_print_offset.jpg');
  background-position: 0 0;
  height: auto;
}

.section.imprime03 {
  background-color: #f0f0f0;
  background-image: none;
  height: auto;
}

.section.imprime04 {
  background-color: #fff;
  background-image: url('../images/icon_goodStep.svg');
  background-position: -637px -16px;
  background-size: 120% 220px;
  height: auto;
  padding-top: 22px;
  padding-bottom: 0;
  display: none;
}

.section.soumission {
  background-color: #ffb833;
  background-image: none;
  height: auto;
  padding-bottom: 88px;
  display: block;
}

.section.soumission.home {
  background-color: #dfe8e4;
  display: block;
}

.section.marketing01 {
  background-color: #fff;
  background-image: url('../images/marketing_conseil.jpg');
  background-position: 100% 100%;
  height: auto;
  padding-bottom: 44px;
}

.section.marketing02 {
  background-color: #489fd9;
  background-image: url('../images/marketing_events.jpg');
  background-position: 0 0;
  height: auto;
}

.section.contact01 {
  opacity: 1;
  color: #242424;
  background-color: #333;
  background-image: url('../images/boutique-design-graphique-quebec.jpg');
  background-position: 0 22px;
  background-size: cover;
  height: 260px;
  padding-top: 160px;
  padding-bottom: 11px;
}

.section.contact01.alt {
  background-image: linear-gradient(#10535fa8, #10535fa8), url('../images/boutique-design-graphique-quebec.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 615px;
}

.section.video04 {
  background-color: #fff;
  background-image: url('../images/animation-video-logo-quebec.jpg');
  height: auto;
}

.main-subtitle {
  color: #fff;
  text-align: left;
  width: 81%;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.main-subtitle.sections {
  width: auto;
  height: auto;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.main-subtitle.sections.inverted {
  color: #000;
  text-align: left;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.main-subtitle.sections.speech {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.main-subtitle.sections.center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  position: static;
}

.main-subtitle.sections.center.small {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.main-subtitle.sections.underline {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  color: #489fd9;
  border-bottom: 0 #489fd9;
}

.page-link:active {
  color: #0ff;
}

.page-link.in-footer {
  color: #939596;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  transition: color .3s;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
  padding-bottom: 1px;
}

.social-icon-group {
  margin-top: 18px;
}

.main-heading {
  color: #ffb833;
  text-align: left;
  letter-spacing: -2px;
  text-shadow: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.main-heading.sections {
  text-align: left;
  letter-spacing: 0;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.main-heading.sections.inverted {
  color: #636363;
  text-align: left;
  letter-spacing: 0;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
}

.main-heading.sections.inverted.center {
  text-align: center;
  text-shadow: none;
  line-height: 26px;
}

.main-heading.sections.lighter {
  color: #fff1b5;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.main-heading.sections.web {
  text-align: left;
  font-size: 23px;
  line-height: 23px;
}

.main-heading.sections.promodrone {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: -1px;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.main-heading.sections.promodrone.big {
  background-color: #2b2b2b;
  background-image: linear-gradient(to top, #0000 34%, #000);
  border-radius: 40px;
  width: auto;
  min-width: 50%;
  margin-top: 19px;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 44px;
  line-height: 55px;
  box-shadow: 11px 11px 10px #00000087;
}

.main-heading.sections.promodrone.price {
  color: #000;
  letter-spacing: -1px;
  background-color: #ffb83300;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 44px;
  font-weight: 800;
  transform: skew(0deg);
}

.main-heading.sections.promodrone.normalprice {
  color: #000;
  letter-spacing: 0;
  background-color: #ffb83300;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  transform: skew(0deg);
}

.main-heading.sections.promodrone.immo {
  background-image: linear-gradient(119deg, black 75%, #255371 91%, var(--cornflower-blue) 97%);
  border-radius: 40px;
  width: auto;
  min-width: 50%;
  margin-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 25px;
  box-shadow: 11px 11px 10px #00000087;
}

.main-heading.sections.promodrone.immo._02 {
  background-image: linear-gradient(119deg, #000 73%, #4e3402 89%, #ffae00 98%);
  font-size: 16px;
  line-height: 24px;
}

.main-heading.sections.promodrone.yellow {
  background-color: var(--orange);
  color: #000;
  margin-bottom: 80px;
}

.main-heading.soumission {
  color: #474747;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.main-heading.directions {
  margin-top: 55px;
  margin-bottom: 0;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 31.5px;
}

.main-heading.bar {
  color: #ffb833;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 37px;
}

.main-heading.bar.drone {
  font-size: 28px;
  line-height: 34px;
}

.main-heading.bar.drone02 {
  font-size: 22px;
  line-height: 28px;
}

.name {
  color: #fff;
  font-weight: 500;
}

.title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.logorjlink {
  background-image: url('../images/creation_site_web_video.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 312px;
  width: 267px;
  height: 67px;
  margin-top: 3px;
  display: inline-block;
}

.logorjlink.footer {
  background-position: -16px;
  background-size: 208px;
  width: 180px;
  height: 40px;
  margin-top: -1px;
}

.navbar {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.videosplash {
  z-index: 1000;
  opacity: 1;
  background-image: none;
  height: 720px;
  margin-bottom: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.drjvideo {
  opacity: 1;
  height: auto;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.splashrow {
  float: none;
  width: 90%;
  max-width: 940px;
  margin: 222px auto 0;
}

.splash_column02 {
  padding-top: 7px;
}

.arrowleft {
  margin-bottom: 238px;
  margin-left: 6px;
}

.arrowright {
  opacity: 1;
  margin-bottom: 238px;
  margin-right: 6px;
}

.creditvideo {
  color: #8f8f8f;
  margin-top: 84px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.clientdata_text {
  color: #000;
  letter-spacing: 0;
  margin-top: 11px;
  margin-left: 19px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.clientdata_text.video {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.clientdata_text.imprime {
  margin-top: 11px;
}

.textlink01 {
  color: #005a96;
}

.textlink01:hover {
  color: #cc7325;
}

.textlink01:active {
  color: #ffb833;
}

.soumissioncontainer {
  float: none;
  text-align: center;
  width: 70%;
  display: inline-block;
}

.texttoolsweb {
  text-align: left;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.texttoolsweb.adwords {
  letter-spacing: 0;
  margin-top: -40px;
}

.texttoolsweb.wmtools {
  margin-top: 16px;
}

.columntoolsweb {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.toolweb._03 {
  width: auto;
  height: auto;
  margin-top: -28px;
  padding-top: 0;
  display: inline-block;
}

.responsiveitem {
  text-align: center;
}

.responsiveitem._01 {
  margin-top: 10px;
}

.responsiveitem._02 {
  margin-top: 9px;
}

.responsivephone {
  margin-bottom: 10px;
}

.responsivetablet {
  margin-bottom: 17px;
}

.responsivelaptop {
  margin-bottom: 6px;
}

.reponsiveitemtext {
  color: #fff2d6;
  font-family: Quattrocento, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.formcontainer {
  text-align: center;
}

.submitbutton {
  border-radius: 3px;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  box-shadow: 0 0 32px #fff;
}

.submitbutton:hover {
  background-color: #489fd9;
}

.submitbutton:active {
  background-color: #6fbef2;
}

.formmessage {
  height: auto;
  margin-bottom: 33px;
  padding-bottom: 40px;
}

.objectsprintrow {
  margin-top: 47px;
}

.objectsrow {
  text-align: center;
  padding-left: 33px;
  padding-right: 33px;
}

.objectsprint {
  color: #489fd9;
  text-shadow: none;
  margin-top: 11px;
  margin-bottom: 0;
  padding-top: 33px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.objectsprint._01 {
  text-shadow: none;
  position: relative;
  bottom: 13px;
  overflow: hidden;
}

.objectsprint.center {
  text-align: center;
  letter-spacing: -1px;
  font-weight: 600;
}

.objectsprintdiv {
  text-align: center;
}

.printimage01 {
  height: 268px;
}

.coords {
  font-size: 22px;
}

.coords.text {
  color: #fff;
  margin-top: -23px;
  padding-bottom: 12px;
  font-family: Quattrocento, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.coords.text.footer {
  color: #fff;
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.contactsrow {
  padding-bottom: 11px;
}

.coordsphonemail {
  color: #fff;
  margin-top: 2px;
  margin-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.coordsphonemail:hover {
  color: #fce26d;
}

.coordsphonemail:active {
  color: #ffb833;
}

.linkcontact.mail {
  color: #fff;
  margin-left: 10px;
  font-style: normal;
  text-decoration: none;
}

.linkcontact.mail:hover {
  color: #fce26d;
}

.linkcontact.mail:active {
  color: #ffb833;
}

.linkcontact.mail.small {
  font-size: 17px;
}

.icon.cell {
  opacity: .6;
  padding-right: 0;
}

.icon.mail {
  opacity: .6;
}

.map {
  background-color: #fff;
}

.mapapi {
  height: 500px;
}

.telnumber {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}

.telnumber:hover {
  color: #fce26d;
}

.telnumber:active {
  color: #ffb833;
}

.telnumber.small {
  font-size: 17px;
}

.footercolumn {
  height: 125px;
  margin-top: 0;
  padding-left: 25px;
  box-shadow: inset -1px 0 #0000002e, inset 1px 0 #ffffff14;
}

.footercolumn.last {
  box-shadow: inset 1px 0 #ffffff14;
}

.footercolumn.first {
  margin-top: 0;
}

.footercolumn.first.logo {
  box-shadow: inset -1px 0 #0000002e;
}

.footertitle {
  margin-top: -2px;
  margin-bottom: 19px;
}

.copyrighttext {
  font-family: Montserrat Alternates, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.introslightbox {
  float: none;
  text-align: left;
}

.columncenter {
  text-align: center;
  margin-top: 0;
  padding-top: 61px;
}

.fieldname {
  font-family: Quattrocento Sans, sans-serif;
  font-size: 19px;
}

.vidwindowtext {
  margin-top: 7px;
  font-family: Quattrocento, sans-serif;
  line-height: 18px;
}

.vidwindowtext.promo_tt {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.vidwindowtext.promo_tt.drone {
  color: #fff;
  margin-top: 0;
  font-size: 33px;
  line-height: 33px;
}

.portfoliosdiv {
  width: 100%;
  height: auto;
  overflow: visible;
}

.sliderportfolio {
  height: 640px;
  font-size: 10px;
}

.navpanelleft {
  background-image: url('../images/arrrowsupport_left.svg');
  background-position: -60px -311%;
}

.navpanelright {
  background-image: url('../images/arrrowsupport_right.svg');
  background-position: 38% -315%;
  background-repeat: no-repeat;
}

.portolioitem {
  z-index: 500;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000e0, #fffffff5);
  height: 236px;
  padding-top: 159px;
  position: relative;
}

.portfolioimage {
  text-align: center;
  background-image: linear-gradient(to top, #292929 16%, #fff 40%, #5c5c5c 67%, #000);
  width: 100%;
  height: 587px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.rowclientdata {
  align-items: center;
  padding-right: 43px;
  display: flex;
  position: relative;
}

.portoliocategory {
  color: var(--cornflower-blue);
  text-align: right;
  letter-spacing: -1px;
  margin-top: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.portfoliodata2 {
  background-color: #00000017;
  box-shadow: inset 1px 0 0 1px #0000001c;
}

.portfoliodata2.dark {
  background-color: #000000cf;
}

.clienttext {
  text-align: left;
}

.screenportfolio._01 {
  margin-top: 31px;
}

.brodexlogo {
  margin-top: 17px;
  margin-bottom: 25px;
}

.logoprosl {
  margin-top: 12px;
  margin-bottom: 12px;
}

.lightboxvideo {
  z-index: 1000;
  width: 660px;
  margin-top: 10px;
  margin-left: 250px;
  display: block;
  position: relative;
}

.rowportfoliovideo {
  width: 1100px;
  height: 330px;
  margin-left: 32px;
  display: inline-block;
}

.videolightboxlink {
  z-index: 1000;
  position: relative;
}

.imageprint {
  margin-top: 11px;
  display: inline-block;
}

.row {
  text-align: left;
}

.link {
  color: #2b2b2b;
}

.link:hover {
  color: #474747;
}

.link:active {
  color: #489fd9;
}

.link-2 {
  color: #ccbeb5;
}

.link-2:hover {
  color: #ccc5b5;
}

.link-2:active {
  color: #eee7d6;
}

.link-2.w--current {
  color: #cec4be;
}

.slide-nav-4 {
  display: none;
}

.section_shop {
  text-align: center;
  background-image: linear-gradient(#eceaea, #eceaea);
  padding: 11px 58px 22px;
}

.embed_social {
  text-align: center;
  width: 45%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.row-2 {
  margin-top: 10px;
}

.html-embed {
  opacity: .8;
  border-radius: 8px;
  height: 280px;
  max-height: 250px;
  margin-top: 2px;
  display: none;
  overflow: scroll;
}

.google {
  margin-bottom: 25px;
}

.twitter {
  margin-top: 5px;
  display: none;
}

.google-2 {
  margin-top: 0;
  display: none;
}

.contact_row {
  margin-top: 72px;
}

.footwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.background-video {
  position: static;
}

.new2020bobmarley {
  height: 720px;
}

.rjd_info_form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rjd_form {
  display: none;
}

.image, .image-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.image-4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.drones {
  background-color: var(--greenrjbrighter);
  background-image: url('../images/filmage-drone-4k-realisation-video-corporatif-immobilier-quebec-montreal.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.djiflying {
  z-index: 0;
  background-image: url('../images/video-drone-tournage-aerien-interieur-exterieur-quebec-beauce.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 24vw;
  margin-left: 30px;
  position: relative;
  bottom: 0;
  left: -45px;
}

.droneimage_container100 {
  z-index: 500;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: 71px;
}

.container {
  position: relative;
}

.titlewrap_promodrone {
  width: 58%;
  min-height: 60px;
}

.drones_detail {
  background-color: var(--greenrjbrighter);
  background-image: linear-gradient(#00000042, #00000042), url('../images/video-corporatif-campagne-financement-recrutetment-immobilier-photo-aerienne-quebec.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 99px;
  padding-bottom: 120px;
  display: flex;
}

.drones_detail.promo {
  background-color: #000;
  background-image: linear-gradient(#00000082, #00000082), url('../images/photo-video-courtier-immobilier-residentiel-commercial-drone-quebec-beauce.jpg');
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.drones_video_bckg {
  flex-direction: column;
  align-items: flex-start;
  height: 640px;
  display: flex;
  position: static;
}

.drone_content_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4_video {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.columns-4_video.secteurs {
  margin-bottom: 22px;
}

.col_drone {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 200px;
  height: 200px;
}

.heading {
  color: #fff;
  background-color: #202020;
  border: 1px #fffdfd;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.promoprice_wrap {
  background-color: var(--orange);
  box-shadow: 6px 6px 0 0 var(--cornflower-blue);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
  transform: skew(-13deg);
}

.promoprice_wrap.immobilier {
  min-width: 215px;
  min-height: 50px;
}

.list-item-3 {
  color: var(--white);
}

.drone_day_list.immobilier {
  padding-left: 80px;
  padding-right: 40px;
  list-style-type: square;
}

.drone_day_list.immobilier.stroke {
  border-left: 1px solid #ffffff6e;
  list-style-type: square;
}

.drone_day_list_item {
  color: #fff;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.bold-text {
  text-decoration: none;
}

.drone_courtiers_immobiilier {
  background-color: var(--greenrjbrighter);
  background-image: linear-gradient(#0000, #000000a6 23%, #000000a3 60%, #0000), url('../images/photo-immobilier-courtier-agence-courtage-residence-commerce-quebec-montreal.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 99px 8vw 120px;
  display: flex;
}

.drone_courtiers_immobiilier.promo {
  background-color: #000;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/photo-video-courtier-immobilier-residentiel-commercial-drone-quebec-beauce.jpg');
  height: auto;
  padding-top: 120px;
}

.column {
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-right: 19px;
  display: flex;
}

.drone_detail_explainer {
  background-color: var(--greenrjbrighter);
  background-image: linear-gradient(#0000, #0009 23%, #00000091 49%, #0000), url('../images/video-corporatif-campagne-financement-recrutetment-immobilier-photo-aerienne-quebec.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 99px;
  padding-bottom: 120px;
  display: flex;
}

.drone_detail_explainer.promo {
  background-color: #000;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/photo-video-courtier-immobilier-residentiel-commercial-drone-quebec-beauce.jpg');
  height: auto;
  padding-top: 120px;
}

.immobilier_columns {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 55px;
}

.immobilier_column_01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.drone_industries {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000a6 23%, #000000a3 60%, #0000), url('../images/producteur-video-photo-publicite-drone-cinema-quebec-montreal.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 99px 8vw 80px;
  display: flex;
}

.drone_industries.promo {
  background-color: #000;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/photo-video-courtier-immobilier-residentiel-commercial-drone-quebec-beauce.jpg');
  height: auto;
  padding-top: 120px;
}

.icons-domaines {
  border: 6px solid #fff;
  border-radius: 16px;
  width: 110px;
  height: 110px;
  padding: 20px;
}

.crenaux-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #20202000;
  border: 1px #fffdfd;
  margin-top: 3px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.image-6 {
  width: 160px;
  height: 68px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block {
  color: #fff;
  text-align: center;
  width: 800px;
  height: 400px;
  font-size: 18px;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.axeptio {
  color: #fff;
  text-align: center;
  width: 800px;
  height: 400px;
  font-size: 18px;
}

.legalcontent {
  background-color: #3b3b3b;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 55px;
  padding-bottom: 133px;
  display: flex;
  position: relative;
}

.legalblock {
  color: #fff;
  width: 70%;
}

.legallink {
  color: #b1ccdd;
}

.div-block {
  width: 100%;
  height: 100%;
}

.landingmain {
  background-image: linear-gradient(#01699980, #01699980), url('../images/bckgtemp004clean.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  display: flex;
  position: relative;
}

.image-7 {
  vertical-align: middle;
  width: 50vw;
  height: 40vh;
}

.landinglink {
  color: #fff;
  margin-left: 22px;
  margin-right: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 43px;
  position: relative;
}

.landinglink:hover {
  color: #97dbf8;
}

.titlelanding {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.contactbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  .button.dronecontact {
    box-shadow: 0 2px 8px #00000085;
  }

  .main-subtitle.sections.center.small {
    width: 80%;
  }

  .main-heading.sections.promodrone.yellow {
    width: 50%;
  }

  .vidwindowtext.promo_tt {
    margin-bottom: 0;
  }

  .portfoliodata2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    padding-top: 5px;
  }

  .droneimage_container100 {
    margin-bottom: -200px;
    bottom: 126px;
  }

  .columns-4_video.secteurs {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: none;
    overflow: scroll;
  }

  .button {
    margin-top: 6px;
  }

  .button.portfolio {
    margin-top: 16px;
  }

  .button.portfolio._03 {
    margin-top: 110px;
  }

  .button.votreimage {
    margin-top: 22px;
  }

  .button.dronecontact {
    margin-top: 16px;
  }

  .button.dronecontact._03 {
    margin-top: 110px;
  }

  .nav-link {
    color: #fff;
    height: 58px;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    height: 76px;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .section {
    background-position: 116%;
    height: auto;
  }

  .section.web {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.video {
    background-position: -47px 0;
    background-size: 489px;
    height: auto;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.marketing {
    background-position: 74% 0;
    background-size: auto;
  }

  .section.details02 {
    background-position: 140% -60px;
    padding-top: 33px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.web01 {
    background-position: -7% -31px;
    padding-bottom: 44px;
  }

  .section.web02 {
    background-position: -69px 0;
  }

  .section.web03 {
    background-position: -214px 0;
  }

  .section.imprime01 {
    background-position: 214% 88%;
  }

  .section.imprime02 {
    background-position: -131px 0;
  }

  .section.imprime03 {
    height: auto;
  }

  .section.imprime04 {
    background-position: -394px -20px;
    background-size: 110% 110px;
  }

  .section.soumission {
    padding-bottom: 44px;
  }

  .section.marketing01, .section.marketing02 {
    padding-top: 33px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.contact01 {
    background-position: 50% 122px;
    background-size: cover;
    height: 300px;
    padding-left: 0;
  }

  .section.contact01.alt {
    height: 665px;
  }

  .main-subtitle {
    margin-bottom: 0;
    line-height: 20px;
  }

  .main-subtitle.sections {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .main-subtitle.sections.inverted {
    font-size: 16px;
    line-height: 20px;
  }

  .main-subtitle.sections.web01 {
    padding-right: 0;
  }

  .nav-menu {
    background-color: #000000e3;
    min-width: 173px;
    margin-top: 75px;
    padding-top: 8px;
    padding-bottom: 13px;
    padding-left: 33px;
  }

  .main-heading {
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
  }

  .main-heading.sections {
    text-align: left;
    text-shadow: none;
    font-size: 24px;
    line-height: 38px;
  }

  .main-heading.sections.inverted {
    text-shadow: none;
    font-size: 24px;
    line-height: 30px;
  }

  .main-heading.sections.web {
    text-shadow: none;
  }

  .main-heading.sections.promodrone.big, .main-heading.sections.promodrone.immo {
    font-size: 30px;
    line-height: 32px;
  }

  .main-heading.soumission {
    letter-spacing: 0;
    text-shadow: none;
    font-size: 27px;
  }

  .logorjlink {
    margin-left: 9px;
  }

  .logorjlink.footer {
    margin-left: 0;
  }

  .hamburger {
    color: #ffb833;
  }

  .videosplash {
    z-index: 100;
    background-image: url('../images/drj_splash_sm.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 432px;
    margin-top: 82px;
  }

  .splashrow {
    margin-top: 92px;
    margin-bottom: -23px;
  }

  .splash_column01 {
    padding-top: 17px;
  }

  .clientdata_text {
    margin-top: 20px;
    margin-left: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .clientdata_text.imprime {
    line-height: 12px;
  }

  .coords.text.footer {
    font-size: 14px;
    line-height: 20px;
  }

  .linkcontact.mail {
    margin-left: -133px;
  }

  .linkcontact.mail.small {
    margin-left: -77px;
    font-size: 14px;
    line-height: 20px;
  }

  .telnumber {
    margin-left: -133px;
  }

  .telnumber.small {
    margin-left: -77px;
    font-size: 15px;
  }

  .footercolumn {
    padding-left: 18px;
  }

  .vidwindowtext.promo_tt {
    font-size: 15px;
  }

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

  .portoliocategory {
    font-size: 12px;
    line-height: 24px;
  }

  .portfoliourlimage {
    width: auto;
  }

  .lightboxvideo {
    margin-top: 22px;
    margin-left: 157px;
    display: block;
  }

  .rowportfoliovideo {
    width: 900px;
  }

  .marketingrow, .rowprint {
    margin-left: 0;
    padding-left: 22px;
  }

  .imageprint {
    margin-top: 3px;
    margin-bottom: -10px;
  }

  .twitter {
    margin-top: 22px;
  }

  .new2020bobmarley {
    height: 430px;
  }

  .droneimage_container100 {
    margin-bottom: -67px;
    bottom: 39px;
  }

  .drones_detail.promo {
    padding-bottom: 60px;
  }

  .image-5, .icons-domaines {
    width: 150px;
    height: 150px;
  }

  .image-6 {
    width: 80px;
    height: 34px;
  }

  .legalblock {
    width: 90%;
  }

  .image-7 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 33px;
  }

  h3 {
    margin-bottom: 8px;
  }

  .button {
    margin-top: 11px;
  }

  .button.portfolio {
    margin-top: 4px;
    margin-left: -40px;
    padding: 18px 26px;
    font-size: 20px;
    line-height: 20px;
  }

  .button.portfolio._03 {
    margin-top: 33px;
    margin-left: -382px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .button.portfolio.print {
    margin-top: -22px;
  }

  .button.dronecontact {
    margin-top: 4px;
    margin-left: 0;
    padding: 18px 26px;
    font-size: 20px;
    line-height: 20px;
  }

  .button.dronecontact._03 {
    margin-top: 33px;
    margin-left: -382px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .button.dronecontact.print {
    margin-top: -22px;
  }

  .navigation {
    height: 52px;
  }

  .nav-link {
    height: 37px;
    padding-top: 11px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link.menu.w--open {
    height: 52px;
  }

  .section {
    text-align: center;
    background-position: 168px;
    background-size: 600px;
    height: auto;
    padding-top: 33px;
    padding-bottom: 43px;
  }

  .section.footer {
    height: auto;
  }

  .section.web {
    background-position: 166% 165px;
    height: 512px;
    padding-top: 11px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.video {
    background-position: 0 -43px;
    height: auto;
    padding-top: 204px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.marketing {
    background-position: 5% 31px;
    background-size: 800px;
  }

  .section.details02 {
    background-position: 132% -68px;
    background-size: 300px;
    padding-top: 66px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.web01 {
    background-position: -151px 98%;
    background-size: 1194px;
    padding: 22px 11px 44px;
  }

  .section.web02 {
    background-position: 0 0;
    background-size: 200px;
    padding: 22px 11px 33px;
  }

  .section.web03 {
    background-position: 146%;
    background-size: 900px;
    padding: 22px 11px 33px;
  }

  .section.video01 {
    background-position: -355px 0;
    background-size: cover;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.video02 {
    background-position: -30px;
    background-size: cover;
    padding-top: 22px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.video03 {
    background-position: -163px;
    background-size: cover;
    padding-top: 22px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.imprime01 {
    background-position: 100% 383%;
    background-size: 400px;
    padding: 22px 11px 33px;
  }

  .section.imprime02 {
    background-position: 0 -44px;
    background-size: 150px;
    padding: 22px 11px 33px;
  }

  .section.imprime03 {
    padding: 22px 22px 33px;
  }

  .section.imprime04 {
    background-position: 4px 0;
    background-size: 70px;
    padding: 22px 22px 33px;
  }

  .section.soumission {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.marketing01 {
    background-position: 100% 115%;
    background-size: 300px;
  }

  .section.marketing02 {
    background-position: -217px 100%;
    background-size: 630px;
    padding-top: 33px;
    padding-bottom: 44px;
  }

  .section.contact01 {
    background-position: 50% 133px;
    height: 260px;
    padding-top: 140px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .section.contact01.alt {
    height: 575px;
  }

  .section.video04 {
    padding-top: 22px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .main-subtitle {
    width: 95%;
    font-size: 17px;
  }

  .main-subtitle.sections {
    text-align: justify;
    text-transform: none;
    margin-bottom: 39px;
    font-size: 18px;
    line-height: 21px;
  }

  .main-subtitle.sections.inverted {
    margin-bottom: 58px;
    font-size: 18px;
    line-height: 20px;
  }

  .main-subtitle.sections.web01 {
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu {
    margin-top: 52px;
    padding-top: 0;
    padding-left: 33px;
    padding-right: 12px;
  }

  .main-heading {
    text-shadow: none;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 28px;
  }

  .main-heading.sections {
    text-align: center;
    text-shadow: none;
    font-size: 27px;
    line-height: 27px;
  }

  .main-heading.sections.inverted {
    text-align: left;
    text-shadow: none;
    font-size: 27px;
    line-height: 27px;
  }

  .main-heading.sections.inverted.center {
    text-shadow: none;
  }

  .main-heading.sections.lighter {
    text-align: left;
    text-shadow: none;
    font-size: 22px;
  }

  .main-heading.sections.web {
    text-shadow: none;
    line-height: 27px;
  }

  .main-heading.sections.promodrone {
    width: 85%;
    font-size: 19px;
    line-height: 23px;
  }

  .main-heading.sections.promodrone.big, .main-heading.sections.promodrone.immo {
    font-size: 22px;
    line-height: 24px;
  }

  .main-heading.soumission {
    letter-spacing: 0;
    text-shadow: none;
    font-size: 21px;
  }

  .main-heading.directions {
    text-align: center;
    text-shadow: none;
    font-size: 28px;
  }

  .main-heading.bar {
    font-size: 26px;
  }

  .name {
    text-align: center;
    display: block;
  }

  .logorjlink {
    background-position: -16px;
    background-size: 219px;
    width: 192px;
    height: 41px;
    margin-top: 4px;
    margin-left: 11px;
  }

  .hamburger {
    margin-top: 0;
  }

  .videosplash {
    height: 321px;
  }

  .splashrow {
    margin-top: 77px;
  }

  .arrowleft {
    margin-top: 287px;
    position: static;
  }

  .arrowright {
    margin-top: 288px;
    position: static;
  }

  .clientdata_text {
    width: 360px;
    margin-top: 14px;
    margin-left: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .clientdata_text.imprime {
    line-height: 9px;
  }

  .texttoolsweb {
    margin-bottom: 32px;
  }

  .toolweb._01 {
    padding: 0 166px;
  }

  .toolweb._02 {
    padding-left: 166px;
    padding-right: 166px;
  }

  .toolweb._03 {
    padding-left: 133px;
    padding-right: 133px;
  }

  .objectsprint, .objectsprint._01 {
    text-shadow: none;
  }

  .coords.text {
    text-align: center;
  }

  .coords.text.footer {
    text-align: center;
    padding-bottom: 0;
  }

  .linkcontact.mail {
    text-align: center;
    margin-left: 0;
  }

  .linkcontact.mail.small {
    margin-left: -238px;
  }

  .icon.cell {
    margin-left: 150px;
  }

  .icon.mail {
    margin-left: 83px;
  }

  .telnumber {
    text-align: center;
    margin-left: 0;
  }

  .telnumber.small {
    margin-left: -250px;
  }

  .footercolumn {
    box-shadow: none;
    height: auto;
    margin-bottom: 26px;
  }

  .footercolumn.first {
    height: auto;
    margin-bottom: 82px;
  }

  .footercolumn.first.logo {
    box-shadow: none;
  }

  .vidwindowtext.promo_tt {
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .sliderportfolio {
    height: 613px;
  }

  .navpanelleft {
    background-position: -60px 58%;
    background-repeat: no-repeat;
  }

  .navpanelright {
    background-position: 38% 55%;
  }

  .portolioitem {
    height: 212px;
    padding-top: 135px;
  }

  .portfolioimage {
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 39px;
    padding-top: 11px;
  }

  .portoliocategory {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: -5px;
  }

  .screenportfolio._01 {
    margin-top: 2px;
    margin-left: -48px;
  }

  .lightboxvideo {
    width: 301px;
    margin-top: -18px;
    margin-left: 83px;
  }

  .rowportfoliovideo {
    width: 700px;
    height: 230px;
  }

  .marketingrow {
    padding-top: 11px;
    padding-left: 11px;
    padding-right: 122px;
  }

  .rowprint {
    padding-left: 11px;
  }

  .footerdatarow {
    min-width: 0;
    margin-bottom: 0;
  }

  .imageprint {
    margin-top: -8px;
    margin-bottom: 17px;
    margin-left: -36px;
  }

  .imageprint.certificat {
    margin-top: -11px;
    margin-bottom: 22px;
  }

  .imageprint.jadispresse {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .imageprint.pochettejadis {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .imageprint.transfab {
    margin-top: -11px;
    margin-bottom: 18px;
  }

  .slide-nav {
    margin-top: 0;
  }

  .slide-nav-2, .slide-nav-3, .slide-nav-4 {
    font-size: 12px;
  }

  .section_shop {
    padding-left: 22px;
    padding-right: 22px;
  }

  .new2020bobmarley {
    height: 330px;
  }

  .drones_detail.promo {
    margin-top: 0;
  }

  .drone_content_container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-5 {
    width: 100px;
    height: 100px;
  }

  .heading {
    text-align: center;
  }

  .drone_day_list.immobilier.stroke {
    border-left-style: none;
  }

  .immobilier_column_01 {
    margin-bottom: 93px;
  }

  .icons-domaines {
    width: 100px;
    height: 100px;
  }

  .crenaux-text {
    text-align: center;
  }

  .image-7 {
    width: 86vw;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-left: 0;
    font-size: 17px;
  }

  .button.w--current {
    margin-top: 42px;
    font-size: 17px;
  }

  .button.portfolio {
    margin-top: 99px;
    margin-left: -43px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .button.portfolio._03 {
    margin-left: -601px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .button.portfolio.print {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }

  .button.votreimage {
    float: left;
    display: inline;
  }

  .button.dronecontact {
    margin-top: 99px;
    margin-left: 0;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.dronecontact._03 {
    margin-left: -601px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .button.dronecontact.print {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }

  .nav-link {
    height: 50px;
  }

  .nav-link.menu {
    height: 58px;
  }

  .nav-link.menu.w--open {
    height: 52px;
  }

  .section {
    background-position: 100% 100%;
    background-size: 250px;
    padding-top: 22px;
    padding-right: 11px;
  }

  .section.footer {
    height: auto;
  }

  .section.web {
    background-position: 448% -175px;
    background-size: 294px;
    height: auto;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.video {
    background-position: 20% -50px;
    height: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section.marketing {
    background-position: 368% 100%;
    padding-left: 11px;
  }

  .section.details02 {
    background-position: 50% -82px;
  }

  .section.web01 {
    background-position: 45% 5%;
    background-size: 2100px;
    padding-top: 33px;
  }

  .section.video01 {
    background-position: -621px;
    background-size: cover;
  }

  .section.video02 {
    background-position: 63%;
  }

  .section.video03 {
    background-position: -319px;
  }

  .section.imprime01 {
    background-position: 100% 108%;
    background-size: 230px;
  }

  .section.imprime04 {
    background-position: -8px 0;
  }

  .section.marketing01 {
    background-position: 154% 416px;
  }

  .section.marketing02 {
    background-position: -258px;
    background-size: cover;
  }

  .section.contact01 {
    background-position: 50% 102px;
    padding-left: 9px;
  }

  .section.contact01.alt {
    height: 585px;
  }

  .section.video04 {
    background-position: 566%;
  }

  .main-subtitle {
    width: 95%;
    font-size: 13px;
    line-height: 11px;
  }

  .main-subtitle.sections {
    width: auto;
    margin-bottom: 21px;
    padding-right: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .main-subtitle.sections.inverted {
    margin-bottom: 11px;
  }

  .main-subtitle.sections.web01 {
    text-align: justify;
  }

  .nav-menu {
    margin-top: 52px;
    padding-top: 8px;
  }

  .main-heading {
    text-shadow: none;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .main-heading.sections {
    text-align: center;
    text-shadow: none;
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 27px;
  }

  .main-heading.sections.inverted {
    text-align: center;
    text-shadow: none;
    margin-bottom: 22px;
    font-size: 20px;
  }

  .main-heading.sections.web {
    text-align: left;
    letter-spacing: 0;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 27px;
  }

  .main-heading.sections.promodrone {
    letter-spacing: -1px;
    width: auto;
    font-size: 14px;
    line-height: 15px;
  }

  .main-heading.sections.promodrone.big {
    font-size: 19px;
    line-height: 22px;
  }

  .main-heading.sections.promodrone.immo {
    font-size: 17px;
    line-height: 18px;
  }

  .main-heading.soumission {
    letter-spacing: 0;
    text-shadow: none;
    font-size: 16px;
  }

  .main-heading.directions {
    text-shadow: none;
    margin-top: 44px;
    font-size: 26px;
  }

  .main-heading.bar {
    font-size: 26px;
  }

  .logorjlink {
    background-position: -14px;
    background-size: 204px;
    width: 177px;
    height: 47px;
    margin-top: 2px;
    margin-left: -1px;
  }

  .hamburger {
    color: #ffb833;
    margin-top: 2px;
  }

  .videosplash {
    background-position: 50%;
    background-size: cover;
    height: 170px;
    margin-top: 144px;
    margin-bottom: 0;
  }

  .splashrow {
    margin-top: 10px;
  }

  .arrowleft {
    margin-top: 362px;
    margin-left: 0;
  }

  .arrowright {
    margin-top: 362px;
    margin-right: 0;
  }

  .clientdata_text {
    text-align: left;
    width: 155px;
    margin-top: 8px;
    margin-bottom: 14px;
    display: none;
  }

  .clientdata_text.video {
    margin-top: 17px;
  }

  .texttoolsweb {
    margin-bottom: 55px;
  }

  .toolweb._01, .toolweb._02 {
    padding-left: 0;
    padding-right: 0;
  }

  .toolweb._03 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .objectsprint {
    text-shadow: none;
    font-size: 18px;
    line-height: 18px;
  }

  .objectsprint._01 {
    text-shadow: none;
  }

  .printimage01 {
    height: auto;
  }

  .coords.text {
    margin-top: 0;
  }

  .coordsphonemail {
    margin-left: auto;
  }

  .linkcontact.mail {
    margin-left: 31px;
  }

  .linkcontact.mail.small {
    text-align: center;
    margin-left: 0;
  }

  .icon.cell, .icon.mail, .telnumber {
    margin-left: 0;
  }

  .telnumber.small {
    text-align: center;
    margin-left: 0;
  }

  .footercolumn {
    height: auto;
    margin-bottom: 24px;
  }

  .footercolumn.first {
    margin-bottom: 44px;
  }

  .copyrighttext {
    font-size: 9px;
  }

  .vidwindowtext.promo_tt {
    margin-top: 8px;
    font-size: 12px;
    line-height: 11px;
  }

  .vidwindowtext.promo_tt.drone {
    font-size: 19px;
    line-height: 24px;
  }

  .navpanelleft {
    background-position: 83% 50px;
  }

  .navpanelright {
    background-position: 17% 50px;
  }

  .portfolioimage {
    margin-right: 0;
  }

  .rowclientdata {
    padding-left: 30px;
  }

  .portoliocategory {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -3px;
  }

  .clienttext {
    padding-left: 31px;
  }

  .screenportfolio._01 {
    margin-top: 36px;
    margin-left: -42px;
  }

  .lightboxvideo {
    width: 332px;
    margin-top: -28px;
    margin-left: -40px;
  }

  .rowportfoliovideo {
    margin-left: 0;
  }

  .marketingrow {
    padding-right: 11px;
  }

  .imageprint {
    margin-top: -8px;
    margin-bottom: 17px;
    margin-left: -44px;
  }

  .imageprint.certificat {
    margin-top: -10px;
  }

  .imageprint.jadispresse, .imageprint.pochettejadis, .imageprint.transfab, .list-item {
    margin-top: 0;
  }

  .slide-nav {
    margin-top: 0;
    font-size: 6px;
  }

  .list-item-2 {
    margin-top: 0;
  }

  .slide-nav-2 {
    font-size: 5px;
    line-height: 16px;
  }

  .slide-nav-3, .slide-nav-4 {
    font-size: 5px;
  }

  .new2020bobmarley {
    height: 170px;
  }

  .djiflying {
    left: -35px;
  }

  .droneimage_container100 {
    display: flex;
  }

  .drones_detail.promo {
    margin-top: -10px;
  }

  .drone_content_container {
    align-items: center;
  }

  .drone_day_list.immobilier {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drone_day_list.immobilier.stroke {
    border-left-style: none;
  }

  .drone_day_list_item {
    min-width: auto;
    max-width: 225px;
  }

  .drone_courtiers_immobiilier {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .drone_detail_explainer {
    background-position: 0 0, 0 0;
  }

  .immobilier_columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .immobilier_column_01 {
    align-items: center;
  }

  .drone_industries {
    background-position: 0 0, 40% 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}


