@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------
 -----------------------------GENERAL--------------------------
------------------------------------------------------------------*/
::-webkit-scrollbar{
    width: 0px;
	background: transparent;
	display: none;
}

html {
	/*background: #00040B;*/
	
	font-family: "sans-serif";
	cursor: default;
	
	width: 100%;
	height: 100%;
}
header {
	width: 100%;
}
	navbar {		
		
}
	navbar ul {
		
	}
	navbar li {
		
	}
	navbar a {
		
	}
	

body {
	text-align: center;
	
	width: 100%;
	height: 100%;
	
	margin-left: -0.03em;
}
h1 {
	font-size: 45px;
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {

}
p {
    
}
li {
	
}
dd {
	
}
footer {
	
}


/*-----------------------------------------------------------------
 -----------------------------header--------------------------
------------------------------------------------------------------*/

header {
	display: flex;
	flex-direction: column;
	
	position:static;
	top: 0px;
}

.header_navbar {
	background-color: white;
	
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	
	width: 100%;
	height: 70px;
	
	box-shadow: inset 0px -2px 5px rgba(0,156,229,0.3);
}
@media (orientation: landscape) {
	.header_navbar {
		position:absolute;
	}
}
@media (min-height: 900px) {
	.header_navbar {
		position:fixed;
	}
}

.header_titre {
	/*background-color: orange;*/

	display:block;
	
	position: relative;
	top: 5px;
	left: auto;
	right: auto;
	
	line-height: 0.6;
}

#acd {
	color: rgba(0,12,112,1.00);
	
	top: auto;
	bottom: auto;
	right: auto;
	
	font-size: 35px;
	margin-top: 15px;
}

#bfr {
	color: rgba(0,156,229,0.88);
	
	position: relative;
	top: -28px;
	left: 60px;
	
	font-size: 15px;
}

.burger_menu_icon {
	background-color: white;
	
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	
	position: absolute;
	left: 15px;
	

	width: 30px;
	height: 30px;
	border: none;
}

.burger_menu_icon span{
	background-color: rgba(0,12,112,1.00);
	
	display: block;
	z-index: 1001;
	
	position: absolute;
	
	width: 25px;
	height: 3px;
	
	pointer-events: none;
	
	transition: 0.1s ease-out;
}

.burger_menu_icon span:nth-child(1){
	transform: translateY(-7px);
}
.burger_menu_icon span:nth-child(3){
	transform: translateY(7px);
}

.burger_menu_icon.active span:nth-child(1) {
	transform: translateY(0) rotateZ(-135deg);
}
.burger_menu_icon.active span:nth-child(2) {
	opacity: 0;
	transition: 0.1s 0s ease-out;
}
.burger_menu_icon.active span:nth-child(3) {
	transform: translateY(0) rotate(135deg);
}

.menu_links_container {
	background-color: rgba(255,255,255,0.99);
	
	position: fixed;
	z-index: 999;
	
	display: none;
	flex-direction: column;
	text-align: center;
	align-items: center;
	-webkit-align-items: center;
	
	padding-top: 70px;
	
	width: 101%;
	height: 280px;
	
	box-shadow: inset -2px 0px 5px rgba(0,156,229,0.3);
	
	transform: translateY(-100%);
	opacity: 0;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.menu_links_container.show {
	transform: translateY(0%);
	opacity: 1;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.menu_links_container a{
	color: rgba(217,239,254,1.00);
	text-shadow: -1px 1px 1px rgba(0,12,112,1.00);
	
	font-size: 25px;

	line-height: 2.5;
	
}

.menu_links_container a:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(3px);
}
	
/*-----------------------------------------------------------------
 -----------------------------BODY--------------------------
------------------------------------------------------------------*/

.html {
	max-width: 100%;
}

.body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------------------------
 -----------------------------TITRE ET ACCROCHE--------------------------
------------------------------------------------------------------*/

.contact_container_titre_accroche {
	/*background-color: red;*/
	
	display: flex;
	flex-direction: column;
	width: 100%;
	
	padding-top: 70px;
}

.contact_container_titre_sous-titre{
	/*background-color: aqua;*/

	width: 350px;
	height: 350px;
	
	position: relative;
	align-self: center;
	
	background-image: url("../Images/Logo_ACD45_dimm-min.png");
	background-clip: content-box;
	background-size: contain;
}
@media (orientation:landscape){
.contact_container_titre_sous-titre{

	width: 300px;
	height: 300px;
	}
.contact_titre h1{
	font-size: 40px;
	}	
}

.contact_titre {
	color: rgba(0,12,112,1.00);
	text-shadow: 0px -4px 2px white;
	
	padding-top: 75px;
}
.contact_titre h6{
	font-size: 15px;
	alignment-baseline: baseline;
	
	margin-top: -35px;
	padding-left: 205px;
}
@media (orientation:landscape){
	.contact_titre h6{
	font-size: 15px;
	padding-left: 160px;
	}
}

.contact_sous-titre {
	color: rgba(0,12,112,1.00);
	text-shadow: 0px -4px 2px white;
	
	margin-top: 5px;
	
	font-weight: bold;
	font-size: 25px;
}

.contact_accroche {
	color: rgba(217,239,254,1.00);
	text-shadow: -1px 1px 1px rgba(0,12,112,1.00);
	
	font-size: 28px;
}

/*-----------------------------------------------------------------
 -----------------------------CONTACT--------------------------
------------------------------------------------------------------*/


.contact_container_contact {
	background-color: rgba(217,239,254,1.00);
	
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	
	white-space: normal;
	
	position: relative;
	align-self: center;
	
	width: 350px;
	height: 350px;
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	
	box-shadow: 0px -5px 5px 1px rgba(0,140,255,0.2);
	border-radius: 25px 25px 0px 0px;
}
@media (min-width: 900px) {
	.contact_container_contact {
		width: 800px;
		
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1500px) {
	.contact_container_contact {
		width: 1200px;
		
		margin-left: auto;
		margin-right: auto;
	}
}

.contact_container_titre {
	color: white;
	text-shadow: 2px 2px 2px rgba(0,12,112,1.00);
	
	margin-bottom: -3.5px;
	
	margin-top: -50px;
}

.contact_container_tel {
	color: rgba(0,12,112,1.00);
	
	font-size: 30px;
	
	margin-bottom: 10px;
}
.contact_container_tel a{
	color: white;
	text-shadow: 1px 1px 3px rgba(0,12,112,1.00);
}

.contact_container_mail {
	color: rgba(0,12,112,1.00);
	
	font-size: 30px;
}
.contact_container_mail a{
	color: white;
	text-shadow: 1px 1px 3px rgba(0,12,112,1.00);
	
	font-size: 24px;
}


/*-----------------------------------------------------------------
 -----------------------------RS----------------------------------
------------------------------------------------------------------*/


.contact_container_RS {
	background-color: rgba(217,239,254,1.00);
	
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
	width: 350px;
	
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 60px;
	padding-bottom: 15px;
	
	box-shadow: 0px 5px 5px 1px rgba(0,140,255,0.2);
	border-radius:  0px 0px 25px 25px;
}
@media (min-width: 900px) {
	.contact_container_RS {
		width: 800px;
		
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1500px) {
	.contact_container_RS {
		width: 1200px;
		
		margin-left: auto;
		margin-right: auto;
	}
}

.contact_container_RS a img{
	width: 120px;
}


/*-----------------------------------------------------------------
 -----------------------BOUTON HAUT DE PAGE------------------------
------------------------------------------------------------------*/

.container_top_button {
	display:flex;
	justify-content: flex-end;
}

#TOP {
	display: none; /* Hidden by default */
 
	position: fixed; /* Fixed/sticky position */
	bottom: 30px;
	
	margin-left: auto;
	margin-right: 10%;
	z-index: 800;
	
	border: none;
	outline: none;
	
	background-color: rgba(0,12,112,0.7); /* Set a background color */
	color: rgba(217,239,254,1); /* Text color */
	
	padding: 8px 10px 6px 10px; /* Some padding */
	font-size: 20px; /* Increase font size */
	
	cursor: pointer; /* Add a mouse pointer on hover */
	
	/*transform: rotate(180deg);*/
}

#TOP:hover {
	background-color: #85FFFD;
	color: #5a0001;
}


/*-----------------------------------------------------------------
 -----------------------------FOOTER--------------------------
------------------------------------------------------------------*/


footer {
	background-color: black;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	
	width: 100%;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_container_contact {
	/*background-color: aqua;*/
	
	text-decoration: none;
	
	display: flex; 
	flex-direction: column;
	justify-content: center;
	
	width: 100%;
}

.footer_container_contact a{
	color: white;
	
	font-size: 9px;
}
.footer_container_contact p{
	color: white;
	
	
	font-size: 9px;
}

.footer_container_RS {
	/*background-color: antiquewhite;*/
	
	display: flex; 
	flex-direction: row;
	justify-content: center;
	align-self: center;
	
	margin-left: 10px;
	
	width: 100%;
}

.footer_container_RS img{
	height: 25px;
	width: 25px;
	
	margin: 5px;
}

.footer_copyright p{
	color: white;
	
	font-size: 10px;
}