/*@charset "utf-8";*/
/*@import
url('https://fonts.googleapis.com/css2?family=Schoolbell');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700;900&display=swap');
{
	box-sizing:border-box;
}
strong {
  font-weight: 600;
}
img {
	height: auto;
 	max-width: 100%;
}

.img-thumbnail {
	max-width:150px;
	max-height:150px;
}
  
body {
	margin:50px;
	margin-top:20px;
	background:#000000;
	/*background-image: url(../img/Background.png);*/
	background-size:100%;
	/*font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial,sans-serif;*/
	font-family: Montserrat, Arial, sans-serif;
	color:#FFFFFF;
	background-color:#FFFFF;
	font-size: 15px;
}

span {
	/*font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial,sans-serif;*/
	font-size: 15px;
}
.souligne {
	text-decoration: underline;
}
.encadre{ 
border: 1px solid black;
padding:10px;
 } 
header {
	display:flex;
	flex-direction: column;
	min-width:300px;
	padding-top:1px;
	padding-bottom:1px;
	justify-content:center;
}

ul {
	list-style:none
}

a {
	text-decoration: none;
	font-family:Montserrat,Arial,sans-serif;
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial,sans-serif;*/
	/*font-size:35px;*/
	/* color:#0BD48C; */
	color:#6E83E6;
	
	font-weight: 900;
	font-style: normal;
}

nav {
display:flex;
justify-content:center;
}



nav>a{
	display:block;
	width:400px;
	background-color:rgba(0,0,0,0.1);
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	color:#B070E1;
	/*text-shadow: 4px 2px 2px #000000;*/
	text-shadow: 2px 2px 4px #76191A;
	margin:1px;
	transition:all 0.3s ease;
	
}

nav>a:hover {
	background-color:rgba(224,194,194,0.30);
	/*color:#3F833C;*/
	color:#7535A6;
	transition:all 0.5s ease;
}

#ch{
	display:none;
}

#lab{
	width:30px;
	height:30px;
	background:linear-gradient(white 0%,white 19%, 20%,transparent 39%,white 40%, white 59%,transparent 60%,transparent 79%,white 80%, white 100%);
	margin: 4px;
	display:none;
}
h2 {
	font-family:Montserrat,Arial,sans-serif;
	margin:0;
	text-align : center;
	padding-top:20px;
	margin-bottom:30px;
	color:#B070E1;
	font-size:30px;
	text-shadow: 2px 2px 4px #76191A;
}
h1 {
	font-family:Montserrat,Arial,sans-serif;
	margin:0;
	text-align:left;
	padding-left:60px;
	color:#B070E1;
	font-size:25px;
	text-shadow: 2px 2px 4px #76191A;
}
h3 {
	font-family:Montserrat,Arial,sans-serif;
	margin:0;
	text-align:left;
	color:#B070E1;
	font-size:20px;
	text-shadow: 2px 2px 4px #76191A;
}
h4 {
	font-family:Montserrat,Arial,sans-serif;
	margin:0;
	text-align:center;
	/*color:#18C11B;*/
	color:#B070E1;
	font-size:20px;
	text-shadow: 2px 2px 4px #76191A;
}



@media all and (max-width:700px){
	
	body{
		/*font-size:62%;*/
		margin-left:0.1rem;
		margin-right:0.1rem;
	}
	h1{
		font-size:1rem;
	}
	.title {
	min-width:60px;
}
	nav{
		display:block;
		position:absolute;
		left:0;
		right:0;
		transform:translate(-1000px,0);
		transition:all 1.5s ease;
		
		}
		
	nav>a{
		width:auto;
		color:#FFF;
		font-style: 16px;

	}
	
		#ch:checked+nav{
		transform:translate(0,0);
		transition:all 0.5s ease;
		background-color:rgba(0,0,0,0.60);
		
			}
		#lab{
		display:block;
		}
	.container {
	padding-left:50px;
	box-sizing:border-box;
	display:flex;
	flex-direction: column;
	margin-bottom:30px;
	/*justify-content:space-around;*/
	}
}

/*
.police{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial,sans-serif;
	font-size:18px;
}
*/
.container {
	padding-left:50px;
	box-sizing:border-box;
	display:flex;
	margin-bottom:30px;
	/*justify-content:space-around;*/
}

.cont-item {
	/*display:inline-block;*/
	margin:20px;
	border:2px solid #000000;
	border-radius: 25% 10%;
	width:40em;
	min-width:200px;
}
.gauche {
	/*display:inline-block;*/
	margin:10px;
	/*width:100px;*/
	min-width:200px;
	width:200px;
	max-height:300px;
}
.milieu {
	/*display:inline-block;*/
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	text-align:center;
	color:#000000;
	/*font-weight :bold;*/
	background-color: #FFFFFF;
	/*box-sizing:border-box;*/
	padding: 25px;
	padding-top:0px;
	margin: 10px;
	border:0 solid #000000;
	border-radius: 30px 0 0 30px;
	min-width: 50%;
	max-width: 650px;
	max-height: 300px;
	/*text-overflow:clip;*/
	overflow:auto;
	}
.droit {
	font-size:15px;
	border-left-style:outset;
	border-width:1px;
	border-color:#000000;
	padding:10px;
	margin:10px;
	min-width:200px;
	max-height: 300px;
	overflow:auto;
	}
.doc {
	/*display:inline-block;*/
	margin:10px;
	padding-left:5px;
	border-left-style:outset;
	border-width:1px;
	border-color:#000000;
	/*width:100px;*/
	min-width:200px;
	width:200px;
	max-height:300px;
}

.milieu-spec{
	/*display:inline-block;*/
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	text-align:justify;
	color:#000000;
	/*font-weight :bold;*/
	background-color: #FFFFFF;
	box-sizing:border-box;
	padding: 25px;
	padding-top:10px;
	margin: 10px;
	border:0 solid #000000;
	border-radius: 30px 0 0 30px;
	min-width: 50%;
	max-width: 1800px;
	max-height: 800px;
	/*text-overflow:clip;*/
	overflow:auto;
}
.galerie {
	font-size: 15px;
	background-color:transparent;
	padding: 10px;
	margin: 10px;
	border-left-style:outset;
	border-color:#000000;
	border-width:1px;
	min-width: 40%;
	max-width: 250px;
	max-height: 300px;
	text-align:center;
	overflow: auto;
	text-overflow: hidden;
	}

	
.photos {
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	background-color:transparent;
	padding: 5px;
	margin: 130px;
	margin-right:auto;
	margin-top:10px;
	border-left-style:outset;
	border-color:#000000;
	border-width:1px;
	min-width: 40%;
	max-width: 200px;
	max-height: 300px;
	text-align:center;
	overflow: auto;
	text-overflow: hidden;
	}

.photos-cie {
	
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	background-color:transparent;
	padding: 5px;
	margin: 20px;
	margin-top:10px;
	margin-bottom:20px;
	border-top-style:outset;
	border-color:#000000;
	border-width:1px;
	min-width: 40%;
	max-width: 1000px;
	text-align:justify;
	overflow: auto;
	text-overflow: hidden;
	}

	
	.droit-cie {
	font-size:15px;
	border-left-style:outset;
	border-width:1px;
	border-color:#000000;
	padding:10px;
	margin:10px;
	min-width:200px;
	/*max-height: 300px;*/
	overflow:auto;
	}
	
	.galerie-cie {
	font-size: 15px;
	background-color:transparent;
	padding: 10px;
	margin: 10px;
	border-left-style:outset;
	border-color:#000000;
	border-width:1px;
	min-width: 40%;
	max-width: 200px;
	/*max-height: 300px;*/
	text-align:justify;
	overflow: auto;
	text-overflow: hidden;
	}
.contact {
	/*display:inline-block;*/
	border-left-style:outset;
	color:#FFFFFF;
	font-size: 15px;
	padding:15px;
	margin:20px;
	width:20em;
	min-width:200px;
	
}
	footer {
	background:#075180;
	padding-left:50px;
	box-sizing:border-box;
	display:flex;
}

aside {
	background-color:#948889;
	padding:5px;
	font-size:12px;
	text-align:center
}

.align 
{
text-align:justify;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}


th, td {
  padding: 10px;
}

.paddingbottom {
	padding-bottom:20px;
}
.devis {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

.bouton-devis {
	display: inline-block;
	padding: 7px 12px;
	border: 2px solid #B070E1;
	border-radius: 6px;
	color: #B070E1;
	text-decoration: none;
	font-weight: 900;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.bouton-devis:hover {
	background-color: #B070E1;
	color: #FFFFFF;
}