@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@font-face {
  	font-family: 'Calluna-sans Regular';
    src: url(../fonts/CallunaSans-Regular.ttf);
}

@font-face {
    font-family: Calluna-sans Bold;
    src: url(../fonts/CallunaSans-Bold.ttf);
}

@font-face {
    font-family: Calluna-sans Italic;
    src: url(../fonts/CallunaSans-Italic.ttf);
}

@font-face {
    font-family: Calluna-sans Italic;
    src: url(../fonts/DIN-Regular.ttf );
}

@font-face {
    font-family: Open Sans, sans-serif;
    src: url(../fonts/optima/OPTIMA.TTF);
}

@font-face {
    font-family: Open Sans, sans-serif;
font-weight: bold;
    src: url(../fonts/optima/OPTIMA_B.TTF);
}

@font-face {
    font-family: Optima Italic;
    src: url(../fonts/optima/Optima_Italic.ttf);
}

@font-face {
    font-family: Optima Medium;
    src: url(../fonts/optima/OptimaMedium.ttf );
}

@font-face {
    font-family: Din Regular;
    src: url(../fonts/DIN-Regular.ttf );
}


/* CUSTOM STYLE HERE */

button:active,
button:focus {
	outline: none;
    box-shadow: none;
}

.et_pb_section .et_pb_row.custom-container,
.custom-container,
.et_pb_container {
	max-width: 80%!important;
    width: 1450px!important;
    margin-left: auto;
    margin-right: auto;
}

.header-rec {
    height: 58px;
    background: #D0DFDF;
}

.np {
	padding: 0px;
}

.qn-heading-title h3 {
	font-size: 30px;
    font-family: Open Sans, sans-serif;
font-weight: bold;
    color: #03476B;
    text-transform: uppercase;
    font-weight: bold;
}

/*PAGINATION*/
#my_pagination {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#my_pagination ul li a,
#my_pagination ul li span {
    padding: 12px 17px;
    background: #1f4d65;
    color: #fff;
    margin: 0px 6px;
    font-size: 22px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: #4e788e;
}

#my_pagination ul li:first-child a,
#my_pagination ul li:last-child a,
#my_pagination ul li:first-child span,
#my_pagination ul li:last-child span {
    background: transparent;
    margin: 0px 6px;
    font-size: 66px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    color: #1f4d65;
    padding: 0px;
}

#my_pagination ul li.active a,
#my_pagination ul li.active span {
    background: #1f4d65;
}


/*HEADER*/
header .header-menu ul {
    display: flex;
    flex-wrap: wrap;
}

/* NEW HEADER */

.header-menu-wrapper {
    position: relative;
    margin: 0px -15px;
}

header .header-menu ul li {
    flex: 1 0 21%;
    margin: 0px 0px 15px;
    height: 40px;
    text-align: center;
}

header .header-menu ul li a {
    padding: 5px 15px;
    color: #03476B;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid transparent;
    transition: .3s;
    -webkit-transition: .3s;
    width: max-content;
    -moz-transition: .3s;
}


header .header-menu ul li a:hover {
    /*font-weight: bold;*/
    border: 1px solid #03476B;
}

header .header-menu ul li.current-menu-item a {
    font-weight: bold;
}

.crechercher {
    text-align: right;
    position: relative;
    width: 280px;
    margin: 50px 0px 0px auto;
}

.crechercher span.rec-text {
    color: #03476B;
    font-family: Calluna-sans, sans-serif;
    font-size: 16px;
}

.crechercher span.rec-input {
    position: relative;
}

.crechercher span.rec-input img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.crechercher #input-rechercher {
    border: none;
    border-bottom: 1px solid #005680;
}

.crechercher > a {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#qui-header {
	background-color: #D0DFDF;
    padding: 30px 0px;
}

.qui-site-menu ul {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.qui-site-menu ul li {
	width: 25%;
}

.qui-site-menu ul li.li-short-text {
	width: 12%;
}

.qui-site-menu ul li.li-long-text {
	width: 30%;
}

.qui-site-menu ul li a {
	font-size: 16px;
    color: #03476B;
    line-height: 21px;
    text-transform: uppercase;
    font-family: Calluna-sans Bold;
    padding: 10px 12px;
    display: inline-block;

    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}

.qui-site-menu ul li a:hover {
    background-color: #16304A;
    color: #fff;
}

.qui-site-menu ul.sub-menu {
	display: none;
    width: auto;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    max-width: 250px;
}

.qui-site-menu ul.sub-menu li a {
    margin-bottom: 0px;
}

.qui-site-menu li.menu-item-has-children:hover >  ul.sub-menu {
	display: block;
}

.qui-site-menu li.menu-item-has-children:hover >  ul.sub-menu li {
	display: block;
    width: 100%;
}

.qui-site-menu li.menu-item-has-children >  ul.sub-menu li a {
	padding: 15px 10px;
	display: block;
}

.qui-site-menu li.menu-item-has-children >  ul.sub-menu li:last-child a {
	margin-bottom: 0px;
}

.qui-site-header > div {
	align-items: center;
}	

.qui-site-menu {
	padding-left: 50px;
}


/*HOME SLIDER*/
.home-slider {
	padding-bottom: 0px!important;
}

.qn-home-slider {
	overflow: visible!important;
}

.qn-home-slider .et_pb_slide {
	padding: 0px;
	margin: 0px;
}

.qn-home-slider .et_pb_slide .et_pb_container {
	padding: 15px 15px 0px;
}

.qn-home-slider .et_pb_slide .et_pb_container,
.qn-home-slider .et_pb_slide .et_pb_slider_container_inner {
	height: auto!important;
}

.qn-home-slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
	margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    width: 60%;
    position: relative;
    margin-top: 0px!important;
    display: inline-block;
}

.qn-home-slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 5% 30px 4%;
    width: 40%;
}

.qn-home-slider .et-pb-controllers {
    position: absolute;
    right: -5%;
    left: 0;
    margin-left: auto;
    text-align: center;
    bottom: 6%;
}

.qn-home-slider .et-pb-controllers a {
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

.qn-home-slider .et_pb_slide_title {
	display: none;
}

.qn-home-slider .et_pb_slide_content {
    margin-bottom: 60px;
}

.qn-home-slider .et_pb_slide_content h1 {
	font-size: 45px;
    line-height: 1.2;
    color: #1E4D65!important;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.qn-home-slider .et_pb_slide_content p {
	font-size: 24px;
    line-height: 36px;
    color: #1E4D65;
    text-shadow: none;
}

.qn-home-slider .et_pb_button_wrapper a {
    color: #1E4D65;
    border: none!important;
    background: none;
    font-size: 20px;
    font-family: Calluna-sans Bold;
    padding: 0px!important;
    padding-left: 60px!important;
    position: relative;
}

.qn-home-slider .et_pb_button_wrapper a:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #1E4D65;
    margin: auto;
    opacity: 1;
}

.qn-home-slider .et_pb_button_wrapper a:after {
	display: none;
}

.qn-home-slider .et_pb_slide_image {
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

.qn-home-slider .et_pb_slide_image img {
	visibility: hidden;
}

.qn-home-slider {
	position: relative;
}

.qn-home-slider:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 15%;
    background-image: url(../img/im-path.png);
    width: 78px;
    height: 88px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-hmslider-text h2 {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 35px!important;
	line-height: 40px;
	color: #1E4D65;
}

.site-hmslider-text p {
	font-size: 16px!important;
	line-height: 24px;
	color: #1E4D65;
}

.sitehm-slider-row {
	background-color: #D0DFDF;
	display: flex;
    align-items: center;
}

a.sitehm-btn {
	text-align: right;
    font-size: 15px!important;
    /* line-height: 20px!important; */
    line-height: 0px!important;
    color: #16304A;
    /*font-family: Calluna-sans Bold;*/
    border: none;
    padding: 0px;
    background: none;
    right: 20px;
    bottom: 20px;
    border-left: 1px solid #16304A;
    padding: 15px;
    text-align: right;
    border-radius: 0px;
    font-weight: bold;
}

a.sitehm-btn.et_pb_button:hover {
	text-align: right;
    font-size: 15px!important;
    /* line-height: 20px; */
    line-height: 0px;
    /*color: #16304A!important;*/
    /*font-family: Calluna-sans Bold;*/
    border: none;
    padding: 0px;
    background: none;
    right: 20px;
    bottom: 20px;
    /*border-left: 1px solid #16304A;*/
    padding: 15px;
    text-align: right;
    border-radius: 0px;
}

a.sitehm-btn:after {
	display: none!important;
}

a.sitehm-btn.light {
	color: #fff!important;
    border-left: 1px solid #fff;
}

a.sitehm-btn.dark {
	color: #16304A!important;
    border-left: 1px solid #16304A;
}

.sitehm-slider-row.et_pb_row .et_pb_button_module_wrapper {
	text-align: right;
	margin-top: 50px;
}

.sitehm-slider-row.et_pb_row  {
	position: relative;
}

.sitehm-slider-row.et_pb_row:before  {
    content: '';
    position: absolute;
    left: 15%;
    top: -15%;
    background-image: url(../img/slide-site.png);
    width: 418px;
    height: 253px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.sitehm-slider-row.et_pb_row > div {
	padding: 0px 30px;
	z-index: 1;
}

.site-hmslider .owl-dots {
    position: absolute;
    left: 115px;
    right: 0;
    margin: auto;
    bottom: 95px;
    text-align: center;
}

.site-hmslider .owl-dots button {
	width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 5px;
}

.site-hmslider .owl-dots button.active {
	background-color: #1e4d65;
}

/*HOME SECTION1*/
.home-section1 {
	padding-bottom: 0px!important;
}

.home-section1 .qn-home-section1-column {
	position: relative;
	padding: 40px;
}

.home-section1 .qn-home-section1-column > div {
    margin-bottom: 35px !important;
}

.home-section1 .qn-home-section1-column:before {
	content: "";
    position: absolute;
    background: url(../img/triangle.png);
    background-size: cover;
	width: 55px;
    height: 57px;
    right: -5px;
    top: 25px;
}

.home-section1 .qn-home-section1-column .qn-home-expertise-title {
	margin-bottom: 0px!important;
}

.home-section1 .qn-home-section1-column .qn-home-expertise-title h3 {
    color: #fff;
    font-size: 25px;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    line-height: 29px;
    font-weight: bold;
}

.home-section1 .qn-home-section1-column .qn-home-expertise-title.dark-clr h3 {
	color: #16304A;
}

.home-section1 .qn-home-section1-column .et_pb_text p {
    font-size: 16px;
    font-family: Calluna-sans Regular;
    color: #fff;
}

.home-section1 .qn-home-section1-column .et_pb_button_module_wrapper {
	text-align: right;
	padding-top: 20px;
}

.home-section1 a.sitehm-btn {
	position: absolute;
}

.p-cat_logo {
	position: absolute;
    width: 90px;
    top: 20px;
    right: 20px;
}

/*HOME SECTION2*/
.home-section2 {
	padding-bottom: 0px!important;
}

.line-before:before {
	content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    max-width: 1450px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.line-after:after {
	content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    max-width: 1450px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-section2 .custom-container {
	padding: 0px!important;
}

.home-section2 .custom-container h2 {
    padding: 80px;
    font-size: 45px;
    font-family: Calluna-sans Regular;
    color: #1E4D65;
}

.experts-wrapper .experts-inner {
	position: relative;
}

.experts-wrapper .experts-inner .experts-details {
    position: absolute;
    bottom: 0px;
    padding: 12px 30px;
    width: 100%;
    color: #fff;
    background-color: #1E4D65;
}

.experts-wrapper .experts-inner .experts-details.add_dbg {
    background: #1E4D65;
}

.experts-wrapper .experts-inner .experts-details .experts-name {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.experts-wrapper .experts-inner .experts-details .experts-name span {
	text-transform: uppercase;
}

.experts-wrapper .experts-inner .experts-details .experts-title {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 4px;
    /* font-family: Calluna-sans Bold; */
}

.experts-wrapper .experts-inner .experts-details .experts-domaines {
	font-size: 11px;
    line-height: 15px;
    /*font-family: Calluna-sans Regular;*/
    text-transform: uppercase;
}

#qui-experts.owl-carousel .owl-nav button,
.owl-experts.owl-carousel .owl-nav button {
	position: absolute;
    z-index: 100;
    top: 32%;
    color: #fff;
    font-size: 48px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-experts.owl-carousel .owl-nav button.owl-prev {
	left: -100px;
}

#qui-experts.owl-carousel .owl-nav button.owl-prev {
	left: 50px;
	top: 0;
    bottom: 0;
}

#qui-experts.owl-carousel .owl-nav button.owl-next {
	right: 50px;
	top: 0;
    bottom: 0;
}

.owl-experts.owl-carousel .owl-nav button.owl-next {
	right: -100px;
}

.site-form textarea {
	width: 100%;
	height: 200px;
}

.site-form select,
.site-form textarea,
.site-form input[type=email],
.site-form input[type=text] {
	padding: 15px 15px 8px;
    font-family: Calluna-sans Bold;
    border: 1px solid #707070;
    border-radius: 0px;
    color: #03476B;
    font-size: 21px;
    line-height: 27px;
    width: 100%;
}

.site-form textarea::placeholder,
.site-form input[type=email]::placeholder,
.site-form input[type=text]::placeholder {
    font-family: Calluna-sans Bold;
    color: #03476B;
    font-size: 20px;
    line-height: 27px;
}

.site-form input[type=submit] {
    background-color: #D0DFDF;
    border: none;
    color: #16304A;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    padding: 25px 20px;
    width: 100%;
    cursor: pointer;
}

.row-fields {
	margin-bottom: 30px;
}

.row-fields .form-control:focus {
	box-shadow: none;
}

.wpcf7-form p {
	color: #03476B;
	font-size: 20px;
	line-height: 26px;
}

a.site-big-btn {
	background-color: #B0B0B2!important;
    border: none!important;
    color: #fff!important;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 20px!important;
    line-height: 23px!important;
    padding: 25px 20px!important;
    width: 100%!important;
    text-align: center!important;
    border-radius: 0px!important;
}

a.site-big-btn:after {
	display: none;
}

.osi-ontopimg {
    position: absolute;
    right: 25px;
    top:25px;
    width: 90px;
}

.home-carousel-ii .experts-img {
    height: 100%!important; 
}

.home-carousel-ii .item .experts-img img {
    height: 100%!important;
    object-fit: cover!important;
}

.home-carousel-ii .owl-selection-item .owl-selection-inner {
    height: 340px!important;
}

.home-carousel-ii .owl-selection-item .owl-selection-inner .owl-selection-img {
    height: 100%!important;
}

.home-carousel-ii .owl-selection-item .owl-selection-inner .owl-selection-img img {
    height: 100%!important;
    object-fit: cover;
}

.home-carousel-ii .owl-selection-item .owl-selection-inner .owl-selection-details {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.owl-selection-details {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background-color: #396C36;
    padding: 20px 20px!important;
}

.owl-selection-item {
    position: relative;
}

.owl-selection-item > a.abs-a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.owl-selection-item:hover .owl-selection-details {
    background-color: #889EA8;
}

.owl-selection-text-price {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.owl-selection-text h4,
.owl-selection-text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    padding-bottom: 0px;
}

.owl-selection-text h3 {
    font-weight: 700;
}

.owl-selection-text h4 {
    font-weight: 400;
}

.o-border-left {
    position: relative;
}

.o-border-left {
    position: relative;
}

.o-border-left:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    background-color: #fff;
    width: 1px;
}

.owl-selection.owl-carousel .owl-nav button {
    position: absolute;
    z-index: 100;
    top: 32%;
    color: #fff;
    font-size: 48px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-selection.owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}

.owl-selection.owl-carousel .owl-nav button.owl-next {
    right: -100px;
}

/* HEADER & FOOTER */

input#menu {
    display: none;
}

.icon {
    background: transparent;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 16px;
    width: 24px;
}

/*label.icon {
    position: fixed;
    z-index: 200;
}*/

.icon .menu,
.icon .menu::before,
.icon .menu::after {
    background: #9FB1BD;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: background ease .3s, top ease .3s .3s, transform ease .3s;
    width: 20px;
}

.icon:hover .menu,
.icon:hover .menu::before,
.icon:hover .menu::after {
    background: #03476b;
}

.icon .menu {
    left: 18px;
    top: 27px;
}

.icon .menu::before {
    top: -6px;
}

.icon .menu::after {
    top: 6px;
}

#menu:checked + .icon .menu {
    background: transparent;
}

#menu:checked + .icon .menu::before {
    transform: rotate(45deg);
}

#menu:checked + .icon .menu::after {
    transform: rotate(-45deg);
}

#menu:checked + .icon .menu::before,
#menu:checked + .icon .menu::after {
    top: 0;
    transition: top ease .3s, transform ease .3s .3s;
}

.imm-rpad {
    padding-right: 0px;
}

.header-menu-mobile {
    position: absolute;
    right: -10px;
    top: -30px;
}

#nav_menu-2 ul li {
    margin-bottom: 40px;
}

#nav_menu-2 ul li a,
.quid-novi-brest h3 {
    font-size: 14px;
    line-height: 24px;
    color: #03476B;
    font-weight: bold;
}

.footer-right #nav_menu-2 {
    width: 100%;
}

.quid-novi-brest p {
    line-height: 24px;
    font-size: 14px;
    color: #03476B;
    font-weight: 400;
}

.quid-novi-brest img {
    vertical-align: middle;
}

.footer-bottom-right,
.footer-right {
    display: flex;
}

.footer-bottom-right > div,
.footer-right > div {
    flex: 1 0 33.33%;
    margin: 0 20px;
}

.footer-right > div.et_pb_widget_area {
    border: none;
}

#footer {
    background-color: 
}

/* IMMOBILIER */

.qn-page.qn-page-immobilier {
    padding: 100px 0;
    /*overflow: hidden;*/
}

.bootstrap-select.btn-group .dropdown-menu.open.show > ul.dropdown-menu {
    display: block;
}

.imm-all-filters {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.imm-filter-form {
    width: 100%;
    display: flex;
}

.qn-imm-filter button.dropdown-toggle {
    background-color: transparent;
    border: none;
    border-top: none;
    border-radius: 0px;
    padding: 20px 10px 20px 10px;
    outline: none;
    height: 100%;
}

.dropdown-menu.qn-imm-dropdown-menu {
    background: #889ea9;
    width: 320px;
    top: 15px!important;
    border-radius: unset;

}

.dropdown-menu.qn-imm-dropdown-menu:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0;
    border-right: .8em solid transparent;
    border-bottom: 1em solid;
    border-left: .8em solid transparent;
    position: absolute;
    top: -16px;
    z-index: 9;
    color: #889ea9;
    left: 30px;
}

.dropdown-menu.qn-imm-dropdown-menu.img-changebg-green:after {
    color: #396c36;
}

.custom-img-btn-after.qn-imm-filter .dropdown-toggle::after {
    border-top: 10px solid;
    border-right: 6px solid transparent;
    border-left: 7px solid transparent;
}

.dropdown.qn-imm-dropdown button {
    background: transparent;
    border: unset;
    color: #1e4d65;
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-family: 'Calluna-sans';
    text-align: center;
}

.dropdown.qn-imm-dropdown button:active {
    background-color: transparent!important;
    color: #1e4d65!important;
}

.dropdown.qn-imm-dropdown button:focus {
    background-color: transparent!important;
    color: #1e4d65!important;
    box-shadow: unset!important;
}

.dropdown.qn-imm-dropdown button:hover {
    background-color: transparent!important;
    color: #1e4d65!important;
    box-shadow: unset!important;
}

.dropdown.qn-imm-dropdown button:after {
    position: absolute;
    right: 29px;
    top: 28px;
}

.dropdown-menu.qn-imm-dropdown-menu {
    background: #889ea9;
}

.dropdown-menu.qn-imm-dropdown-menu.img-changebg-green {
    background: #396c36;
}

.dropdown-menu.qn-imm-dropdown-menu a {
    padding: 15px!important;
    color: #fff;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.dropdown-menu.qn-imm-dropdown-menu a:first-child {
    border-bottom: 1px solid;
}

.dropdown-menu.qn-imm-dropdown-menu a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 37%;
    background: #d6e4ea;
    left: 33%;
    top: 20px;
}

.dropdown-menu.qn-imm-dropdown-menu a:hover ,
.dropdown-menu.qn-imm-dropdown-menu a:active {
    background: transparent;
}

.dropdown-menu.qn-imm-dropdown-menu a input {
    width: 40%;
    border-radius: 22px;
    padding: 7px;
    margin-right: 15px;
    background: #d6e4ea;
    border: unset;
}

/*.qn-imm-filter button.dropdown-toggle span {
    color: #1E4D65;
    font-size: 22px;
    line-height: 1;
    font-family: 'Calluna-sans';
    width: 90%!important;
}
*/

.qn-imm-filter button.dropdown-toggle span {
    color: #1E4D65;
    font-size: 22px;
    line-height: 1;
    font-family: 'Calluna-sans', sans-serif;
    text-align: center!important;
    width: 90%!important;
}

.qn-imm-filter.img-changebg-gray.custom-img-btn-after button {
    padding-bottom: 20px;
    text-align: center;
}

.qn-imm-filter .bootstrap-select button.dropdown-toggle:focus {
    outline: none!important;
    box-shadow: none!important;
}

.qn-imm-filter .bootstrap-select.btn-group .dropdown-menu {
    background-color: #396C36;
    border-radius: 0px;
    padding: 0px;
    width: 300px;
    overflow: visible!important;
    top: 15px!important;
}

.qn-imm-filter .bootstrap-select.btn-group .dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.qn-imm-filter .bootstrap-select.btn-group .dropdown-menu li:last-child {
    border-bottom: unset;
}

.qn-imm-filter .bootstrap-select.btn-group .dropdown-menu:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0;
    border-right: .8em solid transparent;
    border-bottom: 1em solid;
    border-left: .8em solid transparent;
    position: absolute;
    top: -16px;
    z-index: 9;
    color: #396c36;
    left: 30px;
}


.qn-imm-filter .bootstrap-select.btn-group .dropdown-menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: block;
}

.qn-imm-filter {
    width: 100%!important;
    background-color: transparent;
    border: 1px solid #000;
    border-left: 0px;
    border-top: none;
    border-radius: 0px;
    padding: 0px;
    outline: none;
}

.qn-imm-filter:first-child {
    border-left: 1px solid #000;
}

.qn-imm-filter .dropdown-toggle::after {
    color: #1E4D65;
    border-top: .5em solid;
    vertical-align: text-top;
}

.qn-imm-filter .bootstrap-select {
    width:  95%!important;
    text-align: center;
    height: 100%;
}

.data-immb-row {
    display: flex;
    overflow: hidden;
}

.data-imm-repeat {
    display: block;
    overflow: hidden;
    position: relative!important;
    width: 85%;
}

.data-immb-items {
    position: relative;
    padding-bottom: 50px;
}

.immb-item-in {
    margin-bottom: 50px;
}

.pg-immb-data {
    width: 88%;
    /*margin-left: auto;*/
    padding-left: 15px;
    margin: auto;
    margin-right: 0px;
}

.data-immb-col-1 {
    width: 100%;
    /*background-color: red*/
}

.data-immb-col-2 {
    width: 35%;
    position: relative;
    min-height: 1000px;
}

.dii-img {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
}

.dii-content {
    display: flex;
    flex-wrap: wrap;
}

.data-immb-item {
    border-right: 1px solid #707070;
    margin-bottom: 50px;
}

.dii-img-holder {
    width: 45%;
}

.dii-content-holder {
    width:55%;
    padding: 0px 30px;
    position: relative;
}

.pg-immb-filters {
    margin-bottom: 50px;
}

.dch-price {
    text-align: right;
}

.dch-price span {
    font-weight: bold;
    color: #1E4D65;
    font-family: Calluna-sans, sans-serif;
    font-size: 28px;
    line-height: 37px;
}

.dch-title h3 {
    font-weight: 400;
    color: #1E4D65;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #396C36;
}

.dch-title * {
    display: block;
    line-height: 1.4;
}

.dch-subtitle h4 {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #1E4D65;
    padding-bottom: 0px;
}

.dch-desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1E4D65;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

.dch-title h3 a:hover {
    color: #033a56;
}

.dch-price,
.dch-title,
.dch-subtitle {
    margin-bottom: 5px;
}

.dch-desc {
    margin-bottom: 25px;
}

.dch-imgs {
    display: flex;
    position: absolute;
    bottom: 0;
}

.dch-imgs img {
    width: 22%;
    margin-right: 15px;
    background-color: #396C36;;
}

.dch-imgs img:last-child {
    margin-right: 0px;
}


.last-item-img img {
    width: auto;
    margin: auto;
}

.dii-more-info {
    background-color: #396C36;
    padding: 10px 20px;
    margin-top: 15px;
    position: relative;
}

.dii-more-info img {
    vertical-align: middle;
}

.dii-more-info a,
.dii-more-info h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-bottom: 0px;
}

.dii-more-info h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

.dii-more-info:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0;
    border-right: .8em solid transparent;
    border-bottom: 1em solid;
    border-left: .8em solid transparent;
    position: absolute;
    top: -14px;
    z-index: 9;
    color: #396c36;
    left: 30px;
}

.imgg-item-in {
    margin-bottom: 50px;
}

/* IMMOBILIER-BOURG BLANC OUTERLINK */

.img-outer-parent-wrapper {
    padding-left: 6%;
    position: relative;
}

.img-links-to-outer {
    width: 100%;
    background: #396c36;
    color: #fff;
    /*display: block;*/
    padding: 32px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-links-to-outer img {
    margin-right: 10px;
}

.outer-link-bgblue {
    background: #1e4d65;
}

.img-links-to-outer:hover {
    color: #fff;
}

.custom-ol-bigbutton {
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: 19px;
}

.img-outerlink-bigbutton {
    position: absolute;
    bottom: 2.9%;
    width: 100%
}

.img-absolute-button {
    position: relative;
    width: 100%;
    padding-left: 6%;
}

.img-absolute-button * {
    margin-bottom: 0px;
}

.outerlink-bigbutton-wrapper {
    position: relative;
    width: 100%;
    padding-left: 6%;
    /*transition: .4s;*/
}

.custom-ol-bigbutton:last-child {
    margin: 0px;
}

.img-outer-details p {
    display: block;
    line-height: 1.8;
}

.img-outer-details p span {
    display: block;
    font-size: 18px;
    color: #254b60;
}

.img-address-title {
    font-weight: 700;
    color: #2c4959;
    padding-top: 30px;
}

.img-outer-details {
    padding-bottom: 12%;
}


/* IMMOBILIER PAGINATION ANDLINKS */

.imgg-bottom-data-wrapper {
    width: 69.3%;
    display: flex;
    margin-top: 80px;
}

/*.imgg-bottom-links {
    background: #1f4d65;
}
*/
.imgg-bottom-links-sm {
    float: left;
    width: 35%;
}

.imgg-bottom-links-lg {
    float: right;
    width: 60%;
}

.imgg-bottom-links {
    background: #1f4d65;
    padding: 13px 0px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    border: 1px solid #fff!important;
}

.imgg-bottom-links:hover {
    color: #1f4d65!important;
    background: #ffffff!important;
    border: 1px solid #1f4d65!important;
    transition: .4s;
}

.imgg-bottom-links-wrapper {
    width: 60%;
}

.imgg-pagination-wrapper {
    width: 40%;
}

.imgg-pagination-float {
    display: flex;
    float: right;
}

.imgg-btn-arrow-left {
    border: unset;
    background: transparent;
    padding: 0px;
    width: 50px;
    margin: 0px;
    cursor: pointer;
}

.imgg-btn-arrow-right {
    border: unset;
    background: transparent;
    padding: 0px;
    width: 50px;
    margin: 0px;
    cursor: pointer;
}

.imgg-double-arrow-left {
    border: solid #1e4d65;
    display: inline-block;
    border-width: 0px 2px 2px 0px;
    padding: 7px;
    transform: rotate(130deg);
}

.imgg-pagination-float a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgg-pagination-float p a {
    color: #fff;
}

.imgg-double-arrow-right {
    border: solid #1e4d65;
    display: inline-block;
    border-width: 0px 2px 2px 0px;
    padding: 7px;
    transform: rotate(-45deg);
}

.imgg-pg-number {
    background: #1f4d65;
    padding: 13px 19px;
    color: #fff;
    margin: 0px 6px;
    font-size: 22px;
    font-weight: 700;
}

span.imgg-pg-dots {
    font-size: 32px;
    display: flex;
    align-items: center;
    margin: 0px 8px;
}

.imgg-number-pale {
    background: #4e788e;
}

/* BREST COLOR CHANGE */

.img-changecolor-gray ,
.img-changebg-gray img ,
.img-changebg-gray .bootstrap-select.btn-group .dropdown-menu {
    background: #889ea9;
}

.img-changecolor-text h3 ,
.img-changecolor-gray:before ,
.img-changebg-gray .bootstrap-select.btn-group .dropdown-menu:after {
    color: #889ea9;
}

.img-menu-buttontext .bootstrap-select.btn-group .dropdown-menu li {
    padding: 30px;
}

.img-menu-buttontext .bootstrap-select.btn-group .dropdown-menu li a {
    padding-left: 100px;
}

.img-menu-buttontext .bootstrap-select.btn-group .dropdown-menu li a:before {
    position: absolute;
    content: '';
    width: 93px;
    height: 35px;
    background: #c9d2d7;
    border-radius: 20px;
    left: 14px;
    top: 24px;
}

/* GENERAL BUTTON HOVER */

.generalbtn-hover a {
    border: 1px solid #fff!important;
}

.generalbtn-hover a:hover {
    color: #1f4d65!important;
    background: #ffffff!important;
    border: 1px solid #1f4d65!important;
    transition: .4s;
}

/* BOURG BLANC COLOR CHANGE */

/*.img-changecolor-gray ,
.img-changebg-gray img ,
.img-changebg-gray .bootstrap-select.btn-group .dropdown-menu {
    background: #889ea9;
}

.img-changecolor-text h3 ,
.img-changecolor-gray:before ,
.img-changebg-gray .bootstrap-select.btn-group .dropdown-menu:after {
    color: #889ea9;
}

.img-menu-buttontext .bootstrap-select.btn-group .dropdown-menu li {
    padding: 30px;
}

.img-menu-buttontext .bootstrap-select.btn-group .dropdown-menu li a {
    padding-left: 100px;
}

.img-menu-buttontext .bootstrap-select.btn-group .dropdown-menu li a:before {
    position: absolute;
    content: '';
    width: 93px;
    height: 35px;
    background: #c9d2d7;
    border-radius: 20px;
    left: 14px;
    top: 24px;
}*/


/* END OF IMMOBILIER */

/* TARIFS */

.r-less-more {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tarif-tbl-wrapper .tarif-tbl-title.et_pb_text.et_pb_module {
    margin-bottom: 0px!important;
}

.tarif-tbl-wrapper .tarif-tbl-title.et_pb_text.et_pb_module h2 {
    padding-bottom: 0px;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    background-color: #1E4D65;
    padding: 20px;
}

.tarif-tbl-content table tr td {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 30px;
    color: #1E4D65;
    font-family: 'Calluna-sans Regular';
    border: none;
}
.tarif-tbl-content .odd td {
    background-color: #fff!important;
}

.tarif-tbl-content .even td {
    background-color: #D0DFDF!important;
}

.tarif-tbl-content table tr.odd td:nth-child(even) {
    background-color: rgba(208, 223, 223, .22)!important   ;
}

.tarif-tbl-content table {
    border-bottom: 1px solid #03476B;
}

.tarif-tbl-content table tr td:nth-child(even) {
    padding-left: 30px;
}
    
.tarif-tbl-content table tr td:nth-child(3) {
    text-align: center;
}
/* END OF  TARIFS*/

/* BLOGS */

.custom-rss-items .rss-item-descrption h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.rss-item {
    background-color: #F5F5F5;
    padding: 40px 60px 30px;
    margin-bottom: 50px;
}

.custom-rss-items .rss-item-image {
    text-align: center;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    height: auto;
    padding: 10px;
}

.custom-rss-items .rss-item-image img {
    height: 300px;
}

.pg-blogs-title {
    font-family: 'Calluna-sans Regular';
    font-size: 25px;
    line-height: 35px;
    color: #03476B;
}

.rss-item-date h6 {
    font-size: 15px;
    line-height: 20px;
    color: #03476B;
    font-family: Din Regular, sans-serif;
    text-transform: uppercase;
}

.rss-item-title h1,
.rss-item-title h2 {
    color: #1E4D65;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}

.title-line-below {
    position: relative;
}

.title-line-below::before {
    content: '';
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #03476B;
    width: 100px;
    bottom: -20px;
    position: absolute;
}

.rss-item-bottom,
.rss-item-middle {
    display: flex;
}

.rss-item-middle {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.rim-col-1 {
    width: 35%;
}

.rim-col-2 {
    width: 65%;
}

.rss-item-inner {
    margin-bottom: 30px;
}

.rss-item-descrption {
    padding-left: 50px;
}

.rss-item-descrption p,
.rss-item-descrption h3 {
    font-family: 'Calluna-sans Regular';
    color: #1E4D65;
    padding-bottom: 0px;
}

.rss-item-descrption h3 {
    font-size: 19px;
    line-height: 26px;
}

.rss-item-descrption p {
    font-size: 16px;
    line-height: 24px;
    margin-top: -10px;
}

.rss-item-social ul li {
    display: inline-block;
    padding-right: 10px;
}

.rss-item-social ul li img {
    width: 20px;
}

.rip-line {
    width: 300px;
    display: inline-block;
    background-color: #1E4D65;
    height: 1px;
    margin-right: 12px;
    vertical-align: middle;
}

.rss-item-permalink a {
    font-size: 13px;
    line-height: 17px;
    color: #1E4D65;
    text-transform: uppercase;
    font-weight: bold;
}

.rib-col {
    width: 50%;
}

.rss-item-permalink {
    text-align: right;
}

.add-ipath,
.add-spath {
    position: relative;
}

.add-spath:before {
    content: '';
    position: absolute;
    right: 10%;
    top:-5px;
    background-image: url(../img/slide-site.png);
    width: 418px;
    height: 253px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.add-ipath:before {
    content: '';
    position: absolute;
    right: -2px;
    top: 15%;
    background-image: url(../img/im-path.png);
    width: 78px;
    height: 88px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.rss-item-inner,
.rss-item-middle,
.rss-item-bottom {
    position: relative;
    z-index: 2;
}

.qui-single-page {
	padding: 100px 0px;
}

.qactu-single-subtitle.rss-item-descrption {
	padding-left: 0px;
	padding-right: 20%;
}

.qactu-single-image {
	background-color: #D8E4E3;
}

.qactu-single-image img {
	display: block;
}

.qactu-single-title {
	margin-bottom: 20px;
	position: relative;
}

.qactu-single-retour {
	position: absolute;
    right: 0;
    top: 0;
}

.qactu-single-retour a {
    border: 1px solid #1E4D65;
    color: #03476B;
    font-size: 20px;
    padding: 5px 30px;
}

a.a-hover {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

a.a-hover:hover {
	color: #fff;
	background-color: #03476B;
}

.qactu-single-title h1 {
    padding-bottom: 0px;
    padding-right: 120px;
    font-size: 32px;
    line-height: 36px;
}

.qactu-content-meta {
	margin-bottom: 30px;
}

.qactu-single-subtitle,
.qui-single-ff {
	margin-bottom: 50px;	
}

.qactu-content-meta p {
	font-size: 14px;
	line-height: 19px;
	color: #1E4D65;
	font-family: Calluna-sans Bold;
}

.qactu-content-text p {
	font-size: 15.5px;
	line-height: 24px;
	color: #1E4D65;
	font-family: Calluna-sans Regular;
}

.qactu-content-text p strong {
	font-family: Calluna-sans Bold;
}

.qactu-social {
	text-align: center;
}

.qactu-social ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #707070;
    width: 70px;
    margin: auto;
    align-items: center;
}

.qactu-social ul li {
    width: 100%;
    border-bottom: 1px solid #707070;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qactu-social ul li:last-child {
    padding: 10px;
    width: 60px;
    border-bottom: none;
}

.qactu-social ul li img {
	display: block;
}

.qui-single-relatedp {
	padding: 100px 0 90px;
}

.qri-title h2 {
	font-size: 24px;
	line-height: 27px;

	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.qri-excerpt {
	padding-left: 0px;
}

.qri-excerpt p {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.qri-content {
    padding: 40px 20px 25px 40px;
    background-color: #F5F5F5;
}

.qri-excerpt,
.qri-title {
	margin-bottom: 20px;
}

.qri-permalink {
	text-align: right;
}

.qri-permalink a {
	border-left: 1px solid #16304A;
    padding: 15px 0px 15px 15px;
    color: #16304A;
    font-size: 15px;
    line-height: 20px;
    font-family: Calluna-sans Bold;
    text-transform: uppercase;
}

.qri-image {
	position: relative;
}

.qri-image:before {
	content: "";
    position: absolute;
    background: url(../img/triangle.png);
    background-size: cover;
    width: 90px;
    height: 96px;
    right: -5px;
    top: 25px;
}

.qui-retour-a {
	padding-left: 40px;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.qui-retour-wrapper {
	position: relative;
	text-align: right;
}

.qui-retour-wrapper:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 1px;
	width: 100%;
	background-color: #03476B;
	top: 0;
	bottom: 0;
	margin: auto;
}

.qui-retour-a a {
	display: inline-block;
    border: 1px solid #1E4D65;
    font-size: 20px;
    line-height: 30px;
    color: #03476B;
    padding: 5px 50px;
}

/* END OF BLOGS */


/* ENTERPRISES */

.pg-enterprise-title h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    /*font-family: 'Calluna-sans Bold';*/
    color: #03466A;
}

.pg-enterprise-title p {
    color: #03476B;
    font-family: 'Calluna-sans Regular';
    font-size: 25px;
    line-height: 35px;
}

.pg-esectiontitle h2 {
    font-size: 30px;
    line-height: 36px;
    color: #03476B;
    font-family: Open Sans, sans-serif;
}

.site-etboxes h3 {
    font-family: Open Sans, sans-serif;
    color: #16304A;
    font-size: 25px!important;
    line-height: 29px;
    font-weight: 700;
}

.site-etboxes p {
    font-family: 'Calluna-sans Regular';
    color: #16304A;
    font-size: 16px;
    line-height: 24px;
}

.site-etboxes ul {
    margin-top: 30px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
}

.site-etboxes ul.loaded {
    position: absolute;
}

.site-etboxes ul li {
    display: block;
}

.site-etboxes ul li a {
    color: #1E4D65;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.site-etboxes ul li:first-child a {
    border: 1px solid #1E4D65;
    padding: 5px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.site-etboxes .et_pb_text_inner {
    height: 100%;
}

/* .site-etboxes ul li:nth-child(2) {
    border-left: 1px solid #16304A;
    padding: 15px 0px 15px 15px;
    position: absolute;
    right: 0;
    bottom: 5px;
} */

.site-etboxes ul li:nth-child(2) {
    border-left: 1px solid #16304A;
    padding: 3px 0px 3px 15px;
    position: absolute;
    right: 0;
    bottom: 16px;
}

.site-etboxes.dark-blue ul li a,
.site-etboxes.dark-blue p,
.site-etboxes.dark-blue h3 {
    color: #fff;
}

.site-etboxes.dark-blue ul li:first-child a {
    border: 1px solid #fff;
}

.site-etboxes.dark-blue ul li:nth-child(2) {
    border-left: 1px solid #fff;
}

.entreprise-row.et_pb_row .et_pb_image_wrap,
.entreprise-row.et_pb_row .et_pb_image_wrap img {
    width: 100%;
}

.entreprise-row.et_pb_row .et_pb_column {
    width: 31.9% !important;
    margin-right: 2%!important;
}

/* END OF ENTERPRISES */

.contact-description-text {
	padding-right: 10%;
}

.contact-description-text p {
	font-size: 16px !important;
	line-height: 24px;
	color: #03476B;
}

.sc-media img {
	width: 28px;
}

.sc-media ul {
	text-align: right;
}

.sc-media ul li {
	display: inline-block;
	margin: 0px 5px;
}

/* QUID NOVI PAGE */

.qui-section-title.et_pb_text h2 {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	line-height: 40px;	
	color: #1E4D65;
	padding-top: 30px;
}

.qui-section-title.et_pb_text {
	position: relative;
	padding-top: 20px;
}

.qui-section-title.et_pb_text:before {
	content: '';
	position: absolute;
	left: 0;
	background-color: #1E4D65;
	width: 30%;
	height: 1px;
}

.qui-section-title.et_pb_text h2 strong {
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}

.qui-top-banner.et_pb_section > div.et_pb_row {
	padding-left: 80px;
	padding-right: 80px;
}

.qui-main-img.et_pb_image .et_pb_image_wrap img {
	margin-top: -30px;
}

.qui-main-img.et_pb_image .et_pb_image_wrap img,
.qui-main-img.et_pb_image .et_pb_image_wrap {
	width: 100%;
}

.qui-section-description.et_pb_text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;	
	color: #03476B;
}

.qui-banner-text.et_pb_row {
	padding-top: 60px;
	padding-bottom: 60px;
}

.qui-section-description {
	padding-left: 30px;
}

#qui-experts .et_pb_main_blurb_image {
	width: 25%;
}

#qui-experts .et_pb_blurb_container {
	vertical-align: middle;
    text-align: right;
    padding-right: 10%;
    padding-top: 10%;
}

#qui-experts .et_pb_module_header {
	color: #03476B;
	font-size: 40px;
	line-height: 53px;
    font-family: Calluna-sans Bold;
}

#qui-experts  .et_pb_blurb_description {
	text-align: right;
}

#qui-experts  .et_pb_blurb_description p {
	text-align: right;
	font-size: 21px;
	line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #03476B;
}

#qui-experts .expert-testimonials.et_pb_blurb {
	width: 1100px;
    margin: 0 auto;
}

#qui-experts {
	position: relative;
}

#qui-experts:before {
    content: '';
    background-color: #ffffff;
    height: 100px;
    top: -3px;
    left: 0;
    right: 0;
    width: 100%;
    /*z-index: 1;*/
    position: absolute;
}

.qui-custom-text.et_pb_text h3 {
    font-family: Open Sans, sans-serif;
font-weight: bold;
    color: #03476B;
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 20px;
}

.qui-custom-text.et_pb_text p {
	font-family: 'Open Sans', sans-serif;
	color: #03476B;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 22px;
}

#qui-custom-area {
	padding: 0px 50px 50px;
}

#qui-custom-area > div.et_pb_column {
	position: relative;
	padding-right: 30px;
}

#qui-custom-area > div.et_pb_column:before {
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height:100%;
	position: absolute;
	background-color: #03476b;
}

#qui-custom-area > div.et_pb_column span.et_pb_image_wrap img,
#qui-custom-area > div.et_pb_column span.et_pb_image_wrap {
	width: 100%;
}

#qui-custom-area > div.et_pb_column:last-child {
	padding-right: 0px;
}

#qui-custom-area > div.et_pb_column:last-child:before {
	display: none;
}

.site-readmore {
	position: absolute;
    bottom: 0px;
    right: 50px;
}

.site-readmore.more img {
	display: none;
}


.site-readmore.more:before {
	content: '_';
    font-size: 30px;
}

.site-readmore img {
	width: auto !important;
}

.qui-custom-text p {
	/*white-space: nowrap;*/
    text-overflow: ellipsis;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.qui-custom-text.showall p {
	-webkit-line-clamp: initial;
	overflow: visible;
}

/*.experts-inner:before {
    content: "";
    background: url(../../assets/img/brest-logo.png);
    position: absolute;
    width: 125px;
    height: 100px;
    top: 25px;
    right: 25px;
    background-repeat: no-repeat;
}*/

/*.quidnovi-page-section5 .experts-inner .qcat-logo {
    position: absolute;
    right: 20px;
    top: 20px;
}
*/
.quidnovi-page-section5 .experts-inner .qcat-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
}

.quidnovi-page-section5 .experts-inner .qcat-logo img {
    width: auto;
    height: auto;
}

.experts-all-data {
    display: none;
}

/* CLICK EFFECT */
/*.quidnovi-page-section5 .experts-wrapper .experts-inner:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgb(30, 77, 101);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}*/

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

/*LOADER*/

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #fff;
}

.loader-wrapper .loader-wrapper-inner {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2100;
}

.loader-wrapper .loader-wrapper-inner1 {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.loader-wrapper .stripes {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
    font-size: 10px;
}

.loader-wrapper .stripes .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loader-wrapper .stripes .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loader-wrapper .stripes .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.loader-wrapper .stripes .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.loader-wrapper .stripes>div {
    background-color: #02486c;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes stretchdelay {
    0%,100%,40% {-webkit-transform:scaleY(.4)}
    20%{-webkit-transform:scaleY(1)}
}

@keyframes stretchdelay {
    0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}
    20%{transform:scaleY(1);-webkit-transform:scaleY(1)}
}

/*END OF LOADER*/

 .quidnovi-page-section5 .experts-wrapper .experts-inner:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}


/************************ START OF QUIDNOVI PAGE *****************/

/*SECTION 1*/

.quidnovi-page-section1 .quidnovi-page-row {
    border-bottom: 1px solid #707070;
    padding-bottom: 100px;
}

.quidnovi-page-section1 .et_pb_image .et_pb_image_wrap,
.quidnovi-page-section1 .et_pb_image img {
    width: 100% !important;
}

.section-top-image-wide {
    margin-bottom: 4% !important;
}

.section-title {
    margin-bottom: 20px !important;
}

.section-title h1 {
    font-size: 45px;
    color: #03476B;
    width: 80%;
    line-height: 1.5;
    font-weight: 700;
}

.section-description p {
    color: #03476B;
    font-size: 24px;
    font-family: Calluna-sans Regular;
    line-height: 1.5;
}
/*END OF SECTION 1*/

/*SECTION 2*/
.quidnovi-page-section2 {
    padding-bottom: 0px !important;
}

.quidnovi-page-section2 .quidnovi-page-row {
    border-bottom: 1px solid #707070;
    padding-bottom: 120px;
    padding-top: 0px !important;
}

.quidnovi-page-section2 .et_pb_slider {
    overflow: visible !important;
    padding-left: 80px;
    padding-right: 80px;
}

.quidnovi-page-row .qn-custom-center-slide 
.qn-slide-center-quidnovi .et_pb_slide  {
    position: relative;
    height: auto;
    min-height: 400px;
    background-color: transparent !important;
}

.qn-slide-center-quidnovi .et_pb_slide_content img {
    display: block;
    /*margin-bottom: 0px;*/
    float: none;
    margin-left: auto;
}

/*.quidnovi-page-row .qn-custom-center-slide .qn-slide-center-quidnovi .et_pb_slide:before {
    position: absolute;
    content: '';
    width: 11%;
    height: 31%;
    background: url(../../assets/img/brest.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 11%;
    top: 6%;
}*/

.quidnovi-page-section2 .et_pb_slide {
    background-position: left !important;
    padding: 0px;
}   

.quidnovi-page-section2 .et_pb_slide .et_pb_container {
    height: auto !important;
}

.quidnovi-page-section2 .et_pb_slide .et_pb_container .et_pb_slide_image {
    position: absolute !important;
    top: -16%;
    margin-top: 0px !important;
    bottom: 0px !important;
    left: 6%;
    width: 330px;
}

.quidnovi-page-section2 .et_pb_slide .et_pb_container .et_pb_slide_image img {
    width: 100% !important;
    max-height: initial !important;
}

.quidnovi-page-section2 .et_pb_slide .et_pb_container .et_pb_slide_description {
    width: 70.25% !important;
    padding: 2% 5% 5% 2% !important;
}

.quidnovi-page-section2 .et_pb_slide .et_pb_container .et_pb_slide_description h2 {
    color: #03476B !important;
    font-size: 50px;
    line-height: 67px;
    font-weight: 700;
    padding-bottom: 0px;
}

.quidnovi-page-section2 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content p {
    text-align: right;
    color: #03476B;
    font-size: 26px;
    font-family: Calluna-sans Regular;
}

.quidnovi-page-row .qn-custom-center-slide 
.qn-slide-center-quidnovi .et_pb_slide .et_pb_slide_description  {
    text-shadow: unset !important;
}

.quidnovi-page-section2 .et-pb-arrow-prev {
    background: url(../../assets/img/ico-left.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px;
    left: 0px !important;
    opacity: 1;
}

.quidnovi-page-section2 .et-pb-arrow-prev:before {
    opacity: 0;
}

.quidnovi-page-section2 .et-pb-arrow-next {
    background: url(../../assets/img/ico-right.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px;
    right: 0px !important;
    opacity: 1;
}

.quidnovi-page-section2 .et-pb-arrow-next:before {
    opacity: 0;
}
/*END OF SECTION 2*/

/*SECTION 3*/

#qn-captcha {
    padding-top: 20px;
    padding-bottom: 50px;
}

.quidnovi-page-section3 {
    padding-bottom: 0px !important;
}

.quidnovi-page-section3 .quidnovi-page-row {
    border-bottom: 1px solid #707070;
    padding-bottom: 100px;
}

.quidnovi-page-section3 .et_pb_text {
    margin-bottom: 0px !important;
}

.quidnovi-map-title-top {
    width: 305px;
}

.quidnovi-page-section3 .et_pb_text h3 {
    color: #03476B;
    font-size: 35px;
    font-weight: 700;
}

.quidnovi-page-section3 .et_pb_text p {
    font-size: 22px;
    color: #03476B;
    font-family: Calluna-sans Regular;
    line-height: 1.5;
}

.quidnovi-page-section3 .et_pb_image .et_pb_image_wrap,
.quidnovi-page-section3 .et_pb_image img {
    width: 95% !important;
    text-align: right;
}
/*END OF SECTION 3*/

/*SECTION 4*/

.quidnovi-page-section4 {
    padding-bottom: 0px !important;
}

.quidnovi-page-section4 .et_pb_image {
    position: relative;
    margin-bottom: 0px !important;
}

.quidnovi-page-section4 .et_pb_image .et_pb_image_wrap,
.quidnovi-page-section4 .et_pb_image img {
    width: 100% !important;
}

.quidnovi-page-section4 .et_pb_text {
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.quidnovi-page-section4 .et_pb_text h3 {
    font-size: 35px;
    color: #fff;
    font-family: Open Sans, sans-serif;
font-weight: bold;
}
/*END OF SECTION 4*/

/*SECTION 5*/

.quidnovi-page-section5 {
    padding-top: 0px !important;
}

.quidnovi-page-section5 .featured-experts-wrapper {
    padding: 0px 0px 60px 0px;
    overflow: hidden;
}

.featured-img-details {
    background: #1e4d65;
    padding: 26px 36px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.featured-img-details * {
    color: #fff;
    padding-bottom: 0px;
}

.featured-img-details h3 {
    font-weight: 700;
    font-family: Open Sans, sans-serif;
font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.featured-img-details .experts-prenom {
    text-transform: capitalize;
}

.featured-img-details .experts-nom {
    text-transform: uppercase;
}

.featured-img-details .experts-titre {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0px !important;
    display: block;
}

.featured-img-details .experts-domaines {
    font-size: 11px;
    line-height: 15px;
}

.featured-experts-img {
    height: auto;
    position: relative;
}

.featured-experts-img:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: url(../../assets/img/brest.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
    top: 26px;
    z-index: 0;
}

.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details {
    padding: 50px 100px 30px 50px;
    background:#1E4D65;
    position: relative;
    height: 100%;
}

.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details:before {
    position: absolute;
    content: '';
    width: 87px;
    height: 100%;
    background: url(../../assets/img/img-cut.png);
    background-repeat: no-repeat;
    right: 0px;
    top: 61px;
    z-index: 0;
}

.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details h3 {
    color: #fff;
    font-size: 25px;
    font-family: Open Sans, sans-serif;
font-weight: bold;
    line-height: 24px;
    padding-bottom: 0px;
}

.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details p.experts-title-ville {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0px;
    font-family: Calluna-sans Bold;
    line-height: 24px;
    color: #fff;
}

.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details p.experts-specialite ,
.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details p.experts-devise ,
.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details .experts-description p {
    font-family: Calluna-sans Regular;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/*.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details p.experts-devise {
    padding: 35px 0px;
    position: relative;
    text-transform: uppercase;
}
*/
.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details p.experts-devise:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 4px;
    background: #1e4d65;
    top: 18px;
}

.quidnovi-page-section5 .featured-experts-wrapper .featured-experts-details p.experts-devise:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 4px;
    background: #1e4d65;
    bottom: 18px;
    left: 0px;
}

.featured-experts-img img {
    width: 100% !important;
}

.quidnovi-page-section5 .experts-wrapper .experts-column {
    margin-bottom: 35px;
}

.quidnovi-page-section5 .experts-wrapper .experts-inner {
    cursor: pointer;
}
/*END OF SECTION 5*/

/************************ END OF QUIDNOVI PAGE ****************************/

/************************ START OF FAMILLE PAGE GENERAL CSS *****************/
/* TOP SECTION */

#qn-im-head-div {
    padding-top: 5%;
    padding-bottom: 6%;
}

#qn-im-head-div:before {
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    background: url(../../assets/img/bg-line.png);
    background-repeat: no-repeat;
    right: 0px;
}

.qn-topheading-title h1 {
    font-size: 30px;
    font-family: "Open Sans",Arial,sans-serif;
    color: #03476B;
    text-transform: uppercase;
    font-weight: bold;
}

#qn-im-head-div .et_pb_module.qn-topheading-title {
    margin-bottom: 10px;
}

.et_pb_module.qn-immobilier-head-text {
    padding-right: 25%;
}

.qn-immobilier-head-text p {
    font-size: 40px;
    font-family: Calluna-sans Regular;
    color: #03476B;
    line-height: 1.5;
}

/* END OF TOP SECTION */

/* SIMILAR SECTION */

.qn-all-custom-section {
    margin-bottom: 2%;
}

.qn-divisional-module-text {
    display: flex;
    align-items: center;
    height: auto;
    margin-right: 23%;
    padding: 5% 12% 4% 4%;
}

.qn-all-custom-section {
    margin-bottom: 2% !important;
}

.qn-topsection-title h2 {
    font-size: 30px;
    font-family: "Open Sans",Arial,sans-serif;
    color: #03476B;
    text-transform: uppercase;
    font-weight: bold;
}

#qn-bg-color-green {
    background: #3a6c37;
}

#qn-bg-color-gray {
    background: #889ea9;
}

#qn-bg-color-bluegreen {
    background: #87beb8;
}

/* BG-COLOR IN PATRIMOINE */

#qn-bg-color-lightorange {
    background: #e2d4c9;
}

#qn-bg-color-orange {
    background: #eaa78d;
}

#qn-bg-color-redorange {
    background: #ce4815;
}

#qn-bg-color-goldgreen {
    background: #b9aa73;
}

#qn-bg-color-yellowpale {
    background: #e4e1b8;
}
/* END */

/* BG-COLOR IN ENTREPRISES */

#qn-bg-color-lightgray {
    background: #d8e4e4;
}

#qn-bg-color-palegray {
    background: #b9cbd5;
}

#qn-bg-color-darkblue {
    background: #163049;
}

#qn-bg-color-shirtblue {
    background: #1f4d65;
}


/* IN PARTS OF PATRIMOINE */

.qn-equal-height {
    /*height: 32vh;*/
    height: 310px;
}

.qn-divisional-module-text.qn-custom-fp-section {
    padding-left: 3%;
}

.qn-fp-pad {
    /*height: 32vh;*/
    height: 320px;
    padding-bottom: 6%;
}

.qn-divisional-module-text.qn-black-mode-text h3 {
    color: #153149;
}

.qn-divisional-module-text.qn-fp-pad h3 {
    margin-bottom: 0%;
}

.qn-divisional-module-text.qn-fp-pad p {
    padding-right: 1%;
}

.qn-divisional-module-text.qn-black-mode-text p {
    color: #03476B;
}

.qn-white-mode-text * {
    color: #fff !important;
}

/* END */

/* IN PARTS OF ENTREPRISES */

.qn-entre-set-top {
    padding-bottom: 100px !important;
}

.qn-custom-equalizer {
    padding: 5% 18% 4% 4%;
    /*height: 31vh;*/
    height: 310px;
}

.qn-divisional-module-text.qn-custom-entre-p p {
    padding-right: 6%;
}

/* END */

.qn-fm-height-adustment .qn-divisional-module-image {
    position: absolute;
    right: 0px;
    bottom: -4%;
    width: 35%;
}

.qn-fm-height-adustment .qn-divisional-module-image:before {
    position: absolute;
    content: '';
    background: url(../../assets/img/img-cut.png);
    background-size: cover;
    width: 87px;
    height: 100px;
    right: 0px;
    top: 20%;
    z-index: 99;
}

#qn-divisional-module-img-after:after {
    position: absolute;
    content: '';
    background: url(../../assets/img/ares.png);    
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 70%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 99;
}

#qn-divisional-module-img-after2:after {
    position: absolute;
    content: '';
    background: url(../../assets/img/brest.png);    
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 70%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 99;
}

.qn-fm-height-adustment .qn-divisional-module-image img {
    height: 300px;
    object-fit: cover;
}

.qn-fm-height-adustment .qn-divisional-arrow-white {
    position: absolute;
    right: 0px;
    top: 35%;
}

.qn-divisional-module-text h3{
    font-size: 41px;
    font-family: "Open Sans",Arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.qn-divisional-module-text p {
    font-size: 23px;
    line-height: 1.5;
    color: #fff;
    text-shadow: none;
    padding-right: 27%;
}


/* FAMILLE GENERAL BUTTON */

.qn-with-link-btn p:nth-child(3), 
.qn-with-link-btn p:last-child {
    float: left;
    margin-right: 5%;
    padding: 0px;
}

.qn-white-mode-text.qn-with-link-btn p a {
    border: 1px solid #fff;
}

.qn-with-link-btn p a {
    border: 1px solid #1e476b;
    font-size: 18px;
    color: #1e476b;
    font-weight: 600;
    padding: 5px 25px;
    transition: .4s;
}

.qn-with-link-btn p a:hover {
    background: #153149;
}

/* BUTTON HOVER IN PATRIMOINE */

.qn-white-mode-text.qn-with-link-btn p a:hover{
    background: #fff;
}

#qn-bg-color-lightorange p a:hover {
    color: #e2d4c9 !important;
}

#qn-bg-color-redorange p a:hover {
    color: #ce4815 !important;
}

#qn-bg-color-goldgreen p a:hover {
    color: #b9aa73 !important;
}

#qn-bg-color-orange p a:hover {
    color: #eaa78d;
}

#qn-bg-color-yellowpale p a:hover {
    color: #e4e1b8;
}

/************************ END OF FAMILLE PAGE GENERAL CSS ********************/


/************************ START OF ECLAIRAGES PAGE **************************/

/* TOP SECTION TITLE */

.qn-center-title-heading h1 {
    font-size: 35px;
    line-height: 1.8;
    color: #03476B;
    text-shadow: none;
    font-family: "Open Sans",Arial,sans-serif;
    margin-bottom: 10px;
    text-align: center;
    width: 1015px;
    margin: auto;
}

.qn-center-title-heading {
    position: relative;
    padding-top: 20px;
}

.qn-center-title-heading:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 16px;
    background: #d0dfdf;
    margin: auto;
    left: 0px;
    right: 0px;
    top: -10px;
}

.qn-center-title-heading h1 span {
    font-size: 37px;
}

/* END */

/* IMAGE AND CONTENT SECTION */

.qn-section-date-lights {
    margin-bottom: 0px !important;
    padding-bottom: 15px;
}

.qn-section-date-lights p {
    font-size: 20px;
    color: #03476B;
}

.qn-lights-section-title h2 {
    font-size: 40px;
    color: #03476B;
    font-weight: 700;
}

.qn-lights-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #03476B;
}

.qn-lights-content p span {
    font-size: 25px;
    line-height: 1.4;
}

.qn-lights-big-image {
    width: 35% !important;
    margin: 0px !important;
}

.qn-lights-content {
    padding-left: 35px;
}

.qn-lights-image {
    position: relative;
}

.qn-lights-image:before {
    position: absolute;
    content: '';
    width: 17%;
    height: 100%;
    background: url(../../assets/img/img-cut.png);
    background-repeat: no-repeat;
    z-index: 9;
    top: 40px;
    right: 0px;
}

.qn-lights-image img {
    height: 310px;
    object-fit: cover;
}

.qn-icon-apart {
    position: absolute;
    left: -54%;
    bottom: 4%;
    padding-right: 20px;
    margin-bottom: 0px !important
}

.qn-part-icon2 {
    left: -47.5%;
}

.qn-part-icon3 {
    left: -41%;
}


/************ END OF ECLAIRAGES PAGE **********/

/************ START OF PAGE-IMMOBILER-ZOOM PAGE **********/

/* SECTION WRAPPER */

.page-iz-section {
    width: 80%;
    margin: auto;
    max-width: 1450px;
    padding: 25px 0px 100px 0px;
    overflow: hidden;
}

.page-iz-heading-title {
    padding: 44px 0px 100px 0px;
}

/* SECTION 1 LEFT */

.set-z-index {
    z-index: 9;
}

.page-iz-custom-wrapper-left {
    padding-right: 25px;
}

.page-iz-heading-title * {
    color: #03476b;
    padding-bottom: 20px;
}

.page-iz-heading-title h2 {
    font-size: 33px;
}

.page-iz-heading-title h1 {
    font-size: 34px;
}

.page-iz-heading-title p {
    font-size: 29px;
    font-weight: 700;
}

.page-iz-heading-title p span {
    font-size: 20px;
    margin-left: -6px;
}


/* SECTION 2 LEFT */

#custom-lightslider .lSPager.lSGallery {
    /*width: 100% !important;*/
    display: flex;
    margin-top: 35px !important;
}

#custom-lightslider .lSPager.lSGallery li {
    /*max-width: 40% !important;*/
    /*width: 40% !important;*/
    /*flex-grow: 1;*/
    /*margin: 0px !important;*/
    /*height: 100% !important;*/
    max-height: 150px !important;
}

#custom-lightslider .lSPager.lSGallery li.pz-img-active.Islide {
    max-width: 40% !important;
    width: 40% !important;
    flex-grow: 1;
    margin: 0px !important;
    height: 100% !important
    max-height: 100% !important;
}

li.pz-img-active.clone {
    height: 100%;
    max-height: 100%;
}

li.pz-img-active.clone img {
    height: 100%;
    max-height: 100%;
    width: 100% !important;
}

li.pz-img-active.lslide {
    height: 100%;
    max-height: 100%;
}

li.pz-img-active.lslide img {
    height: 100%;
    max-height: 100%;
    width: 100% !important;
}

#custom-lightslider #pz-imageGallery .pz-img-active img {
    width: 100%;
    height: 100% !important;
    max-height: 100% !important;
}
/*
#custom-lightslider .lSPager.lSGallery li:nth-child(1) {
    margin-right: 17px !important;
}

#custom-lightslider .lSPager.lSGallery li:nth-child(2), 
#custom-lightslider .lSPager.lSGallery li:nth-child(3) {
    margin-right: 17px !important;
}
*/

.page-iz-photonumber {
    margin-top: 40px;
}

.page-iz-photonumber p {
    text-align: center;
    color: #1f4d65;
    font-size: 24px; 
}

.trigleft {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 22px solid #1f4d65;
    border-bottom: 10px solid transparent;
    padding: 0px;
    border-radius: 0px;
    margin-right: 10px;
}

.trigright {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 22px solid #1f4d65;
    border-bottom: 9px solid transparent;
    padding: 0px;
    border-radius: 0px;
    margin-left: 10px;
}



/* SECTION 1 RIGHT */

.page-iz-topwrapper.page-iz-custom-wrapper-right {
    margin: 0% -7% 0% -25%;
    overflow: hidden;
    z-index: -9999;
}

.page-iz-samepad {
    padding: 0% 13% 0% 20%;
}

.page-iz-sect1-right-content {
    padding: 50px 0px 50px 0px;
}

.page-iz-bg-green {
    background: #3a6c37;
}

.page-iz-bg-gray {
    background: #889ea9;
}

span.page-times-button img {
    width: auto;
}

span.page-times-button {
    position: absolute;
    display: block;
    /*background: #31292b;*/
    height: auto;
    width: 27%;
    top: 26px;
    right: 3%;
    text-align: center;
    cursor: pointer;
}


/*
.page-iz-section1 {
    background: #3a6c37;
}
*/
.page-iz-sect1-right-content * {
    color: #fff;
}

.page-iz-sect1-right-content h3 {
    font-size: 30px;
    padding-bottom: 30px;
}

.page-iz-sect1-right-content h5 {
    font-size:20px;
    padding-bottom: 20px;
}

.page-iz-sect1-right-content .pg-big-title {
    font-size: 30px;
    line-height: 1.5;
    display: block;
}

.page-iz-sect1-right-content .pg-meters {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
}

.page-iz-sect1-right-content p {
    font-size: 20px;
    line-height: 1.8;
}

.page-iz-sect1-right-content p span {
    font-size: 22px;
}


/* SECTION 2 */

.page-iz-section-reference {
    padding-top: 55px !important;
    padding-bottom: 20px !important;
}

.page-iz-section-reference p {
    color: #02476b;
    font-size: 30px;
}

.page-iz-reference-img {
    padding: 35px 0px;
}

.page-iz-reference-img img {
    margin-right: 12px;
    width: 32px;
}

.page-iz-section-links {
    padding-left: 20%;
}

.page-iz-links {
    background: #1f4d65;
    padding: 25px 0px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-decoration: unset;
}

.page-iz-links:hover {
    color: #fff;
}


/* GENERAL BUTTON HOVER */

.generalbtn-hover a {
    border: 1px solid #fff !important;
}

.generalbtn-hover a:hover {
    color: #1f4d65 !important;
    background: #ffffff !important;
    border: 1px solid #1f4d65 !important;
    transition: .4s;
}



/************ END OF PAGE-IMMOBILER-ZOOM PAGE **********/

/************ NEW CSS **********/

.et_pb_module.q-longtext {
    height: 400px;
    overflow: hidden;
}

.et_pb_module.q-longtext.q-show {
    height: auto;
}

.et_pb_button.q-readmore {
    border: none;
    color: #03476b;
    font-size: 14px;
    background-color: #d1d6db;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.et_pb_button.q-readmore:hover {
    padding: 10px 20px !important;
    border: none !important;
}

.et_pb_button.q-readmore:after {
    display: none;
}

/* PAGINATION */

._actu-pagination span.current {
	opacity: .6;
}

#rss-pagination ul li.active {
    opacity: .5;
}

#rss-pagination ul li a,
#rss-pagination ul li span,
._actu-pagination span,
._actu-pagination a {
    border: 1px solid #1E4D65;
    width: auto;
    min-width: 35px;
    min-height: 26px;
    text-align: center;
    vertical-align: middle;
    height: auto;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    color: #03476B;
    margin-left: 10px;
    border-radius: 0px !important;
    background: none;
}

#rss-pagination ul li .next,
#rss-pagination ul li .prev {
    display: none !important;
}

#rss-pagination ul li span {
    border: none;
    background: transparent;
    border: 1px solid #1E4D65;
    box-shadow: none;
    border-radius: 0px !important;
}

._actu-pagination span.dots {
	border: none;
}

._actu-pagination a.prev,
._actu-pagination a.next {
	display: none;
}

.c-rss-pagi,
.qui-actu-pagination {
	margin: 75px 0 80px;
	position: relative;
	text-align: right;
}

.c-rss-pagi:before,
.qui-actu-pagination:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #03476B;
	height: 1px;
	top: 0;
	margin:auto;
	bottom: 0;
}

#rss-pagination,
._actu-pagination {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 30px;
}

/* END OF PAGINATION */

.s-rechercher {
    text-align: right;
}

.s-rechercher-dailog .modal {
    background-color: rgba(255, 255, 255, .95);
}

.s-rechercher-dailog .modal-content {
    border: none;
    background-color: transparent;
    height: 100%;
}

.s-rechercher-dailog .modal-content > div {
    width: 1350px;
    max-width: 80%;
    margin: auto;
}

.s-rechercher-dailog .close {
    opacity: 1;
}

.s-rechercher-dailog .modal-dialog {
    max-width: 100%;
    width: 100%;
    justify-content: stretch;
    height: 100%;
}

.s-rechercher-dailog .search-input {
    width: 100%;
}

.s-rechercher-dailog .search-input input {
    border: none;
    border-bottom: 1px solid #005680;
    background-color: transparent;
    width: 100%;
    font-size: 35px;
    line-height: 36px;
    color: #03476B;
    padding: 5px 0;
}

.s-rechercher-dailog .search-input input::placeholder {
    color: #03476B;
    padding: 5px 0;
}

.s-rechercher-dailog .rechercher-item {
    margin-bottom: 30px;
}

.s-rechercher-dailog .rechercher-item h2 {
    font-size: 25px;
    font-family: Open Sans, sans-serif;
font-weight: bold;
    color: #005680;
}

.s-rechercher-dailog .rechercher-item p {
    font-size: 16px;
    line-height: 21px;
    font-family: Calluna-sans Regular;
    color: #005680;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-rechercher-dailog .srecher-result {
    padding: 50px;
}

.s-rechercher-dailog .modal-header {
    border: none;
}

/************ END OF NEW CSS **********/

/************ IMMOBILIER - BLORG BLANC **********/

#id-bourg-blanc .dropdown-menu.qn-imm-dropdown-menu:after {
    color: #396c36;
}

#id-bourg-blanc .dropdown-menu.qn-imm-dropdown-menu a:before,
#id-bourg-blanc .dropdown-menu.qn-imm-dropdown-menu a input {
    background-color: #ffffff;
}

#id-bourg-blanc .dropdown-menu.qn-imm-dropdown-menu {
    background: #396c36;
}

/************ END IMMOBILIER - BLORG BLANC **********/

/************ END OF NEW CSS **********/


/* MEDIA QUERIES - TO TRANSFER */

@media (max-width: 1550px) {

    .qui-site-menu ul li a {
        font-size: 14px;
    }

    .qui-site-menu ul li.li-long-text {
        width: 38%;
    }

    .site-etboxes ul li a {
    	font-size: 12px;
    }

}

@media (max-width: 1500px) {

    .dch-imgs {
        position: relative;
    }

    .dch-subtitle h4 {
        font-size:22px;
    }

    .dch-desc p {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 1200px) {

    .add-ipath:before {
        display: none;
    }

    .qui-site-menu {
        padding-left: 0px;
    }

    .qui-site-menu ul li a {
        font-size: 14px;
        display: block;
        margin-bottom: 0px;
    }

    .header-menu-mobile {
        display: block;
    }

    .qui-site-menu {
        padding: 10% 0;
        position: fixed;
        left: -100%;
        width: 300px;
        max-width: 80%;
        top: 0;
        bottom: 0;
        background-color: #d0dfdf;
        z-index: 99;
        box-shadow: 0px 0px 15px rgba(0, 0, 10, .2);
        -webkit-transition: .5s;
           -moz-transition: .5s;
            -ms-transition: .5s;
             -o-transition: .5s;
                transition: .5s;
    }

    .qui-site-menu.show {
        left: 0;
    }

    .qui-site-menu ul#menu-primary-menu li {
        width: 100%;
    }

    .qui-site-menu ul.sub-menu {
        margin-left: 20px;
        position: relative;
    }

    .et_pb_row.entreprise-row > div.et_pb_column {
        width: 400px !important;
        max-width: 100%;
        margin-bottom: 30px;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .et_pb_row.entreprise-row {
        padding-bottom: 0px !important;
    }

}

@media (max-width: 991px) {

    .rss-item-middle > div {
        width: 100%;
    }

    .rss-item-descrption {
        padding-left: 0px;
        padding-top: 30px;
    }

    .rip-line {
        width: 30%;
        max-width: 100%;
    }

    .footer-bottom-right > div, .footer-right > div {
        flex: auto;
    }

}

@media (max-width: 980px) {

    .sc-media ul {
        text-align: left;
        margin-top: 20px;
    }

}

@media (max-width: 767px) {
        
    #qui-header {
        padding: 30px 0px;
    }

    .footer-bottom-right, .footer-right {
        display: block;
    }

    .footer-bottom-right {
        margin: 0px 0px 30px;
    }

    .add-spath:before {
        display: none;  
    }

    .s-rechercher-dailog .srecher-result {
        padding: 0px;
    }

    .s-rechercher-dailog .rechercher-item h2 {
        font-size: 20px;
    }

    .s-rechercher-dailog .rechercher-item p {
        font-size: 15px;
    }

    .qui-site-menu ul li.current_page_item a {
        font-weight: bold;
    }

    #grid-row-immobillier > div.et_pb_column {
        margin-bottom: 30px !important;
    }

}

@media(max-width: 420px) {

    .header-menu-mobile {
        right: 10px;
    }

    .qui-site-menu {
        padding: 20% 0px;
    }

    .rss-item-title h1, .rss-item-title h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .rss-item-bottom {
        display: block;
    }

    .rss-item-bottom > div  {
        width: 100%;
    }

    .rss-item-permalink {
        text-align: left;
        margin-top: 20px;
    }

    .s-rechercher-dailog .search-input input {
        font-size: 22px;
        line-height: 24px;
    }

    .s-rechercher-dailog .close {
        width: 50px;
    }

}

/* END OF MEDIA QUERIES - TO TRANSFER */