@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', helvetica Neue, sans-serif;
	font-size: 18px;
	color: #747474;
	background-color:#916cc3;
	overflow-x: hidden;
}
a {
	color: #734faa;
	text-decoration: underline;
}
a:hover {
	color: #734faa;
	text-decoration:none;
}
button, .btn, [type=button], [type=reset], [type=submit] {
	border-radius: 50px;
	border: 2px solid transparent;
	-webkit-appearance: inherit;
	text-decoration: none;
}
button:hover, .btn:hover {
	border: 2px solid transparent;
}
.container {
	background-color: #ffffff;
	max-width: 960px;
	padding-bottom: 15px;
	position: relative;
}
.section {
	padding: 5em 2em;
	width: 100%;
}


.header {
	background-color: #916cc3;
	overflow: hidden;
}
.contenu:before {
	content: "";
	z-index: -1;
	width: 588px;
	height: 332px;
	background: url("images/elm-1.png") no-repeat left top;
	background-size: cover;
	display: block;
	position: absolute;
	left: -334px;
	top: 237px;
}
.contenu:after {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	width: 290px;
	height: 296px;
	bottom: 986px;
	right: -191px;
	background: url("images/elm-2.png") no-repeat left top;
	background-size: cover;
}
#scene {
	min-height: 600px;
}
#scene p {
	font-size: 4.4em;
	color: #ffffff;
	line-height: 1;
}
#scene div:nth-of-type(1) {
	left: 70px !important;
	top: 10px !important;
}
#scene div:nth-of-type(2) {
	left: 270px !important;
	top: 50px !important;
}
#scene div:nth-of-type(3) {
	left: 240px !important;
	top: 70px !important;
}
#scene div:nth-of-type(4) {
	left: 170px !important;
	top: 200px !important;
}
#scene div:nth-of-type(5) {
	left: 380px !important;
	top: 190px !important;
}
#scene div:nth-of-type(6) {
	left: 210px !important;
	top: 430px !important;
}
#scene div:nth-of-type(7) {
	left: 830px !important;
	top: 180px !important;
}
#scene div:nth-of-type(8) {
	left: 170px !important;
	top: 400px !important;
}
.form {
	opacity: 1;
	position: relative;
}

.form h1 {
	color: #734faa;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.22em;
}
.form .anim-text:after {
	content:"INNOVANT ?";
	color: #f28a7b;
	font-weight: 700;
	animation: changeText 6s infinite;
	-webkit-animation:changeText 6s infinite;
}

@keyframes changeText {
	0% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
	23% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
	24% {
		content:"RAPIDE ?";
		color: #80a2c9;
	}
	56% {
		content:"RAPIDE ?";
		color: #80a2c9;
	}
	57% {
		content:"SIMPLE ?";
		color: #e5b042;
	}
	89% {
		content:"SIMPLE ?";
		color: #e5b042;
	}
	90% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
	100% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
}
@-webkit-keyframes changeText {
	0% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
	23% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
	24% {
		content:"RAPIDE ?";
		color: #80a2c9;
	}
	56% {
		content:"RAPIDE ?";
		color: #80a2c9;
	}
	57% {
		content:"SIMPLE ?";
		color: #e5b042;
	}
	89% {
		content:"SIMPLE ?";
		color: #e5b042;
	}
	90% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
	100% {
		content:"INNOVANT ?";
		color: #f28a7b;
	}
}
.form p {
	color:#734faa;
	font-size: 1.66em;
	font-weight: 700;
}
.form form {
	padding: 2em 2em 0;
}
.form form .form-group, .modal-body form .form-group {
	position: relative;
}
.form form .form-group label, .modal-body form .form-group label {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.form form .form-group label, .modal-body form .form-group .col-sm {
	padding-left: 0;
	padding-right: 0;
}
.form form .text-right, .modal-body form .text-right {
	font-size: .88em;
	color: #999999;
	width: 100%;
}
.form form .checkbox, .modal-body form .checkbox {
	font-size: 0.66em;
	text-align: left;
}
.form button, .form .btn, .modal-body button {
	background-color: #e5b042;
	padding-left: 4em;
	padding-right: 4em;
	margin: 2em auto 0;
}
.form button:hover, .form .btn:hover, .modal-body button:hover {
	background-color: #916cc3;
}
input[type=checkbox] {
	margin-right: 5px;
}
.ebook {
	background-color: #e5b042;
	color:#ffffff;
	position: relative;
	padding: 5em 3em;
}
.ebook:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left:calc(50% - 24px);
	height : 0;
	 width : 0;
	 border-top : 24px solid #ffffff;
	 border-right : 24px solid transparent;
	 border-left : 24px solid transparent;
}
.ebook .col-sm:nth-of-type(1) {
	text-align: center;
}
.ebook .col-sm:nth-of-type(2) {
	padding-top: 1em;
}
.ebook .col-sm img {
	width: 100%;
	max-width: 322px;
}
.ebook h2 {
	font-size: 1.5em;
}
.ebook p {
	font-size: 1.15em;
	line-height: 1.6;
}
.ebook .lead {
	font-size: 1.85em;
	font-weight: 700;
}
.ebook .btn {
	background-color:#734faa;
	color: #ffffff;
	padding-left: 3em;
	padding-right: 3em;
}
.ebook .btn:hover, .ebook .btn:active, .ebook .btn:focus,
.ebook button:hover, .ebook button:active, .ebook button:focus {
	background-color:#80a2c9;
	
}
.avantages .intro, .avantages h2 {
	color: #80a2c9;
}
.avantages h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 1em 0;
}
.avantages h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
.avantages .row {
	margin:2em 0;
}
.avantages .a-1 h3 {
	color:#734faa;
}
.avantages .a-2 h3 {
	color:#80a2c9;
}
.avantages .a-3 h3 {
	color:#e4af42;
}
.avantages .a-4 h3 {
	color:#f28a7b;
}
.avantages .icon {
	width: 100px;
	height: 99px;
	border-radius: 30px;
	margin: auto;
}
.avantages .a-1 .icon {
	background-color:#916cc3;
}
.avantages .a-2 .icon {
	background-color:#80a2c9;
}
.avantages .a-3 .icon {
	background-color:#e5b042;
}
.avantages .a-4 .icon {
	background-color:#f28a7b;
}
.video {
	background-color:#f28a7b;
	padding: 0;
}
#carouselVideo {
	width: 100%;
	padding: 5em 2em;
}
#carouselVideo .carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
#carouselVideo video {
	margin-left: calc(50% - 280px);
}
#carouselVideo .embedresize {
	width: 560px;
	max-width: 100%;
	margin: auto;
}

#carouselVideo .embedresize div {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

#carouselVideo .embedresize iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-logos .container {
	background: transparent;
}
.c-logos h3 {
	color: #e5b042;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.66em;
	text-align: center;
	width: 100%;
}
.c-logos .col-sm-3 {
	text-align: center;
	margin-bottom: 1em;
}
.c-logos .col-sm-3 img {
	width: 100%;
	max-width: 225px;
}
.c-logos .row {
	position: relative;
}
.c-logos .cloud {
	position: absolute;
	transition: all .3s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.c-logos .cloud:nth-of-type(1) {
	left: 30%;
	top: -30%;
}
.c-logos .cloud:nth-of-type(2) {
	left: 10%;
	top: -30%;
}
.c-logos .cloud:nth-last-of-type(1) {
	right: 10%;
	top:80%;
}
.c-logos .txt {
	position: relative;
	margin-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	padding-top: 1em;
}
.btn-bottom {
	padding: 0;
}
.btn-bottom .row {
	margin: 0;
}
.btn-bottom .item {
	padding: 2em;
	min-height: 15em;
	transition: background-size 1s;
	-webkit-transition: background-size 1s;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.btn-bottom .item h4 {
	visibility: hidden;
	opacity: 0;
	text-indent: -9999px;
}
.btn-bottom .item:nth-of-type(1) {
	background: url("images/bottom-1.jpg") no-repeat center center #e5b042;
	background-size: 100%;
}
.btn-bottom .item:nth-of-type(1):hover {
	background-size: 120%;
}
.btn-bottom .item:nth-of-type(2) {
	background: url("images/bottom-2.jpg") no-repeat center center #80a2c9;
	background-size: 80%;
}
.btn-bottom .item:nth-of-type(2):hover {
	background-size: 100%;
}
.btn-bottom .item:nth-of-type(3) {
	background: url("images/bottom-3.jpg") no-repeat center center #f28a7b;
	background-size: 100%;
}
.btn-bottom .item:nth-of-type(3):hover {
	background-size: 120%;
}
.btn-bottom .item button,  .btn-bottom .item .btn {
	background-color:#916cc3;
	border: 2px solid #ffffff;
	margin-top: 3em;
}
.footer {
	padding: 1em;
	background-color:#ffffff;
}
.footer .text-center {
	color: #916cc3;
	font-size: .66em;
	width: 100%;
	margin: 0;
}


.form, .ebook .col-sm, .avantages .row, .webinar > .row, .video, .c-logos, .btn-bottom {
	opacity:0;
	transform: translate(0, 30px);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.form, .ebook .col-sm.in-view, .avantages .row.in-view, .webinar > .row, .video.in-view, .c-logos.in-view, .btn-bottom.in-view {
	opacity: 1;
	transform: translate(0, 0);
}
.c-logos.in-view .cloud:nth-of-type(1) {
	left: 50%;
	top: 0;
}
.c-logos.in-view .cloud:nth-of-type(2) {
	left: 30%;
	top: -35%;
}
.c-logos.in-view .cloud:nth-last-of-type(1) {
	right: 30%;
	top:40%;
}

/*** Modal ***/
.modal-content {
	border-radius: 0;
	border: 5px solid transparent;
}

.modal-title {
	text-transform: uppercase;
	font-weight: 700;
}
.modal-body form {
	padding: 2em 1em 1em;
}
.modal-body form .col-sm {
	flex-basis: inherit;
	-webkit-flex-basis:inherit;
	-ms-flex-positive: inherit;
}
.modal-body form .form-group {
	margin-bottom: 0;
}
.modal-body form .col-sm {
	margin-bottom: 1em;
}
#Modal1 .modal-content {
	border-color: #e5b042
}
#Modal1 .modal-title {
	color: #e5b042
}
#Modal2 .modal-content {
	border-color: #80a2c9
}
#Modal2 .modal-title {
	color: #80a2c9
}
#Modal2 .modal-body button, #Modal2 .modal-body .btn {
	background-color:#80a2c9;
}
#Modal3 .modal-content {
	border-color: #f28a7b
}
#Modal3 .modal-title {
	color: #f28a7b
}
#Modal3 .modal-body button, #Modal3 .modal-body .btn {
	background-color:#f28a7b;
}

/*** webinar banner ***/
#webinarBanner {
	width:100%; 
	background-color:#e5b042; 
	position:fixed; 
	top:0px; 
	z-index:10;
	padding: .5em 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
#webinarClose { 
	padding: 10px; 
	position: absolute; 
	z-index: 10; 
	right: 0px; 
	top: 0;
	cursor: pointer;
}
#webinarClose svg {
	fill:#ffffff;
}
#webinarBanner .col-md-12 {
	color:#FFFFFF; 
	font-size: 1.1em; 
	text-align:center; 
	position: relative; 
	min-height: 1px; 
	padding-left: 60px; 
	padding-right: 15px;
}
#webinarBanner .btn {
	display: inline-block;
	padding: .2em 2em;
	font-size: .9em;
	background-color:#916cc3;
	color: #ffffff;
	border:solid 2px #ffffff;
	margin: 0 1em;
}
#webinarBanner .btn:hover {
	background-color:#80a2c9;
}
.webinar {
	/*background-color: #80a2c9;
	color: #ffffff;*/
	text-align: center;
	/*margin-top: 3em;*/
}
.webinar h1 {
	color: #734faa;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.22em;
}
.webinar h2 {
	margin-bottom: 1em;
}
.webinar .anim-text:after {
	content:"INNOVANT ?";
	color: #f28a7b;
	font-weight: 700;
	animation: changeText 6s infinite;
	-webkit-animation:changeText 6s infinite;
}
.webinar h2.lead {
	color: #734faa;
    font-size: 1.4em;
    font-weight: 700;
}
.webinar .btn {
	background-color:#80a2c9;
	color: #ffffff;
	/*border:solid 2px #ffffff;*/
	padding-left:4em;
	padding-right:4em;
}
.webinar .btn.bg-violet {
	background-color: #734faa
}
.webinar .btn.bg-violet:hover {
	background-color: #e5b042
}
.webinar .btn:hover, .webinar .btn:active, .webinar .btn:focus,
.webinar button:hover, .webinar button:active, .webinar button:focus {
	background-color:#734faa;
}
.webinar .text-center {
	width: 85%;
	margin: auto;
	font-size: 1.1em;
}
.webinar .text-center .col-sm-4 p {
	font-size: 1rem
}
.webinar .video-link {
	display: block;
	position: relative;
	margin-top: 3em;
	margin-bottom: 2em;
}
.webinar .video-link .btn {
	border: 2px solid #ffffff;
	position: absolute;
	width: 196px;
	top: calc(50% - 20px);
	left: calc(50% - 98px);
}
.btn-bottom .i-webinar p {
	color: #fff;
    position: absolute;
    top: .5em;
    text-transform: uppercase;
    left: 0;
    font-size: 1.1em;
    width: 100%;
    text-align: center;
    font-weight: bold;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.link-calendar img {
	transform: scale(1);
	transition: transform .3s;
}
.link-calendar:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 960px) {
	body {
		font-size: 16px;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.contenu:before, .contenu:after {
		display: none;
	}
	#scene {
		min-height: 200px;
	}
	#scene p {
		font-size: 1.5em;
	}
	#scene div {
		transform: translate3d()
	}
	#scene div:nth-of-type(1) {
		left: 10px !important;
		top: 10px !important;
	}
	#scene div:nth-of-type(2) {
		left: 70px !important;
		top: 20px !important;
	}
	#scene div:nth-of-type(3) {
		left: 60px !important;
		top: 25px !important;
	}
	#scene div:nth-of-type(4) {
		left: 50px !important;
		top: 55px !important;
	}
	#scene div:nth-of-type(5) {
		left:100px !important;
		top: 60px !important;
	}
	#scene div:nth-of-type(6) {
		left: 70px !important;
		top: 145px !important;
	}
	#scene div:nth-of-type(7) {
		left: 200px !important;
		top: 30px !important;
	}
	#scene div:nth-of-type(8) {
		left: 100px !important;
		top: 140px !important;
	}
	#scene div:nth-of-type(1) img {
		width: 50%;
	}
	#scene div:nth-of-type(2) img {
		width: 60%;
	}
	#scene div:nth-of-type(3) img {
		width: 70%;
	}
	#scene div:nth-of-type(4) img {
		width: 74%;
	}
	#scene div:nth-of-type(5) img {
		width: 43%;
	}
	#scene div:nth-of-type(6) img {
		width: 40%;
	}
	#scene div:nth-of-type(8) img {
		width:33%;
	}
	.section {
		padding: 3em 1em;
	}
	.form form {
		padding: 1em 1em 0;
	}
	.form form .col-sm {
		margin-bottom: 1em;
	}
	.form form .form-group {
		margin-bottom: 0;
	}
	.ebook .col-sm img {
		width: 50%;
	}
	.ebook .col-sm:nth-of-type(2) {
		text-align: center;
	}
	.avantages .icon {
		margin: 1em 0;
	}
	
	#carouselVideo {
		padding: 1em;
	}
	#carouselVideo video {
		width: 100%;
		height: inherit;
		margin-left: 0;
	}
	.webinar .text-center {
		width: 100%;
	}
	#webinarBanner .col-md-12 {
		padding-left: 43px;
    	padding-right: 43px;
	}
	#webinarBanner a.btn {
		display: block;
		width: 200px;
		margin: auto;
	}
	.btn-bottom {
		padding:0;
	}
	.form, .ebook .col-sm, .avantages .row, .webinar > .row, .video, .c-logos, .btn-bottom {
		opacity: 1;
		transform: none;
	}
	.c-logos.in-view .cloud:nth-of-type(1) {
		left: 30%;
		top: -30%;
	}
	.c-logos.in-view .cloud:nth-of-type(2) {
		left: 10%;
		top: -30%;
	}
	.c-logos.in-view .cloud:nth-last-of-type(1) {
		right: 10%;
		top:80%;
	}
}







