.medrano-footer-bar a {
	text-decoration: none;
	color: white;
}

.medrano-footer-bar.full {
	background-color: #1f2532;
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: center;
	padding: 10px 0 20px 0;
	position: relative;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	text-align: left;
}

.logos-labels-container {
	display: flex;
	flex-direction: column;
	padding-right: 5%;
	margin-top: 20px;
}

.logo-label-container {
	display: flex;
	margin-bottom: 20px;
	cursor: pointer;
}

.logo-container {
	min-width: 150px;
	justify-content: center;
	display: flex;
}

.logo-container img#ministere {
	max-height: 88px;
}

.logo-container img#dgac {
	width: 145px;
}

.footer img {
	max-height: 71px;
}

.footer-label-container {
	display: flex;
	align-items: center;
	max-width: 250px;
	padding-left: 20px;
}

.logo-label-container:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.aide-container {
	display: flex;
	flex-direction: column;
	padding-right: 5%;
}
.aide-container ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.aide-container ul li{
	height: 20px;
}
.lien-utiles-container{
  	padding-right: 5%;
}
.label-lang-container ul, .lien-utiles-container ul{
	list-style: none;
	padding-left: 0;
}
.title-container {
	border-bottom: solid 1px;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	min-width: 200px;
	font-weight: bold;
}

.label-aide {
	padding-bottom: 4px;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.label-aide:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.label-container {
	cursor: pointer;
}

.langues-container{
    padding-right: 0px;
}
.label-lang {
    display: flex;
    padding-bottom: 4px;
    letter-spacing: 0.5px;
    cursor: pointer;   
}
.label-lang-text {
    margin-top: 4px;
    margin-left: 4px;
}
.label-lang:hover{
    opacity: 0.7;
  	text-decoration: underline;
}
.flag-fr {
    background-image: url('../img/flag_fr.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
}
.flag-en {
	background-image: url('../img/flag_en.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
}

@media screen and (max-width:600px) {

    .medrano-footer-bar.full{
        float: left;
        display : initial;
        width : 176%;
        	min-width: initial;
	margin-left : 6%;
	margin-right : 6%;
	padding-left: 10px;
    }

}

@media (max-width: 1199px) {
    .medrano-footer-bar.full{
        display: block;
    }
}

 

 }