@charset "UTF-8";

@font-face {
    font-family:"plan_black";
    src: url('fontes/Plan_x524_20191111-Black.otf');
}

@font-face {
    font-family:"plan_bold";
    src: url('fontes/Plan_x524_20191111-DemiBold.otf');
}

@font-face {
    font-family:"plan_normal";
    src: url('fontes/Plan_x524_20191111-Normal.otf');
}

@font-face {
    font-family:"plan_book";
    src: url('fontes/Plan_x524_20191111-Book.otf');
}

html, body, div {
	font-family:"plan_black";
	width:100%;
	border:none;
	padding:0;
	margin:0;
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
}

body {
	background-size:100% auto;
	background-color:#f0f0f0;
	font-size:15px;
	line-height: 21px;
}

header {
	width:calc(100% - 80px);
	min-height:35px;
	padding:0px 40px 0px 40px;
	background-color:#f0f0f0;
	z-index:2;
}

#tSB,
#bInfo {
	width:auto;
	height:auto;
	display:inline-block;
	color:   rgb(105, 105, 105);
	margin: 20px 0px 20px 0px;
}

#bTri {
	width:auto;
	display:inline-block;
	height: 100% !important;
	color: rgb(105, 105, 105);
	margin: 0 0 0 50px !important;
	vertical-align:top;
}

#tSB {
	color: black !important;
}

#bInfo {
	color: black !important;
}

#bTriDis{
	color:    rgb(105, 105, 105);
	margin-bottom:20px;
}

#bTri .button,
#bInfo .button,
#bTriDis .button {
	width:auto;
	height:40px;
	display:inline-block;
}

#bTri .button {
	margin:0px 30px 0px 0px;
}

#bInfo .button {
	margin:0px 0px 0px 30px;
	float: right;
}

#bTriDis .button {
	margin:0px 30px 0px 0px;
}

#tSB p,
#bTri .button p,
#bInfo .button p,
#bTriDis .button p {
	width:100%;
	height:100%;
	font-size:18px;
	text-transform:lowercase;
}
#tSB p {
	text-transform: capitalize!important;
}

#bTriDis .button p {
	text-transform:lowercase;
}

#bInfo {
	position:absolute;
	right:40px;
	top:0px;

}
#bTriDis {
	width:calc(100% - 80px);
	display:none;
	padding:0 40px;
}
#bTriDis.ouvert {
	display:block;
}

#blocContact {
	width: calc(100% - 80px);
	padding: 0px 40px;
	z-index:1;
	position:relative;
	margin-bottom: -2px;

}
#contacts {
	width:100%;
	height:auto;
	display:table;
	padding: 0; 

}

#contacts2 {
	width:100%;
	height:auto;
	display:table;
	padding: 0; 
	border-bottom: 2.5px black solid;
}

#cadresse {
width: 20%;
height: auto;
display: table-cell;
vertical-align: top;
font-family: "plan_bold";
font-size: 17px;
line-height: 22px;
position: relative;
padding: 0 10px 0px 0px;
background-color:#f0f0f0;
}

#ctel {
width: 30%;
height: auto;
display: table-cell;
vertical-align: top;
font-family: "plan_bold";
font-size: 17px;
line-height: 22px;
position: relative;
padding: 0 10px 0px 0px;
background-color:#f0f0f0;
}

#cmail {
width: auto;
height: auto;
display: table-cell;
vertical-align: top;
font-family: "plan_bold";
font-size: 17px;
line-height: 22px;
position: relative;
padding: 0 10px 0px 0px;
background-color:#f0f0f0;
}
.bcContact {
	height:calc(100% - 21px) !important;
	display:inline-block;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}

.bcContact p {
	line-height: 21px;
	width:100%;
	height:100%;
	margin:0;
}

#cInfo {
width: 60%;
height: auto;
display:table-cell;
}

#cInfo p {
width: auto;
height: 100%;
margin: 0 !important;
padding-right: 200px;
font-size: 15px;
line-height: 21px;
}

#cReseau {
height: 21px;
font-size: 15px !important;
line-height: 21px;
}


.puce {
	font-size:21px;
	line-height:0px;
}

#cRS {
	width:500px;
	position:absolute;
	bottom:15px;
	left:60px;
}

.bRS {
	width:auto;
	display:inline-block;
	margin-right:50px !important;
	font-family: "plan_black";
	margin:0;
	font-size: 15px !important;
}

#flexTable {
	width:100vw;
	height:calc(100vh - 57px);
	display:flex;
	flex-flow: column wrap;
}
#bContainer {
width: calc(100% - 60px) ;
max-width: 100%;
padding: 0 30px;
display:flex;
flex:1;
flex-flow: column wrap;
overflow:auto;
}

#container {
/*width: 100% !important;*/
max-width: auto !important;
/*margin: 0 0 0 0 !important;*/
margin:0 auto;
}

.imgAll {
	margin: 0 50px 60px 10px;
	max-width:100%;
}

#container,
.imgAll {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0s !important;
     -moz-transition-duration: 0s !important;
      -ms-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.imgAll.link:hover {
	cursor:pointer;
	opacity:0.8;
	transition:all ease 0.4s;
}

a {
	text-decoration:none;
	color:inherit;
}

.button:hover,
a:hover {
	color:black;
	cursor:pointer;
}

#buttonContact.selected,
#bTriDis .button.selected,
#bTri .button.selected {
	color:black;
}

.width-200px {
	width:180px;
}
.width-300px {
	width:280px;
}
.width-400px {
	width:380px;
}
.width-500px {
	width:480px;
}
.width-600px {
	width:580px;
}
.sep {
	width:100% ;
	margin:0 0 20px 0;
	float:left;
	border-top:2.5px solid black
}
.sep p {
	font-size:18px;
	margin:5px 0px 0px;
	text-transform:lowercase;
}

#arrowReturn {
	display:none;
}

@media (max-width: 900px) {
	
	body {
font-size: 18px !important;
}

	header {
	width:calc(100% - 20px);
	min-height:35px;
	padding:0px 10px 0px 10px;
	background-color:#f0f0f0;
	z-index:2;
}


#container {
}

	#grosTitre {
		display:inline-block;
		width:calc(100% - 62px) !important;
		margin: 0 0 0 0;
	}
	#arrowReturn {
		display:inline-block;
		margin: 0 10px 0 0;
		text-align:center;
	}
	#arrowReturn span{
		cursor:pointer;
	}

	#tSB{
		width:100% !important;
		height: 35px !important;
		margin: 0px 0px 25px 0px !important;
		
	}

	#bTri {
		width:100% !important;
		height: 20px !important;
		margin: 0px 0px 20px 0px !important;
		position:relative;
		right:0px;
	}
	#bTri .button{
		height: 21px !important;
	}
	#bTri .button:not(:last-child){
		margin:0 20px 0 0 !important;
	}	
	#bTri .button:last-child,
	#bTri .button p {
		margin:0px 0px 0px 0px;
	}	
	#buttonContact {
		
	}
	#bInfo {
		width: auto !important;
		height: 40px !important;
		margin: 0 !important;
		top: 0px;
		right: 30px;
		text-align:right !important;
	}
	#bInfo .button {
		float: right ;
	}
	#bInfo .button p {
		margin: 20px 0 !important;
	}

	header.ouvert #bTriDis.ouvert {
		display:inline-block !important;
	}
	header #bTriDis:not(.ouvert) {
		display:none !important;
	}
	#bTriDis{
		width: auto;
		padding:0px 10px 0px 10px!important;
		height:auto;
	}
	#bTriDis .button {
		height:28px !important;
		margin:0 15px 5px 0 !important;
	}
	#bTriDis .button p {
		margin-top: 5px !important;
	}
	#blocContact {
		display:none !important;
	}
	header.ouvert + #blocContact.ouvert {
		display:inline-block !important;
	}
	header:not(.ouvert) + #blocContact {
		display:none !important;
	}
	#cContact {
		width:100%;
	}
	#cContact .bcContact:first-child > p:first-child {
		height:90px;
	}
	.bcContact:first-child {
		width:100%;
	}
	.bcContact:last-child {
		width:100%;
		margin-top:20px;
	}
	#cInfo {
		width:100%;
		margin-top:20px;
	}
	
	#cInfo p {
		font-size:16px;
		padding-left:0px;
	}
	.bRS {
		margin-right:15px;
	}
	.sep {
		width:calc(100% - 10px) !important;
	}
	#bContainer {
		width: 100% !important ;
		max-width: 100%;
		padding:0!important;
	}
	.imgAll {
		margin:0 0 30px 5px;
	}
}

@media (max-width: 600px) {
	
	.width-600px {
		width:calc(100% - 10px);
	}
}

@media (max-width: 500px) {
	.width-500px {
		width:calc(100% - 10px);
	}
}
@media (max-width: 400px) {
	.width-400px {
		width:190px;
	}
	.width-300px {
		width:140px;
	}
	.width-200px {
		width:90px;
	}
}