@font-face {
	font-family: 'myriadProRegular';
	src: url('../police/MyriadProRegular.ttf');
}
@font-face {
	font-family: 'oskar';
	src: url('../police/Oskar.ttf');
}
@font-face {
	font-family: 'poppins';
	src: url('../police/Poppins-SemiBold.ttf');
}
@font-face {
	font-family: 'poppins-light';
	src: url('../police/Poppins-ExtraLight.ttf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../police/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../police/Poppins-Bold.ttf');
}

body
{
	margin: 0; 
	padding: 0; 
	border: 0;
	font-family:'poppins-regular';
	background-color: #e2e4e4;
}

.page
	{
		width: 100%;
		background-position: top, top;
		background-size: 100%;
		background-repeat: no-repeat, repeat;
		margin: 0; 
		padding: 0; 
		border: 0;
	}

table.entete /* Toutes les cellules des tableaux... */
{
	text-align:center;
	table-layout: fixed;
	margin-bottom:-20px;
	margin-right:auto;
	margin-left:auto;
}

.bh
{
	font-family:oskar;
	text-align:center;
	vertical-align: bottom;
	padding-top:5px;
	color:black;
	padding-bottom:10px;
}

.logoBL
{
	display:inline-block;
	margin-top: -18px;
	margin-bottom: 9px;
}

.logoAnniv
{
	display:inline-block;
	text-align:right;
	vertical-align: top;
	border-left:1.7px solid;
}

.titrePageImg
{
	width:75%
}

.titrePageText
{
	font-family: 'poppins';
	text-align: center;
	margin-top:3px;
	margin-bottom:-5px;
	color:black;
}

table.tabPicto
{
	text-align: center;
	width:85%;
	min-width:280px;
	margin:auto;
}

a.picto
{
	font-family: 'poppins';
	text-align: center;
	text-decoration: none;
}

.imgPicto
{
	margin:auto;
	display:block;
}

.textPicto
{
	color:black;
}

.corpDePage
{
	border: 1px solid;
	width: 75%;
	min-width:265px;
	margin-right:auto;
	margin-left:auto;
	padding-top:13px;
	margin-top:8px;
	padding-right:2%;
	padding-left:2%;
	border-radius: 20px;
	text-align:center;
	padding-bottom:10px;
	min-height:270px;
}

.corpDePageListe
{
	border: 1px solid;
	width: 75%;
	min-width:265px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-top:13px;
	border-radius: 10px;
	text-align:center;
	scroll-behavior: auto;
	max-height: 500px;
	overflow-y:auto;
}

.titreDate
{
	font-family:'poppins';
	font-size:0.75em;
	display:block;
	padding-bottom:8px;
	width:100%;
	color:black;
	font-weight:normal;
	text-align:left;
}

table.caseDate /* Toutes les cellules des tableaux... */
{
	width:100%;
	margin-bottom:5px;
	margin-right:auto;
	margin-left:auto;
	border-collapse: collapse;
	border-radius: 5px 0 0 5px;
}

.jour,
.mois,
.annee
{
	text-align:center;
	border: 1px solid #a1a1a1;
	background-color:white;
	
}

.erreur
{
	text-align:center;
	border: 1px solid red;
	background-color:white;
}

.nuit
{
	text-align:left;
	padding-bottom:8px;
	padding-top:7px;
	
}

.labelNuit
{
	color:#767676;
	font-family: 'Poppins-Regular';
	font-size:0.706em;
}

.convertir1
{
	padding-bottom: 15px;
	padding-top: 15px;
}

.convertir2
{
	min-width:142px;
	width:100%;
	height:40px;
	background-image:linear-gradient(#0081b7, #0081b7);
	border:0.5px solid #00628a;
	box-shadow:0.3px 0.3px 0.5 0.3px #03224c;
	color:white;
	font-family:'poppins-regular';
	font-size: 0.7em;
	border-radius:3px;
	filter:brightness(108%);
	cursor:pointer;
}

.reset1
{
	padding-bottom: 15px;
	padding-top: 15px;
}

.reset2
{
	min-width:66px;
	width:100%;
	height:40px;
	background-image:linear-gradient(#727272, #a8a8a8);
	border:0.5px solid #666666;
	font-family:'poppins-regular';
	font-size: 0.8em;
	text-decoration:none;
	color:white;
	margin: auto;
	display:block;
	vertical-align:middle;
	border-radius:3px;
	filter:brightness(108%);
	cursor:pointer;
}

.ligne1Anniv
{
	font-family:'Poppins-Regular';
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	font-size:0.78em;
	color:#767676;
	font-weight: light;
}

.ligne2Anniv
{
	font-family:'poppins';
	display:inline-block;
	margin-bottom:7px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1em;
	color: #007eaf;
	text-transform: uppercase;
	font-weight: bold;
}

.caseAnnivGrise
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color:white;
	background-color: #a9a5a5;
	font-size:0.8em;
	border:0.5px solid #8d8989;
	border-radius:3px;
	height:40px;
	line-height: 300%;
}

.boutonRappel2
{
	width:100%;
	max-width: 450px;
	height:40px;
	background-image:linear-gradient(#8e6537, #d3ab7d);
	border:0.5px solid #8c683f;
	border-radius:3px;
	box-shadow:0.3px 0.3px 0.5 0.3px #03224c;
	color:white;
	font-family:'poppins-regular';
	font-size: 0.9em;
	margin-top:10px;
	filter:brightness(109%);
	cursor:pointer;
}

.boutonRappel
{
	width:100%;
	max-width: 450px;
	height:40px;
	background-color:#0081b7;
	border-radius:3px;
	color:white;
	font-family:'poppins-regular';
	margin-top:10px;
	filter:brightness(109%);
	cursor:pointer;
	position:relative;
	padding-left: 1px;
	white-space: nowrap;
	border:0.5px solid #00628a;
}

.clocheBoutonRappel
{
	right:10px;
	position:absolute;
}

.box {
    float:right;
	margin-right:20px;
}

.piedLigne1
{
	font-family:'Poppins-Regular';
	text-align:center;
	margin-bottom:-10px;
	
}

.piedLigne2
{
	font-family:'Poppins-Regular';
	text-align:center;
}

.piedLigne3
{
	font-family:'Poppins-Regular';
	text-align:center;
}

.bleu
{
	color:#007eaf;
	font-weight: bold;
}

.titreRappel
{
	width:97%;
	margin-right:auto;
	margin-left:auto;
	font-family:'poppins';
	text-align:center;
	font-size: 0.75em;
	font-weight: bold;
	color:black;
}

.textRappel
{
	font-family:'Poppins-Regular';
	text-align:justify;
	width: 100%;
	margin:auto;
	font-size: 0.75em;
	color:black;
}

.cLanniversaire
{
	font-family:'poppins';
}

table.formRappel
{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	border-spacing: 0;
	margin-top:-10px;
}

.titreCasesFormRappel
{
	font-family:'Poppins';
	margin-bottom: -7px;
	font-size:0.8em;
	margin-left: 1px;
	text-align: left;
}

.civilite
{
	font-family:'Poppins';
	text-align:left;
	font-size:0.75em;
	color:black;
}

.classPasCivilite
{
	border: 1px solid red;
	border-radius:3px;
	padding-left:2px;
	margin-top: 7px;
}

.surLabelCivilite
{
	width:140px;
}

.labelCivilite
{
	font-family: 'poppins';
	text-align:left;
	font-size:0.75em;
}

label[for="rappel_form_civilite_1"], label[for="rappel_form_type_modif_civilite_1"]
{
	margin-left: -36px;
}

input#rappel_form_civilite_placeholder, label[for="rappel_form_civilite_placeholder"], input#rappel_form_type_modif_civilite_placeholder, label[for="rappel_form_type_modif_civilite_placeholder"]
{
	display: none;
}

.spanCivilite
{
	display:inline-block;
	width: 100%;
    white-space:nowrap;
}

.labelEnfant
{
	font-family: 'poppins';
	font-size:0.7em;
	vertical-align:middle;
}

.prenom1
{
	border: 1px solid #a1a1a1;
}

.nom1
{
	border-top: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}

.nomPrenom1
{
	background-color:white;
	text-align:left;
	box-sizing: border-box;
}

.nomPrenom2
{
	width:100%;
	box-sizing: border-box;
	border-radius:0px;
	height:30px;
	background-color:white;
	/*background-color:#11ffee00;*/
	font-size:0.7em;
	
}

.classFauxNom
{
	border-bottom: 2px solid red;
}

.classFauxPrenom
{
	border-bottom: 2px solid red;
}

.mail1
{
	border: 1px solid #a1a1a1;
	/*padding-left:0;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;*/
	text-align:left;
	padding-right:32px;
	box-sizing: border-box;
	background: url(../../img/enveloppe.png) no-repeat;
	background-size:16px; 
	background-position: right  8px bottom 50%;
	background-color: white;
}

.fauxMail
{
	border: 1px solid #a1a1a1;
	border-bottom: 2px solid red;
		/*padding-left:0;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;*/
	text-align:left;
	padding-right:32px;
	box-sizing: border-box;
	background: url(../../img/enveloppe.png) no-repeat;
	background-size:16px; 
	background-position: right  8px bottom 50%;
	background-color: white;
}

.mail3
{
	border:none;
	width:100%;
	box-sizing: border-box;
	background-color: white;
	font-size:0.7em;
	height:30px;
}

.septJour
{
	width:100%;
	max-width: 450px;
	margin-right:auto;
	margin-left:auto;
	font-family:'Poppins-regular';
	font-style:light;
	text-align:left;
	color:#767676;
	margin-bottom:-8px;
	margin-top: 10px;
}

.divBoutonRetourImg
{
	text-align:left;
	margin:auto;
	width:100%;
	padding-top: 10px;
}

.boutonRetour
{
	width:100%;
	max-width: 450px;
	height:40px;
	background-image:linear-gradient(#0081b7, #0081b7);
	border:0.5px solid #557b8b;
	font-family:'poppins-regular';
	font-size: 0.8em;
	text-decoration:none;
	color:white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 15px;
	display:block;
	vertical-align:middle;
	border-radius:3px;
	cursor:pointer;
}

.btn-site
{
	width:100%;
	max-width: 450px;
	height:40px;
}

.boutonConvertirPage1
{
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top:40px;
}

.boutonConvertirPage2
{
	width:100%;
	min-width:66px;
	max-width: 450px;
	margin:auto;
	height:40px;
	background-image:radial-gradient(#0081b7, #0081b7);
	border:0.5px solid #557b8b;
	font-family:'poppins-regular';
	font-size: 0.8em;
	text-decoration:none;
	color:white;
	margin: auto;
	display:block;
	vertical-align:middle;
	border-radius:3px;
	filter:brightness(108%);
	cursor:pointer;
}

#overlay
{
	font-family:'poppins';
	position:absolute;
		/*top:50px;*/
	left:0;
	right:0;
	bottom:0px;
	margin:auto;
	z-index:2;
	display:none;
	width:75%;
	max-width:200px;
	/*height:150px;
	overflow:auto;*/
	color:white;
	border-radius:10px;
	background-image:linear-gradient(#1b5b80, #298ec6);
	text-align:left;
	padding:15px;
	font-size:0.8em;
}

.textPetiteFenetre
{
	font-family:'poppins-Regular';
	font-size:0.9em;
	margin-top:7px
}

.ok
{
	font-family: 'Poppins-Bold';
	background-color:white;
	color:#288ec6;
	border:none;
	border-radius:5px;
	display:block;
	margin-top:15px;
	float:right;
	cursor:pointer;
	min-height:30px;
	font-size:1.1em;
}

.cloche1
{
	position:absolute;
}
.cloche2
{
	position:relative;
	left:5px;
	bottom:35px;
}

.logo-bleu
{
	color:  #506FD6;
}

.logo-rose
{
	color:  #f83b7d;
}

.logo-vert
{
	color:  #1abf1a;
}

.logo-blanc
{
	color:  #ffffff;
}


.form-check
{
	display: inline-block;
}

.nuitRappel
{
	margin-bottom: -20px;
	font-size:0.83em;
	color:#767676;
	font-family: 'Poppins-Regular';
}

.nbPersonneListe
{
	text-align:left;
	margin-left:15px;
	margin-bottom: 5px;
	text-decoration: underline;
	color: #495057;
}

.center
{
	text-align:center;
	vertical-align: top;
	/* border: 1px solid black; */
}

.divIcone
{
	width:50%;
	padding:auto;
	margin:auto;
}

.ligne1
{
	text-align:center;
}

.textMemeLigne
{
	word-break: break-all;
}

.textLienAccueil
{
	font-family: 'Poppins-light';
	color: #1c6b99;
}

.taille100
{
	width:100%
}

.lienAccueil
{
	text-decoration: none;
	color: #1c6b99;
}

.tailleIconeHomePage
{
		margin-bottom: -10px;
}



.btn-group
{
	margin-bottom: 10px;
}




.nav-link
{ 
    right: 0; 
    left: auto; 
}




input[type="text"]:focus{outline:none;}
input[type="email"]:focus{outline:none;}


input[type="checkbox"].chekboxNuit {
  display: none;
}
input[type="checkbox"].chekboxNuit + label::before {
  content:'';
  border: 0.5px solid #006995;
  padding: 0 0.49rem;
  margin-right: 0.3rem;
  background-image:linear-gradient(#0081b7, #0081b7);
  border-radius:3px
}
input[type="checkbox"].chekboxNuit:checked + label::before {
  content:'\002713';
  color:white;
  padding:0 0.22rem;
  font-weight: bold;
}



input[type="radio"].radioCivilite {
	display: none;
  }
  input[type="radio"].radioCivilite + label {
	position: relative;
	padding-left: 1.3rem;
  }
  input[type="radio"].radioCivilite + label::before,
  input[type="radio"].radioCivilite + label::after {
	display: block;
	position: absolute;
	box-sizing: border-box;
	content:'';
	border-radius: 1rem;
  }
  input[type="radio"].radioCivilite + label::before {
	bottom: 0;
	left: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 1rem;
	height: 1rem; 
  }
  input[type="radio"].radioCivilite + label::after {
	bottom: 3px;
	left: 3px;
	width: calc(1rem - 6px);
	height: calc(1rem - 6px);
  }
  input[type="radio"].radioCivilite:checked + label::after {
	background-color: #00a1e1;
  }
  input[type="radio"].radioCivilite:checked + label::before {
	  border: 1px solid #00a1e1;
  }
  
  
  
  input[type="checkbox"].enfant {
	display: none;
  }
  input[type="checkbox"].enfant + label::before {
	content:'';
	border: 0.5px solid #cccccc;
	padding: 0 0.4rem;
	margin-right: 0.4rem;
	background-color:#eee;
	border-radius:3px
  }
  input[type="checkbox"].enfant:checked + label::before {
	content:'\002713';
	font-weight: bold;
	color:#00b7e8;
	padding:0 0.1989rem;
  }



  .custom-dropdown--large {
	font-size: 1.5em;
}

.custom-dropdown--small {
	font-size: .7em;
}

.custom-dropdown__select{
	font-size: inherit; /* inherit size from .custom-dropdown */
	padding: .5em; /* add some space*/
	margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
	background-color: white;
	color: black;
}

.custom-dropdown {
	position: relative;
	display: inline;
	vertical-align: middle;
}

.custom-dropdown__select {
	padding-right: 2em; /* accommodate with the pseudo elements for the dropdown arrow */
	border-radius: none;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;   
	width: 100%;
}

.custom-dropdown__select_jour
{
	min-width:46px;
	height:40px;
	font-size:0.75em;
}

.custom-dropdown__select_mois
{
	min-width:96px;
	height:40px;
	font-size:0.8em;
}

.custom-dropdown__select_annee
{
	min-width:66px;
	height:40px;
	font-size:0.8em;
}

.custom-dropdown__select_changement
{
	font-weight: bold;
	border:2px solid #0081b7;
}


.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%; margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
	width: 1.4em;
	height: 60%;
	margin-top:auto;
	margin-bottom:auto;
	margin-right:3px;
	vertical-align: center;
	right: 0; top: 0; bottom: 0;
}

.custom-dropdown__select[disabled] {
	color: black;
}

.custom-dropdown.custom-dropdown--disabled::after {
	color: black;
}

.custom-dropdown--white::before {
	vertical-align: center;
	text-align: center;
}

.custom-dropdown--white::after {
	color: black;
}





/*! * * * * * * * * * * * * * * * * * * * *\  
  CSShake :: shake-rotate
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake-rotate {
	display: inline-block;
	transform-origin: center center; }
  
  .shake-freeze,
  .shake-constant.shake-constant--hover:hover,
  .shake-trigger:hover .shake-constant.shake-constant--hover {
	animation-play-state: paused; }
  
  .shake-freeze:hover,
  .shake-trigger:hover .shake-freeze, .shake-rotate:hover,
  .shake-trigger:hover .shake-rotate {
	animation-play-state: running; }
  
  @keyframes shake-rotate {
	2% {
	  transform: translate(0, 0) rotate(-2.5deg); }
	4% {
	  transform: translate(0, 0) rotate(-1.5deg); }
	6% {
	  transform: translate(0, 0) rotate(4.5deg); }
	8% {
	  transform: translate(0, 0) rotate(-2.5deg); }
	10% {
	  transform: translate(0, 0) rotate(3.5deg); }
	12% {
	  transform: translate(0, 0) rotate(7.5deg); }
	14% {
	  transform: translate(0, 0) rotate(4.5deg); }
	16% {
	  transform: translate(0, 0) rotate(4.5deg); }
	18% {
	  transform: translate(0, 0) rotate(2.5deg); }
	20% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	22% {
	  transform: translate(0, 0) rotate(0.5deg); }
	24% {
	  transform: translate(0, 0) rotate(2.5deg); }
	26% {
	  transform: translate(0, 0) rotate(-2.5deg); }
	28% {
	  transform: translate(0, 0) rotate(-4.5deg); }
	30% {
	  transform: translate(0, 0) rotate(3.5deg); }
	32% {
	  transform: translate(0, 0) rotate(-2.5deg); }
	34% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	36% {
	  transform: translate(0, 0) rotate(2.5deg); }
	38% {
	  transform: translate(0, 0) rotate(-2.5deg); }
	40% {
	  transform: translate(0, 0) rotate(2.5deg); }
	42% {
	  transform: translate(0, 0) rotate(5.5deg); }
	44% {
	  transform: translate(0, 0) rotate(6.5deg); }
	46% {
	  transform: translate(0, 0) rotate(-4.5deg); }
	48% {
	  transform: translate(0, 0) rotate(-0.5deg); }
	50% {
	  transform: translate(0, 0) rotate(3.5deg); }
	52% {
	  transform: translate(0, 0) rotate(1.5deg); }
	54% {
	  transform: translate(0, 0) rotate(-1.5deg); }
	56% {
	  transform: translate(0, 0) rotate(-4.5deg); }
	58% {
	  transform: translate(0, 0) rotate(-0.5deg); }
	60% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	62% {
	  transform: translate(0, 0) rotate(-0.5deg); }
	64% {
	  transform: translate(0, 0) rotate(6.5deg); }
	66% {
	  transform: translate(0, 0) rotate(6.5deg); }
	68% {
	  transform: translate(0, 0) rotate(-2.5deg); }
	70% {
	  transform: translate(0, 0) rotate(0.5deg); }
	72% {
	  transform: translate(0, 0) rotate(2.5deg); }
	74% {
	  transform: translate(0, 0) rotate(6.5deg); }
	76% {
	  transform: translate(0, 0) rotate(-6.5deg); }
	78% {
	  transform: translate(0, 0) rotate(-1.5deg); }
	80% {
	  transform: translate(0, 0) rotate(2.5deg); }
	82% {
	  transform: translate(0, 0) rotate(-1.5deg); }
	84% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	86% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	88% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	90% {
	  transform: translate(0, 0) rotate(-1.5deg); }
	92% {
	  transform: translate(0, 0) rotate(-5.5deg); }
	94% {
	  transform: translate(0, 0) rotate(4.5deg); }
	96% {
	  transform: translate(0, 0) rotate(5.5deg); }
	98% {
	  transform: translate(0, 0) rotate(4.5deg); }
	0%, 100% {
	  transform: translate(0, 0) rotate(0); } }
  
  .shake-rotate,
  .shake-trigger:hover .shake-rotate, .shake-rotate.shake-freeze, .shake-rotate.shake-constant {
	animation-name: shake-rotate;
	animation-duration: 100ms;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; }
	













