* {
    box-sizing: border-box;
	outline:none;
	 margin: 0;
    padding: 0;
 }
  
  html, body p {
    width: 100%;
	height: 100%
	max-height: 100%;
	font-family: roc-grotesk, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height : 1.5;
	color: #7F7D7D;
 }



@media  screen and (max-width: 500px) {
	.apropos {
		color : white; 
	}
	.ele-accueil {
		padding: 0px;	
		width: 100%;
}

	
} 

@media only screen and (max-width: 930px){
	.burger span {
		display: hidden;
	}
}


@media only screen and (min-width: 930px){
	.navbar {
		display: none;
	} 
	.burger span {
		display: block;
	}
	.trait span {
		display: none;
	}
	.container {
		margin: 0px;
		border: 0px;
}


ul {
	list-style: none;
}


/* TEXTE */

.container {
	margin-top: 32px;
	border-left: 290px;
}


 /* HEADER */
.navbar .navbar_logo {
    text-align: center;
}

header .navbar {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0px 0 0 0;
	z-index: 500;
    width: 290px;
	height: auto;
    background: #1193A5;  
 }

header .navbar ul li {
     list-style: none;
     text-decoration: none;
     line-height: 1;
     display: flex;
 }
	
}

h1 {
	color: #f18518;
	font-family: bely-display , sans-serif;
}


h2  {
	font-family: bely, serif;
	color: #7F7D7D;
}

h3 {
	font-family: bely, serif;
	font-size : 16px;
	color: #7F7D7D;
}

.pc {
	color: #f18518;
}

.textfond {
	color: white;
}

header .navbar a {
     text-decoration: none;
	 align-items: center;
	 text-align: center;
     color:white;
	 font-family: roc-grotesk, sans-serif;
     font-weight: 500;    
 }

.navbar a  {
	 direction: block;
     text-align: center;
     justify-content: center;
     font-size: 17px;
	 padding: 1rem;
	 transition: all .4s ease-in-out;
 }
.navbar a:hover {
     color: #f18518;
	 padding: 2rem;
	 letter-spacing:3px;
 }

#menu-navigation li {
	display: block;
	align-items: center;
    text-align: center;
	line-height: 4;
}


.trait {
	display: block;
	width: 84px;
	height: 42px;
	cursor: pointer;
	position: relative;	
}
.trait span {
	text-align: center;
	width: 100%;
	height: 4px;
	background: white;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 50%;
}

/* ANIMATION ICON BURGER */ 

.burger {
	display: none;
	width: 42px;
	height: 42px;
	cursor: pointer;
	position: relative;	
}

.burger span {
	display: none;
	position: absolute;
	width: 100%;
	height: 4px;
	background: red;
	border-radius: 3px;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.5s ease-in-out;
}

.burger span::before, .burger span::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 4px;
	background: red;
	border-radius: 3px;
	transition: transform 0.5s ease-in-out;
}

.burger span::before {
	transform: translateY(-10px)
}

.burger span::after {
	transform: translateY(10px)
}

.burger.active span {
	background-color: transparent;
}

.burger.active span::before{
	transform: translateY(0px) rotateZ(45deg);
}

.burger.active span::after{
	transform: translateY(0px) rotateZ(-45deg);
}

/* ACCUEIL */
.ele-accueil {
	padding-top:100px;
	padding-bottom: 50px;
	padding-left: 60%;
}

.ele-accueil p {
	font-size: 16px;	
}



/*  A PROPOS */

.apropos {
	font-size: 12px;
}

.presentation {
	padding-bottom: 15px;
}


/* PRESTATION */ 

.titre-prestation {
	color : #1193A5;
}

.img-prestation {
	padding-bottom: 15px;
}

.processus {
	line-height: 0;
}



/* MAP */

iframe {
	position: relative; 
	display: block;
	margin: 0;
	
}

/*  CONTACT */ 

#contact {
	padding-top: 40px;
}

.coordonnees {
	text-decoration : none;
	color: #7F7D7D;
}

.coordonnees:hover {
	color: #f18518;
}

.border {
	border-radius: 7px;
	padding-top: 10px;
}



 /* CTA */
     
form button {
     background:#f18518;
     border: 2px solid white;
	 font-family: roc-grotesk, sans-serif;
	 font-weight: 500;
	 color: white;
	 padding-top: 7px ;
	 padding-bottom: 7px ;
	 padding-left: 20px;
	 padding-right: 20px ;
     border-radius: 100px;
	 transition: all .5s;
 }

button a {
	font-weight: 500;
	font-family: roc-grotesk, sans-serif;
	text-decoration: none;
	color: white;
}

form .cta:hover {
	background: white;
	border: 2px solid #f18518;
	color: #f18518;
}

button a:hover{
	color: #f18518;
}

.bnt-apropos {
	width: 138px;
}

.bnt-apropos:hover {
	background: white;
	border: 2px solid #f18518;
}

#bnt-actu input {
	background-color: #1193A5;
	opacity: 0.7;
	border-radius: 100px;
	width: 180px;
	font-size: 14px;
}

#bnt-actu button {
	border: none;
	background-color: transparent;
}

 /* FOOTER */

footer {
	position: fixed;
	display: block;
	z-index: 500;
	padding-top: 50px;
	width: 290px;
	height: auto-flow;

}


.reseaux {
	display: flex;
	align-items: center;
    text-align: center;
	word-spacing: 20px;
	justify-content: space-between;
	padding: 0 30px 30px;
}

.mentions {
	display : flex;
    font-size: 9px;
    font-weight: 400;
	align-items: center;
    text-align: center;
	justify-content: space-between;
	
}

.mentions a {
	text-decoration: none;
	color: white;
}

.mentions a:hover {
	 color: #f18518;
}