@font-face {
    font-family: 'renault_lifebold';
    src: url('../fonts/renaultlife-bold-webfont.woff2') format('woff2'), url('../fonts/RenaultLife-Bold.ttf') format('ttf'), url('../fonts/renaultlife-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'renault_lifelight';
    src: url('../fonts/RenaultLife-Light.ttf') format('ttf'), url('../fonts/renaultlife-light-webfont.woff2') format('woff2'), url('../fonts/renaultlife-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'renault_liferegular';
    src: url('../fonts/RenaultLife-Regular.ttf') format('ttf'), url('../fonts/renaultlife-regular-webfont.woff2') format('woff2'), url('../fonts/renaultlife-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Trend HM Slab W00 One";
    src: url('../fonts/trend.eot');
    src: url('../fonts/trend.eot?#iefix') format('embedded-opentype'), url('../fonts/trend.woff2') format('woff2'), url('../fonts/trend.woff') format('woff'), url('../fonts/trend.ttf') format('truetype'), url("../fonts/trend.svg")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

*,
img,
a {
    outline: none !important;
    box-sizing: border-box;
}

.no-padding {
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #282828 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #282828 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #282828 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #282828 !important;
}

body {
    font-family: 'renault_liferegular';
    font-size: 24px;
    line-height: normal;
    color: #fff;
    margin: 0;
    background: url("../img/bg01.jpg") no-repeat center top;
    background-size: cover;
}

.container {
    max-width: 980px;
    width: 100% !important;
    column-gap: 20px;
    margin-left: auto;
    margin-right: auto;
}

.d-flex {
    display: flex;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 51px;
    font-weight: 400;
    font-family: "Trend HM Slab W00 One";
    text-transform: uppercase;
    line-height: 52px;
    letter-spacing: -10px;
    margin-bottom: 15px;
}

h2 {
    font-size: 37px;
    font-weight: 400;
    font-family: "Trend HM Slab W00 One";
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: -10px;
    margin-bottom: 15px;
}

p {
    margin-top: 0;
}

hr {
    height: 2px;
    background: #fff;
    border: none;
}

ul {
    list-style: none;
    font-size: 18px;
    font-family: "Trend HM Slab W00 One";
    padding: 0;
    letter-spacing: -3px;
}

li {
    margin-bottom: 5px;
}

.bloc_ecran {
    min-height: 100vh;
    overflow-y: auto;
    padding: 100px 0;
}

.bloc_right {
    width: calc(100% - 420px);
    -webkit-transition: -webkit-transform 2s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.bloc_left {
    width: 560px;
    max-width: 100%;
    -webkit-transition: -webkit-transform 2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.bloc_left .message_cadeaux {
    padding: 15px 50px;
    border-top: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 40px;
}

.bloc_left .message_cadeaux h2 {
    text-align: center;
    letter-spacing: -8px;
}

.bloc_left .fcb {
    margin-top: 50px;
    text-align: center;
}

.formulaire {
    width: 100%;
    position: relative;
    max-width: 560px;
    margin: 20px 0 40px;
    display: inline-block;
}

.formulaire .acf-form {
    display: inline-block;
    width: 100%;
    max-width: 485px;
}

.formulaire .acf-fields>.acf-field {
    margin-bottom: 20px;
    padding: 0px;
    border: none;
    position: relative;
}

.formulaire .acf-fields>.acf-field.acf-field-5c829233e8de7 {
    margin-top: 40px;
}

.formulaire .acf-fields>.acf-field.acf-field-5c829233e8de7 .acf-label {
    display: none !important;
}

.formulaire .acf-field .acf-label {
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 10;
    text-align: left;
    padding-top: 0;
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600 !important;
}

.formulaire .acf-field .acf-label.active {
    top: -14px;
    font-size: 14px;
    color: #ff0000;
}

.formulaire input {
    background: none;
    border: none;
    border-bottom: 2px solid #c3c3c3;
    box-sizing: border-box !important;
    color: #fff;
    height: 35px !important;
    padding: 0 5px !important;
    position: relative;
    font-size: 20px !important;
    font-weight: 100 !important;
    width: 100%;
    font-family: 'renault_lifelight';
}

.formulaire .acf-fields>.acf-field input:focus,
.formulaire .acf-fields>.acf-field input:valid {
    border-bottom: 2px solid #ff0000;
}

.formulaire .acf-true-false {
    overflow: hidden;
}

.formulaire ul.acf-radio-list {
    margin-bottom: 50px;
}

.formulaire ul.acf-radio-list.acf-hl li {
    margin-right: 5px;
}

.formulaire .acf-radio-list li label {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
}

.formulaire .acf-radio-list li label.selected {
    background: #ff0000;
}

.formulaire .acf-radio-list li label input {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.formulaire .acf-error .acf-input-wrap input,
.formulaire .acf-error .acf-input-wrap textarea {
    border-bottom: 1px solid #ff0000;
}

.formulaire .acf-error-message p {
    line-height: 1;
    margin: 0.2em 0;
}

.formulaire .acf-required {
    color: #fff;
}

.formulaire .acf-true-false .message {
    font-size: 13px;
    float: left;
    width: 100%;
    padding-left: 25px;
    text-align: justify;
}

.formulaire .acf-true-false label {
    cursor: pointer;
}

.formulaire .acf-true-false .message:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    border: 1px solid #fff;
    background: #FFF;
}

.formulaire .acf-true-false input[type="checkbox"]:checked+.message::before {
    background: #e80113;
}

.formulaire .acf-error-message {
    padding: 1px 30px !important;
}

.formulaire .acf-error-message .acf-icon {
    top: 3px !important;
    right: 7px !important;
}

.formulaire .acf-field .acf-error-message {
    position: absolute;
    right: 0;
    padding: 1px 12px !important;
    top: -18px;
}

.formulaire input[type="checkbox"] {
    width: 20px;
    height: 20px !important;
    display: inline-block;
    border: none !important;
    margin: 4px 0 0 -30px !important;
    position: absolute;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.formulaire .acf-field-file .acf-label {
    position: relative;
}

.formulaire .acf-field-file .acf-label label {
    background-color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: max-content;
    padding: 0;
    max-width: 100%;
    border: none;
    color: #7b0803;
    font-size: 16px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: "Trend HM Slab W00 One";
    padding: 0 15px;
    margin: 0 auto;
}

.formulaire .acf-field-file .acf-input {
    display: none;
}

.formulaire .acf-file-uploader input {
    background: none;
    color: #7b0803;
    height: auto !important;
}

.formulaire .acf-file-uploader .hide-if-value {
    background: #fff;
    padding: 10px;
    color: #7b0803;
    display: inline-flex;
    border-radius: 5px;
    font-size: 18px;
}

.formulaire .acf-file-uploader .hide-if-value a {
    color: #fff;
    padding: 10px;
    background: #7b0803;
    text-decoration: none;
    margin-left: 10px;
    font-family: 'renault_lifebold';
}

.formulaire .acf-file-uploader .file-info a {
    color: #7b0803;
    font-size: 20px;
}

.formulaire .has-value .hide-if-value {
    display: none !important;
}

.formulaire .acf-form-submit .acf-button {
    background-color: #fff;
    display: inline-block;
    height: 46px !important;
    width: 560px;
    margin-top: 15px;
    padding: 0;
    max-width: 100%;
    border: none;
    color: #7b0803;
    font-size: 30px !important;
    text-transform: uppercase;
    font-family: "Trend HM Slab W00 One";
}

.lien_reglement {
    font-size: 16px;
    color: #fff;
    text-align: right;
    display: block;
    text-decoration: none;
    margin: 5px 0 40px;
}

.formulaire .msg_form {
    font-size: 13px;
}

.logged-in .bloc_ecran .formulaire .acf-form .acf-field-file .acf-label {
    display: none;
}

.logged-in .bloc_ecran .formulaire .acf-form .acf-field-file .acf-input {
    display: block;
}

.msg a{
    width: 100%;
  text-align: center;
  display: block;
}
/********************/

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.anim4 {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}


/*****************************/


/**** responsive *****/

@media only screen and (max-width: 980px) {
    .container {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 840px) {
    .container {
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
    }
    .bloc_ecran {
        padding: 20px 0;
    }
    .bloc_right {
        width: 400px;
        max-width: 100%;
    }
    .bloc_left .message_cadeaux {
        padding: 15px 10px;
    }
    h1 {
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -8px;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 580px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 400px) {}


/*******waves-effect********/

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
}

.waves-effect img {
    position: relative;
    z-index: -1;
}

.waves-notransition {
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}


/* Firefox Bug: link not triggered */

.waves-effect .waves-ripple {
    z-index: -1;
}