.section-fenetres {
    background-color: #FFFFFF;
    font-weight: 600;
    color:#000000;

}

.section-fenetres h1 {
    margin-top: 0!important;
}

.section-fenetres h1, .section-fenetres .h2 {
    color:#0fab52!important;
    font-weight: 900;
    font-size:2em!important;
    text-transform: uppercase;
    font-family:  'Open Sans Condensed', sans-serif;
}
.section-fenetres h1 span {
    color: #000000;
    font-weight: 300;
}

.section-fenetres h2 {
	border-bottom: 1px solid #0fab52;
    color:#0fab52!important;
	font-weight: normal!important;
	margin-bottom: 15px!important;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.section-fenetres ol {
	list-style:decimal;
	margin-left: 20px;
}
.section-fenetres ol.alpha {
	list-style: upper-alpha;
}
.section-fenetres ol li {
	margin: 8px 0;
}
.section-fenetres table {
	margin-bottom: 25px;
}
.section-fenetres table td,
.section-fenetres table th{
	border-bottom: 1px solid #000;
	padding: 5px;
}

p.h2{
    margin-top:2em!important;
    margin-bottom:0.5em!important;
}

p.h2 + p {
    margin-top: 0em!important;
}

.hero-fenetres {
    height: 200px;
    background-size: cover;
    margin-bottom:5%;
    position: relative;
    
}

.flex-hero {
    flex-direction: column;
    display: flex;
}
.badge-collection {
	background: #a1a1a1;
    width:  190px!important;
    height: 190px!important;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    text-transform: uppercase;
    justify-content: center;
    flex-shrink: unset;
}
.badge-collection span {
    display: block;
    margin-top:0.2em;
    text-transform: none;

}
.badge-collection span.lineWork {
    font-size: 0.5em;
    display: inline-block;
    text-decoration: line-through; 
    color: #0d3240;
    font-weight: 100;
    vertical-align: middle;
    opacity: 0.5;

}
.badge-collection span.lineWork.dark {
    color: #9d9fa2;
}
.badge-collection .nom_col {
    font-size: 3.5em !important;
    line-height: 1;
    text-align: left;
    padding: 1.5em 1em;
    font-weight: 500!important;
    color:#000 !important;
    margin: 0 !important;
}
.badge-collection .nom_col .nom-collection {
    font-weight: 200;
    line-height: 0.6em;
    font-size: 1.25em;
    color:#0D3240 !important;
}
.badge-collection .nom_col .nom-collection.d-autray {
    color:#9d9fa2 !important;
    font-size: 1.75em!important;
}
.badge-collection .nom_col .sous-titre {
    display: inline-block;
    font-size: 0.4em;
    font-weight: 300;
    


}
@media (min-width: 768px) {
    .flex-hero {
        flex-direction: row;
    }
    .badge-collection h1 .sous-titre {
        font-size: 0.4em;
    }
    .badge-collection span.lineWork {
        font-size: 1em;
    
    }
    .badge-collection .nom-collection.boise-d-autray{
        font-size:1em;
    }
}
.badge-collection.st-laurent {
    
    background-color: #9d9fa2;
}

.badge-collection .nom-collection.boise-d-autray{
    font-size:0.8em;
    color: #9d9fa2!important;
}
.badge-collection.boise-d-autray{
    
    background-color: #43413c;
}

.lien-pdf {
    display: block;
    align-self: flex-end;
    margin: 0 auto;
    
    
} 
.lien-pdf a {
    display: inline-block;
    padding:0.5em 1em;
    background-color: #00aded;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 190px!important;
}

.fenetres-cote-gauche > img {
    width:80%;
    display: block;
    margin: 2em 0;

}

.fenetres-cote-gauche {
    padding-bottom: 4em;
}


.row-superpose {
position: absolute;
left: 0%;
right: 0;
bottom: -10%;
}
.contenu-fenetres{

    width: 90%;
    margin: 0 auto;
    padding-top:5em;
}
.row-eq-height {
    flex-direction: column;

}

@media (min-width: 768px) {
    
    .lien-pdf {
        margin-left:2em; 
    }
    .hero-fenetres {
        height: 300px;
        background-size: cover;
        
        
    }
    .contenu-fenetres{
        margin: 0;
        width: 80%;
        margin-left: auto;
        padding-top:5em;
    }
    .row-eq-height {
        flex-direction: row;
    }
    .badge-collection {
        height: 256px!important;
        width: 256px!important;
        margin: 0;;

    }
    .row-superpose {
        left: 20%;
    }
}
@media (min-width: 1024px) {
    .hero-fenetres {
        height: 500px;
        background-size: cover;
        
        
    }
}

.image-abattant {
	background-image: url("../images/fenetres/facade-fenetres-a-battant.jpg");
}
.image-coul {
	background-image: url("../images/fenetres/cuisine-fenetres-coulissantes.jpg");
}
.image-gui {
	background-image: url("../images/fenetres/cuisine-fenetres-a-guillotine.jpg");
}
.image-fixe {
	background-image: url("../images/fenetres/salon-fenetres-fixes.jpg");
}


.contenu-fenetres ul li {
    margin-left: 1em;;
}
.contenu-fenetres ul li:before {
    content: '\2022';
    margin-left: -20px;
    margin-right: 10px;
    }
    


.contenu-fenetres p,.contenu-fenetres li {
    color: #0d3240!important;
}
.contenu-fenetres p {
    margin-bottom: 2.5em;
    margin-top: 2em;
}

p.titreListe {
    margin-bottom: 0.5em;
    color: #0d3240;
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow:0.5px 0 0 currentColor;
}

p.titreListe + p {
    margin-top: 0.5em!important;
}
.img-fenetres {
    display: flex;
    justify-content: flex-start ;
}
.img-fenetres.boise-dautray {
    margin-bottom: auto;
}

.img-fenetres img {
    display: block;
    margin-right: 2em;
    width: 75%;
    margin: 1em auto;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .img-fenetres img {
        margin: 0;
        display: block;
        margin-right: 2em;
		max-width: 255px;
        width: 100%;
        box-sizing: border-box;
    }
	.img-fenetres.coul {
		padding-right: 50px;
	}
    .img-fenetres.coul img {
		max-width: 450px;
	}
}
.fenetres-cote-droit {
    display:  flex;
    justify-content: space-between;
    flex-direction: column;
}
.fenetres-cote-droit.coul {
    justify-content: space-around;
}

.encadre-info {
    position: relative;
    background-color:  #9d9fa2;
    align-self: stretch;
    padding:4em;
    
    margin-left: -20px !important;
    margin-right: -20px !important;
}
@media (min-width: 768px) {
    .encadre-info {
        padding:3em;
        margin:0!important;
    }
}
.encadre-info h3 {
	border-bottom: 1px solid #FFF;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 2.25em;
	margin-bottom: 15px!important;
	margin-top: 0;
	padding-bottom: 10px;
}
.encadre-info p { 
	color: #000!important;
    margin: 0;
    font-size: 1.2em;
    margin-top:0.5em;
}

.encadre-info ul {
    margin-top:2em!important;
    border-bottom: 1px solid #0d3240;
}

.encadre-info li {
    position: relative;
    font-weight: 800;
    font-size: 1.1em!important;
    margin:0 !important;
    padding: 0.5em 0;
    border-top: 1px solid #0d3240;
}
.encadre-info li p {
    margin: 0;
    overflow: hidden;
    font-size: 0.9em;
    max-height: 0;
    font-weight: 300;
    transition: max-height 0.5s;
}
.encadre-info li.open p {

    max-height: 100px;
}
.encadre-info ul li.remplis:hover {
    cursor: pointer;
}
.encadre-info ul li.remplis:after {
    content: '\f107';
    position: absolute;
    right:0;
    font-size: 1.8em;
    font-weight: 300;
    top:0;
    font-family: 'FontAwesome'!important;
}
.encadre-info ul li:before {
    content: none !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.image-boise {
    display: flex;
}
.image-boise img {
    width: 33.3333%;
    
    padding:0;
    padding-bottom:0.25em;
}
.image-boise img:nth-child(1) {
    padding-right:0.25em;
}
.image-boise img:nth-child(2) {
    padding:0 0.125em;
    padding-bottom:0.25em;
}
.image-boise img:nth-child(3) {
    padding-left:0.25em;
}

.no-margin {
    margin: 0!important;
}
.no-padding {
    padding: 0!important;
}

.img-fluid {
	height: auto;
	max-width: 100%;
}

.my-5 {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.pb-5 {
	padding-bottom: 5rem;
}