.clear {
    clear: both;
}
.floatLeft{
	float:left;
}
.hout, .type{
	display:none;
}
.choose{
	display:block;
}
.notchoosen, .choosen{
	display:none;
}
.hidden{
	display:none;
}
.option.active:hover .portfolio200_overlay2{
	display:none;
}
.step3 .option.active:hover .portfolio200_overlay2{
	display:block;
}
.option.active .portfolio200_overlay2 {
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	height: 160px;
	margin-top: -165px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 220px;
}

.option.active .portfolio200_overlay2 .overlay_icon_circle {
	background: none repeat scroll 0 0 #ef3e41;
	border-radius: 50px;
	height: 40px;
	left: 40%;
	position: relative;
	text-align: center;
	top: 38%;
	width: 40px;
}

.option.active .portfolio200_overlay2 .overlay_icon_circle img {
	margin-top: 10px;
	width: 20px;
}

.offerte .page_caption{
	cursor: pointer;
}

/* Offerte CSS */
.page_caption {
    background: #f9f9f9;
    padding: 12px 0 0 0;
    margin-bottom: 12px;
}
.steptitle {
    margin-top: 20px;
}
.caption_inner {
    width: 960px;
    margin: auto;
}
.caption_header, .caption_header a {
    color: #111;
}
.caption_header h1 {
    float: left;
}
.caption_header > span {
    float: right;
    line-height: 35px;
    font-size: 16px;
}
#content_wrapper {
    width: 960px;
    margin: auto;
    padding-bottom: 0;
}
#content_wrapper .inner {
    width: 100%;
    margin: auto;
}
#content_wrapper .inner .inner_wrapper {
    width: 100%;
    margin: auto;
    padding: 0 0 0 0;
}
.standard_wrapper {
    width: 100%;
    margin: auto;
}
p {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.one_fourth {
    width: 23%;
    float: left;
    margin-right: 2%;
}
.one_third {
    width: 31.33%;
    float: left;
    margin-right: 2%;
}
.two_third.last {
    margin-right: 0;
    width: 66.66%;
}
.two_third {
    float: left;
    width: 64.66%;
    margin-right: 2%;
}
.portfolio200_shadow {
    width: 220px;
    height: 160px;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
    background: transparent url(../images/ajax-loader.gif) no-repeat 50% 42%;
}
.portfolio200_shadow img {
    margin-top: 0;
}
.portfolio200_overlay {
    width: 220px;
    height: 160px;
    position: relative;
    margin-top: -165px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: none;
    overflow: hidden;
}
.portfolio200_overlay .overlay_icon_circle {
    position: relative;
    top: 38%;
    left: -40%;
    background: #9ACA42;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.portfolio200_overlay .overlay_icon_circle img {
    width: 20px;
    margin-top: 10px;
}
.portfolio_desc {
    color: #ccc;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    padding: 12px 9px 15px 9px;
    border: 1px solid #E5E5E5;
    border-top: 0;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.05);
    -moz-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.05);
    box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.05);
    font-size: 11px;
    text-align: center;
}
h6.portfolio_header {
    font-size: 14px;
    text-transform: none;
    font-style: normal;
    color: black;
}
