@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

body{
	margin:25px 0 0px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}

a:hover{
	text-decoration:none;
}

.logo{
	max-width:135px;
	vertical-align: baseline;
}

.baseline{
	color: #898d98;
	font-size:14px;
	margin-left:15px;
	margin-top: 13px;
}

.HeadTarif{
	padding: 15px 30px;
    background: #fff;
    border: 1px solid #d9e8fe;
    border-radius: 4px;
    color: #0042da;
    font-weight: 300;
    text-decoration: none;
    font-size: 14px;
    float: right;
	margin-top:-5px;
	transition: border 0.3s, opacity 0.3s;
	text-decoration:none;
	outline:none;
}

.BannerTarif{
	margin:35px auto 0 auto;
	text-align: center;

}

.BannerTarif a{
	background: #fff;
	border:2px solid #fff;
    padding: 15px 30px;
    border-radius: 4px;
    color: #0042da;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
	transition:border 0.3s;
	text-decoration:none;
	outline:none;
}

.BannerTarif a:hover{
	border: 2px solid #75deff;
}

.HeadTarif:hover{
	opacity: .8;
	border: 1px solid #0042da;
}

.banner{
	border-radius:5px;
	width:100%;
	height:550px;
	background-color:#0042da;
	margin-top:40px;
}

.banner .imgBg{
	position: absolute;
    bottom: 0;
    right: -30px;
    width: 400px;
}

.banner .bgBanner{
	position: absolute;
    width: 95%;
    max-width: 750px;
    bottom: 0;
    opacity: 0.5;
}

.title{
	font-weight:500;
	color:#fff;
	font-size:50px;
	margin-top: 130px;
    float: left;
    margin-left: 100px;
	line-height: 58px;
	width: 80%;
}

.title #app{
	color:#75deff;
}

.card-title {
    margin-bottom: 1em;
    margin-top: 1em;
    color: #293148;
    font-size: 18px;
}

.card-title span {
	color:#0042da;
}

.point li{
	color: #898d98;
	font-size: 14px;
}

.point li img{
    margin-top: 2em;
    max-width: 45%;	
}

.animate{
	background:url('../images/bg.svg');
	margin-bottom:80px;
}

.preanimate{
	margin-top:52px;
	color: #020202;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: -52px;
    z-index: 30;
    position: relative;
}
.preanimate span{
	color: #0042da;
}

.preanimate .BannerTarif a {
    background: #0042da;
    border: 2px solid #fff;
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
}

.points{
	color: #898d98;
	font-size: 15px;
    text-align: justify;
}

.points .titleP, .blue-container .titleP{
	color: #020202;
	font-size: 26px;
	font-weight:500;
	margin-bottom: 18px;
}

.points .titleP span, .blue-container .titleP span{
	color: #0042da;
}

.points .row{
	margin:50px 0;
}

.imgPoints{
	width: 350px;
    height: 350px;
    margin: auto;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
    border-radius: 8px;
}

.descText{
	margin: auto;
}

.colText{
	display: flex;
    width: 100%;
    height: 350px;
}

#ticker{
	width: 100%;
    background-color: #EDF1F5;
    color: #565656;
    padding: 5px 0px;
	font-size:12px;
}

#ticker .headPoint{font-weight:bold;border-bottom: 1px solid #d1d4d6;padding-bottom: 8px;}
#ticker .row{margin:10px;}
#ticker .dataTick{margin:0px;max-height: 290px;overflow: hidden;}
.dataLine{width: 100%;
    padding: 0;
    margin: 0 !important;
-webkit-animation: fadein 1s ease-in alternate;
    -moz-animation: fadein 1s ease-in alternate;
    animation: fadein 1s ease-in alternate;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

#ticker .dataBottom{
background: rgb(237,241,245);
background: linear-gradient(0deg, rgba(237,241,245,1) 0%, rgba(255,255,255,0) 100%);
    width: 91%;
    height: 140px;
    position: absolute;
    z-index: 10;
    margin-top: -140px;
    bottom: 0;
}

#ticker .data{
	margin-top:8px;
	padding-bottom:8px;
	border-bottom: 1px solid #d1d4d6;
}


#ticker span div{
	
	width: 10px;
    height: 10px;
    display: inline;
    float: left;
    border-radius: 50px;
    margin-top: 4px;
    margin-right: 4px;
}

#ticker .rouge b{color:#BE2977}
#ticker span.rouge div{background:#BE2977;}

#ticker .vert b{color:#83af31}
#ticker span.vert div{background:#83af31;}

#ticker .orange b{color:#F6BB42}
#ticker span.orange div{background:#F6BB42;}

#ticker .bleu b{color:#0042da}
#ticker span.bleu div{background:#0042da;}

.blue-container {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(94%,#e1f5ff));
    background-image: linear-gradient(-180deg,#fff,#e1f5ff 94%);
	text-align:center;
	margin-top:100px;
}

.imgPointille{
	max-height:70px;
	margin-top:15px;
	margin-bottom:5px;
}

.blue-container .titleP{
	margin: 0;
    font-size: 30px;
    line-height: 30px;
}

.colTimeline{
	max-width:500px;
	width:100%;
	margin: auto;
}

.colTimeline .titleP{
	font-size:20px;
	line-height: 22px;
	text-transform:uppercase;
}

.imgtime{
	max-height:120px;float:left;
}

.imgSide{
	float:left;
	width:220px;
	text-align:center;
	margin-top:20px;
}

.textSide{
	float:left;
	margin-top:20px;
	text-align:left;
	    color: #898d98;
}

.etiquettes{
	background-color: #fff;
    padding: 20px 20px;
    display: inline-block;
    margin-top: 15px;
    color: #898d98;
	-webkit-filter: drop-shadow(0 0 1px #d4e1f9) drop-shadow(0 2px 10px #e5edfc);
    filter: drop-shadow(0 0 1px #D4E1F9) drop-shadow(0 2px 10px #E5EDFC);
}

.textSide ul {
  list-style: none;
}

.textSide ul li:before {
  content: '✓';
	color:#75deff;
	margin-right: 10px;
}

footer{
	background: #0042da;
	padding:52px;
	color:#fff;
}

footer a{
	color:#fff;
}

footer .points{
	color:#fff;
}

footer .points a{
	color:#fff;
}

footer img{
	max-width: 180px;
	margin-top:-5px;
}

@media (max-width: 600px) {
	.col {
		flex-basis: auto;
	}

	.imgPoints {
		width:100%
	}
	
	#ticker{
		margin-top: 440px;
	}
	
	.prod{
		    margin-top: -780px;
	}
	
	.header .btn{
		display:none;	
	}
	
	.header{
		text-align: center;
		margin-bottom: -10px;
	}
	
	.header .col{
		width:100%;
	}
	
	.logo {
		max-width: 170px;
		vertical-align: baseline;
		display: block;
		margin: 0 auto 10px auto;
	}
	
	.banner {
    	height: 570px;
	}
	
	.banner .imgBg {
		position: absolute;
		bottom: 0;
		right: 20px;
		width: 150px;
		z-index: 10;
	}
	
	.banner .bgBanner {
		position: absolute;
		width: 65%;
		max-width: 750px;
		bottom: 0;
		opacity: 0.5;
		z-index: 1;
	}
	
	.title {
		font-weight: 500;
		color: #fff;
		font-size: 45px;
		margin-top: 80px;
		float: left;
		padding-left: 25px;
		padding-right: 25px;
		margin-left: 0px;
		line-height: 50px;
		width: 100%;
	}
	
	.title #app {
		color: #75deff;
		font-size: 26px;
	}
	
	.BannerTarif {
		margin: 35px auto 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.BannerTarif a {
		background: #fff;
		border: 2px solid #fff;
		padding: 8px 13px;
		border-radius: 4px;
		color: #0042da;
		font-weight: 400;
		text-decoration: none;
		font-size: 30px;
    	line-height: 35px;
		transition: border 0.3s;
		text-decoration: none;
		outline: none;
		width: 100%;
		float: left;
		max-width: 340px;
	}
}