@font-face {
    font-family: "Renault Global Icons";
    src: url("/vp_pages/themes/retail_renault_group/assets/fonts/Renault-Global.eot");
    src: url("/vp_pages/themes/retail_renault_group/assets/fonts/Renault-Global.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/retail_renault_group/assets/fonts/Renault-Global.woff") format("woff"),
        url("/vp_pages/themes/retail_renault_group/assets/fonts/Renault-Global.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NouvelR-Regular";
    src: url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Regular.eot");
    src: url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Regular.eot?#iefix") format("embedded-opentype"),
    url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Regular.woff") format("woff"),
    url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Regular.woff2") format("woff2"),
    url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NouvelR-Bold";
    src: url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Bold.eot");
    src: url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Bold.eot?#iefix") format("embedded-opentype"),
    url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Bold.woff") format("woff"),
    url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Bold.woff2") format("woff2"),
    url("/vp_pages/themes/retail_renault_group/assets/fonts/NouvelR-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "NouvelR-Regular", Arial, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
}

h2, h3, [class*="cta"], .small-title, .footer-section--title, .evhc-table__head, .evhc-table__total, .confirmation-dialog.confirmation-dialog .ui-dialog-titlebar {
    font-family: "NouvelR-Bold", Arial, sans-serif;
}

.small-title {
    text-transform: none;
    margin-top: 0;
}

a {
    color: #000;
    border-bottom: 1px solid #eede00;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover, a:focus {
    color: #000;
    border-bottom: 1px solid #eede00;
    text-decoration: none;
}

.constraint {
    max-width: 75em;
    width: 95%;
    margin: 0 auto;
}

.container-spacing {
    padding: 2em 0 0;
}

.margin-top {
    margin-top: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.flex-54, .flex-42 {
	width: 100%;
}

.flex-container--video, .flex-container--footer {
    justify-content: space-between;
}

.flex-container--details, .flex-container--video, .flex-container--footer {
    flex-direction: column;
}

.flex-container--social {
	flex-direction: row;
	justify-content: flex-start;
    align-items: center;
}

.flex-container--social-icon {
    width: 2.5em;
    height: 2.5em;
    justify-content: center;
    align-items: center;
}

.header {
    background-color: #000;
    padding: 2em 0;
}

.header a, .header a:hover, .header a:focus {
    border-bottom-width: 0;
}

.header__logo {
    width: 100%;
    max-width: 12.5em;
    height: auto;
}

.united-kingdom .header {
    padding: 2em 0 1.5em 0;
}

.united-kingdom .header__logo {
    max-width: 9.75em;
}

.intro-section {
    background-color: #fff;
    padding: 2em 0 0;
}

.intro-section h2 {
    margin: 0;
}

.details-box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
}

.details-table {
    border-width: 0;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: transparent;
}

.details-table td {
    padding: 0.3em 0;
    border-width: 0;
}

.details-table tbody tr:first-child td {
    border-top: none;
}

.details-table__title {
    width: 26%;
}

.cta--secondary {
    margin-right: 0;
}

.cta, .cta--primary, .cta--secondary, .evhc-cta--primary, .evhc-cta--secondary {
    background-color: #000;
    padding: 0.4em 0.8em;
    border-bottom: none;
    line-height: 1.5 !important;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
}

.cta:hover, .cta:focus, .cta--primary:hover, .cta--primary:focus, .cta--secondary:hover, .cta--secondary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus {
    background-color: #efdf00;
    border-bottom: none;
    border: 1px solid #efdf00;
    text-decoration: none;
    color: #000;
}

.cta--primary:not(:last-of-type) {
    margin-bottom: 1em;
}

.cta--primary, .evhc-cta--primary {
    background-color: #efdf00;
    border-bottom: none;
    border: 1px solid #efdf00;
    text-decoration: none;
    color: #000;
    margin-right: 5px;
    display: inline-block;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus  {
    color: #000;
    background: #f8eb4c;
    border: 1px solid #f8eb4c;
}

.flex-container--cta-block .cta--primary, .flex-container--cta-block .cta--secondary {
    display: inline-block;
}

.js-evhc-reject, .evhc-cta--secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.js-evhc-reject:hover, .js-evhc-reject:focus, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn {
    font-family: "NouvelR-Bold", Arial, sans-serif;
    display: inline-block;
    background-color: #fc3;
    padding: 0.4em 0.8em;
    border-bottom: none;
    line-height: 1.5;
    border: 1px solid #fc3;
    text-decoration: none;
    font-size: 1em;
    color: #000;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: #ffde00;
    border-bottom: none;
    border: 1px solid #ffde00;
    text-decoration: none;
    color: #000;
}

.confirmation-dialog.confirmation-dialog .evhc-cta {
    font-family: "NouvelR-Bold", Arial, sans-serif;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}

.icon {
    font-family: "Renault Global Icons", Helvetica, Arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    padding: 0 0.35em 0 0;
}

.bumper-ad__cta-container a:last-child {
    border-bottom-width: 0;
}

.box {
    margin: 1em 0;
}

.photo-gallery {
    margin-top: 2em;
}

.photo-gallery a {
    border-width: 0;
}

.box, .evhc-approval-form {
    background-color: #F2F2F2;
    border: none;
}

#tootle .cta--primary {
    display: inline-block;
    width: auto;
}

#tootle h3 {
    margin-bottom: 0;
}

#tootle h3 strong {
    line-height: 1.22222222;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1em;
}

input[type=text], textarea, select {
    padding: 0.5em 0.5em;
}

.footer {
    margin-top: 2em;
    padding-top: 0;
    padding: 1.5em 0;
}

.footer-section--title {
    font-size: 1.25em;
}

.footer-section p {
	font-size: 1em;
    margin: 1em 0 0;
}

.footer-section h2 {
	margin-top: 0;
}

.footer a, .link-section a {
    color: #000;
    text-decoration: none;
    border-bottom-width: 0;
}

.social-section {
    margin-top: 1em;
}

.flex-container--social-icon .icon, .flex-container--social-icon .icon:hover, .flex-container--social-icon .icon:focus {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
}

.flex-container--social-icon:first-child {
    margin-left: -0.5em;
}

.link-section {
    padding: 2em 0 0 0;
}

.legal-list {
    font-size: 1em;
}

.legal-list__item {
    display: inline-block;
}

.legal-list__item:not(:last-of-type)::after {
	content: " | ";
    padding: 0 1em;
}

td, th {
    border-bottom-width: 0;
    border-top: 1px solid #eee;
    font-weight: 400;
}

.evhc-table {
	background-color: #fff;
    border: 0;
}

.evhc-table__head, .evhc-table__total {
	background-color: #ccc;
}

.evhc-table__cat {
	background-color: #eee;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 0.9375em;
}

.confirmation-dialog.confirmation-dialog .ui-dialog-content h3 {
    text-transform: uppercase;
    font-size: 1em;
}

#cookieConsent a {
    border-bottom-width: 0;
}

/* ==========================================================================
   Live Video Styles
   ========================================================================== */
.live-video {
    background: none !important;
    position: relative;
    z-index: 1;
    padding: 0;
}

.header-lv .subtitle {
    font-size: 1.125em;
    padding-left: 2em;
}

.live-video button.start-call {
    margin: 0 !important;
    font-size: 1.8em !important;
    line-height: 1 !important;
    padding-bottom: .3em !important;
}

.live-video #onCall {
    width: 95% !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 95% !important;
    }
}

.lv-feature__explainer #explainerText {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.live-video .review {
    width: 100%;
    max-width: 75em;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
        max-width: 75em;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #202020 !important;
    font-weight: normal;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    background: #fff;
    padding: .25em .5em;
    margin-top: 1em;
    line-height: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.live-video button.send_review {
    min-width: 251px;
    background-color: #fc3;
    padding: 0.4em 0.8em;
    border-bottom: none;
    line-height: 1.5 !important;
    border: 1px solid #fc3;
    text-decoration: none;
    font-size: 1em;
    color: #000;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #ffde00;
    border-bottom: none;
    border: 1px solid #ffde00;
    text-decoration: none;
    color: #000;
}

.live-video .icon {
    padding: 0;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 75em;
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #202020;
}

.fullscreen .live-video {
    background: #000 !important;
}

.margin-top--mobile {
    margin-top: 1em;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 65em) {
    .mobile-hide {
        display: none;
    }

    .evhc-report-container {
	    margin: 2em 0 1em;
	}

	.evhc-title {
		margin: 0 0 0.15em;
	}
}

@media screen and (min-width: 36em) {
    h2, h3 {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 65em) {
    h2, h3 {
        font-size: 2.0625em;
    }

    .intro-section p, .small-title {
        font-size: 1.1875em;
    }

    .margin-top--mobile {
        margin-top: 0;
    }

    .flex-54 {
        width: 54%;
    }

    .flex-42 {
        width: 42%;
    }

    .flex-container--video, .flex-container--footer {
        flex-direction: row;
    }

    .box {
        margin: 2em 0;
    }

    .social-section {
        margin-top: 0;
    }
}

@media screen and (min-width: 100em) {
    h2, h3 {
        font-size: 2.25em;
    }

    .intro-section p, .small-title {
        font-size: 1.625em;
    }

    .flex-54 {
        width: 54%;
    }

    .flex-42 {
        width: 42%;
    }

    .flex-container--video, .flex-container--footer {
        flex-direction: row;
    }

    .box {
        margin: 2em 0;
    }

    .social-section {
        margin-top: 0;
    }
}