/* It is recommended to place all your extra/additional CSS rules here */
body{
    background-color: white !important
}

img:not(.logo):not(.foreground):not(.indiv):not(.partenaires):not(.emplois){
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
}
h1:not(.numero){
	filter: drop-shadow(5px 5px 2px #000000)
}

.blinker {
  animation: blinker 1s linear 3;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.FrEn{
	display: grid;
	text-align: center;
}
textarea{
	display:flex;
	height:261px !important;
	resize: none;
}
.indiv{
	width: 100%;
	height: 100%;
}
.foreground{
	width:80%;
	height:80%;
}
.emplois{
    width:100%;
	height:100%;	
}
.mailto{
	text-align:right !important;
		 font-size: 11px;
	}
.partenaires{
	width:auto;
	height:150px;
	}
.modal-body{
  overflow-y: auto;
}
.numero{
	color:black;
	padding: white 200px;
	line-height:133px;
}
.carrenumero{
	background-color:white;
	text-align:center;
	height:133px;
}