/**
 * 1.0 LARGE DEVICES (large desktops, 1200px and up)
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1441px) {}

@media (max-width: 1440px) {}

@media (max-width: 1383px) {}

@media (max-width: 1280px) {}

@media (max-width: 1208px) {}


/**
 * 2.0 MEDIUM DEVICES (desktops, 992px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1199px) {
	/* BASIC STRUCTURE */
	.lc-form-layout #intro, .lc-form-layout #form {
		background-attachment: inherit !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}


/**
 * 3.0 SMALL DEVICES (tablets, 768px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
	/* BASIC STRUCTURE */
	main#main-content {
		margin-bottom: 0 !important;
		box-shadow: none;
	}
	
	/* HEADER & HERO SECTION */
	.lc-form-layout .lc-content {
		padding-top: 20px;
	}

	.creative-layout .lc-content h1 {
		font-size: 42px;
	}
    
    .lc-form-wrapper {
		padding: 20px 40px;
	}

	.lc-app-content-right {
		padding-top: 0;
		padding-bottom: 0;
	}
    
    p.intro-txt {
        margin: 40px;
    }
    
    h1 {
		font-size: 30px;
	}
    
    h2 {
		font-size: 25px;
	}

}

@media (max-width: 991px) {}

@media (max-width: 979px) {
	.lc-form-layout .lc-content {
		padding-top: 0;
		margin-top: -27px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
    h2 {
		font-size: 20px;
        text-align: center;
        line-height: 1.5em;
	}
    
    p.intro-txt {
        margin: 20px;
    }
}


/**
 * 4.0 EXTRA SMALL DEVICES (mobile phone, 320px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 640px) {
    #mobile_logo_marque {
        display: block;
        z-index: 1;
        bottom : 15px;
    	width: 100%;
		height: 81px;
    	position: fixed;
    }

    .rwd-break {
		display: none;
	}

    #left_logo_marque {
		display: none;
	}
    #intro, #form {
		padding: 0px 0;
		height: auto;
	}
    
    #screen-height {
        height: auto;
    }

	#intro .color-overlay, #form .color-overlay {
		margin-top: -76px;
		margin-bottom: -76px;
		padding: 76px 0;
	}
    
	#logosKiss {
		position: absolute;
		margin-left: 7%;
		margin-top: 45px;
		width: 50px;
	}

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


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


#intro {
	position: relative;
	padding: 0;
    height: 492px;
    background: #f4f7f8 url("http://www.loyaltymail.fr/013_LOY/kiss_the_bride/Landing_page/livresBlancs/RevueMkgClientB2B/images/bg_mobile2.jpg") no-repeat center right;
	background-size: cover;
	background-position: left; /* Center the image */
}
#error {
	position: relative;
	padding: 0;
    height: 512px;
    background: #f4f7f8 url("http://www.loyaltymail.fr/013_LOY/kiss_the_bride/Landing_page/livresBlancs/RevueMkgClientB2B/images/bg_error_mobile2.jpg") no-repeat center right;
	background-size: cover;
	background-position: left; /* Center the image */
}
#valid {
	position: relative;
	padding: 0;
    height: 647px;
    background: #f4f7f8 url("http://www.loyaltymail.fr/013_LOY/kiss_the_bride/Landing_page/livresBlancs/RevueMkgClientB2B/images/bg_valid_mobile2.jpg") no-repeat center right;
	background-size: cover;
	background-position: left; /* Center the image */
}

	#titreUltimate {
	background:url("http://www.loyaltymail.fr/013_LOY/kiss_the_bride/Landing_page/livresBlancs/retail/images/titre_mobile.png") no-repeat top left ;
	width: 100%;
	margin-top:120px!important;
	margin-bottom:50px!important;
	}

	.marginResponsive {
	margin-top: 160px;
	}

	.titreform {
	background-color : #003c58;
	color: #FFFFFF;
	font-family: "Arvo", serif;
	font-size: 29px;
	font-weight: lighter;
	text-transform: uppercase;
}
.split-left {
    width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-right: 0% !important;
}

.split-right {
    width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-right: 0% !important;
	padding-bottom: 20px;
}

#formulaire {
	height: 1048px;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #d5e2e7;
	-moz-box-shadow: 2px 2px 10px #d5e2e7;
    -webkit-box-shadow: 2px 2px 10px #d5e2e7;
    padding : 28px 15px 50px 10px;
}

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

    /* -- */
}

@media (max-width: 738px) {
	/* BASIC STRUCTURE */
	h1 {
		font-size: 25px;
        text-align: center;
        line-height: 1.25em;
	}

	h2 {
		font-size: 20px;
        text-align: center;
        line-height: 1.5em;
	}

	h3 {
	   font-size: 20px;
	}

	h4 {
	   font-size: 18px;
	}
    
    p {
        text-align: center;
        line-height: 16px;
    }
    
    p.intro-txt {
    	font-size: 14px;
        margin: 20px 0;
    }
    
    #screen-height-message p.intro-txt {
        margin: 20px 0 0 0;
    }
    
    ul {
        padding-left: 10px;
    }

	/* HEADER & SECTION */
	#intro .container, #form .container {
		height: auto;
	}

	.lc-content a.cta {
		margin-top: 46px;
	}

	.lc-form-layout #intro, .lc-form-layout #form {
		/*text-align: center;*/
	}

	.lc-form-layout #intro .embed-responsive, .lc-form-layout #form .embed-responsive {
		display: none;
	}

	#intro .lc-form-wrapper {
		padding: 40px 20px;
        margin-top: 20px;
        margin-bottom: 0;
		background: rgba(255, 255, 255, 0.9);
	}
    
    #intro #screen-height-message .lc-form-wrapper {
		padding: 40px 20px;
        margin-top: 0;
	}
    
    #form .lc-form-wrapper {
		padding: 40px 10px 30px 0px;
        margin-top: 0;
        margin-bottom: 120px;
		background: rgba(255, 255, 255, 0.9);
	}

	.lc-form-layout .lc-content {
		padding-top: 25px;
	}

	.animated-headline {
		margin-top: -18px;
	}

	.animated-words-wrapper b {
		white-space: normal;
	}
    
    #to-top {
      display: none;
    }
}

@media (max-width: 640px) {}

@media (min-width: 481px) and (max-width: 568px) {}

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

@media (max-width: 320px) {
	/* BASIC STRUCTURE */
	section {
		padding: 91px 0;
	}

	/* TYPOGRAPHY */
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {}

	/* HEADER & HERO SECTION */
	.lc-form-wrapper {
		padding: 30px 15px 30px;
		margin-left: 5% !important;
		width: 90% !important;
	}

	.lc-form-wrapper p {
		font-size: 14px;
		line-height: 1.5em;
	}

	.inline-cta li {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	#intro .scroll-link, #form .scroll-link {
		margin-top: 20px;
	}

}