/*
@media screen and (max-width: 990px){
.astroid-logo-mobile {
	display: none;
	
}
}
*/


	
.burger-menu-button {
	display: none; 
}


div.mod-languages ul li.lang-active {
	background-color: #961205;
}

#content {
	background-color: #E8EAE5;
	padding: 20px 20px 20px 20px;
}

.astroid-section {
	background-color: #E8EAE7;
}

.aligner-au-centre  {
    display: flex !important;
    justify-content: center !important; /* Alignement horizontal au centre */
    align-items: center !important; /* Alignement vertical au centre */
}


 .aff-relief {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-width: 1px 1px 2px; /* bordures supérieure et latérales de 1px, bordure inférieure de 2px */
    border-style: solid;
    border-color: #ccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border-radius: 5px;
  overflow: hidden;
  }



.red-message{
background-color: rgba(218, 77, 49, 0.6); 
color: #000000;
}

.red-message1
{
height: 70px;
color: black;	
background-color: rgba(218, 77, 49, 0.4); 
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position-x: 0px;
background-position-y: 0px;
background-size: auto auto;
color: #000000;  
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
vertical-align: text-middle !important;
}

div.mod-languages ul.lang-inline li {
line-height: 53px;	/* Place the language flags in the middle of the menu-bar */
}

