@charset "utf-8";
/* CSS Document */


.liens-externes {
       background: url(../../images/icone-lien-externe.gif) no-repeat 100% 20%;
    padding-right: 15px !important;



}

a#cRetour{
	padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    box-shadow: 0.1rem 0.1rem 7px rgb(34 54 84 / 40%);
    background-image: url(/images/fleche-haut-carre.png);
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    opacity: 1;
    z-index: 99999;
    transition: all ease-in 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}

a#cRetour.cVisible {
    bottom: 90px;
    opacity: 1;
}


footer {
	
margin-top:6rem;

}

.pied-de-page-section {
	
	width: 100%;
	background-color: #223654;
}


#pied-de-page {
		
	
	width: 100%;
	padding: 28px 0px 48px 0px;
    color: #FFF;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
	max-width: 900px;

}


#pied-de-page h2 {
		
	
	
    display: inline-block;
    font-size: 1.5rem !important;
	margin:0 0 0 0;
    font-weight: 500;
	color: #fff;

}
#pied-de-page h3 {
		
	

    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
	color:#fff;


}


#pied-de-page nav {
		display: flex;
	justify-content: space-between;
	text-align: left;
	flex-wrap: wrap;
}



.nous-joindre a{
color:#fff !important;
}

div#pied-de-page {
    margin-top: 0px;

    font-size: 1.18em;
	

}

div#pied-de-page p {
	font-size: 0.9em;
}

div#pied-de-page nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 15px;
}

div#pied-de-page nav ul a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	
	border-bottom: 2px solid transparent;
	padding:4px 0 4px 0;
}


	div#pied-de-page nav ul a:hover {
	  text-decoration: underline;
	}






#logos-ms {
	align-items: center;
	margin-bottom: 50px;
}
#logos-ms  a{
 border-bottom: none !important;
	transition: none;
}


#logos-ms  a:hover{
 border-bottom: none !important;
	transition: none;
}

	#logos-ms a:hover {
		opacity: 0.5;
	}



#logo {
	margin:30px 0;
}

#credits {
	    margin: 20px 0px;
}

	#credits a {
		    color: #006FA9 !important;
    text-decoration: none;
    font-size: 13px;

	}


#logo-oqlf-credits{
	
	margin:35px auto;
text-align: center;
	
	
}


