* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size:16px;
	color: #f1f1f1;
	background:#000;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, hr {
  margin: 0;
  margin-bottom: 15px;
  
}
address{
	font-size:20px;
	text-align:center;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul,
li > ul,
li > ol {
  margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
}
h1 {
	font-size: 48px;
	font-weight: 700;
	color: #f1f1f1;
}

h2 {
	font-size: 24px;
	font-weight: 500;
	color: #f1f1f1;
}
h2.title {
	font-size: 30px;
	font-weight: 700;
	color: #f1f1f1;
}
h3 {
	font-size: 20px;
	font-weight: 500;
	color: #f1f1f1;
}
strong {
	font-weight:500;
}
h4, h5, h6 {
	font-weight: 500;
	color: #f1f1f1;
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a, a:visited {
	transition: all 0.4s ease-in-out 0s;
	color: #0060b2;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	outline: none;
	color: #0060b2;
}
a:focus,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
  max-width: 100%;
}
.hidden {
	display: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.wrapper,
.page-wrapper {
  position: relative;
}

.height-500 {
	min-height:500px;
}


/*******************************************************************************
  	HEADER
*******************************************************************************/
@media (max-width:5000px) {
.header img.logo {
	width:500px;
}
}
@media (max-width:576px) {
.header img.logo {
	width:300px;
}
}


/*******************************************************************************
	HOMEPAGE
*******************************************************************************/
/*-- boutons --*/
[class*="tcb-"] {
	min-width: 180px;
	padding: 11px 15px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none !important;
	text-align: center;
}
.tcb-large {
	padding: 13px 20px;
	font-size: 16px;
}

.tcb-animate-c {
	border: 1px solid;
	background: transparent;
	position: relative;
	z-index: 1;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}
.tcb-animate-c:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
}
.tcb-animate-c:not(.tcb-default):hover,
.tcb-animate-c:not(.tcb-default):active {
	color: #000;
}
.tcb-animate-c:not(.tcb-color3):hover,
.tcb-animate-c:not(.tcb-color3):active {
	color: #fff;
}
.tcb-animate-c:hover:after,
.tcb-animate-c:active:after {
	height: 100%;
}
.tcb-animate-c.tcb-color1 {
	border-color: #FFF;
	color: #000;
	background-color:#00E1FF;
}

.tcb-animate-c.tcb-color2 {
	border-color: #FFF;
	color: #000;
	background-color:#B5E800;
}

.tcb-animate-c.tcb-color3 {
	border-color: #FFF;
	color: #000;
	background-color:#B5E800;
}


@media (max-width:576px) {
	[class*="tcb-"] {
	min-width: 100%;
	}
}

/*-- blocs en savoir plus --*/
.conscruct {
	position:relative;
	margin-bottom:2rem;
}
.conscruct .thumb {
	position:relative;
}
.conscruct .picto {
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:-10px;
	font-size: 20px;
	line-height:50px;
	border-radius:100%;
	width:50px;
	height:50px;
	text-align:center;
	background: #B5E800;
	border:2px solid #000;
}
.conscruct .picto a,
.conscruct .picto a:visited,
.conscruct .picto a:hover {
	color:#000;
}
.conscruct .picto:hover {
	background: #fff;
}
.conscruct img {
	margin-bottom:15px;
}
.conscruct h3 {
	position:relative;
	color:#f1f1f1;
	font-size:16px;
	font-weight:500;
	margin:15px 0 5px;
}


/***********************************************************************
	FOOTER
***********************************************************************/
.footer {
	position:relative;
	background:#222;
}

.footer .form-control {
	color: #333;
	background-color: rgba(255,255,255,1);
	border: 1px solid #222;
	border-radius: 0;
}
.footer .form-control::placeholder {
  color: #333;
  opacity: .8;
}
.footer h2 > i {
	margin-right:.5rem;
	color:#5de0e8;
}

/*-- Footer copyright --*/
.footer .copyright {
	background: #000;
	line-height: 22px;
	padding: 30px 0 30px;
}
.footer .copyright, 
.footer .copyright a {
	color: #fff;
}
.footer .copyright a:hover {
	color:#ffbc56; 
	text-decoration:none;
}
.footer .copyright ul {
	margin-bottom:0;
}
@media (max-width:767px) {
	.footer .footer-top {
	border-radius: 0;
	}
}
@media (max-width:576px) {
	.footer .copyright .list-inline-item {
	display: block;
	padding:5px 0;
	}
}

/******************************************************************************
	TO TOP
*******************************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: .6;
}
#back-to-top:hover {
	background-color: #5ce3e9;
	opacity: 1;
}
@media (max-width:767px) {
	#back-to-top {
	bottom: 10px;
	right: 10px;
	}
}


/******************************************************************************
	RESPONSIVE
*******************************************************************************/
@media (min-width:992px) {

}
@media (min-width:1200px) {

}
@media (min-width:1400px) {

}


@media (max-width:1199px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
	h1,
	h2.title {
	font-size: 38px;
	}
}
@media (max-width: 767px) {
	.order-first {
    order: 1 !important;
	}
	h1 {
	font-size: 34px;
	}
}
@media (max-width: 576px) {
	.order-last {
    -ms-flex-order: -1;
    order: -1;
	}
	h1 {
	font-size: 28px;
	}
}
