* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* #twitter {
	display: none !important;
} */

#notif_twitter {
	position: fixed;
	right: 12px;
	bottom: 13px;
	padding: 5px;
	
	background-size: contain;
	z-index: 100;
	display: flex;
	justify-content: flex-start;
	align-items: center;
overflow: hidden;
}

#notif_twitter .icon_container {
	width: 100%;
	height: 100%;
	background: url('../img/logo5.gif') 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 200px;
		z-index: 2;

}#notif_twitter {
    position: fixed;
    right: 12px;
    bottom: 13px;
    padding: 5px;
    background-size: contain;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
     opacity: 0.85;
}
#notif_twitter .precont {
	width: 100%;
	height: 100%;
position: absolute;
 	cursor: pointer;
	display: block;
	top: 0 ;
	left: 0;
  	z-index: 0;
	border-radius: 10px;
	
 }
#notif_twitter .icon_container i {
	color: #e74011;
}

#notif_twitter .icon_container .tweet_icon {
	width: 100%;
	height: 100%;
	background-image: url('../img/I-25-Transfert-RS.png');
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center;
}

#notif_twitter .icon_container .tweet_icon.animate {
	animation: Morph 8s ease-in-out ;
 animation-repeat:1;

}

#notif_twitter .icon_container i.responsive {
	display: none;
}

#notif_twitter .icon_container:hover {
	transform: scale(1.05);
}

#notif_twitter .notif_container {
	width: 0;
	max-height: 50px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	cursor: pointer;
	transition: width ease-in 0.8s;
}

#notif_twitter .notif_container.active {
	width: 150px;
	margin-left: 5px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	/* animation: twitter_animation 0.8s linear; */
}

#notif_twitter .notif_container>* {
	color: #ffffff !important;
	transition: all 3s ease-in-out;
}

#notif_twitter .notif_container h3 {
	font-size: 14px;
	margin: 0;
	line-height: 1.1rem;
	padding: 0;
	width: fit-content;
	height: fit-content;
}


#notif_twitter .notif_container p {
	font-size: 12px;
	margin: 0;
	line-height: 1.1rem;
	padding: 0;
	width: fit-content;
	height: fit-content;
}

#notif_twitter .notif_container span {
	font-size: 13px;
	font-style: italic;
}

#notif_twitter a {
	font-weight: 600;
	color: #ffffff !important;
}

#notif_twitter .highlight_ref {
	color: #ffffff;
	font-weight: 600;
}

@media screen and (max-width: 530px) {
	#notif_twitter .icon_container i {
		display: none;
	}

	#notif_twitter .icon_container i.responsive {
		color: #e74011;
		display: block;
	}

	#notif_twitter .notif_container {
		max-height: 50px;
	}

	#notif_twitter .notif_container.active {
		width: 195px;
		padding-right: 10px;
		animation: twitter_animation_530 0.8s linear;
	}

	#notif_twitter .notif_container h3 {
		font-size: 12px;
		line-height: 1rem;
	}

	#notif_twitter .notif_container p {
		font-size: 10px;
		line-height: 1rem;
	}

}

@media screen and (max-width: 992px) {
#notif_twitter {
    position: fixed;
    right: 12px;
    bottom: 12px;
    padding: 5px;
     border-radius: 50px;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
}
@media screen and (max-width: 250px) {
	#notif_twitter {
		display: none;
	}
}

@keyframes twitter_animation {
	0% {
		width: 0;
	}

	100% {
		width: 130px;
		height: 100%;
		padding: 10px;
	}
}

@keyframes Morph {

	0% {
		transform: rotateY(0deg);
		background-image: url('../img/I-25-Transfert-RS.png');
	}

	25% {
		transform: rotateY(1800deg);
		background-image: url('../img/I-25-Transfert-RS.png');
	}
	
		50% {
		transform: rotateY(1800deg);
		background-image: url('../img/I-25-Transfert-RS.png');
	}
	
	100% {
		transform: rotateY(0deg);
		background-image: url('../img/I-25-Transfert-RS.png');
	}
}

footer {
	z-index: 78;
}	