p {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

a { text-decoration: none !important; }
a:visited { text-decoration: none !important; }
a:hover { text-decoration:none !important; }
a:active { text-decoration: none !important; }

body {
    background-color: #0d3240;
    font-family: 'Open Sans', sans-serif;
}

body.fenetres header,
body.patio header,
body.porteentree header {
	border-bottom:2px solid #FFF;
}

input[type=text],
input[type=password],
input[type=email]{
    height: 30px;
    padding-left: 12px;
    margin-bottom: 12px;
    border: 0;
    width: 220px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}

button {
    border: 0;
    background-color: #04aeed;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    font-size: 12px;
    height: 30px;
    font-weight: 700;
}

#navigation {
    background-color: #04aeed;
    color: #fff;
    height: 255px;
}

#navigation  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#navigation  ul  a  li{
    display: block;
    float: left;
    text-align: right;
    border: 1px solid white;
    color: #cecece;
    font-size: 14px;
    height: 255px;
    width: calc(100% / 6);
}

#navigation  ul  a  li  span.nav-icon {
    display: block;
    height : 91px;
    margin-top: 65px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

#navigation  ul  a  li  span.nav-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

#navigation  ul  a  li  span.nav-text {
    display: block;
    height : 22px;
    color: #fff;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 45px;
    line-height: 22px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
}

#navigation  ul  a:hover  li {
    background-color: #0d3240;
}
#navigation  ul  a  li.active{
    background-color: #0d3240;

}
.menu ul.tools{
    margin-bottom:20px;
}
.menu  ul.main{
    list-style-type: none;
    float:right;
}

.menu ul.main li{
    display: inline-block;
}

.menu ul.main li a{
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size:28px;
    color:#fff;
}

.menu ul.main li a:hover,.menu ul.main li.active a{
    color:#04aeed;
}

.menu ul.main li div {
	display: none;
}

.menu ul.main li:hover div {
	display: block;
	padding-top: 26px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.menu ul.main li:hover ul {
	background: #FFF;
	float: none;
	height: auto;
	text-align: center;
}

.menu ul.main li ul li {
	height: inherit;
	line-height: normal;
	text-align: left;
	margin: 25px 30px;
}

.menu ul.main li ul li a {
	color: #00aded;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.menu ul.main li ul li a span {
	display: block;
	color: #0a0a14;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
}

.menu ul.main li ul li a img {
	margin-top: 30px;
}

.menu ul.main li ul.portespatio li a img {
	margin: 12px 0 0 0;
}

.menu ul.main li ul.portespatio li p {
    color: #0a0a14;
    font-size: 12px;
	margin: 0;
    text-transform: uppercase;
}

.menu ul.main li ul.portespatio .rating {
    list-style: none;
	margin-top: 10px;
	text-align: left;
    width: 100%;
}

.menu ul.main li ul.portespatio .rating li {
    display: inline-block;
    color: #c5c5c6;
    font-size: 15px;
    font-weight: 700;
	margin: 0;
}

.menu ul.main li ul.portespatio .rating li.titre {
	color: #1c1446;
}

.menu ul.main li ul.portespatio .rating li.on {
    color: #1c1446;
    font-weight: 900;
    text-shadow: none;
}

#content .text {
	margin-bottom: 80px;
	margin-top: 80px;
}

#content .fenetres .text {
	margin-bottom: 40px;
    margin-top: 50px;
}
#content .row.fenetres .text.caract {
    margin-top: 80px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.videopreview {
	background-image: url(../images/fenetres-concerto-testees-a-moins30.jpg);
	height: 630px;
	position: relative;
}

.videopreview img {
	cursor: pointer;
	position: absolute;
	left: 50%;
  	top: 50%;
  	-webkit-transform: translateY(-50%) translateX(-50%);
  	-ms-transform: translateY(-50%) translateX(-50%);
  	transform: translateY(-50%) translateX(-50%);
}

#content .text p {
    margin:30px 0;
}

#content .text p.lk-fenetres {
	margin-bottom: 0;
}

#content .text p.lk-fenetres a {
	color: #04aeed;
	font-style: italic;
}

#content .text h2 span {
    color:#fff;
    cursor: pointer;
}
#content .text h2 span.active {
    color:#00aded;
}
#content .text a.button{
    background-color: #00aded;
    color:#fff;
    font-weight:600;
    font-size:18px;
    font-family:'Open Sans', sans-serif;
    padding:15px;
}
#content .text .video{
   margin:65px 0 50px 0;

}

#content .multifonction{
    display: none;
}
#content .targets p {
    margin-right: 170px;
}

#content .content-img{
    overflow:hidden;
	position: relative;
	min-height: 350px;
}

#content .content-img img{
    width:100%;
}

#content .fenetres .content-img img {
	max-width: inherit
}

.features {
	display: -webkit-box;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    min-height: 680px;
}

.features .col-lg-6,
.features .col-md-6 {
	float: inherit;
  	-webkit-box-flex: 1;
  	-moz-box-flex: 1;
  	-webkit-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
}

#content .features ul {
	padding-right: 120px;
}

.photoproduits {
    background-size: cover;
    background-position: center;
	height: 100%;
	margin-right: -15px;
    margin-left: -15px;
	position: absolute;
	left: 0;
	right: 0;
}

#content .content-img .photoproduits.abattant {
	background-image: url(../images/fenetres-battant-auvent.jpg);
}
#content .content-img .photoproduits.coulissant {
	background-image: url(../images/fenetres-coulissantes.jpg);
}
#content .content-img .photoproduits.guillotine {
	background-image: url(../images/fenetres-a-guillotine.jpg);
}

#content .content-img .photoproduits.egress {
	display: flex;
	align-items: center;
	background: #fff;
}

#content .content-img .photoproduits.egress #index-video-play {
	position: absolute;
	left: calc(50% - 60px);
	bottom: calc(50% - 60px);
	cursor: pointer;
	max-width: 120px;
	width: 100%;
}

#content .content-img .photoproduits.egress #index-video {
	width: 100%;
	max-width: fit-content;
	height: 100%;
	margin: auto;
	cursor: pointer;
}

@media screen and (max-width: 1199px) {
	#content .content-img .photoproduits.egress #index-video-play {
		left: calc(50% - 40px);
		bottom: calc(50% - 40px);
		max-width: 80px;
	}
}

#content .content-img .carousel {
	position: absolute;
	left: 0;
	right: 0;
}

#content .content-img .carousel,
.carousel-inner,
.carousel-inner > .item {
	height: 100%;
}

.carousel-inner.fenetrehybride .item:nth-child(1) {
	background-image: url(../images/fenetres-hybrides-aluminium-pvc.jpg);
}

.carousel-inner.fenetrehybride .item:nth-child(2) {
	background-image: url(../images/fenetres-hybrides-aluminium-aluminium.jpg);
}

.carousel-inner.fenetreoscillo .item:nth-child(1) {
	background-image: url(../images/fenetres-oscillo-battantes-1.jpg);
}

.carousel-inner.fenetreoscillo .item:nth-child(2) {
	background-image: url(../images/fenetres-oscillo-battantes-2.jpg);
}

.carousel-inner.fenetrecommerciale .item:nth-child(1) {
	background-image: url(../images/fenetre-commerciale.jpg);
}

.carousel-inner.fenetrecommerciale .item:nth-child(2) {
	background-image: url(../images/fenetres-hybrides-aluminium-aluminium.jpg);
}

.carousel-inner.fenetrecommerciale .item:nth-child(3) {
	background-image: url(../images/fenetre-commerciale-aluminium.jpg);
}

.carousel-inner.ppoverture .item:nth-child(1) {
	background-image: url(../images/ouverture_1.jpg);
}

.carousel-inner.ppoverture .item:nth-child(2) {
	background-image: url(../images/ouverture_2.jpg);
}

.carousel-inner.ppoverture .item:nth-child(3) {
	background-image: url(../images/ouverture_3.jpg);
}

.carousel-inner.ppoverture .item:nth-child(4) {
	background-image: url(../images/ouverture_4.jpg);
}

.carousel-inner.pporchestra .item:nth-child(1) {
	background-image: url(../images/orchestra_1.jpg);
}

.carousel-inner.pporchestra .item:nth-child(2) {
	background-image: url(../images/orchestra_2.jpg);
}

.carousel-inner.pporchestra .item:nth-child(3) {
	background-image: url(../images/orchestra_3.jpg);
}

.carousel-inner.ppls .item:nth-child(1) {
	background-image: url(../images/levante_1.jpg);
}

.carousel-inner.ppls .item:nth-child(2) {
	background-image: url(../images/levante_2.jpg);
}

.carousel-inner.ppls .item:nth-child(3) {
	background-image: url(../images/levante_3.jpg);
}

.carousel-inner.ppls .item:nth-child(4) {
	background-image: url(../images/levante_4.jpg);
}

#content .content-img .photoproduits.fusion {
	background-image: url(../images/fusion.jpg);
}

#content .content-img .photoproduits.opera {
	background-image: url(../images/opera.jpg);
}

.carousel-inner.ppopus .item:nth-child(1) {
	background-image: url(../images/opus_1.jpg);
}

.carousel-inner.ppopus .item:nth-child(2) {
	background-image: url(../images/opus_2.jpg);
}

#content .content-img .photoproduits.opusii {
	background-image: url(../images/opusii.jpg);
}

.carousel-inner.ppperformer .item:nth-child(1) {
	background-image: url(../images/performer_1.jpg);
}

.carousel-inner.ppperformer .item:nth-child(2) {
	background-image: url(../images/performer_2.jpg);
}

.carousel-inner.ppperformer .item:nth-child(3) {
	background-image: url(../images/performer_3.jpg);
}

.carousel-inner.ppelement .item:nth-child(1) {
	background-image: url(../images/element_1.jpg);
}

.carousel-inner.ppelement .item:nth-child(2) {
	background-image: url(../images/element_2.jpg);
}

.carousel-inner.ppelement .item:nth-child(3) {
	background-image: url(../images/element_3.jpg);
}

.carousel-inner.ppimagine .item:nth-child(1) {
	background-image: url(../images/imagine_1.jpg);
}

.carousel-inner.ppimagine .item:nth-child(2) {
	background-image: url(../images/imagine_2.jpg);
}

.carousel-inner.ppimagine .item:nth-child(3) {
	background-image: url(../images/imagine_3.jpg);
}

.carousel-inner.ppimagine .item:nth-child(4) {
	background-image: url(../images/imagine_4.jpg);
}

.carousel-inner.pp530 .item:nth-child(1) {
	background-image: url(../images/530_1.jpg);
}

.carousel-inner.pp530 .item:nth-child(2) {
	background-image: url(../images/530_2.jpg);
}

.carousel-inner.pp630 .item:nth-child(1) {
	background-image: url("../images/portepatio-630-1.jpg");
}

.carousel-inner.pp630 .item:nth-child(2) {
	background-image: url("../images/portepatio-630-2.jpg");
}
.carousel-inner.pp630 .item:nth-child(3) {
	background-image: url("../images/portepatio-630-3.jpg");
}

.carousel-inner.pp550 .item:nth-child(1) {
	background-image: url(../images/550_1.jpg);
}

.carousel-inner.pp550 .item:nth-child(2) {
	background-image: url(../images/550_2.jpg);
}

.carousel-inner.pp550 .item:nth-child(3) {
	background-image: url(../images/550_3.jpg);
}

.carousel-inner.urbania .item:nth-child(1) {
	background-image: url(../images/portepatio-urbania-1.jpg);
}

.carousel-inner.urbania .item:nth-child(2) {
	background-image: url(../images/portepatio-urbania-2.jpg);
}

.carousel-inner.urbania .item:nth-child(3) {
	background-image: url(../images/portepatio-urbania-3.jpg);
}

.carousel-inner.loft .item:nth-child(1) {
	background-image: url(../images/loft-1.jpg);
}

.carousel-inner.loft .item:nth-child(2) {
	background-image: url(../images/loft-2.jpg);
}

.carousel-inner.loft .item:nth-child(3) {
	background-image: url(../images/loft-3.jpg);
}

.carousel-inner.porteentree .item:nth-child(1) {
	background-image: url(../images/porte-entree-1.jpg);
}

.carousel-inner.porteentree .item:nth-child(2) {
	background-image: url(../images/porte-entree-2.jpg);
}

.carousel-inner.porteentree .item:nth-child(3) {
	background-image: url(../images/porte-entree-3.jpg);
}

.carousel-inner.porteentree .item:nth-child(4) {
	background-image: url(../images/porte-entree-4.jpg);
}

.carousel-inner > .item > div {
	background: rgba(13, 163, 226, 0.85);
	color: #FFF;
	font-size: 32px;
	font-weight: 300;
	padding: 25px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
}

.carousel-inner > .item > div span {
	display: block;
	line-height: 1em;
}

.carousel-inner > .item > div span strong {
	font-weight: 700;
}

.fenetres.home #myCarousel {
	height: 631px;
}

.carousel-inner.fenetres .item:nth-child(1) {
	background-image:url(../images/bandeau-fenetres-1.jpg)
}

.carousel-inner.fenetres .item:nth-child(2) {
	background-image:url(../images/bandeau-fenetres-2.jpg)
}

.carousel-inner.fenetres .item:nth-child(3) {
	background-image:url(../images/bandeau-fenetres-3.jpg)
}

.carousel-inner.fenetres .item div {
	background: rgba(13, 163, 226, 0.85);
	padding: 25px;
	text-align: right;
	position: absolute;
	left: 50%;
	top: 80px;
	width: 564px;
}

.carousel-inner.fenetres .item:nth-child(1) div {
	text-align: center;
	margin-left: -303px;
	width: 303px;
}

.carousel-inner.fenetres .item div span {
	display: block;
	color: #FFF;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.carousel-inner.fenetres .item span:nth-child(1){
	font-size: 32px;
}
.carousel-inner.fenetres .item span:nth-child(2){
	font-size: 37px;
}
.carousel-inner.fenetres .item span:nth-child(3){
	font-size: 26px;
	line-height: 1.5em;
}
.carousel-inner.fenetres .item span:nth-child(4){
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
}

.carousel-inner.fenetres .item:nth-child(1) span:nth-child(1){
	font-size: 23px;
	line-height: 20px;
    margin-bottom: 12px;
}
.carousel-inner.fenetres .item:nth-child(1) span:nth-child(2){
	font-size: 28px;
}
.carousel-inner.fenetres .item:nth-child(1) span:nth-child(3){
	font-size: 104px;
    line-height: 104px;
}
.carousel-inner.fenetres .item:nth-child(1) span:nth-child(4){
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
	padding-top: 20px;
}

#content ul{
    color:#fff
}
#content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content .text ul li {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    /* width: 475px; */
	background-image: url(../images/crochet.png);
	background-repeat: no-repeat;
    padding-left: 67px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    min-height: 41px;
}
#content ul  li.single{
    line-height:41px;
}
#content li{
    color:#fff;
}

#content .text ul.fenetres li {
	background-size: 30px;
	margin-top: 15px;
	padding-left: 45px;
	text-transform: uppercase;
}

#content .text ul.fenetres li.single {
	line-height: 30px;
}

#content .multifonction ul {
	list-style: inherit;
}
#content .text .multifonction ul li {
	background: none;
	font-size: 16px;
	line-height: inherit;
	margin-left: 20px;
	margin-top: 8px;
	min-height: inherit;
	padding: 0;
}

#content h1 {
    color: #04aeed;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size: 34px;
    margin: 0;
}

#content h2 {
    color: #04aeed;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.breadcrumb {
	background-color: #04aeed;
	border-radius: 0;
	margin: 0;
}

.breadcrumb ul {
	list-style: none;
	margin-top: 0 !important;
}

.breadcrumb li {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	margin-right: 5px;
}

.breadcrumb a {
	color: #FFF;
}

.breadcrumb li.active a {
	font-weight: bold;
}

.bandeau_pub {
	background: #f2f1f1;
}

.bandeau_pub.novatech {
	border-bottom:1px solid #f2f1f1;
	border-top:1px solid #f2f1f1;
}

.bandeau_pub .col-lg-4 {
	background: #16847b;
	height: 60px;
	text-align: right;
}
.patio .bandeau_pub .col-lg-4 {
	background: #ff0018;

}
.bandeau_pub.novatech .col-lg-4 {
	background: #701c45;
}

.bandeau_pub .col-lg-4 div {
	margin-right: 30px;
  	position: relative;
  	top: 50%;
  	-webkit-transform: perspective(1px) translateY(-50%);
  	-ms-transform: perspective(1px) translateY(-50%);
  	transform: perspective(1px) translateY(-50%);
}

.bandeau_pub .col-lg-4 img {
	margin: 0 10px;
}

.bandeau_pub .col-lg-8 {
	height: 60px;
}

.bandeau_pub .col-lg-8 div {
	display: inline-block;
	margin-left: 25px;
  	position: relative;
  	top: 50%;
  	-webkit-transform: perspective(1px) translateY(-50%);
  	-ms-transform: perspective(1px) translateY(-50%);
  	transform: perspective(1px) translateY(-50%);
	vertical-align: middle;
}

.bandeau_pub .col-lg-8 h4 {
	color: #0d3240;
	font-size: 22px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.bandeau_pub .col-lg-8 h4 span {
	font-size: 20px;
	font-weight: 300;
}

.bandeau_pub .col-lg-8 p {
	color: #0d3240;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

.bandeau_pub .col-lg-8 a {
	display: inline-block;
	background: #16847b;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px 20px;
}
.patio .bandeau_pub .col-lg-8 a{
    background: #ff0018;
}
.bandeau_pub.novatech .col-lg-8 a{
    background: none;
	border: 0;
	padding: 0;
}

.left.carousel-control span, .right.carousel-control span{
    display: block;
    position: absolute;
    top: 50%;

}
.left.carousel-control span img, .right.carousel-control span img{
    margin-top:-76px;
}
.right.carousel-control span{
right: 20px;
}

.left.carousel-control span{
    left: 20px;
}
.valuesinfos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.valuesinfos ul li {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    width: 475px;
    padding-left: 67px;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
}

#realisations {
	font-size: 0;
}

#realisations img {
	display: inline-block;
	height: auto;
    width: 20%;
}


.media .footer-media {
    margin-bottom: 50px;
    height: 20px;
}

.media .footer-media li {
    display: inline-block;
    list-style-type:none;
    font-size: 20px;
    margin:0 24px 20px 0;
}
.media .footer-media li a {
    color: #737f84;
}

.contactinfos a[href^="tel:"] {
	color: #FFF;
}

.clear {
    clear: both;
}

#content .features ul a {
	color: #FFF;
}

div.versionhybridedispo {
	text-align: right;
}

a.versionhybridedispo {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	/*
	position: absolute;
	right: 50px;
	bottom: 30px;
	*/
	display: inline-block;
	margin-bottom: 40px;
	margin-right: -40px;
	margin-top: -80px;
}

#content .news-list nav {
    padding: 20px 0;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

@media (max-width: 990px) {
	div.versionhybridedispo {
		text-align: center;
	}
	a.versionhybridedispo {
		margin-right: 0;
		margin-top: 0px;
	}
}
a.versionhybridedispo span {
	color: #00aded;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

a.versionhybridedispo img {
	padding-bottom: 10px;
}

.swiper-button-prev {
	background-image: url(../images/slider-arrow-left-blue.png);
}

.swiper-button-next {
	background-image: url(../images/slider-arrow-right-blue.png);
}

.swiper-button-next, .swiper-button-prev {
    width: 38px;
    height: 76px;
    margin-top: -38px;
	background-size: 38px 76px;
}

#values {
	background-image:url(../images/bg-5points.jpg);
	background-repeat:no-repeat;
    background-size: cover;
	font-size:0;
    display: flex;
    flex-wrap: wrap;
	padding:100px 0;
}

#values > div {
    flex-grow: 1;
    flex-basis: 20%;
	padding:40px 24px;
	text-align:center;
}

#values span {
    display: block;
    color: #04aeed;
    width: 147px;
    height: 147px;
    border: 3px dashed #fff;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    line-height: 146px;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

#values span img {
	position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#values h2 {
	color:#FFF;
	font-size:24px;
	font-weight:900;
	padding-bottom:10px;
}

#values p {
	color:#FFF;
	font-size:18px;
	padding-bottom:20px;
}

#values a {
	color:#00aded;
	font-size:18px;
}

.valuesinfos {
	background:#FFF;
	height:680px;
}

.valuesinfos .swiper-slide {
	text-align:center;
}

.valuesinfos .swiper-slide > div {
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.valuesinfos img.icon {
	margin-bottom:25px;
}

.valuesinfos h2 {
	color:#000;
	font-size:60px;
	font-weight:900;
	line-height:0.9em;
}

.valuesinfos p {
	color:#000;
	font-size:32px;
	padding-top:25px;
}

.valuesinfos p span {
	color:#00aded;
	font-size:42px;
	font-weight:700;
}

.valuesinfos p.leftborder {
	border-left:2px solid #00aded;
	display:inline-block;
	color:#000;
	font-size:24px;
	margin-left:40px;
	margin-right:40px;
	margin-top:50px;
	padding-left:18px;
	padding-top:0;
	text-align:left;
}

.valuesinfos a {
	color:#00aded;
}

.valuesinfos .perfdur {
	margin-top:50px;
}

.valuesinfos .perfdur > *,
.valuesinfos .quality > * {
	margin:0 2%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.valuesinfos .perfdur > div {
	max-width: 365px;
}

.valuesinfos .perfdur > div p {
	font-size: 24px;
}

.valuesinfos .perfdur ul {
	text-indent: 2px;
	list-style: none;
	list-style-position: outside;
	text-align:left;
}

.valuesinfos .perfdur li:before {
	color:#00aded;
    content: '\2713'; 
	font-family:Arial, Helvetica, sans-serif;
    margin-left: -1.5em;
    margin-right: .500em;
}

.valuesinfos .perfdur li {
	color:#000 !important;
	font-size:24px;
	margin-bottom:25px;
}

.valuesinfos .perfdur .es {
	color:#000;
	font-size:24px;
	font-weight:900;
	line-height:0.9em;
	text-align:center;
	padding-bottom:20px;
}

.valuesinfos .perfdur .es img {
	margin-bottom:15px;
}

.valuesinfos .perfdur p {
	padding-top:0;
}

.valuesinfos .perfdur p.leftborder {
	margin:0;
	margin-left:-18px;
	margin-top:30px;
}

.valuesinfos .perfdur a {
	color:#00aded;
}

.valuesinfos .quality {
	margin-top:15px;
}

.valuesinfos .quality p.leftborder {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-top:40px;
}

.valuesinfos p.smaller {
	font-size:24px;
}

.valuesinfos p.smaller span {
	color:#00aded;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
}

.valuesinfos p.smaller strong {
	font-weight:700;
}

.valuesinfos a.warranty {
	display:inline-block;
	margin-top:50px;
	border:1px solid #000;
	color:#000;
	font-size:24px;
	text-transform:uppercase;
	padding:18px 35px;
}

#caracteristics {
    background:#fff;
	font-family: 'Oswald', sans-serif;
    padding:55px 0 80px 0;
}


.ui-accordion-header {
	outline: none;
}

.ui-icon {
	display: inline-block;
    vertical-align: middle;
	margin-right: 20px;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ui-icon-circle-arrow-e {
	background-image: url(../images/plus.png);
}

.ui-icon-circle-arrow-s {
	background-image: url(../images/moins.png);
    width: 10px;
    height: 5px;
}
.accueil .carousel{
    background: #fff;
}
.accueil .products {
    background: #fff;
    padding-top:55px;
    padding-bottom:100px;
}

.accueil h1{
    font-family:'Oswald';
    font-weight:700;
    font-size:48px;
    line-height:54px;
    color:#0d3240;

}

.accueil .products .box{
    margin-bottom:20px;
    position:relative;
}

.accueil .products .box .call-to-action {
    background: #04aeed;
    padding:20px 30px;
    color:#fff;
    text-transform: uppercase;
    font-family:"Oswald";
    font-size:19px;
    line-height:22px;
    width:100%;
}
.accueil .products .box .call-to-action span{
    font-weight:700;
}
.accueil .products .box .call-to-action.portespatio {
	position: absolute; bottom: 5px; z-index:1; padding:20px 0;
}
.accueil .products .box .call-to-action.portesentree {
	position: absolute; bottom: 5px; z-index:1; padding:20px 0;
}

.accueil .products .box .content{
    border-bottom:5px solid #0d3240;
    background:#f2f3f8;

}
.accueil .products h1+p{
    font-family: 'Open Sans Condensed';
    font-weight: 300;
    color: #0d3240;
    font-size: 40px;
    line-height: 51px;
    padding-bottom: 70px;
    margin: 0;

}
.accueil .products p{
    color: #0d3240;
}

.accueil .products .image {
	position: relative;
    z-index: 10;
}

.accueil .products .image img:not(.nouveau) {
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    width: 100%;
}

.accueil .products .image img.nouveau {
	display: block;
	margin-left: -10px;
	margin-top: -9px;
}

.accueil .products .image div.over {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.accueil .products .image div.over > div {
	color: #FFF;
    font-family:'Oswald', sans-serif;
	font-size: 105px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	right: 55px;
	top: 15px;
}

.accueil .products .image div.over > div span {
	display: inline-block;
	font-size: 46px;
	line-height: 1em;
	margin-left: -20px;
}

.accueil .products .image div.over a {
	color: #FFF;
	line-height: 1em;
	text-align: left;
}
.accueil .products .image div.over h3 {
	color: #FFF;
    font-family:'Oswald', sans-serif;
	font-size: 700;
	font-weight: 18px;
}
.accueil .products .image div.over button {
	background-color: #f6303e;
	border: 1px solid #FFF;
	color: #FFF;
	display: block;
    font-family:'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
	height: inherit;
	margin-top: 15px;
	padding: 5px 60px;
	text-transform: uppercase;
}

.accueil .products .box .call-to-action {
	padding: 15px 30px;
}

.accueil .products .box.first .call-to-action {
	margin-top: 25px;
	position: relative;
}

.accueil .products .box.first .call-to-action span.etape {
	background-color: #f6303e;
	background-image: url(../images/fenetres/fleche-etape1.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: 400;
	margin-left: -30px;
	margin-top: -15px;
	margin-bottom: -15px;
	padding: 15px 0 15px 25px;
	text-align: left;
	width: 124px;
}

@media (max-width: 540px) {
	.accueil .products .image div.over > div {
		top: -10px;
		right: 10px;
	}
	.accueil .products .image img.nouveau {
		margin-left: -7px;
    	margin-top: -6px;
		height: auto;
		width: 150px;
	}
	.accueil .products .image div.over > div {
		font-size: 70px;
	}
	.accueil .products .image div.over > div span {
		font-size: 30px;
		margin-left: -15px;
	}
	.accueil .products .image div.over h3 {
		font-size: 16px;
	}
	.accueil .products .image div.over button {
		padding: 5px 30px;
	}
	.accueil .products .box.first .call-to-action span.etape {
		font-size: 14px;
		padding: 15px 0 15px 10px;
		width: 70px;
	}
}

.bandeau_pub.appfenetre {	
}
.bandeau_pub.appfenetre .col-lg-4 {
	background: #f6303e;
}
.bandeau_pub.appfenetre .col-lg-8 a {
	background: #f6303e;
}

/* *** */

.accueil .products .text{
    margin: 0!important;
    padding:0 50px 20px 50px;
    font-size:16px;
    line-height:21px;
}
.accueil .products .small .text{
    padding:0 20px 80px 20px;
    font-size:16px;
    line-height:21px;
}

.accueil .products p{
    margin-top: 10px;
    font-size:16px;
}
.accueil .products .container h1+p2{
    font-family:'Open Sans Condensed';
    font-weight:300;
    color:#0d3240;
    font-size:40px;
    line-height:51px;
    padding-bottom:70px;
    margin: 0;
}
.accueil h3{
    font-family:'Open Sans';
    font-weight:700;
    color:#0d3240;
    font-size:18px;
    line-height:24px;
    padding-bottom:0;
    margin-bottom:0;
    margin-top: 25px;
}
#caracteristics h2 {
	border-bottom:1px solid #000;
	color: #0d3240;
	cursor: pointer;
	font-size: 35px;
	font-weight: 300;
	margin: 55px 0 0 0;
	padding-bottom: 12px;
}

#caracteristics h3 {
	color: #0d3240;
	font-size: 24px;
	margin: 60px 0 0 0;
}

#caracteristics h3 span,
#caracteristics h3 span a {
	color: #0fb0ed;
	font-size:18px;
    margin-left: 20px;
}
#caracteristics h3 span a {
	margin: 0;
}

#caracteristics .container .row > div {
	padding: 0 30px 60px 30px;
	position: relative;
}


#caracteristics ul.cadre,
#caracteristics ul.volet,
#caracteristics ul.vitrage,
#caracteristics ul.carrelage {
	margin-top: 25px;
}

#caracteristics ul.cadre li {
	display: inline-block;
	color: #0a0a14;
	font-size: 18px;
	margin-right: 60px;
	text-align: right;
}
#caracteristics ul.dash{
    margin-top:0!important;
    list-style-type:none;
}

ul.dash li:before {
    content: "-"!important;
    display: inline-block;
    margin-left: -0.7em!important;
    width: 0.7em;
}
#caracteristics ul.volet li {
	display: inline-block;
	color: #0a0a14;
	font-size: 18px;
	margin-right: 30px;
	text-transform: uppercase;
}

#caracteristics ul.vitrage li {
	display: inline-block;
	color: #0a0a14;
	font-size: 18px;
	margin-right: 30px;
	max-width: 327px;
	position: relative;
	text-transform: uppercase;
}

#caracteristics ul.vitrage li p {
	color: #0d3240;
	font-size: 20px;
	font-weight: 300;
	margin-top: 5px;
	padding-right: 20px;
	text-transform: none;
}

#caracteristics ul.carrelage li {
	display: inline-block;
	color: #0a0a14;
	font-size: 18px;
	margin-right: 20px;
	text-transform: uppercase;
	vertical-align: top;
}

#caracteristics ul.carrelage li span {
	font-weight: 300;
}

#caracteristics li.last {
	margin: 0 !important;
}

#caracteristics ul.cadre li img,
#caracteristics ul.volet li img,
#caracteristics ul.vitrage li img,
#caracteristics ul.carrelage li img {
	margin-bottom: 10px;
}

#caracteristics ul.vitrage li div {
	background: #009fe3;
	padding: 60px 20px 50px 30px;
	position: absolute;
	text-align: center;
	right: -145px;
	top: 0;
}

#caracteristics ul.vitrage li div p span {
	font-size: 72px;
}

#caracteristics ul.vitrage li div p {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#caracteristics .verre_carrelage h2 {
	border-bottom:0;
	color: #0d3240;
	cursor: auto;
	font-size: 36px;
	font-weight: 400;
	margin: 60px 0 0 0;
	padding-bottom: 0;
}

#caracteristics .verre_carrelage h2 span {
	color: #0d3240;
	display: block;
	font-size: 24px;
	margin: 0;
}

#caracteristics .verre_carrelage p {
	color: #0d3240;
	font-size: 24px;
	font-weight: 300;
}

#caracteristics .couleurs p {
	color: #0d3240;
	font-size: 24px;
}

#caracteristics .couleurs ul {
	list-style: none;
	display: inline-block;
	margin-top: 55px;
}

#caracteristics .couleurs li:before {
	color: #00aded;
    content: '\2713';
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin-left: -1.5em;
    margin-right: .500em;
}

#caracteristics .couleurs li {
	color: #0d3240;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-left: 35px;
}

#caracteristics .couleurs img {
	display: inline-block;
	vertical-align: bottom;
}

#caracteristics .performances .symboles {
	margin: 60px 0 40px 0;
}

#caracteristics .performances .symboles img {
	margin-right: 30px;
}

#caracteristics .performances h3 {
	color: #0d3240;
	font-size: 36px;
	margin: 0;
}

#caracteristics .performances p {
	color: #0d3240;
	font-size: 24px;
	margin: 0;
}
#caracteristics .performances p.note {
    font-size: 16px;
    margin-top: 10px;
}

#caracteristics .performances p span {
	color: #0fb0ed;
	font-size:18px;
    margin-left: 20px;
}

#caracteristics .performances p span.descriptionessais {
	cursor: pointer;
}

#caracteristics .performances ul {
	list-style: none;
	display: inline-block;
	margin-top: 15px;
}

#caracteristics .performances li:before {
	color: #00aded;
    content: '\2713';
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin-left: -1.5em;
    margin-right: .500em;
}

#caracteristics .performances li {
	color: #0d3240;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-left: 35px;
}

#caracteristics .performances img.explicationcycles {
	float: right;
	margin-top: -140px;
	margin-right: 50px;
}

#caracteristics .performances table {
	clear: right;
	border-collapse: collapse;
	margin: 30px 0 50px 0;
	width: 100%;
}

#caracteristics .performances th,
#caracteristics .performances td  {
	border: 1px solid #000;
	color: #0d3240;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	vertical-align: middle;
}

#caracteristics .performances th {
	background: #a0d5f6;
}

#caracteristics .performances td {
	font-weight: 500;
}

#caracteristics .performances td.compare {
	color: #cfcfcf;
	word-spacing: 10px;
}

#caracteristics .performances td.compare u {
	border-bottom:2px solid #009fe3;
	color: #0d3240;
	text-decoration: none;
	padding-bottom: 5px;
}

#caracteristics .performances td.compare span.emptyspace {
	word-spacing: 4px;
}

#caracteristics .performances img.logoenergystar {
	float: left;
	margin: 0 35px 65px 0;
}


.promo{
    position: absolute;
    top:0;
    right:0;
    width: 35px;
    height: 35px;
    background: #00aded;
}
.promo a{
    color:#fff;
    display: block;
    text-align: center;
    margin-top: 7px;
}

.promotion, .news{
    color:#fff;
    background-color: #00aded;
    font-family:'Open Sans';
    font-size:26px;
	position: relative;
}

.promotion .container-fluid {
	display: none;
}

.promotion .btn {
	display: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 36px;
}

.promotion .btn.ouvre {
	background: url(../images/open_bande_promo.png);
}

.promotion .btn.ferme {
	background: url(../images/close_bande_promo.png);
}

.promotion .btn.ferme {
}

.news{
    background-color: #ff0220;
}

.promotion .container-fluid > .row,
.news .container-fluid > .row{
	display: flex;
	flex-direction: row
}

.promotion .container-fluid > .row > div,
.news .container-fluid > .row > div {
	float: none;
}
.promotion .col-sm-2{
    background: url('../images/promo-bg.png') top right #007fb2 no-repeat;
	text-align: center;
}

.news .col-sm-2{
    background: url('../images/news-bg.png') top right #ab0115 no-repeat;
	text-align: center;
}

.news .all{
    font-size:18px;
    line-height:23px;
    font-family:"Open Sans";
    font-weight:700;
    color:#fff;
	position: absolute;
	right: 20px;
	top: 30px;
}

.promotion .col-sm-10, .news .col-sm-10{
    padding:20px;
}
.promotion .col-sm-10 span
.news .col-sm-10 span {
	padding-right: 25px;
}

.promotion .button, 
.news .button, 
.twoboxes .button{
    font-size: 18px;
    color:#fff;
    border:2px solid #fff;
    padding:5px 20px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    /*margin-left:35px;*/
    font-weight:700;
}

.promotion .promobox {
	margin-right: 8.33333333%;
}

.news .promobox {
	margin-right: 200px;
}

.twoboxes .container-fluid > .row {
	display: -webkit-box;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	/*
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	*/
}

.twoboxes .col-md-6 {
    float: none;
	
  	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 1;         /* OLD - Firefox 19- */
  	width: 50%;               /* For old syntax, otherwise collapses. */
  	-webkit-flex: 1;          /* Chrome */
  	-ms-flex: 1;              /* IE 10 */
  	flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	/*
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	*/
}

.twoboxes .button{
    margin: 20px 0 0 0;
    display: block;
}
.promotion .button:hover,.twoboxes .button:hover{
    background: #fff;
    color:#00aded;
}
.news .button:hover{
    background: #fff;
    color:#ff0220;
}
.promotion .col-sm-2 .row,
.news .col-sm-2 .row {
	height: 100%;
}
.promotion .col-sm-2 span, .news .col-sm-2 span{
    font-family:'Oswald';
    font-weight:700;
    text-transform: uppercase;
    display: block;
	padding: 20px 60px 20px 20px;
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.promotion .col-sm-10 span, .news .col-sm-10 span{
	padding-right: 20px;
}

.calltoaction{
    background: #00aded;
    color:#fff;
    text-align: center;
    padding:50px 0;
    font-size:40px;
    line-height:45px;
    font-weight:300;
    font-family:'Oswald', sans-serif;

}
.calltoaction a{
    color:#fff;
    font-size:50px;
    line-height:45px;
    font-weight:600;
    display: block;
}

.row.bandeautop {
	margin-right: inherit;
    margin-left: inherit;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.livechat_button {
	display:none;
	z-index: 999;
    position: fixed;
	bottom:20px;
	right: 10%;
	height: 180px;
	width: 250px;
    cursor: pointer;
}

.livechat_button > div {
	background: #00aded;
	height: 100%;
	padding-left: 75px;
	position: relative;
}

.livechat_button img.agent {
	position: absolute;
	bottom: 0;
	left: -62px;
}

.livechat_button a {
	display:block;
	position:relative;
}

.livechat_button p {
	color:#FFF;
    font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	font-weight:300;
	line-height:1.3em;
	margin:0;
	padding-top:20px;
	/*
	position:absolute;
	left:130px;
	top:30px;
	*/
}

.livechat_button span {
	background: #ff0220;
	color:#FFF;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	/*
	*/
	padding: 15px 0 15px 75px;
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.livechat_button span img {
	margin-right:15px;
}

.livechat_button .close_chat_btn {
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	z-index:997;
}

.livechat_button.minimized {
	z-index: 998;
	background:#ff0220;
	height: inherit;
	width: 200px;
}

.livechat_button.minimized span {
	padding-left: 25px;
}

#livechat-compact-container {
  display: none;
}

	.mobile-menu {
		display: none;
        background: #FFF;
		color: #FFF;
		border: 1px solid #000;
    	font-family: 'Oswald', sans-serif;
		padding: 0 45px 15px 45px;
        position: absolute;
        z-index: 999;
        right: 0;
        top:106px;
		width: 410px;
        /* 
		min-width: 300px;width: 300px; */
	}

	.mobile-menu hr {
		border-top:1px solid #d5d5d5;
		margin-bottom: 2px;
		margin-top:0;
	}

	.mobile-menu ul {
		margin: 0;
	}

	.mobile-menu ul.level2 {
		margin-bottom: 20px;
	}

    .mobile-menu .marker .fa-angle-down{
        color:#17b22d;
    }

    .mobile-menu ul li {
        text-align: left;
        list-style: none;

    }
    .mobile-menu ul li a {
        display: block;
        color:#0a0a14;
		font-size: 18px;
		font-weight: 700;
		padding: 15px 0;
		text-transform: uppercase;
    }

	.mobile-menu ul li.parent {
		border-bottom:1px solid #d5d5d5
	}

	.mobile-menu ul li.parent:last-child {
		border: 0;
	}

	.mobile-menu ul li.parent > a {
		color: #00aded;
		font-weight: 900;
		text-transform: uppercase;
	}
    .mobile-menu ul li a .marker{
        display: inline-block;
        float:right;
        font-size:20px;
        line-height:20px;
        font-weight:700;
    }

    .mobile-menu .level1 li{
        text-transform: uppercase;
    }

	.mobile-menu .level1 li.last {
	}
    .mobile-menu .level1 .parent.active{
    }
    .mobile-menu .level1 .parent.active a{
    }

	.mobile-menu .level2 li {
		padding: 4px 0;
	}

    .mobile-menu .level2 li a {
		border: 0;
		display: initial;
    	font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		padding: 3px 0;
		text-transform: none;
    }
    .mobile-menu .level2 .parent.active{
        font-weight:700;
        background-color: #1c1446;
    }

    .mobile-menu .lang a{
        text-transform: none;
    }

.twoboxes .leftbox img{
    min-width:100%;
    max-width:100%;
}

.twoboxes .leftbox {
	background-image: url(../images/mieux-planifier.jpg);
	background-size: cover;
    background-position: center;
}
/*
.twoboxes .leftbox .image{
    position: relative;
	background-image: url(../images/mieux-planifier.jpg);
	background-size: cover;
    background-position: center;
    height: 100%;
    margin-right: -15px;
    margin-left: -15px;
}
*/
.twoboxes .leftbox .image .box{
    position: absolute;
    z-index: 10;
    right:80px;
    top:55px;
    background: rgba(0,159,227, 0.5);
    color:#fff;
    padding:45px 25px;
    text-align: center;

}
.twoboxes .leftbox .image .box .title{
    text-transform: uppercase;
    font-size:41px;
    line-height:38px;
    font-family:"Oswald";
    font-weight:700;
}
.twoboxes .leftbox .image .box .title span{
    font-size:51px;
    line-height:51px;
}
.twoboxes .leftbox .image .box .text{
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight:700;
    font-family:"Oswald";
    margin: 0!important;
}
.twoboxes .leftbox .image .box .text span{
    display: inline-block;
    font-size:19px;
    line-height:34px;
    font-weight:400;
}

.twoboxes .rightbox{
	padding: 100px 0;
}
.twoboxes .rightbox .row {
	margin: 0;
}
.twoboxes .rightbox .title{
    font-family:"Oswald";
    text-transform: uppercase;
    color: #009fe3;
    font-size:30px;
    line-height:35px;
    margin:0 0 30px 0;
}
.twoboxes .rightbox .text {
    font-family:"Oswald";
    color:#fff;
    font-size:24px;
    line-height:35px;
    margin:0 0 25px 0;
}
.twoboxes .rightbox .item{
    color:#009fe3;
    text-transform: uppercase;
    font-family:"Oswald";
    font-size:18px;
    line-height:26px;
    border-bottom:1px solid #fff;
    padding: 15px 0;
}
.twoboxes .rightbox .item .name{
    cursor: pointer;
}
.twoboxes .rightbox .item span{
    padding-right:20px;
    font-size:30px;
}
.twoboxes .rightbox .item p{
    display: none;
}
.twoboxes .rightbox .item.first{
    border-top:1px solid #fff;
}

#about {
	background-color: #f2f3f8;
}

#about .row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	min-height: 507px;
}

#about .col-md-6,
#about .row > .col-md-4 {
	padding: 0;
	
	float: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	flex-basis: 50%;
}
/*
#about .col-md-6 {
	background-image: url(../images/apropos-1.jpg);
    background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
*/

#about .carousel {
	display: none;
	height: 100%;
}

#about .carousel.active {
	display: block;
}

#about .carousel-inner .item {
    background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.service .carousel-inner .item:nth-child(1) {
	background-image: url(../images/apropos-1.jpg);
}

.service .carousel-inner .item:nth-child(2) {
	background-image: url(../images/apropos-2.jpg);
}

#about.contact {
	background: #FFF !important;
}
#about .content {
	margin-bottom: 50px;
	margin-top: 70px;

}
#about .title, .about .title {
    margin:0 0 25px 0;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    font-family: "Oswald";
    color: #0d3240;
}
#about .nav-tabs, .about .nav-tabs {
    border:none;
    text-transform: uppercase;
    font-family: "Oswald";
}
.about.contact .nav-tabs {
	margin-bottom: 25px !important;
}
#about .nav-tabs > li,
.about .nav-tabs > li{
    margin-right:30px;
    margin-bottom:30px;
}
#about .nav-tabs > li a,
.about .nav-tabs > li a{
    border:none;
    background: transparent;
    color:#8e8e8e;
    font-size:18px;
    padding: 0;
}
#about .nav-tabs > li > a.active,
.about .nav-tabs > li > a.active{
    border:none;
    background: transparent;
    border-bottom:4px solid #009fe3;
    color:#0d3240;

}

#about .tab-pane p, #about .tab-pane .title{
    font-family:"Open Sans";
    text-transform: none;
    font-size:18px;
    line-height:24px;
    margin:0;
    color:#0d3240;

}
#about .tab-pane p{
    font-weight:400;
    font-size:16px;
    line-height:24px;
    margin-bottom:15px;
}
#about .tab-pane .title{
    font-weight:700;
    margin-bottom:15px;
}

#about .tab-pane p a {
	background: #04aeed;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 20px;
	padding: 12px 22px;
	text-transform: uppercase;
}

/* Contact, Subventions, Novatech */
.contact {
  overflow-x: hidden; }

.contact-header {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(../images/contact-header.jpg); }

.contact-people {
  overflow: hidden;
  height: 529px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: inherit;
  background-image: url(../images/contact-people.jpg); }

.locations {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.locations > div {
    float: none;
}

.locations > div:nth-child(2) {
	/*flex-basis: 41.66666667%;*/
}

.carousel.location {
	height: 100%;
}

.location .carousel-inner .item {
	background-repeat: no-repeat;
  	background-position: top right;
  	background-size: cover;
}

.location .carousel-inner .item:nth-child(1) {
	background-image: url(../images/fenetrescote-location-alma.jpg);
}

.location .carousel-inner .item:nth-child(2) {
	background-image: url(../images/fenetrescote-location-roberval.jpg);
}

.contact-title {
  color: #18313F;
  font-size: 45px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  padding: 100px 0 0 0;
  font-weight: 700;
  font-family: 'Oswald', sans-serif; }

.contact-subtitle {
  color: #18313F;
  font-size: 32px;
  display: block;
  margin: 0;
	padding-bottom: 100px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

.nopad {
  padding: 0; }

.darkbg {
  background-color: #0d3240; }

#map {
  width: 100%;
  height: 529px; }

.g-recaptcha {
  height: 80px; }

.infoblock .row {
  padding-top: 75px; }

.infoblock .row.horaire {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding-top: 0;
  margin-top: 25px; }

.infoblock .row.note {
  margin-left: 2px;
  margin-top: 0; }
  .infoblock .row.note p {
    font-size: 14px;
    margin-top: 0px;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 80%; }

.infoblock .contact-list {
  margin-bottom: 70px; }

#content h1.dark {
  color: #18313F; }

#content h4.success {
  color: #33cc33;
  font-weight: 400;
  width: 450px;
  margin-left: -8%;
  margin-top: 30px; }

.contact-list {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px; }

#content ul {
  display: block;
}
  #content ul li {
    font-size: 18px;
    margin-bottom: 5px; }
    #content ul li span {
      color: #04aeed;
      font-weight: bold;
      display: inline-block;
      margin-right: 3px; }

.formblock {
  background-color: #ffffff; }
  .formblock .row {
    padding: 40px;
    padding-top: 120px;
    height: 100%; }
  .formblock .form input[type=text], .formblock .form input[type=password], .formblock .form input[type=email] {
    display: block;
    margin-bottom: 5px;
    outline: none;
    border: 1px solid #DDDDDD;
    width: 375px;
    padding: 0 12px; }
  .formblock .form textarea {
    resize: none;
    outline: none;
    border: 1px solid #DDDDDD;
    width: 375px;
    height: 100px;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 5px; }
  .formblock .form label {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #FF0220;
    margin-bottom: 10px;
    display: block; }
  .formblock .form input[type=button] {
    margin-top: 10px;
    background-color: #4CAAE7;
    border: 1px solid #4CAAE7;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    outline: none; }
  .formblock .form input[type=button]:hover {
    background-color: #18313F;
    border-bottom-color: #18313F; }
  .formblock .form input::-webkit-input-placeholder, .formblock .form textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #BFBFBF; }
  .formblock .form input:-moz-placeholder, .formblock .form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BFBFBF; }
  .formblock .form input::-moz-placeholder, .formblock .form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BFBFBF; }
  .formblock .form input:-ms-input-placeholder, .formblock .form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BFBFBF; }
  .formblock .form input::-ms-input-placeholder, .formblock .form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BFBFBF; }
  .formblock .form .formcontainer {
    margin: 0 auto;
    width: 450px; }

@media (max-width: 1369px) {
  .infoblock {
    padding-bottom: 60px; }
	/*
    .infoblock .row {
      font-size: 14px; }
    .infoblock .row.horaire {
      font-size: 14px; }
    .infoblock .row.note p {
      font-size: 10px;
      width: 100%; }
	*/
	#content .features ul {
    	padding-right: 0;
	}	
}

@media (max-width: 414px) {
  .force-float {
    float: left; }
  .small-left-align {
    text-align: left; }
  .infoblock .contact-list {
    margin-bottom: 20px; }
  .infoblock .row {
    text-align: center; }
    .infoblock .row h1 {
      text-align: center; }
  .infoblock .row.note p {
    font-size: 12px;
    margin-bottom: 20px; }
	/*
  #content ul li {
    text-align: left;
    width: 135px;
    margin: 0 auto;
    display: block; } */
}

.creditimpot {
  overflow-x: hidden; }


.bgcreditimpot {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: inherit;
	background-image: url(../images/tablet-credit.jpg);
}

.bgcreditimpot .bluebox {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin: 0 auto;
	width: 300px;
	font-size: 19px;
	text-transform: uppercase;
	padding: 50px 0;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.bgcreditimpot .bluebox p {
	margin: 0;
}

.bgcreditimpot .bluebox span {
	font-size: 29px;
	font-weight: 700;
}

.bgcreditimpot .bluebox strong {
	font-size: 72px;
	font-weight: 700;
}

.bgcreditimpot .bluebox sub {
	bottom: 0.35em;
}

.bgcreditimpot .bluebox span.source {
	font-size: 12px;
	font-weight: 400;
}

.bgfinancement {
  	background-repeat: no-repeat;
  	background-position: top center;
  	background-size: cover;
  	background-attachment: inherit;
  	background-image: url(../images/piggybank.jpg);
}

.informnow {
  background-color: #4CAAE7;
  padding: 40px 0; }
  .informnow .title {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    display: block;
    text-align: center; }
  .informnow h3 {
    font-size: 48px; }
  .informnow h4 {
    font-size: 30px; }

#content h1.section-title {
  text-transform: uppercase;
  margin: 0 auto;
  width: 60%;
  display: block; }

p.section-text {
  width: 60%;
  padding: 20px 0 0 0;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif; }

p.section-text.note {
	font-size: 12px;
	padding: 50px 0 0 0;
}
#accordion,
#accordion2
{
  width: 60%;
  margin: 0 auto; }
  #accordion hr {
    background-color: #FFFFFF;
    width: 100%; }
#accordion .ui-icon,
#accordion2 .ui-icon,
#accordion3 .ui-icon{
	display: none;
}
.section-accordion {
  /*height: 600px;*/
	margin: 90px 0;
}

.accordion-header {
	cursor: pointer;
  color: #4CAAE7;
  position: relative; }

  .accordion-header h5 {
	  margin-top: -10px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
	  font-weight: 700;
	  text-transform: uppercase;
    padding: 0;
    margin: 0; }
  .accordion-header svg {
    display: block;
    position: absolute;
    top: -7px;
    right: 20px;
    width: 25px;
    height: 32px;
    fill: #4CAAE7; }
  .accordion-header svg.uparrow {
    display: none; }
  .accordion-header svg.downarrow {
    display: block; }

.accordion-header.open svg.uparrow {
  display: block; }

.accordion-header.open svg.downarrow {
  display: none; }

#accordion ul {
	list-style: inherit !important;
	margin-left: 20px;
}

.bluebox {
  background-color: rgba(76, 170, 231, 0.85);
  color: #FFFFFF;
}

/*
.bluebox {
  width: 300px;
  height: 300px;
  background-color: rgba(76, 170, 231, 0.85);
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 12%; }
  .bluebox p.title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    padding: 0;
    padding-top: 30px;
    display: block;
    text-align: center; }
  .bluebox .title.smaller {
    padding-top: 50px; }
  .bluebox p.subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center; }
  .bluebox p.biginfo {
    font-family: 'Oswald', sans-serif;
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    position: relative; }
    .bluebox p.biginfo subscript {
      position: absolute;
      top: 18px;
      right: 60px;
      font-size: 40px;
      padding: 0;
      margin: 0; }
  .bluebox p.biginfo.smaller {
    font-size: 65px; }
	sub {
		bottom: 0.35em;
	}

  .bluebox p.detail {
    font-size: 12px;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    text-align: center; }
*/
/* NOUVELLES */
.news-page > #content{
    background: #fff;
}

.news-section{
    background-image:url('../images/news_bg.jpg');
    -webkit-background-size:cover;
    background-size:cover;
    text-align: center;
}

#content .news-section h1{
	/*
    padding:100px 0;
    font-size:48px;
    line-height:54px;
    color:#0d3240;
    font-family:"Oswald";
    font-weight:300;
*/
	color: #18313F;
    font-size: 45px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding:30px 0;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
#content .news-section h1 span{
    color: #18313F;
  font-size: 32px;
  display: block;
  margin: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
#content .news-list, #content .portfolio-list{
    background: #fff;
}

#content .portfolio-list{
    background: #fff;
    padding:75px 0;
}

.news-list .news-item{
    /*width:828px;*/
    margin:0 auto;
    padding:0 0 80px;
    border-bottom:1px solid #dee8ea;
}
.news-list .news-item.first{
    margin-top:0;
}
.news-list .news-item.last{
    border-bottom:none;
}
.news-list .news-item {
    margin-top:80px;
}
.news-list .news-item .image{
    margin-bottom:35px;
}

#content .news-list .news-item h2,
#content .news-list .news-item h1 {
    font-family:"Oswald";
    font-weight:700;
    font-size:24px;
    line-height:24px;
    color:#0d3240;
    margin:0 0 15px;
    text-transform: uppercase;

}
.news-list .news-item .meta{
    color:#23282f;
    font-family:"Open Sans";
    font-size:15px;
    line-height:24px;
    text-transform: uppercase;
    margin-bottom:40px;
}
.news-list .news-item .meta span{
    color:#00aded;
}

#content .news-list .news-item .text{
    margin:0 0 50px;

}
#content .news-list .news-item .text p,
#content #caracteristics.carriere .text p {
	margin: 0;
	margin-top: 20px;
    color:#55595f;
    font-size:14px;
    line-height:24px;
    font-family:"Open Sans";
}
#content .news-list .news-item.single{
    border-bottom:none;
}
#content .news-list .news-item.single  .text p{
    margin-bottom:0px;
}
#content .news-list .news-item ul{
	list-style: inherit;
	margin-top: 20px;
	margin-left: 20px;
}

#content .news-list .news-item li {
	margin: 0;
    color: #55595f;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
	
	
    background-image: none;
	padding: 0;
    min-height: inherit;
}
#content .news-list em {
	font-style: italic;
}

#content #caracteristics.carriere .text {
    margin-bottom: 0;
    margin-top: 20px;
}

#content .carriere ul {
    list-style: disc;
    margin-left: 25px;
}
#content .carriere .text ul li {
    margin: 0;
    margin-top: 20px;
    color: #55595f;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans";
    background: none;
    min-height: inherit;
    padding-left: 0;
}
#content #caracteristics.carriere .more {
    margin-top: 30px;
}
#content #caracteristics.carriere .more a {
    color: #fff;
    background: #04aeed;
    padding: 5px 30px;
    border: 2px solid;
    border-color: transparent;
}
.frm_carriere {
    padding: 20px 0 50px 0;
}
.formblock .form label.cv {
    display: block;
    color: #55595f;
    font-weight: 400;
}
#content h4.success.carriere {
    color: #33cc33;
    font-weight: 400;
    margin: 30px 0;
	width: inherit;
}
/*
#content .news-list .news-item.single li{
    font-weight:700;
    color:#23282f;
    text-transform: uppercase;

    font-size:13px;
    background-image: url(../images/list-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding:0 0 0 25px;
    min-height:0;
    margin:15px 0 15px 100px;

}
*/
.news-list .news-item .more a{
    color:#fff;
    background: #04aeed;
    padding:5px 30px;
    border:2px solid;
    border-color: transparent;
}
.news-list .news-item{
}
.news-list .news-item .more a:hover{
    color:#04aeed;
    background: #fff;
    border-color:#04aeed;
}
.add-this{
    margin-bottom:45px;
}

.portfolio-item{

}

.portfolio-item .image{
    position: relative;
}
.portfolio-item .image .item img{
    min-width:100%;
    height:auto;
}
.portfolio-item .image .icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-item a:hover > .hover{
    display: block;
}

.portfolio-item .image .hover{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,173,237,0.8);
    display: none;
}

.portfolio-item{
    margin-bottom:25px;
}

.pagination li{
    margin:0 1px;
    display: inline-block;
}
.pagination li a {
    background-color: #0d3240;
    color:#fff;
    font-weight:700;
    border:none;
}
#content .pagination li a span{
    color:#fff;
}
.pagination li.active a, .pagination li:hover a, .pagination li.active:hover a{
    background-color: #00aded;
    color:#fff;
}

.sitemap {
	margin: 50px 0;
}

.sitemap td {
	padding: 5px 0;
}

.apropos {
	margin: 0 auto;
	padding: 70px 0;
	width: 828px;
}

.apropos .facades {
	text-align: center;
	font-size: 0;
	margin-bottom: 35px;
	margin-left: -6px;
	margin-right: -6px;
}

.apropos .facades img {
	display: inline-block;
	margin: 0 3px 3px 3px;
}

#content .apropos h2 {
	color: #0d3240;
	margin: 0;
	text-transform: uppercase;
}

.apropos p {
	color: #55595f;
	font-size: 14px;
}

.apropos p.soustitre {
	color: #ff0018;
	font-weight: 700;
	margin: 0;
}

.apropos hr {
	border: 0;
	margin: 0;
	padding: 30px;
}

.apropos .imgs img {
	width: 100%;
}

.documentation {
	font-size: 0;
	margin: 0 auto;
	padding: 70px 0;
	width: 1095px;
}

#content .documentation h2 {
	border-bottom:1px solid #0d3240;
	color: #0d3240;
	margin: 0;
	padding-bottom: 7px;
	text-transform: uppercase;
}

#content .documentation h3 {
	color: #0d3240;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

#content .documentation .brochures h3 {
	font-size: 18px;
}

#content .documentation p {
	color: #23282f;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

.documentation a {
	color: #2abaf0;
	text-transform: none;
}

.documentation .videos a {
	font-weight: 700;
}

.documentation .videos {
	margin-left: -43.5px;
	margin-right: -43.5px;
}

.documentation img {
	margin-bottom: 20px;
	width: 100%;
}

.documentation .videos {
	margin-bottom: 70px;
}

.documentation .videos > div {
	display: inline-block;
	margin: 50px 43.5px 0 43.5px;
	vertical-align: top;
	width: 504px;
}
.documentation .videos > div .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 20px;
}
.documentation .videos > div .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.documentation .brochures {
	margin-left: -43.16px;
	margin-right: -43.16px;
}

.documentation .brochures > div {
	display: inline-block;
	margin: 50px 43.16px 0 43.16px;
	vertical-align: top;
	width: 209px;
}

@media screen and (max-width: 1366px){
    .twoboxes .rightbox .title{
        margin: 25px 0 15px 0;
    }
}
@media screen and (max-width: 1280px) {
	
	.valuesinfos {
		height:inherit;
		padding:40px 0;
	}
	
	.valuesinfos .swiper-slide > div {
		top: inherit;
    	-webkit-transform: inherit;
    	-ms-transform: inherit;
    	transform: inherit;
		padding:0 2.5%;
	}
	
	.valuesinfos .price p.leftborder {
		display:block;
	}
	
	.valuesinfos .price p.leftborder br {
		display:none;
	}
	
	.valuesinfos .perfdur > div:nth-child(3) p {
		display:inline-block;
		vertical-align:top;
		width:100%;
	}
	
	.valuesinfos .perfdur > div:nth-child(3) p br {
		display:none;
	}
	
	.valuesinfos .perfdur > div:nth-child(3) p.leftborder {
		margin-left:0px;
		margin-top:30px;
	}
	
	.valuesinfos .quality > * {
		margin:0;
		width:100%;
	}
	
	.valuesinfos .quality br {
		display:none;
	}
}
@media screen and (max-width:1024px) {
    .menu ul.main li a{
        font-size:24px;
    }

}
@media screen and (max-width: 1160px) {
	.livechat_button {
		left:inherit;
		right:10px;
		margin:0 !important;
	}
}

@media screen and (max-width: 999px) {
	#values > div {
    	flex-basis: 33%;
	}
	
	.livechat_button.full {
		display:none !important;
	}
	
	.livechat_button.minimized, 
	.livechat_button.offline {
		display:block;
	}
	
	.livechat_button.minimized {
		width:72px;
	}
	
	.livechat_button.offline {
		width:50px;
	}
	
	.livechat_button.minimized strong, 
	.livechat_button.offline strong {
		display:none;
	}
	
	.livechat_button.minimized span {
		padding-right: 25px;
	}
	
	.livechat_button.offline span {
		left:11px;
	}
}

@media screen and (max-width: 768px) {
	
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float:none;
	}
	
	.valuesinfos {
		padding:0 2.5%;
	}
	
	.valuesinfos h2 {
		font-size:48px;
	}
	
	.valuesinfos ul li {
		width:inherit;
	}
	
	.valuesinfos .swiper-wrapper {
		display:block;
		
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	
	.valuesinfos .swiper-slide {
		margin:50px 0;
	}
	
	.valuesinfos .swiper-pagination {
		display:none;
	}
	
	.valuesinfos img.icon {
		margin-top:25px;
	}
	
	.valuesinfos .perfdur > div:nth-child(3) p {
		display:block;
		margin:20px 0;
		width:100%;
	}
	
	.valuesinfos .perfdur > div:nth-child(3) p.leftborder {
		margin-left:0;
	}
}

@media screen and (max-width: 500px) {
	#values {
		background:none;
	}
	
	#values > div {
		flex-basis: 100%;
	}
	
	.valuesinfos p br,
	.valuesinfos li br {
		display:none;
	}
	
	.valuesinfos p span {
		display:block;
	}
	
}


/*
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

}

@media (max-width:1199px){
    #bulles  ul  li.last{
        clear:both;
    }
}
*/

.contact-icon-block {
    background-color: #00aded;
    padding: 10px 0px;
}

#content ul.contact-points {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#content ul.contact-points li {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    margin-left: 75px;
}

#content ul.contact-points li:first-child {
    margin-left: 0;
}

.contact-points li img {
    display: block;
    margin: 0 auto;
}

.horaire-label {
    margin-left: 16px;
}

.horaire-value {
    display: inline-block;
}

.relative {
    position: relative;
}

.infoblock .row.media {
    padding-top: 0;
}

#content ul.servicelist {
	margin-top: 25px;
}

@media (max-width: 999px) {
    .formblock .row {
        padding-top: 30px;
    }

    .smbuffer {
        margin-top: 35px;
    }
}

h6.bluetitle {
    color: #04aeed;
    font-size: 22px;
    margin: 10px 20px 0 0;
}

#accordion3 h6.bluetitle {
	font-size: 16px;
	margin-top: 20px;
}

#accordion3 p {
	font-size: 16px;
}

#accordion3 a {
	color: #04aeed;
}

div.homeslide {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: block;
    height: 630px;
    position: relative;
}

div.homeslide .container {
	position: relative;
}

div.homeslide1 {
	background-image: url(../images/fenetresconcerto-pubtv-2018_slideaccueil.jpg);
	text-align: center;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1em;
}

div.homeslide1 span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: 300;
}

div.homeslide1 img {
	margin-bottom: 30px;
	margin-top: 200px;
}

div.homeslide2 {
    background-image: url(../images/creditdimpot-renovert_slideaccueil.jpg);
    background-position: bottom center;
}

div.homeslide2 .bandefinrenovert {
	position: absolute;
	bottom: 0;
	right: 0;
}

div.homeslide2 > div {
	background-color: rgba(76, 170, 231, 0.85);
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 30px 0 70px 0;
	position: relative;
	text-align: center;
	width: 610px;
}

div.homeslide2 > div span {
	font-size: 49px;
	font-weight: bold;
}

div.homeslide2 > div img {
	margin-bottom: 25px;
}

div.homeslide2 button {
	background: #05aa28;
	border: 1px solid #FFF;
	padding: 10px 30px;
    font-size: 24px;
    height: inherit;
    font-weight: 400;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 380px;
}

div.homeslide3 {
    background-image: url(../images/performances-fenetresconcerto_slideaccueil.jpg);
    background-position: bottom left;
}

div.homeslide3.portespatio {
    background-image: url(../images/portespatio.jpg);
    background-position: bottom center;
}

div.homeslide4 {
    background-image: url(../images/slide-3.jpg);
}

div.homeslide3 .bluebox.fenetres {
	padding: 30px 50px 40px 60px;
	text-align: right;
	position: absolute;
	top: 115px;
	right: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}

div.homeslide3 .bluebox.fenetres span {
	font-size: 18px;
	font-weight: 400;
}

div.homeslide_5etapes {
	background-image: url(../images/bandeau-choisir-vos-fenetres.jpg);
}

div.homeslide_5etapes > div {
	background-color: #FFF;
	border: 1px solid #000;
	display: flex;
	flex-direction: row;
	height: 56px;
	position: absolute;
	left: 50%;
	margin-left: -172px;
	top: 230px;
}

div.homeslide_5etapes > div > div {
	font-family: 'Oswald', sans-serif;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
}

div.homeslide_5etapes .t1 {
	color: #000;
	font-size: 29px;
	line-height: 52px;
	width: 388px;
}

div.homeslide_5etapes .t2 {
	background-color: #f6303e;
	border-left: 1px solid #000;
	color: #FFF;
	font-size: 21px;
	line-height: 55px;
	width: 174px;
}

div.pub_tv_2019_1 {
    background-image: url(../fenetresconcerto-pub-tv/pub-fenetresconcerto-confort-2019.jpg);
}

div.pub_tv_2019_2 {
	background-image:url(../fenetresconcerto-pub-tv/pub-fenetresconcerto-durable-2019.jpg);
}

div.pub_tv_2019_3 {
	background-image:url(../fenetresconcerto-pub-tv/pub-fenetresconcerto-etanche-2019.jpg);
}

.popupoverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1001;
    top: 0;
    left: 0;
}

.popupoverlaybox {
    position: fixed;
    width: 660px;
    /* height: 350px; */
	padding-bottom: 40px;
	top: 50%;
    left: 50%;
    margin-left: -330px;
    background-color: #FFFFFF;
    z-index: 1002;
}

.popupoverlaybox h3 {
    color: #0d3240;
    padding: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    width: 70%;
    margin: 0 auto;
    margin-top: 25px;
}

.popupoverlaybox h3 span {
	display: block;
	color: #04aeed;
	font-size: 24px;
}

.popupoverlaybox h4 {
	color: #0d3240;
    font-family: 'Oswald', sans-serif;
	font-size: 24px;
    width: 70%;
    margin: 0 auto;
	margin-top: 25px;
}

.popupoverlaybox ul {
    margin: 0 auto;
    width: 70%;
}

.popupoverlaybox ul li {
    color: #0d3240;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    padding: 5px;
}

.popupoverlaybox ul li span {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 10px;
    background: url(../images/checkblue.png) no-repeat;
    display: inline-block;
}

.popupoverlaybox ul.cycles {
	list-style: inherit;
	padding-left: 25px;
}

.popupoverlaybox p {
    color: #0d3240;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
}

.popupoverlaybox a {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    position: absolute;
    top: -42px;
    right: 2px;
    color: #FFFFFF;
}

.more-margin {
    margin-top: 80px;
}

.minus30snow {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    min-height: 675px;
    background-image: url(../images/moins30-snow.jpg);
}

.secure {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    min-height: 675px;
    background-image: url(../images/secure.jpg);
}

.house {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    min-height: 675px;
    background-image: url(../images/house.jpg);
}

.windowcut {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    min-height: 675px;
    background-image: url(../images/window-cut.jpg);
}

.valuesinfos2 {
    background-color: transparent;
    height: 675px;
}

.valuesinfos2 p {
    font-size: 24px;
}

.swiper-pagination-bullet {
    background-color: #00aded;
}

#content p.noitem {
    color: #000;
    margin-bottom: 25px;
}

#content p.noitem .ui-icon {
	display: none;
}

/*
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: 150px;
    left: 60px;
    width: auto;
}
*/

.valuesinfos2 .swiper-slide > div {
    top: 205px;
}

#content h2.v2 {
    text-align: left;
    margin: 0;
    margin-left: 65px;
    margin-top: 40px;
}

p.v2 {
    color: #FFFFFF;
    margin: 0 65px;
    text-align: left;
    margin-right: 150px;
}

#content ul.contact-points li.openlivechat, #content ul.contact-points li.gotoform {
    cursor: pointer;
}
#content ul.contact-points li a {
    color: #FFF;
}

@media (max-width: 881px) {
    .popupoverlaybox p {
        font-size: 18px;
    }

    .popupoverlaybox {
        height: 375px;
    }
}

@media (max-width: 674px) {
    .popupoverlaybox {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .popupoverlaybox h3 {
        font-size: 24px;
    }

    html, body {
        overflow-x: hidden;
    }

}

@media (min-width: 675px) and (max-width: 1148px) {
    .popupoverlaybox {
        width: 70%;
        margin-left: -35%;
    }
}


.ip-text .block {
    margin: 0 auto;
    margin-top: 70px;
    width: 65%;
}

#content .ip-text h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

#content .ip-text h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 18px;
    color: #04aeed;
}

.ip-text div.details {
    position: relative;
    margin-bottom: 25px;
}

.ip-text div.details div.interogation {
    position: absolute;
    top: 10px;
    left: -55px;
}

.ip-text div.details p {
    margin-top: 5px;
}

.ip-text p.bigger {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.ip-text h4 {
    color: #04aeed;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.es-block {
    margin-top: 240px;
}

.blackoverlay {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 45px;
    height: 185px;
    top: 50%;
    margin-top: -93px;
    left: 0;
    position: absolute;
}

.floatingpiggy {
    display:  block;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -58px;
}

#content .blackoverlay h2 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    padding: 0 110px;
}

.blackoverlay a {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -114px;
    background: #FFFFFF;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #489a3d;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1429px) {
    #content .blackoverlay h2 {
        padding: 0 40px;
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .ip-text .block {
        width: 80%;
    }
}

@media (max-width: 1160px) {
    .ip-text p.bigger {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .minus30snow { min-height: 300px; }
    .house { min-height: 300px; }
    .windowcut { min-height: 300px; }

    .ip-text div.details div.interogation {
        left: -42px;
    }

    .ip-text div.details div.interogation img {
        width: 32px;
    }

    .ip-text .block {
        margin-top: 20px;
    }

    #content h2.v2 {
        text-align: left;
        margin: 0;
    }

    p.v2 {
        margin: 0;
        text-align: left;
    }

    .valuesinfos2 { height: auto; }
    .valuesinfos p { font-size: 18px; }
    .valuesinfos2 p.nopad { padding-top: 0; }
    .valuesinfos2 p.last { margin-bottom: 25px; }
    .valuesinfos2 .swiper-slide > div { top: 20px; }
    .valuesinfos .swiper-slide { margin: 20px 0 30px 0; }

    .valuesinfos .perfdur ul { margin-left: 0; } /* Fix for broken snow/sun info block */

    .es-block {
        margin-top: 35px;
    }

    #estar {
        margin: 0 auto;
        margin-bottom: 25px;
        display: block;
    }

    .ip-text2 {
        margin: 0 18px;
    }

    .ip-text2 p {
        margin-right: 20px;
    }

	#realisations img {
		width: 50%;
	}
	
	#realisations img:last-child {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .valuesinfos2 { height: auto; }
    .valuesinfos2 .swiper-slide > div { top: 120px; }
    p.v2 {
        font-size: 18px;
        height: 200px;
        margin: 0 20px 80px 64px;
    }
}

.h-100 {
	height: 100%;
}
.homeslide.prixenligne {
	background-color: #e3e8ec !important;
	height: 630px;
	padding: 0 !important;
	position: relative !important;
}
.homeslide.prixenligne .row {
	display: flex;
}
.homeslide.prixenligne .personnage {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.homeslide.prixenligne .cta_prixenligne {
	display: flex;
	align-items: center;
}
.homeslide.prixenligne .cta_prixenligne p {
	color: #0d3240;
	font-family: 'Oswald', sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
}
.homeslide.prixenligne .cta_prixenligne p img {
	margin: 25px 0 30px 0;
}
.homeslide.prixenligne .cta_prixenligne p a {
	background-color: #ff0220;
	border-radius: 20px;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	padding: 15px 30px;
	text-transform: uppercase;
}
.homeslide.prixenligne .cta_prixenligne p a strong {
	font-weight: 700;
}
.homeslide.prixenligne .align-items-center {
	align-items: center;
}

@media (max-width: 1199.98px) {
	.homeslide.prixenligne {
		height: 430px;
	}
	.homeslide.prixenligne .personnage img {
		max-height: 90%;
		width: auto;
	}
}

@media (max-width: 992px) {
	.homeslide.prixenligne .cta_prixenligne p {
		font-size: 44px;
		line-height: 48px;
	}
}

@media (max-width: 768px) {
	.homeslide.prixenligne {
		height: 300px;
	}
	.homeslide.prixenligne .personnage {
		display: none;
	}
	.homeslide.prixenligne .cta_prixenligne p {
		font-size: 28px;
		line-height: 32px;
		padding: 0 15px;
	}
	.homeslide.prixenligne .cta_prixenligne p a {
		font-size: 18px;
	}
}

.accueil .products p {
    margin: 10px 0 0 0!important;
    font-size: 16px;
}

.accueil .products .fenetreapp {
    text-align: center;
}

.accueil .products .fenetreapp .top {
	border-bottom: 5px solid #0d3240;
	display: flex;
	height: 272px;
	align-items: center;
	justify-content: center;
}
.accueil .products .fenetreapp .top img {
	align-self: flex-end;
	margin-right: 40px;
}
.accueil .products .fenetreapp .top h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 51px;
	line-height: 42px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.accueil .products .fenetreapp .top h3 span {
	font-size: 48px;
}
.accueil .fenetreapp h4 {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #0d3240;
    font-size: 23px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 45px;
}
.accueil .products .fenetreapp p {
    font-size: 20px;
}
.accueil .products .fenetreapp .top button {
	background-color: #ff0220;
	font-size: 17px;
	font-weight: 400;
	height: 35px;
	padding: 0 30px;
	text-transform: uppercase;
	margin-top: 15px;
}

.d-flex {
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}