﻿
.bouton-action {
  background-color: #149dcc ;
  border-color: #149dcc ;
  color: #ffffff ;
  font-size: 18px;
  font-weight: 400;
  border-width: 2px;
  border-radius: 5px;
  font-style: normal;
  white-space: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;

  /* letter-spacing: 1px; */
  margin: .3em .4em;
  padding: .5rem;
  transition: all .2s ease-in-out;
 
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  }
  
.bouton-action:hover {
  color: #ffffff ;
  background-color: #0d6786 ;
  border-color: #0d6786 ;
  box-shadow: 4px 5px 5px grey;
  transform: scale(1.1);
  }
  
.bouton-envoyes {
   background-color: #6df2ce;
   color: grey;
}

.boutonEntete {
	width: 14rem;
	padding: 15px 0px;
	margin: 0;
}

.bouton {
  align-items: center;
  background-color: #d1fff3;
  border: 1px solid black;
  border-radius: 8px;
  color: grey;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  max-width: 480px;
  min-height: 30px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  margin: 2px;
}
.boutonBlanc {
  align-items: center;
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  color: grey;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  max-width: 480px;
  min-height: 30px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  margin: 2px;
}
.boutonBlogCourant {
  align-items: center;
  background-color: #b0f6fe;
  border: 1px solid black;
  border-radius: 8px;
  color: grey;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  max-width: 480px;
  min-height: 30px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  margin: 2px;
}

.bouton:hover {
	transform: scale(1.1);
	background-color: #6df2ce;
	color: grey;
	box-shadow: 4px 5px 5px grey;
	transition: all 50ms ease-out;
}

.croixMobile 
{
	position:fixed;
	z-index: 5002;
	text-align: center;
	margin-top: 20%; 

}

.croixAbonnement
{
	z-index: 5005;
	position: relative;
	left: -10px;
	padding: 0;
	width: 30px;
}

.abonnement
{
	z-index: 5005;
	position: fixed;
	top: 100px;
	left: 10px;
    opacity: 0;
	animation-name: clignotement;
	animation-duration: 15s;
	animation-iteration-count: infinite; 
}
@keyframes clignotement {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.1; 
  }
  100% {
    opacity: 0; 
  }
}
