*{box-sizing: border-box}
:root {
    --red: #e90029;
    --gray: #535659;
}
body, html {scroll-behavior: smooth; margin:0; background-color:rgb(255, 255, 255); font-family: 'Source Sans 3', sans-serif; font-size:0px;}
h1,h2,h3,h4,h5,h6{outline:none;font-weight:inherit;font-size:inherit;color:inherit;margin:0;padding:0;display:inline}
a {text-decoration: none; color: inherit;}
.wrapper {margin:0px auto; max-width: 1270px; width: 95%;}
.big-wrapper {margin:0px auto; max-width: 1400px; width: 95%;}
.padding {padding:1% 0}
.text-wrapper {max-width: 800px; padding: 40px 0;}
.bigtitle {font-size:75px}
.title {font-size:45px}
h1.title {font-size:32px;}
.subtitle {font-size:30px; line-height: 34px;}
.text {font-size:16px; line-height:20px; margin: 0;}
.red {color:var(--red)}
.bg-red {background-color:var(--red)}
.white {color:#FFF}
.bg-white {background-color:#FFF}
.gray {color: var(--gray);}
.bg-gray {background-color: var(--gray);}
.red {color: var(--red);}
.bg-red {background-color: var(--red);}
.black {color:black}
.bg-black {background-color:#000}
.caps {text-transform:uppercase}
.bold {font-weight:700}
.semi-bold {font-weight: 600;}
.light {font-weight:300}
.extralight {font-weight:200}
.rtl {direction:rtl}
.ltr {direction:ltr}
.left {text-align:left}
.right {text-align:right}
.center {text-align:center}
.hidden {display: none !important; opacity: 0;}
.loader {margin: -10px 20px; display: inline-block; border: 5px solid #f3f3f3; border-radius: 50%; border-top: 5px solid var(--red); width: 30px;  height: 30px; -webkit-animation: spin 1s linear infinite; /* Safari */ animation: spin 1s linear infinite;}
.noinput {position:absolute; left:-200%; opacity:0}
.left-transition {transform: translateX(100px);}
.right-transition {transform: translateX(-100px);}
.motionEase {transition: ease-in .3s;}
.opacity0 {opacity: 0.01;}
.absolute {position: absolute;}

small {font-size: 12px;}
.cta {background-color: #ac892b; border:2px solid #ac892b; padding: 5px 50px; font-size: 14px;  color: white; text-transform: uppercase; font-weight: 600; margin: 20px 2px 0px 2px; display: inline-block; cursor: pointer;}
.cta:hover {background-color: #5f4b16; border:2px solid #5f4b16}

.cta2 {background-color: transparent; border:2px solid #ac892b; padding: 5px 50px; font-size: 14px;  color: #ac892b; text-transform: uppercase; font-weight: 600; margin: 20px 2px 0px 2px; display: inline-block; cursor: pointer;}
.cta2:hover {color: #5f4b16; border:2px solid #5f4b16}

#hero {background-image: url(https://media2.pubinteractive.ca/ascension/img/fond-hero.jpg); height: 40vw; min-height: 600px; background-position: center; background-size: cover; position: relative;}
#hero .iframe-hero {position:absolute; z-index:1000; width:100%; height:56vw; min-height:800px; margin-top: -7vw}
#hero::after {content: ''; position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)); top: 0;}
#hero .textWrapper {position: relative; z-index: 100; line-height: 70px; margin-top: 15vw;}
#hero .menu {display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 100;}
#hero .menu .logo-container {padding: 20px;}
#hero .menu .logo-container .logo {width: 300px;}
#hero .menu .lang-container {padding: 10px; cursor: pointer;}
#hero .menu .lang-container:hover {background-color: #ac892b; color: white;}

#img-form {position: relative; padding: 100px 0;}
#img-form .stray-img {position: absolute; top: 60px; left: 0;}
#img-form .stray-img img {width: 55vw;}
#img-form .two-cell {display: inline-block; vertical-align: bottom; width: 50%;}
#img-form .two-cell:first-of-type {text-align: left; margin-bottom: 100px;}
#img-form .two-cell:last-of-type {text-align: right;}
#img-form .two-cell .two-cell-content {display: inline-block; width: 80%; padding: 40px;}
#img-form .two-cell .two-cell-content .boldText {font-size: 22px; line-height: 40px;}
#img-form .two-cell .two-cell-content .form-cell {padding-right: 80px; padding-bottom: 10px; border: 2px solid #ac892b;}

input[type="text"] {border: none; border-bottom: 1px solid #ac892b; width: 100%; margin: 10px 0;}
input[type="text"]:focus {outline: none;}
input[type="text"]::placeholder {color: lightgray;}
input[type="checkbox"] {position: relative; margin-right: 10px;}
input[type="checkbox"]::after {content: ''; position: absolute; padding: 7px; border: 1px solid #ac892b; background-color: white;}
input[type="checkbox"]:checked::after {background-color: #ac892b;}
textarea {border: 1px solid #ac892b; width: 100%; margin-top: 40px; padding: 10px; color: black;}
textarea:focus {outline: none;}

#img-text {background-image: url(https://media2.pubinteractive.ca/ascension/img/background-logo.svg); background-position: center; background-size: cover; padding-bottom: 100px;}
#img-text .content-container {margin: 40px 0;}
#img-text .content-container:last-of-type {margin-top: 100px;}
#img-text .content-container .img-cell {display: inline-block; width: 60%; vertical-align: middle; height: 450px;}
#img-text .content-container .top-img {margin-top: -60px; position: relative; z-index: 100;}
#img-text .content-container .img-cell img {width: 100%; object-fit: cover; height: 100%;}
#img-text .content-container .text-cell {display: inline-block; width: 40%; vertical-align: middle; padding: 40px;}
#img-text .content-container .text-cell .text {margin: 20px 0;}

#google {padding: 100px;}
#int_map {width:100%; height:100%; position:absolute; background:rgba(0,0,0,0.5); color:#FFF; display:table; opacity:1}
#int_map:hover {opacity:1}

#modele {padding: 80px 0; background-image: url(https://media2.pubinteractive.ca/ascension/img/background-logo.svg); background-position: 0 -450px; background-size: cover; background-repeat: no-repeat;}
#modele .two-cell {display: inline-block; width: 50%; vertical-align: top; padding: 20px; margin: 40px 0;}
#modele .two-cell .two-cell-content {}
#modele .two-cell .two-cell-content .img-main-container {height: 360px;}
#modele .two-cell .two-cell-content .img-main-container .img-main {width: 100%; border: 2px solid #ac892b; margin-top: 10px; object-fit: cover; height: 100%;}
#modele .two-cell .two-cell-content .plan-wrapper {display: flex; margin-top: -20px; justify-content: center;}
#modele .two-cell .two-cell-content .plan-wrapper .plan-container {height: 140px; display: inline-block; vertical-align: top; width: 30%; margin: 5px;}
#modele .two-cell .two-cell-content .plan-wrapper .plan-container .img-plan {width: 100%; height: 100%; object-fit: cover; cursor: pointer;}

.img-zoomed {position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background-color: #27272791; z-index: 1;}
.img-zoomed .img-container {position: relative;}
.img-zoomed .img-container .img-display {border: 10px solid white; max-width: 75%; vertical-align: middle; max-height: 800px;}
.img-zoomed .img-container .arrow-left {vertical-align: middle; width: 80px; top: 0; left: -79px; object-fit: contain; margin: 20px; cursor: pointer;}
.img-zoomed .img-container .arrow-right {vertical-align: middle; width: 80px; top: 0; object-fit: contain; margin: 20px; cursor: pointer;}

#video {padding-bottom: 140px;}
#video .small-img-container {display: inline-block; vertical-align: top; width: 25%; height:12vw; min-height:200px; padding: 5px; position:relative}
#video .small-img-container img {width: 100%; height:100%; cursor: pointer; object-fit:cover; object-position:center}

.desktop-btn {display: initial;}
.mobile-btn {display: none;}

#footer {}
#footer .footer-form {width: 85%; margin: 0 auto; border: #ac892b 2px solid; transform: translate(0px, -60px); padding: 40px;}
#footer .footer-form .two-cell {width: 50%; display: inline-block; vertical-align: top;}
#footer .footer-form .two-cell:first-of-type {padding-right: 40px;}
#footer .footer-form .two-cell:last-of-type {padding-left: 40px;}

@media (max-width:1150px) {

    #img-form .stray-img {position: initial; text-align: center;}
    #img-form .stray-img img {width: 95%;}
    #img-form .two-cell {width: 100%;}
    #img-form .two-cell:first-of-type {margin-bottom: 20px;}
    #img-form .two-cell .two-cell-content {width: 100%;}
}

@media (max-width:1000px) {

    #hero .menu .logo-container .logo {width: 150px;}
    #hero .textWrapper {margin-top: 200px;}

    #img-text {padding-bottom: 0; padding-top: 15px;}
    #img-text .content-container .img-cell {width: 100%;}
    #img-text .content-container .text-cell {width: 100%; padding: 20px 0;}
    #img-text .content-container {margin: 0;}
    #img-text .content-container:last-of-type {margin-top: 0px;}
    #img-text .content-container .top-img {margin-top: 0px;}

    #modele .two-cell {width: 100%; margin: 40px 0 0 0;}
    #modele .two-cell .two-cell-content .img-main-container {height: 400px;}
    #modele .two-cell .two-cell-content .plan-wrapper .plan-container {width: 20%;}
}

@media (max-width:850px) {
    #footer .footer-form {width: 100%;}

    .img-zoomed .img-container .arrow-left {width: 35px; margin: 10px;}
    .img-zoomed .img-container .arrow-right {width: 35px; margin: 10px;}

    #google {padding: 100px 40px;}
}

@media (max-width:700px) {
    .cta {font-size: 16px; padding: 10px 0; width: 46%;}
    .cta2 {font-size: 16px; padding: 10px 0; width: 46%;}
    
    #hero {min-height: unset; height: 300px;}
    #hero .iframe-hero {min-height: unset; height: 300px; margin-top: 0;}
    #hero .textWrapper {line-height: 35px; font-size: 30px; margin-top: 50px;}

    #img-form .two-cell .two-cell-content {padding: 20px;}
    #img-form {padding: 20px 0;}
    #img-form .two-cell .two-cell-content .boldText {font-size: 18px;}
    #img-form .two-cell .two-cell-content .form-cell {padding-right: 0px;}

    #modele {padding: 40px 0;}
    #modele .two-cell .two-cell-content .img-main-container {height: unset;}
    #modele .two-cell .two-cell-content .img-main-container .img-main {height: unset;}
    #modele .two-cell .two-cell-content .plan-wrapper .plan-container {width: 30%; height: unset;}

    .img-zoomed .img-container .img-display {max-width: 65%;}

    #google {padding: 60px 0px;}
    #google .title {font-size: 28px; margin-bottom: 20px;}

    #video .small-img-container {width: 50%;}

    .desktop-btn {display: none;}
    .mobile-btn {display: initial;}
    #footer .footer-form {padding: 30px;}
    #footer .footer-form .two-cell {width: 100%; padding: 0;}
    #footer .footer-form .two-cell:first-of-type {padding-right: 0;}
    #footer .footer-form .two-cell:last-of-type {padding-left: 0;}
}
