/**
 * BASIC STRUCTURE
 * -----------------------------------------------------------------------------
 */

body {
	
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
	margin: 0;
	padding: 120px 0;
}

main#main-content {
	position: relative;
	z-index: 1;
}

main#main-content-form {
	position: relative;
	z-index: 1;
	background-color: #f4f7f8;
}

#logosKiss {
	position: absolute;
	margin-left: 8%;
	margin-top: 45px;
}

.footer {
	position: absolute;
	bottom: 20px;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
}

.footerForm {
	bottom: 20px;
	height: auto;
	width: 100%;
	background-color: #f4f7f8;
}

.split-left {
	left: 0;
    width: 40%;
	float: left;
	text-align: right;
	padding-right: 4%;
	padding-top: 176px;
}

.split-right {
	right: 0;
    width: 60%;
	float: right;
	padding-top: 50px;
}

.txt-Rapport {
	font-size: 16px;
	color:#505f5c;
	font-family: "Raleway", sans-serif;
}

.txt-Mention {
	font-size: 14px;
	color:#505f5c;
	font-family: "Raleway", sans-serif;
}

hr {
	border-top: 1px solid #ccc;
}

ul {
	padding-left: 20px;
}

li {
	list-style: none;
}

img {
	 max-width: 100%;
     margin: 0 auto;
}

input:focus, textarea:focus, keygen:focus, select:focus {
	box-shadow: none !important;
}

.popover {
	z-index: 999999 !important;
}

[data-sr] {
	visibility: hidden;
}

.opacity-one {
	opacity: 1 !important;
}
.divChampObligatoire {
	padding-top: 10px;
}
.elq-form .field-wrapper.individual {
    float: none !important;
    width: 100%;
    clear: both;
}

/* Typography */
p {
	font-size: 16px;
	font-family: "Raleway", sans-serif;
}

.Champ_obligatoire {
	font-family: 'Raleway', sans-serif;
	color: #505f5c;
	font-size: 10px;
	line-height: 12px !important;
	text-align: left;
	text-align: justify !important;
}

.contact {
	font-size: 14px;
	padding-top: 20px;
}


.intro-txt {
	margin-left: 8%;
	margin-top: 15px;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	color: #003c58;
	font-style: italic;
}
.titreOups {
	background-color : #003c58;
	color: #FFFFFF;
	margin-left: 8%;
	font-family: "Arvo", serif;
	font-size: 40px;
	font-weight: lighter;
}
.titreform {
	background-color : #003c58;
	color: #FFFFFF;
	font-family: "Arvo", serif;
	font-size: 40px;
	font-weight: lighter;
	text-transform: uppercase;
}

.titreMerci {
	background-color : #003c58;
	color: #FFFFFF;
	font-family: "Arvo", serif;
	font-size: 40px;
	font-weight: lighter;
	text-transform: uppercase;
}

.titreMarge {
	margin-left: 8%;
}

.btnMarge {
	margin-right: 39%;
	margin-top: 594px;
}

.btnOmbre {
	box-shadow: 2px 2px 10px #5497bd;
	-moz-box-shadow: 2px 2px 10px #5497bd;
    -webkit-box-shadow: 2px 2px 10px #5497bd;
}

p.details {
	font-size: 14px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
    margin: 0;
}

h1{
	font-weight: 700;
}

h1, h2 {
	 font-size: 28px;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     color: #003c58;
}

h3 {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #003c58;
}

h4 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #003c58;
}

h5 {}

h6 {}

small {
	font-family: "Raleway", sans-serif;
}

.italic {
	font-style: italic;
}

.no-margin {
	margin: 0px;
}

.mentions {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

b, strong {
	-webkit-font-smoothing: auto;
}

.red {
     color: #c7343e;
}

.blue {
     color: #47a6b2;
}

.orange {
     color: #d67d1f;
}

.green {
     color: #93b236;
}

a {
	color: #6e6e6e;
	-webkit-transition: 0.2s;
	transition: 0.2s;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #0a3a5b;
}

a:focus {
  	outline: none;
  	text-decoration: none;
}

@-webkit-keyframes underline {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 1px;
    background: #19a9e5;
  }
}

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}
.righted {
	text-align: right;
}
.all-caps {
	text-transform: uppercase;
}

.breaking {
	position: relative;
	background-attachment: fixed !important;
	color: #fff;
}

section.breaking {
	position: static;
	padding: 0;
}

.text-shadow-xsmall {
	text-shadow: 1px 1px 0 rgba(125,116,107,.75);
}

.text-shadow-small {
	text-shadow: 1px 2px 0 rgba(125,116,107,.75);
}

.text-shadow-medium {
	text-shadow: 0 2px 0 rgba(125,116,107,.75);
}

.text-shadow-large {
	text-shadow: 2px 3px 0 rgba(125,116,107,.75);
}
/* -- */

.iconSocial{
    color:#6e6e6e;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #6e6e6e;
    border-radius: 20px;
    padding:10px;
    margin:5px;
    text-decoration: none;
}

.iconSocial:hover{
    color:#0a3a5b;
    border: 1px solid #0a3a5b;
}
/* Custom Column */
.container-full {
	overflow: hidden;
	width: 100%;
}

.container-full .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.two-blocks-col {
	padding: 68px 80px 0;
}

.no-padding {
	padding: 0 !important;
}

.overflow-hidden,
.overlay-on {
	overflow: hidden;
}

body.overflow-hidden:before {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(71, 71, 71, 0.48);
	content: "";
}
/* -- */


/* Custom Margin */
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-32 {
	margin-top: 32px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-min-5 {
	margin-top: -5px !important;
}

.margin-top-min-10 {
	margin-top: -10px !important;
}

.margin-top-min-13 {
	margin-top: -13px !important;
}

.margin-top-min-18 {
	margin-top: -18px !important;
}

.margin-top-min-20 {
	margin-top: -20px !important;
}

.margin-rig-80 {
	margin-right: 80px !important;
}

.margin-bot-5 {
	margin-bottom: 5px !important;
}

.margin-bot-8 {
	margin-bottom: 8px !important;
}

.margin-bot-10 {
	margin-bottom: 10px !important;
}

.margin-bot-15 {
	margin-bottom: 15px !important;
}

.margin-bot-20 {
	margin-bottom: 20px !important;
}

.margin-bot-25 {
	margin-bottom: 25px !important;
}

.margin-bot-30 {
	margin-bottom: 30px !important;
}

.margin-bot-32 {
	margin-bottom: 32px !important;
}

.margin-bot-35 {
	margin-bottom: 35px !important;
}

.margin-bot-40 {
	margin-bottom: 40px !important;
}

.margin-bot-60 {
	margin-bottom: 60px !important;
}

.margin-bot-min-10 {
	margin-bottom: -10px !important;
}

.margin-bot-min-13 {
	margin-bottom: -13px !important;
}

.margin-bot-min-18 {
	margin-bottom: -18px !important;
}

.margin-bot-min-20 {
	margin-bottom: -20px !important;
}

.margin-lef-80 {
	margin-left: 80px !important;
}

.margin-rig-80 {
	margin-right: 80px !important;
}

.zero-top {
	margin-top: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
}
/* -- */


/* Vertical Center Content */
.vertical-center-wrapper {
	height: 100%;
}

.vertical-center-wrapper_fullheight {
	height: 100vh;
}

.vertical-center-table {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-center-table-form {
	display: table;
	height: 90%;
	width: 100%;
}


.vertical-center-content {
	display: table-cell;
	vertical-align: middle;
}
/* -- */


/**
 * COMPONENTS
 * -----------------------------------------------------------------------------
 */

/* Buttons */
.download-cta {
	display: inline-block;
}
/* -- */


/* Lists */
ul.checklist {
	margin-bottom: 40px;
}

ul.checklist li {
    background: url("https://www.kissthebride.fr/Eloqua/Landing_Page/2017/INFLUENCIA/images/ico_check.png") no-repeat top left;
    line-height: 20px;
    padding-left: 25px;
}
/* -- */


/* To Top Button */
#to-top {
	width: 40px;
    height: 40px;
    background: #1a1a1a url("https://www.kissthebride.fr/Eloqua/Landing_Page/2017/INFLUENCIA/images/ico_up.png") no-repeat 0px 0px;
	padding: 9px;
	position: fixed;
	bottom: -100px;
	right: 30px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}

#to-top:hover {
	background: #ffffff url("https://www.kissthebride.fr/Eloqua/Landing_Page/2017/INFLUENCIA/images/ico_up.png") no-repeat 0px -40px;
}
/* -- */

/* Sections */
#mobile_logo_marque {
	display: none;
}

#background {
	position: fixed;
	padding: 0;
    width: 100%;
    height: 100vh;
}

#left {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


#left_pixel_marque {
	top: 0;
    right: 0;
    width: 80px;
	height: 60px;
	position: absolute;
	background: transparent url("https://www.kissthebride.fr/Eloqua/Landing_Page/2017/INFLUENCIA/loyalty-company_pixel.png") no-repeat center center;
}

#left_logo_marque {
    bottom : 15px;
    width: 100%;
	height: 81px;
	position: absolute;
	background:url("https://www.kissthebride.fr/Eloqua/Landing_Page/2017/INFLUENCIA/images/kiss_the_bride_logo.png") no-repeat center center;
}


#valid {
	position: relative;
	padding: 0;
    height: 103vh;
    width: 100%;
    background: #ffffff url("https://www.loyaltymail.fr/013_LOY/2024/landing_page/kiss_defis_marketeurBtoB/images/valide.png") no-repeat top right;
	background-size: cover;
}
#error {
	position: relative;
	padding: 0;
    height: 103vh;
    width: 100%;
    background: #ffffff url("https://www.loyaltymail.fr/013_LOY/2024/landing_page/kiss_defis_marketeurBtoB/images/erreur.jpg") no-repeat top right;
	background-size: cover;
}
#introForm {
	position: relative;
  width: 100%;
  overflow: hidden;
    background: #f4f7f8 url("https://www.loyaltymail.fr/013_LOY/2024/landing_page/kiss_defis_marketeurBtoB/images/bg_defis.png") no-repeat top left ;
	background-size: cover;

}

#section-formulaire {
	height: 780px;
	padding-top : 0px !important;
}

#formulaire {
	height: 850px;
	width: 680px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #d5e2e7;
	-moz-box-shadow: 2px 2px 10px #d5e2e7;
    -webkit-box-shadow: 2px 2px 10px #d5e2e7;
    padding : 30px 30px 30px 30px;
}
.form-element-instruction {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 5px;
    display: inline;
    line-height: 11px;}

#form {
	position: relative;
	padding: 0;
    height: 100vh;
}

#screen-height {
    height: 100vh;
}

#screen-height-message {
    height: 100vh;
}

.color-overlay {
	background: rgba(34, 34, 34, 0.5);
}

#intro .container, #form .container  {
	height: 100vh;
}

.lc-content p.lead {
	margin-bottom: 13px;
}

.lc-form-layout .lc-content h2 {
	line-height: 1.2em;
	margin-top: 5px;
}
/* -- */

/* Default Form */
.lc-form-wrapper {
    padding: 0 15px;
}
/* -- */

.lc-content a.cta {
	display: inline-block;
	margin-top: 88px;
}

.lc-content a.cta span {
	padding-left: 5px;
	vertical-align: text-bottom;
	font-size: 1.2em;
}


/**
 * ELOQUA STRUCTURE
 * -----------------------------------------------------------------------------
 */

/* Eloqua Form */
#formElement0, #formElement1, #formElement2, #formElement3, #formElement4, #formElement5 {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

/* Eloqua Form */
#formElement5 {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#formElement6 {
	line-height: 5px;
}


.elq-form .pp-field {
    padding: 0;
    width: 101% !important;
    margin-left: 0px;
}

.elq-form .field-p {
    text-align: left;
}

.elq-form .label-position.top {
    display: block;
    line-height: 150%;
    margin: 0 0 5px 0;
    padding: 0;
    white-space: nowrap;
}

.elq-form label {
    color: #666666;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 12px;
}

#field0, #field1, #field2, #field3, #field4, #field5,
#field3_0, #field3_1, #field3_2, #field3_3, #field3_4, #field3_5, #field3_6, #field3_7, #field3_8, #field3_9
#field5_0, #field5_1, #field5_2, #field5_3, #field5_4, #field5_5, #field5_6
{
    height: 40px;
    margin: 0 0 6px 0 !important;
    padding: 0 0 0 5px;
    color: #505f5c;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    width: 100%;
    font-size: 14px;
}

#field4, #field5 {
	width: 102%;
}

.submit-button {
    background: #e94268;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: Raleway,sans-serif;
    font-size: 20px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.submit-button:hover {
    background: #003c58;
}

/* Eloqua Error Messages */
.LV_invalid {
    color: #cc0000;
    font-size: 10px;
}

.LV_validation_message {
    font-weight: bold;
    border-left: 5px solid #cc0000;
    margin: 0 !important;
    padding: 10px !important;
}

.LV_invalid {
    background: #ffffff;
    color: #e12a3c !important;
    font-size: 14px !important;
}
.elq-form .col-xs-8 {

    width: 100%;
}