


label.item-caty {
	display: flex;
	align-items: center;
	line-height: normal;
}
.colomn_checkboxs {
	display: flex;
	flex-wrap: wrap;
}
.checkbox {
	font-family: 'Inter';
	color: #00366C;
	font-weight: 600;
	width: 49%;
	margin-bottom: 15px;
}
.checkbox label.item-caty.active {
    color: #0075ff;
}
.checkbox input {
	margin-right: 10px !important;
	width: 20px;
	height: 20px;
	margin-top: 0px;
}

.radioButton {
	font-family: 'Inter';
	color: #00366C;
	font-weight: 600;
	width: 49%;
	margin-bottom: 15px;
}

.radioButton input {
	margin-right: 10px !important;
	width: 20px;
	height: 20px;
	margin-top: 0px;
}



.radioButton label.item-caty {
    color: inherit;
}

.radioButton label.item-caty.active {
    color: #0075ff;
}

.logoSvg {
	text-align: center;
	padding: 15px 30px;
}
span.itemSpan {
    width: 65%;
}
.categoriesCont {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	background: #496FFF;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 15px 0px;
}
.bg {
	height: 350px!important;
	box-shadow: none !important;
	background-size: cover!important;
	background-position: top !important;
	transition: all 2s ease;
}
.gallery:hover .bg {
	background-position: bottom !important;
	transition: all 7s ease;
}
.img-overlay {
    background: #26517f85;
}
.gallery {
	box-shadow: none !important;
}
.filter_maquettes .col-md-4 {
	padding: 2px 6px !important;
	margin: 4px 0 !important;
}
.filterCol {
	padding: 20px 30px;
}

.img-wrapper {
    position: relative;
}

.img-wrapper img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.img-wrapper a {
    cursor: pointer;
}

.img-overlay {
    background: rgb(0 54 108 / 70%);
    /*width: 90%;
    height: 90%;*/
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}


#overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.gallery{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.gallery a {
    display: block;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    outline: none;
    z-index: 9999999999999999999999999999;
}

.bg {
    width: 100%;
    /*height: 265px;*/
    height: 245px;
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


.gallery:hover .img-overlay{
    opacity: 1;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    -webkit-animation: lds-dual-ring 1.2s infinite;
    left: 50%;
    top: 50%;
    position: absolute;
}

a.dcs_loadmore {
	border: 1px solid;
	padding: 5px 30px;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-block;
	width: fit-content;
	color: #496fff;
	font-weight: 400;
}
.col-md-9.maquettesCol {text-align: center;}
a.dcs_loadmore:hover {
	background-color: #496fff;
	color: #fff;
}
p.dcs_para_center {
	font-weight: 600;
	color: #431fb7;
}


@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.filter_maquettes .marB20{
    margin-bottom: 20px !important;
}

@media only screen and (min-width: 801px) and (max-width: 1300px) {
	span.itemSpan {width: calc(100% - 30px);}
	.checkbox {width: max-content;}
}

@media only screen and (max-width: 800px) {
	.logoSvg img {
		max-width: 300px;
	}
	.checkbox {
		width: 32%;
	}
	.maquettesCol div#image-gallery .col-md-4 {
		width: 48%;
	}
	.maquettesCol .gallery {
		border: 2px solid #496fff5c !important;
	}
	.maquettesCol div#image-gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media only screen and (max-width: 600px) {
	.checkbox {
		width: 49%;
	}
}
@media only screen and (max-width: 500px) {
	.maquettesCol div#image-gallery .col-md-4 {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.checkbox {
		width: fit-content;
		margin-right: 10px;
	}
	span.itemSpan {
		width: unset;
		font-size: 15px;
	}
	.checkbox input {
		width: 15px;
		height: 15px;
	}
	.colomn_checkboxs {
		justify-content: space-around;
	}
}


.reset_all_input {
    border: 1px solid;
    padding: 10px 30px !important;
    border-radius: 20px;
    /*margin-top: 10px;*/
    display: inline-block;
    width: fit-content;
    color: #fff;
    font-weight: 400;
    background: #496fff;
    cursor: pointer;
    font-size: 15px !important;
    letter-spacing: 0.015em;
}

.reset_all_input:hover {
    background-color: transparent;
    color: #496fff;
}

.colomn_btn_reset {
    text-align: center;
    margin-top: 15px;
}



.sticky-filter-btn {
    position: fixed;
    right: 12px;
    top: 7%;
    z-index: 999;
}

.filter-btn {
    background-color: #292f51;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-btn:hover {
    background-color: #292f51;
}


body.single-maquettes .gallery {
    border: solid 1px #dcdee6fa !important;
    padding: 10px !important;
}

.div_voirSite{
	margin-top: 40px;
}

.btn_voirSite{
    border: 1px solid;
	padding: 5px 30px;
	border-radius: 20px;
	display: inline-block;
	width: fit-content;
	color: #496fff;
	font-weight: 400;
}
.btn_voirSite:hover {
	background-color: #496fff;
	color: #fff;
}



/* Default styles for larger screens (desktops) */
.filterCol {
    display: block; 
}

.sticky-filter-btn {
    display: none; 
}

@media only screen and (max-width: 1024px) {
    .col-md-9.maquettesCol {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .filterCol {
        display: none; 
    }

    .sticky-filter-btn {
        display: block; 
        top: 14%;
    }

    .fusion-header-wrapper {
        position: unset !important;
    }
}

@media only screen and (max-width: 800px) {
    .filter_maquettes .col-md-4 {
        padding: 2px 6px !important;
        margin: 4px 0 !important;
        float: left;
    }

    .col-md-4 {
        width: 50%;
    }

    .fusion-header-wrapper {
        position: unset !important;
    }

    .sticky-filter-btn {
        top: 18%;
    }
}


 div#filterModal.fade {
    opacity: unset;
}

div#filterModal.modal {
    display: none;
    overflow: auto !important;
    overflow-y: scroll !important;
    position: fixed;
    /* top: 35%; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
} 


.modal-backdrop.fade.show {
    display: none !important;
}

.ua-mobile .modal-open {
    position: unset !important;
    overflow: unset !important;
}


body.page-id-323 .modal {
    z-index: 10050 !important; /* or higher */
}

body.page-id-323 .modal-backdrop.show {
    z-index: 10040 !important; /* lower than modal z-index */
}


body.page-id-323 .modal-dialog{
    margin: 1.75rem auto !important;
    z-index: 999999999999999 !important;
}

body.page-id-323 .modal.fade .modal-dialog {
    transform: unset !important;
}


body.page-id-323 .modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0.25rem;
}