html
	{
	height: 100%;
	scroll-behavior: smooth;
	}
	
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

*
	{
	font-family: 'Cuprum';
	}

body
	{
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
	height: 100%;
	overflow: hidden;
	}

input,textarea
	{
	color: black;
	}

#fondfenetre
	{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	z-index: 3;
	display: none;
	}

#chargement
	{
	position: fixed;
	top: 0px;
	padding: 50px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.75);
	display: none;
	}

h1
	{
	color: black;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	}

h2
	{
	color: white;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
	font-size: 250%;
	border-style: solid;
	border-width: 3px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: rgb(255, 250, 0);
	font-family: 'Cuprum';
	}

h3
	{
	font-size: 300%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: black;
	font-family: 'Cuprum';
	}
	
h4
	{
	acolor: red;
	color: black;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	letter-spacing: 2px;
	}
	
p
	{
	text-align: justify;
	}
	
p, li
	{
	font-size: 17px;
	line-height: 22px;
	}
	
a:hover
	{
	color: red;
	text-decoration: none;
	}
	
#menu
	{
	width: 100%;
	height: 47.5px;
	z-index: 2;
	position: fixed;
	top: 0px;
	abackground-color: #FCCE1C;
	background-color: black;
	border-width: 0px;
	border-bottom-width: 0px;
	border-bottom-width: 3px;
	border-style: dashed;
	border-color: black;
	}

#menu-logo
	{
	margin-top: 0.5%;
	margin-left: 0.5%;
	}

#menu-options
	{
	text-align: right;
	position: absolute;
	width: 70%;
	top: 10%;
	right: 150px;
	}
	
#menu-rs
	{
	position: absolute;
	top: 5px;
	right: 5px;
	}
	
.option
	{
	background-color: black;
	border-radius: 4px;
	color: #FCCE1C;
	padding: 0.5%;
	margin: 1%; margin-top: 0px;
	display: inline-block;
	transition: all 0.15s ease-in-out;
	}
	
.option:hover
	{
	transform: scale(1.05);
	}

.option-rs
	{
	color:black;font-size:30px;margin-right:10px;
	}

.dia
	{
	position: absolute;
	width:100%;
	height:100%;
	}
	
#accueil-blocks
	{
	width: 100%;
	height: 66%;
	margin: 0px;
	}

#accueil-decouvrez-img
	{
	display: none;
	}
	
#accueil h3
	{
	cursor: pointer;
	}

.accueil-wt-ext
	{
	abackground-color:black;
	height:100%;
	background-size:cover;
	abackground-attachment:fixed;
	background-position: center;
	transition: all 0.5s ease-in-out;
	}
	
.accueil-wt-ext:hover
	{
	atransform: scale(1.025);
	}
	
.accueil-wt
	{
	width: 60%;
	padding: 10px;
	padding-bottom: 20px;
	left: 20%;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	position: absolute;
	bottom: 10px;
	abottom: 0px;
	acursor: pointer;
	transition: all 0.5s ease-in-out;
	}
	
.accueil-wt:hover
	{
	atransform: scale(1.05);
	}
	
.accueil-wt-title
	{
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	}
	
.accueil-wt-title:hover
	{
	transform: scale(1.05);
	}
	
@media (max-width: 768px)
	{
	#accueil-blocks
		{
		height: 12.5%;
		position: absolute;
		top: 55%;
		}
		
	.accueil-wt
		{
		padding: 5px;
		padding-bottom: 5px;
		}
		
	#accueil-wt-visuelle
		{
		background-color: rgba(255,255,255,0.15);
		}
		
	.accueil-wt-title h3
		{
		font-size: 200%;
		}
		
	.accueil-wt-title-fa
		{
		display: none;
		}
		
	.accueil-wt-liste
		{
		display: none;
		}
		
	.accueil-details-int
		{
		overflow-y: auto;
		background-color: white !important;
		}
		
	.accueil-details-int h4
		{
		color: black !important;
		}
		
	.accueil-carte-in .row .col-sm-7
		{
		padding-bottom: 20%;
		}

	.zapper-left
		{
		font-size: 39px !important;
		}
		
	.accueil-carte-in
		{
		overflow-y: auto;
		}
	}
	
@media (min-width: 769px)
	{
	#accueil-int-logo
		{
		display: none;
		}
		
	#accueil-wt-visuelle
		{
		background-color: rgba(0,0,0,0.7);
		}
		
	.accueil-wt-liste-768
		{
		display: none;
		}
		
	.accueil-details-int h4
		{
		font-size: 400%;
		}
	}
	
.accueil-wt-details
	{
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	}
	
.accueil-wt-details:hover
	{
	font-weight: bold;
	atransform: scale(1.05);
	}
	
.accueil-wt-liste
	{
	font-size: 17.5px;
	padding-left: 15px;
	}
	
.accueil-wt-liste-fa
	{
	padding-right: 10px;
	}
	
.accueil-details
	{
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: white;
	}
	
.accueil-details-int
	{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	width: 92%;
	height: 100%;
	padding: 10px;
	padding-top: 11%;
	}
	
.accueil-details-int h4
	{
	acolor: #333;
	color: white;
	transform-origin: left;
	text-align: left;
    transform: scale(3,4);
	amargin-left: -40%;
    margin-bottom: 75px;
	}
	
.accueil-details-carte
	{
	background-color: white;
	border-radius: 0px 0px 10px 10px;
	awidth: 400px;
	width: 100%;
	text-align: justify;
	display: inline-block;
	background-size: cover;
	amargin: 10px;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	}
	
.accueil-details-carte:hover
	{
	transform: scale(1.025) rotate(1deg);
	}
	
.accueil-details-carte-int
	{
	background: linear-gradient(black,transparent);
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	height: 300px;
	}
	
.accueil-carte-in
	{
	position: absolute;
	right: 0px;
	bottom: -100%;
	width: 92%;
	height: 95%;
	background-color: white;
	padding-right: 10%;
	padding-top: 5%;
	}
	
.zapper-accueil
	{
	display: none;
	}
	
#store
	{
	background-color:black;
	}
	
#store-txt
	{
	background-color: white;
	padding: 30px;
	margin-top: 80px;
	height: 100%;
	text-align: justify;
	}
	
#txt-presentation
	{
	text-transform: uppercase;
	font-size: 35px;
	padding-top: 80px;
	acolor: rgb(252, 206, 28);
	}
	
#transport-txt	
	{
	background-color: white;
	padding: 30px;
	padding-top: 80px;
	height: 95%;
	text-align: justify;
	}
	
@media (max-width: 768px)
	{
	#txt-presentation
		{
		padding-top: 10%;
		font-size: 25px;
		}
	
	#stamp
		{
		display: none;
		}
		
	.accueil-details-carte
		{
		margin-bottom: 5px;
		}
		
	.option-rs
		{
		color: rgb(252, 206, 28);
		}
	}
	
.slow-spin
	{
	-webkit-animation: fa-spin 180s infinite linear;
	animation: fa-spin 180s infinite linear;
	}
	
#zapper
	{
	position: fixed;
	bottom: -40.5%;
	right: 2.5%;
	z-index: 2;
	font-size: 50px;
	height: 100%;
	}
	
.zapper
	{
	atext-shadow: 1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, -1px 0 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	}

.zapper:hover
	{
	transform: scale(1.1);
	}
	
.zapper-right, .zapper-left
	{
	position: absolute;
	bottom: 40.5%;
	font-size: 100px;
	cursor: pointer;
	z-index: 2;
	}
	
.zapper-right
	{
	color: white;
	right: 1%;
	}
	
.zapper-left
	{
	color: black;
	left: 1%;
	}
	
#blog-int
	{
	background-color: white;
	width: 97.5%;
	height: 90%;
	margin: 1.5%;
	margin-top: 4%;
	padding: 5%;
	text-align: justify;
	overflow-y: scroll;
	}
	
#blog h4
	{
	text-align: left;
	font-size: 25px;
	color: black;
	}
	
.blog-galblock
	{
	width: 256px;
	height: 144px;
	amargin: 1%;
	margin: 0.5%;
	border-radius: 3px;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
	background-size: cover;
	display: inline-block;
	}
	
.blog-galblock-opacite
	{
	width: 256px;
	height: 144px;
	text-align: center;
	font-size: 200%;
	color: white;
	background-color: rgba(0,0,0,0.3);
	border-radius: 3px;
	transition: all 0.50s ease-in-out;
	cursor: pointer;
	}
	
.blog-galblock-opacite:hover
	{
	background-color: rgba(0,0,0,0);
	}
	
#blog-back
	{
	position: fixed;
	top: 100px;
	left: 50px;
	font-size: 20px;
	color: black;
	z-index: 2;
	}

#blog-diaporama
	{
	position:relative;
	background-color:black;
	width:66%;
	padding:10px;
	}
	
@media (max-width: 768px)
	{
	#blog-back
		{
		top: 20px;
		left: 20px;
		}
		
	#blog-diaporama
		{
		width: 100%;
		padding: 5px;
		}
		
	.blog-site-forms-apercu-gal-img-arrow
		{
		font-size: 50px !important;
		}
	}
	
#references-timeline-int
	{
	position: absolute;
	top: 10%;
	width: 90.5%;
	height: 475px;
	margin: 1.5%;
	margin-top: 4%;
	padding: 5%;
	padding-left: 0px;
	text-align: justify;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap !important;
	}
	
.references-block
	{
	height: 370px;
	width: 350px;
	abackground-color: #FCCE1C;
	background-color: white;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	display: inline-table;
	}
	
.references-block-int
	{
	width: 100%;
	padding: 10px;
	text-align: center;
	}
	
.references-block-img
	{
	width: 100%;
	margin-right: 10px;
	border-radius: 3px;
	}
	
.references-block-btn
	{
	font-size: 16px;
	padding-right: 12px; padding-left: 12px;
	background-color: black;
	abackground-color: #FCCE1C;
	color: white;
	acolor: black;
	transition: all 0.25s ease-in-out;
	}
	
.references-block-btn:hover
	{
	color: white;
	transform: scale(1.1);
	}
	
#references-detail-img
	{
	margin-top: 40px;
	}

#references-detail-txt
	{
	background-color: white;
	padding: 30px;
	margin-top: 80px;
	height:100%;
	text-align:justify;
	}

.references-detail-txt-btn-notosite
	{
	display: none;
	}

#store p, #transport p
	{
	font-size: 17px;
	}
	
#contact h3
	{
	margin-bottom: 45px;
	}
		
#contact-form
	{
	height: 66%;
	padding: 100px;
	}
	
#contact_msg
	{
	width: 100%;
	height: 150px;
	}

#contact_send
	{
	height: 87.5px;
	font-size: 25px;
	abackground-color: #FCCE1C;
	background-color: black;
	acolor: black;
	color: white;
	border-width: 0px;
	}
	
#contact-footer-min
	{
	display: none;
	}
	
.contact-rs
	{
	afont-size: 30px;
	font-size: 60px;
	width: 60px;
	padding: 15px;
	acolor: white;
	color: black;
	abackground-color: black;
	}
	
#truck
	{
	position: absolute;
	left: -113px;
	top: -80px;
	z-index: 2;
	}
	
.truckgo
	{	
	-webkit-animation-name: truckanim;
	-webkit-animation-duration: 50s;
	-moz-animation-name: truckanim;
	-moz-animation-duration: 50s;
	animation-name: truckanim;
	animation-duration: 50s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
    animation-delay: 0s;
	animation-iteration-count: 1;
	}
	
@keyframes truckanim
	{
	0%
		{
		left: -20%;
		}
		
	100%
		{
		left: 300%;
		}
	}
	
@media (max-width: 768px)
	{
	#menu
		{
		top: auto;
		bottom: 0px;
		height: 35px;
		border-bottom-width: 0px;
		border-top-width: 2.5px;
		}
		
	#menu-logo, #accueil-photo, #accueil-decouvrez-txt
		{
		display: none;
		}
		
	#zapper
		{
		bottom: 50px;
		height: initial;
		}
		
	.zapper
		{
		afont-size: 40px;
		color: black !important;
		}
		
	.zapper-right
		{
		bottom: 50px;
		font-size: 50px;
		}

	#accueil-decouvrez-img
		{
		display: block;
		}

	#references-timeline-int
		{
		height: 325px;
		}

	.references-block
		{
		width: 250px;
		height: 250px;
		}

	.references-block h4
		{
		font-size: 20px;
		}
		
	#references-detail-img
		{
		margin-top: 0px;
		}
	
	#references-detail-txt
		{
		margin-top: 0px;
		}
	
	.references-detail-txt-btn-tosite
		{
		display: none;
		}
		
	.references-detail-txt-btn-notosite
		{
		display: block;
		}
		
	#store
		{
		background-color: white;
		}
		
	#store-txt
		{
		margin-top: 0px;
		}
		
	#transport-txt
		{
		padding-top: 30px;
		}
		
	#contact h3
		{
		font-size: 200%;
		margin-bottom: 15px;
		}
		
	#contact-form
		{
		padding: 50px;
		padding-top: 10px;
		}
		
	.form-control
		{
		height: 25px;
		}
		
	label
		{
		font-size: 10px;
		}
		
	#contact_msg
		{
		height: 75px;
		}
		
	#contact_send
		{
		height: initial;
		font-size: 13px;
		}
		
	#contact-footer-min
		{
		display: block;
		}
		
	#contact-footer
		{
		display: none;
		}
		
	#truck
		{
		display: none;
		}
	}