@charset "utf-8";
/* CSS Document */

.colblock {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: auto;
	padding: 20px;
}
.colblock h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.width-fifth {
	width: 17.8%;
	margin: 0 0.7%;
	vertical-align: top;
}
.width-fourth {
	width: 23%;
	margin: 0 0.4%;
}
.width-third {
	width: 30%;
	margin: 0 1.4%;
}
.width-half {
	width: 45%;
	margin: 0 2.2%;
	text-align: center;
}
.width-full {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.width-two-thirds {
	width: 62%;
	margin: 0 1.4%;
}
.width-three-fourths {
	width: 71%;
	margin: 0 1%;
}
.width-four-fifths {
	width: 78%;
	margin: 0 1%;
	vertical-align: top;
}

.colblock img.illustration {
	max-width: 100%;
	float: left;
}

.block {
	display: inline-block;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

.blocks_inner {
	text-align: center;
}

.teaser h2 {
	font-size: 22px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


/******************************************************
** FOOTER
******************************************************/

/******************************************************
** WIDGETS
******************************************************/
.exiticon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(../api/design/exit.png);
	background-repeat: no-repeat;
	background-position: center center;	
	cursor: pointer;
}

.nav_onglet_slider {
	position: relative;
	display: none;
	padding: 20px;
	width: 100%;
}
.nav_onglet_slider form {
	text-align: center;
}

/******************************************************
** BLOCK ACTIONS & ACTION LAUNCHERS
******************************************************/

/******************************************************
** USER EDIT ONGLETS
******************************************************/
.config-customer-slider-trigger,
.config-reglages-slider-trigger {
	cursor: pointer;
}
.config-customer-slider,
.config-reglages-slider {
	display: none;
}

/******************************************************
** BLOCK FOLLOWME & ADDTHIS
******************************************************/
#sharing_addthis {
	width: 100%;
	text-align: center;
}

#follow_links {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
}
#follow_links > h1 {
	margin: 0;
	float: left;
	margin-left: 155px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -2px;
	font-size: 35px;
	font-weight: normal;
}
#follow_links > .social_links {
	margin: 0;
	float: left;
	margin-left: 40px;
}
#follow_links > .social_links > a {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#follow_links .follow_facebook {
	background-image: url(../media/design/picto-facebook-w.png);
}
#follow_links .follow_googleplus {
	background-image: url(../media/design/picto-google-w.png);
}
#follow_links .follow_twitter {
	background-image: url(../media/design/picto-twitter-w.png);
}
#follow_links .follow_instagram {
	background-image: url(../media/design/picto-instagram-w.png);
}
#follow_links .follow_pinterest {
	background-image: url(../media/design/picto-pinterest-w.png);
}
#follow_links .follow_facebook:hover {
	background-image: url(../media/design/picto-facebook.png);
}
#follow_links .follow_googleplus:hover {
	background-image: url(../media/design/picto-google.png);
}
#follow_links .follow_twitter:hover {
	background-image: url(../media/design/picto-twitter.png);
}
#follow_links .follow_instagram:hover {
	background-image: url(../media/design/picto-instagram.png);
}
#follow_links .follow_pinterest:hover {
	background-image: url(../media/design/picto-pinterest.png);
}

/******************************************************
** BLOCK SEARCH
******************************************************/

/******************************************************
** BLOCK CONTACT
******************************************************/
#block-contact > .wrapper {
	background-image: url(../media/design/img-teaser-contact.png);
	background-repeat: no-repeat;
	background-position: left 30px;
}

/******************************************************
** BREADCRUMBS
******************************************************/
#block_search_inner {
	padding-left: 20px;
	padding-right: 20px;
}

/******************************************************
** ELEMENTS
******************************************************/
.block_element {
	position: relative;
	display: inline-block;
	width: 46.875%;
	margin: 50px 1%;
	text-align: left;
	vertical-align: top;
}
.block_vignette {
	position: relative;
}
.block_vignette img {
	width: 100%;
}
.block_infos {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
}
.block_more {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	font-size: 14px;
	padding-top: 33px;
	text-align: center;
}
.block_more > p {
}
.block_more img {
	width: 100%;
}
.block_liens {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 120px;
}
.block_liens p {
	margin: 0;
}

/******************************************************
** OTHER BLOCKS
******************************************************/
#block-teaser-1 li {
	list-style: none;
	width: 175px;
	margin: 15px 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

/******************************************************
*******************************************************
** specifiques
*******************************************************
******************************************************/
.nav_user {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#block_galeries {
	min-height: 550px;
}
#block_galeries .area-bouton {
	margin-top: 35%;
}
#block_galeries article {
	color: #ffffff;
	background-color: rgba(0,0,0,0.4);
	padding: 15px 20px;
}

#block_links ul li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	margin-left: 1em;
	line-height: 12px;
}
#block_links ul li::before {
    content: "|";
    margin-right: 1em;
}
#block_links ul li.first::before {
    content: normal;
    margin-right: 0;
}

