@charset "utf-8"



@font-face {
	font-family: 'gesso';
	src: url('pages/fonts/gesso.eot');
	src: url('pages/fonts/gesso.eot?#iefix') format('embedded-opentype'),
	url('pages/fonts/gesso.woff') format('woff'),
	url('pages/fonts/gesso.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'bleed';
	src: url('pages/fonts/bleed.eot');
	src: url('pages/fonts/bleed.eot?#iefix') format('embedded-opentype'),
	url('pages/fonts/bleed.woff') format('woff'),
	url('pages/fonts/bleed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



html{
	height:100%;
	margin: 0;
}

.custom-muted{
	color: rgba(184, 184, 184, 0.6);
}


body{
	background: url(pages/img/bkgd.jpg) center fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	position: relative;
	margin: 0;
	height:100%;
}

#wrap{
	min-height:100%;
	position: relative;
	margin: 0;
}

header{
	width: 100%;
	position: relative;
	margin: auto;
}



#main{
	width: 100%;
	position: relative;
	padding-bottom: 40em;
}

footer{
	background-color: rgba(144, 154, 160, 0.6);
	
	bottom:0;
	width:100%;
	padding-top:0.5em;
	padding-bottom: 0;
	color: black;
	
}

.footerlogo{
	margin-left: 30px;
}

.oldlogo{
	opacity: 0.6;
}
.charte{
	background-color: rgba(255, 255, 255, 0.3);
	margin: auto; /* Fond centré sur la page */
	border: 2px solid black;
}

a, a:hover, a:visited, a:active{ /* Aucun formatage pour les différents liens hypertextes */
	text-decoration:none;
	color: black;
}

.container{
	margin-top: 5em;
}

.besoin{
	margin-top: 7em;
}

.besoin > h1{
	text-align: center;
	font-family: bleed, serif;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

.affix + .container-fluid {
	padding-top: 70px;
}

.banner{

	background: url(pages/img/banner.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.97;
	font-family: bleed;
	margin: 0 -15px;
}



.title_page{
	text-align: center;
	font-family: bleed, serif;
	font-size: 4em;
	position: relative;
	z-index: 500;
	text-decoration: underline;
}


.bannertitle > h1{
	text-align: center;
	font-family: bleed;
	font-size: 2em;
}
.bannertitle{
	text-align: center;
	font-family: bleed, serif;
	font-size: 2em;
}

.navme{
	margin: 0 -15px;

}

.brandlcb{
	font-family: bleed;
}

.comma{
	margin-top: 4em;
}

.footer-well{
	background-color: rgba(0, 0, 0, 0.6);
}

.galstore, .sitemap{
	display: block;
	margin: auto;
}


.custom-well{
	background-color: rgba(255, 255, 255, 0.4);
}

.imgfav{

	size: 20%;
	height: auto;
}

/*Style Boutique*/
.flex1
{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.child1
{
	flex:1;

}
.child2
{
	flex:2;
	font-size: 1.5em;
	text-align: center;

}

.price
{
	padding: 4px;
	background-color: yellow;
	color: red;
	border-radius: 10px;
	font-weight: bolder;
	border: solid orange;
	text-align: center;
	align-items: center;
}
.bor_der
{
	border-right: solid 1px orange;
}
.ser_text
{
	font-size: 1.5em;
	font-family: serif;
}

.btn-form{
	font-weight: bolder;
	
}
/*FIN STYLE GALERIE*/

.banpromo{
	margin-top: 3em;
}
.carousel-inner > .item > img{
	display: block;
	margin: auto;
	max-width: 35%;
}

.carousel-indicators{
	color: black;
}

.tagscarousel{
	color: black;
	font-weight: bolder;
	font-size: 1.5em;
}

.custom-well{
	background-color: rgba(255, 255, 255, 0.6);
}

.imgproj{
	display: block;
	margin: auto;
	max-width: 100%;
}

.descimg{
	font-size: 4em;
}

.ym_idal{
	font-family: georgia;
	font-weight: bolder;
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 18em;
	margin-right: 18em;
	border-style: inset;
	border-width: 1px;
}

.underconst{
	font-size: 8em;
	font-weight: bolder;

}


/* Social media button */
.social {
	margin: 0;
	padding: 0;
}

.social ul {
	margin: 0;

}

.social ul li {
	margin: 5px;
	list-style: none outside none;

}

.social i {
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #909AA0;
	font-size: 22px;
	text-align:center;
	padding-top: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.social i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.social .fa-gia:hover{
	background: #343434;
	background-image: url("pages/img/logo_gi2a2.png");
}

.social .fa-github:hover {
	background: #343434;
}


.social .fa-stack-overflow:hover {
	background: #FEA501;
}

.social .fa-stack-exchange:hover {
	background: #4D86C9;
}

/* Page formulaire inscriptions */

.tf_formulaire
{
	margin-top: 7em;
	margin: 1em;
}

.tf_formulaire h2
{
	text-align: center;
	margin-bottom: 2em;
	padding: 0.4em;
	border: 2px ridge;
}

.tf_buton
{
	margin-top: 10px;
}

/* Fin page formulaire inscriptions */


/* Page des commandes */

.tf_titre_commande p
{
	font-size: 1.6em;
	padding: 1em;
}

.tf_commande img
{
	margin-left: 1em;

}

.tf_commande a
{
	font-size: 1.3em;
}

.tf_panelbody img
{
	float: left;
	height: 5em;
	width: 5em;
	margin-right: 2em;
}

.tf_panelbody p
{
	font-size: 1.2em;
}

/* Fin page des commandes */

/* paiement */
.paiement_rj
{
	
	text-align: center;
	margin: 1em;
}

.bouton_cb_rj
{
	left: 30%;	
}

.img_paiement img
{
	display: block;
	margin: auto;
	height: 20em;
	width: 20em;

}

/* Fin page paiement */

/*Page Boutique*/
.img_petite
{
	width: 50%;
}
.img_grande
{
	width: 80%;
}