
#logo:hover {
	color: #6D9FA5 !important;
}

#logo {
	padding-left: 19px !important;
}

a, input.button.tiny {
	-webkit-transition:color 250ms ease-out; //transition webkit
	-moz-transition:color 250ms ease-out; //transition mozilla
	-o-transition:color 250ms ease-out; //transition opera
	transition:color 250ms ease-out; //syntaxe d'avenir
}

.clear {
	min-width:500px;
	height: 12px;
}

.vignette {
	margin-bottom: 20px;
}

.photos {
	margin-bottom: 5px;
}

.photosphone {
}

.touche {
	position: absolute;
	width:100%;
	height: 100%;
	background-color: #fff;
	opacity:0;
	
}

p a:active, p a:visited, p a, .labelactu a:active, .labelactu a:visited, .labelactu a  {
 color: #6D9FA5;
 text-decoration: none;

}

p a:hover, .labelactu a:hover  {
 color: #6D9FA5;
 text-decoration: underline;

}

.titretravail a:active, .titretravail a:visited, .titretravail a, .titretravail a:hover  {
 color: #000;
 text-decoration: none;
}



a.touchelink {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000;
	
}

.touchetxt {
	position: absolute;
	bottom:0px;
	
	
}

.touchetxt h2 {
	text-transform: none;
	font-size: 0.7em;
	font-weight: normal;
	padding: 0 5px 0 5px;
	line-height: 0.5em;
}

.touchedate {
 font-size: 0.7em;
}

.titretravail {
	text-transform: none;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.5em;
	margin-bottom: 20px;
}


#share {
	height: 16px;
	width:16px;
	margin-top: 13px;
	margin-left: 15px;
	background-image: url(/assets/components/img/share_this_off.png);
	background-repeat: no-repeat;

}

#share:hover {
width: 130px;
background-image: url(/assets/components/img/share_this_on.png);
	background-repeat: no-repeat;
}

#share:hover .share2, #share:hover .share1 {
	display: block;
}


.share1 {
	display: none;
	float: left;
	margin-left: 20px;
	height: 16px;
	width:16px;
	border-radius: 5px;

	
}

.share1 a, .share2 a {
	display:block;
	width: 100%;
	height: 100%;
}

.share2 {
	display: none;
	float: left;
	margin-left: 5px;
	height: 16px;
	width:16px;
	border-radius: 5px;
	
}

.share2 img {
border: none;
margin: 0;
padding: 0;
}


.txt {
	padding-top: 0px;

}

.labeltxt {
	font-family: "Verdana", sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
}

.labelactu {
	font-family: "Verdana", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.pix {
	margin-right: 10px !important;
	margin-bottom: 20px !important;
}

.pixphone {

margin-bottom: 10px !important;
}

.txt p {
	text-align: justify;
}

.descimage {
	height: 20px;
	font-size: 0.75em;
}



input.button.tiny {
	background-color: transparent !important;
	color: #000;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.7em;
	font-family: "Verdana", sans-serif;
}

input.button.tiny:hover {
	background-color: transparent !important;
	color: #6D9FA5;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.7em;
	font-family: "Verdana", sans-serif;
}

.visible-img img {
  margin: auto !important;  /* !important to overwrite negative margin-left and margin-top foundation js gives for images in clearing*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: solid 10px black;
}
.clearing-blackout .carousel { 
    display: none !important;
}

.g-recaptcha {
	padding-bottom: 20px;
}

p.errorrecap {
 	color: red;
	padding-bottom: 10px;
}

p.blocvert {
color: green;
padding-bottom: 10px;
}