@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: 35px;
}
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;
}

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

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

.devis_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){
.devis_container_titre_sous-titre{

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

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

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

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

.devis_recap_presta {
	color: rgba(0,12,112,1.00);
	
	line-height: 0.3;
}

.devis_recap_button {
	width: 210px;
	
	z-index: 10;
	
	align-items: center;
	-webkit-align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background-color: #FCFCFD;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
	box-sizing: border-box;
	color: rgba(0,12,112,1.00);
	cursor: pointer;
	display: inline-flex;
	font-family: sans-serif;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	-webkit-overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size-adjust: 0.5;
}
.devis_recap_button:focus {
	box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
.devis_recap_button:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
}
.devis_recap_button:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
}
@media (min-width: 900px) {
	.devis_recap_button {
		display: none;
	}
}

.confirmation_message {
	background-color: rgba(217,254,225,0.95);
	
	position: absolute;
	top: 0%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	
	color: rgba(0,12,112,1.00);
	font-size-adjust: 0.8;
	font-weight: bold;
	text-align: center;
	
	height: 85vh;
	width: 100%;
	
	z-index: 9999;
	
	opacity: 1;
}


/*-----------------------------------------------------------------
 -----------------------------PC--------------------------
------------------------------------------------------------------*/


.container_pc_devis {
	display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
}

.container_iframe_presta_pc_devis {
	display: none;
}
@media (min-width: 900px) {
	.container_iframe_presta_pc_devis {
	display:block;
	
	width: contain;
	height: 800px;
	
	color: rgba(0,12,112,1.00);
	
	margin: auto;
	
	border-radius: 25px 25px 25px 25px;	
}
}

.iframe_presta {
	width: 330px;
	height: 650px;
	
	border-radius: 25px 25px 25px 25px;	
}

/*-----------------------------------------------------------------
 -----------------------------FORMULAIRE--------------------------
------------------------------------------------------------------*/


.devis_container_contact {
	background-color: rgba(217,239,254,1.00);
	
	display: flex;
	flex-direction: column;
	
	width: 350px;
		
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 25px 25px 25px 25px;
	
	color: rgba(0,12,112,1.00);
}
@media (orientation: landscape) {
	.devis_container_contact {
		width: 550px;
		
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	.devis_container_contact {
		width: 700px;
		
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1500px) {
	.devis_container_contact {
		width: 1000px;
		
		margin-left: auto;
		margin-right: auto;
	}
}

.devis_container_titre h1{
	color: white;
	text-shadow: 2px 2px 2px rgba(0,12,112,1.00);
}

.devis_form {
	display: flex;
	flex-direction: column;
	
	margin-top: -20px;
}

.form_prenom, .form_nom, .form_company, .form_telephone, .form_email, .form_marque, .form_modele {
	display: flex;
	justify-content: flex-end;
	
	width: 90%;
	gap: 50px;
}
@media (orientation: landscape) {
	.form_prenom, .form_nom, .form_company, .form_telephone, .form_email, .form_marque, .form_modele {
		width: 45%;
		margin-left: 10%;
		gap: 50px;
	}
}
@media (min-width: 900px) {
	.form_prenom, .form_nom, .form_company, .form_telephone, .form_email, .form_marque, .form_modele {
		width: 50%;
		margin-left: 10%;
		gap: 50px;
	}
}

.form_email_choice, .form_phone_choice {
	display: flex;
	justify-content: flex-start;
	
	width: 85%;
	margin-left: 8%;
	gap: 15px;
}
@media (orientation: landscape) {
	.form_email_choice, .form_phone_choice {
	
		width: 50%;
		margin-left: 10%;
		gap: 50px;
	}
}
@media (min-width: 900px) {
	.form_email_choice, .form_phone_choice {
	
		width: 60%;
		margin-left: 2%;
		gap: 50px;
	}
}
@media (min-width: 1200px) {
	.form_email_choice, .form_phone_choice {
	
		width: 50%;
		margin-left: 13%;
		gap: 50px;
	}
}
@media (min-width: 1500px) {
	.form_email_choice, .form_phone_choice {
	
		width: 50%;
		margin-left: 25%;
		gap: 50px;
	}
}

.form_description {
	display: flex;
	justify-content: center;
	
	width: 90%;
	min-height: 100px;
	
	margin-left: 5%;
	margin-right: 5%;
}

.form_callback {
	margin-top: 20px;
}

.devis_bouton_valider {	
	z-index: 10;
	
	
	align-items: center;
	-webkit-align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background-color: #C4F3C7;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
	box-sizing: border-box;
	color: rgba(0,12,112,1.00);
	cursor: pointer;
	display: inline-flex;
	font-family: sans-serif;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	-webkit-overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 0.5;
	
	margin-bottom: 20px
}
.devis_bouton_valider:focus {
	box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
.devis_bouton_valider:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
}
.devis_bouton_valider:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
}


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

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

#TOP {
	display: none; /* Hidden by default */
 
	position: fixed; /* Fixed/sticky position */
	bottom: 30px;
	
	margin-left: auto;
	margin-right: auto;
	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: 0.2em;
	padding-bottom: 1em;
	
	margin-top: 50px;
}

.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: 8px;
}
.footer_container_contact p{
	color: white;
	
	
	font-size: 8px;
}

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

.footer_container_RS img{
	height: 1.5em;
	width: 1.5em;
	
	margin: 0.2em;
}

.footer_copyright {
	margin:-0.5em;
}

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