/* CUSTOM CLASS FOR QUICKBAR WITH FIXED MENU BOOTSTRAP */

#quickbar-container {
    z-index: 1050 !important;
}

.syspopupMenu {
    z-index: 1045 !important;
}

.g-recaptcha {
    display: inline-block;
}

/* CUSTOM CLASSES FOR QSMENU EDIT HOVER */

.body-editmode .qsMenu img {
    box-shadow: 0px 0px 5px #FFFFFF;
}

.body-editmode .qs-edit .qsMenu {
    display: none;
}

.body-editmode .qsMenu {
    position: absolute;
    z-index: 1040;
    padding: 5px;
    margin: 0px auto 0px auto;
}

.body-editmode .qsMenu-title {
    display: none;
    position: absolute;
    z-index: 100;
    margin-top: -40px;
    background: #000000;
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    white-space: nowrap;
}

.body-editmode .qs-edit:hover .qsMenu,
.body-editmode .qsMenu:hover,
.body-editmode .qsMenu:hover .qsMenu-title {
    display: block; 
}

/*
.body-editmode .qs-edit:hover {
outline: #eeeeee solid 1px;
background-image: url('/data/dataimages/upload/bg-stripe-edit.png') !important;
background-repeat: repeat;
}
*/

.body-editmode .qsMenu {
    animation: fadeIn ease-in-out 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
}

/* STANDARD ANIMATIONS */


@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:100;
    }
}

@keyframes slideLeft{
    0% {
        opacity:0;
        transform:  translate(400px,0px)  ;
    }
    100% {
        opacity:0.9;
        transform:  translate(0px,0px)  ;
    }
}


/* CUSTOM CLASS QS */

html {
    height: 100%;
}


body {
    height: 100%;
    /*
    background: linear-gradient(to right, rgba(250,181,108,1) 0%,
    rgba(250,181,108,1) 50%,
    rgba(255,255,255,1) 50%,
    rgba(255,255,255,1) 100%);
    padding-top: 50px;
    */
}

hr.hr-title {
    display: inline-block;
    border-color: #fc5200; 
    border-width: 3px;
    width: 10%;
    margin: 10px 0px;
}

.btn.btn-tools {
    color: #FFFFFF;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none !important;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.min-height-100 {
    min-height: 100%;
}

.max-width-100 {
    max-width: 100%;
}

.container-body {
    padding: 30px 0px;
}

header {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    border-bottom: solid 3px #202020;
    background-color: #FFFFFF;
}

header .row.align-items-center {
    min-height: 80px !important;
    /* min-height: 110px !important; */
}

header .navbar {
    padding: 0px !important;
    background-color: #FFFFFF !important;
}

header .social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #202020;
    color: #FFFFFF;
    font-size: 21px;
    border-radius: 50%;
    margin-left: 5px;
}

header .social-icons a:hover {
    background-color: #fc5200;
}

header .qflogin .dropdown-menu {
    line-height: initial;
}

header .qflogin .dropdown-menu p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

header .qflogin .dropdown-menu a {
    text-decoration: none;
}

.body-compare #colcompare {
    display: block !important;
}

.body-compare .pagescroll .row .col-9 {
    flex: 0 0 50%;
    max-width: 50%;
}

.btn {
    text-transform: uppercase;
    font-weight: 600 !important;
}

.btn-analysis {
    background-image: url('/data/dataimages/upload/btn-analysis.png') !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
}

.btn-compare {
    background-image: url('/data/dataimages/upload/btn-compare.png') !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
}

.pagescroll {
    padding-top: 80px;
    /* padding-top: 110px; */
}

.systemfooter {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    max-width: 70%;
    line-height: 18px;
    /*
    height: 50px;
    line-height: 50px;
    */
}

.graphisme {
 	margin-left: 20px;   
}

h1 {
    color: #fc5200 !important;
    font-weight: 700 !important;
}

h5 {
    font-weight: 700 !important;
}

.bg-orange {
    background-color: #fbb871 !important;
}

.tplDphAmbiances {
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

#form-analysis textarea {
    height: 65vh;
}

#form-analysis:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "coller ici";
    text-transform: uppercase;
    color: #fc5200;
    border: solid 2px #fc5200;
    border-radius: 50%;
    width: 300px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    margin: -75px 0px 0px -150px;
}

#form-analysis.hideafter:before {
	display: none;
}

.btn-ovale {
    text-transform: uppercase;
    color: #202020;
    border: solid 2px #202020;
    border-radius: 50%;
    width: 300px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
}

.btn-ovale:hover {
    text-decoration: none;
    color: #fc5200;
    border-color: #fc5200;
}

.btn-wiki {
    color: #FFFFFF;
    background-color: #202020;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0px -40px 0px 0px;
}

.btn-wiki:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #fc5200;
}

.btn-wiki-sm {
    display: inline-block;
    color: #FFFFFF;
    background-color: #202020;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.btn-wiki-sm:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #fc5200;
}

.tplTexteAuteur .card-body.bg-orange h5 a {
    color: #202020;
}

.tplTexteAuteur .card-body.bg-orange h5 a:hover {
    text-decoration: none;
    color: #fc5200;
}

#analysis-start,
#compare-start {
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-article {
    color: #fc5200;
}

.h1-welcome {
    margin-top: 3%;
    font-size: 12vw;
    font-weight: 700;
    line-height: 1;
}

.exclamation-point {
    font-size: 60vw;
    font-weight: 700;
    line-height: 0.75;
}
/*
.custom-scroll {
overflow-x: none;
overflow-y: auto;
max-height: 50vh;
padding-right: 25px;
}
*/
.tplSearchText .custom-scroll a,
.tplSearchCitation .custom-scroll a {
    color: #202020;
    font-size: 1.1rem;
    /* text-transform: uppercase; MBE 09.05.2018 */
}

.tplSearchText .custom-scroll .secured a,
.tplSearchCitation .custom-scroll .secured a,
.tplSearchCitation .custom-scroll .secured .citation {
    color: #bbb;
}

.tplSearchText .custom-scroll a:hover,
.tplSearchCitation .custom-scroll a:hover,
.tplDphText a:hover {
    text-decoration: none;
    color: #fc5200;
}

.tplDphAuthor .imageDetailUrl {
    background-color: #eeeeee;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav-link {
    font-size: 18px;
    font-weight: 700;
}

.active .nav-link {
    border-bottom: solid 2px #fc5200;
}

#dphtextlist {
    /* height: 40px; */
    margin-bottom: 30px;
}

#analysis-result-fix .title,
#analysis-result h2,
#compare-result h2 {
 	font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
}

#analysis-result-fix h3,
#analysis-result h3,
#compare-result h3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 0;
 	margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2;
}

#analysis-result-fix #age a,
#analysis-result-fix #level a,
#analysis-result #age a,
#analysis-result #level a,
#compare-result #compare-age a,
#compare-result #compare-level a {
 	color: #202020;
    text-decoration: none;   
}

#analysis-result-fix #age a:hover,
#analysis-result-fix #level a:hover,
#analysis-result #age a:hover,
#analysis-result #level a:hover,
#compare-result #compare-age a:hover,
#compare-result #compare-level a:hover {
 	color: #fc5200; 
}

p.modal-title {
 	font-weight: bold;   
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav li.nav-item {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-md .navbar-nav li.nav-item .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

.tplListProjet i.fa {
    font-size: 22px;
    color: #fc5200;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    border: solid 2px #fc5200;
    text-align: center;
}

.price {
    color: #fc5200;
    font-weight: 700;
    font-size: 22px;
}

/*
.container-body.tplListCarousel,
.container-body.tplNavPath {
padding: 0px;
}

.container-body.tplSystemFooter {
background: #eeeeee;
padding: 30px 0px 10px 0px;
}

.container-body.tplSystemFooter #copyright {
border-top: solid 1px #FFFFFF;
padding-top: 10px;
}


.qsPageHeader {
margin-bottom: 30px;
}

.pageheader .logo {
margin-top: -10px;
}

.pageheader .languages {
display: inline-block;
padding-left: 15px;
}

.pageheader .languages.white a {
color: #FFFFFF;
}

.pageheader .member-login {
display: inline-block;
}

.panel-image {
height: 220px;
width: 100%;
margin-bottom: 10px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;	    
}

.service {
text-align: center;
}

.service p {
text-align: left;   
}

.legend-required {
text-align: right;
}

#captcha-control-invalid {
color: #a94442;
}

.googleMap {
margin-bottom: 25px;
}

.pointer-events {
pointer-events: none;
}

.tplHtmlBodyHome .pageheader {
background-image: url('/data/dataimages/upload/thumbnails/zoom_ambiance-home.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.tplHtmlBodyHome .pageheader .menu-home {
position: absolute;
width: 100%;
padding-top: 25px;
z-index: 5;
}

.pageheader .menu-min {
padding-top: 25px;
background-color: #fbb871;
height: 125px;
}

.bubble {
background-repeat: no-repeat;
background-position: center center;
text-align: center;
}

.bubble-ico {
margin-top: 20px;
display: inline-block;
width: 46px;
height: 46px;
background-repeat: no-repeat;
background-position: center center;
}

.bubble .glyphicon {
color: #FFFFFF;
font-size: 24px;
line-height: 30px;
}

.bubble-ico-mouse {
background-image: url('/data/dataimages/upload/ico-mouse-light.png');
}
a.bubble-ico-mouse:hover {
background-image: url('/data/dataimages/upload/ico-mouse-dark.png');
}

.bubble-ico-nl {
background-image: url('/data/dataimages/upload/ico-nl-light.png');
}
a.bubble-ico-nl:hover {
background-image: url('/data/dataimages/upload/ico-nl-dark.png');
}

.bubble-top {
position: absolute;
width: 100%;
z-index: 10;
height: 46px;
margin-top: -46px;
background-image: url('/data/dataimages/upload/bubble-top.png');
}

.bubble-bottom {
height: 46px;
background-image: url('/data/dataimages/upload/bubble-bottom.png');
}

.container-body.tplListServices {
background-color: #fbb871;
padding: 70px 0px;
color: #FFFFFF;
}

.container-body.tplListServices .row h4 {
color: #FFFFFF;
}

.container-body.tplListHome {
background-color: #e7e4df;
padding: 30px 0px 70px 0px;
}
.container-body.tplListHome .ico-light {
color: #202020;
margin: 10px 0px;
}
.container-body.tplListTarifs {
padding: 70px 0px 100px 0px;
}

.panel.panel-tarifs {
background-color: #FFFFFF;
border: none;
margin-top: 30px;
box-shadow: none;
}

.panel.panel-list ul {
list-style-type: none;
padding: 0px;
margin: 0px;
color: #ffe4d4;
}

.panel.panel-list ul li{
padding: 10px;
border-bottom: solid 1px #eeeeee;
font-weight: 500;
color: #7a7a7a;
}

.panel.panel-tarifs .panel-heading {
border: solid 1px #fc5200;
}

.panel.panel-tarifs .panel-price {
padding: 20px;
background-color: #eeeeee;
color: #939393;
}

.panel.panel-tarifs.active {
position: relative;
z-index: 99;
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
margin-top: 0px;
}

.panel.panel-tarifs.active .panel-heading {
background-color: #fc5200;
}

.panel.panel-tarifs.active .panel-heading h4 {
font-size: 24px;
font-weight: 400 !important;
}

.panel.panel-tarifs.active .panel-price {
padding-top: 40px;
padding-bottom: 40px;
}

.panel.panel-tarifs.active .panel-price h1 {
color: #fc5200;
}

.panel.panel-tarifs.active .panel-body {
background-color: #f6f6f6;
padding-bottom: 30px;
}

.width-70 {
width: 70%;
}

.inline-block {
display: inline-block;
}

.btn {
border-width: 2px !important;
}

.member-login .btn {
font-size: 13px;
padding: 16px;
}

.ico-border {
display: inline-block;
border-radius: 50%;
text-align: center;
border: solid 2px #fc5200;
color: #fc5200;
}

.ico-light {
display: inline-block;
border-radius: 50%;
text-align: center;
background-color: #fc5200;
color: #FFFFFF;
}

.ico-dark {
display: inline-block;
border-radius: 50%;
text-align: center;
background-color: #fc5200;
color: #000000;
}

.ico-lg {
width: 75px;
height: 75px;
line-height: 75px;
font-size: 30px;
}

.ico-md {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 25px;
}

.ico-sm {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 20px;
}

.languages a {
line-height: 53px;
}

*/

/* mini basket alway visible */


.ECBasketMini {
    position: fixed;
    z-index: 1400;
    right: -250px;
    top: 145px;
    vertical-align: top;
    animation-name: slideLeft;
    animation-duration: 0.5s;
}

.ECBasketMini.open {
    right: 0px;
    animation-name: slideRight;
    animation-duration: 0.5s;
}

.ECBasketMini .btn-collapse {
    float: left;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-top: 10px;
    border-right: none;
}

.ECBasketMiniContainer {
    width: 250px;
    float: right;
    background-color: #FFFFFF;
    opacity: 0.95;
    padding: 0px 30px 15px 15px;
    border: solid 2px #fc5200;
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;

}

.ECBasketMiniContainer a.conditions-link {
    line-height: 40px;
}

@keyframes slideRight {
    0% {right: -250px;}
    100% {right: 0px;}
}

@keyframes slideLeft {
    0% {right: 0px;}
    100% {right: -250px;}
}

/*
.container-body.tplListPartners {
padding: 70px 0px;
}

.container-body.tplArticleSimple,
.container-body.tplContactForm ,
.container-body.tplContainerDefault {
padding: 70px 0px;
}

.container-body.tplListBoxes {
background-image: url('/data/dataimages/upload/thumbnails/zoom_ambiance-biblio.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 0px;
}

.container-body.tplListBoxes .filter {
padding: 70px 0px 50px 0px;
background-color: rgba(185, 177, 160, 0.3);
}

.container-body.tplListBoxes .panel {
min-height: 500px;
background-color: #ffad79;
}

.container-body.tplListBoxes .panel.panel-list ul li {
border-color: #fbb871;
}


.container-body.tplListBoxesImages .imagedetailurl {
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.container-body.tplListBoxesImages .panel-body-description {
min-height: 180px;
}

.container-body.tplFooter {
background-color: #202020;
color: #FFFFFF;
padding: 70px 0px;
}

.container-body.tplFooter h4,
.container-body.tplFooter h5 {
color: #ffe4d4;
}

.container-body.tplFooter .col-md-3 {
border-left: solid 1px #ffe4d4;
}

.container-body.tplFooter .col-xs-12 {
margin-bottom: 20px;
}

.container-body.tplFooter ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

.container-body.tplFooter ul li {
list-style-type: none;
padding-top: 5px;
}

.container-body.tplFooter .col-md-3 h5 {
margin: 0px;
color: #FFFFFF;
}

.container-body.tplFooter ul li a {
color: #ffe4d4;
}

.tplDphAuthor .item-image .imageDetailUrl,
.tplAddressDetail .item-image .imageDetailUrl {
width: 200px;
height: 200px;
border: solid 5px #FFFFFF;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-radius: 50%;
margin: auto;
}

.tplDphAuthor .item-image .imageIcon,
.tplAddressDetail .item-image .imageIcon {
color: #FFFFFF;
width: 200px;
height: 200px;
line-height: 260px;
font-size: 160px;
border: solid 5px #FFFFFF;
border-radius: 50%;
margin: auto;
background: #eeeeee;
overflow: hidden;
}

.container-body.tplSoundDetail {
border-top: solid 5px #eeeeee;
}

.container-body.tplSoundDetail audio {
max-width: 100%;
}

.container-body.tplSoundDetail .glyphicon {
font-size: 24px;
}

.container-body.tplMovieEmbed,
.container-body.tplMovieDetailLocal {
border-top: solid 5px #eeeeee;
padding-bottom: 70px;
}

.anchors {
text-align: right;
margin-bottom: 10px;
}

.anchors a {
font-size: 24px;
padding: 10px 5px;
}

.container-body.tplPortalPrivate {
margin-bottom: 70px;
}

.container-body.tplTexteAuteur {
margin-bottom: 70px;
}

.container-body.tplSearchText {
margin-bottom: 70px;
}

.container-body.tplAnalyseText {
background: #ffad79;
padding-bottom: 100px;
}

.container-body.tplAnalyseText .panel-success h2 {
margin: 0px;
color: #fc5200;
}

.container-body.tplAnalyseText .panel-success td a {
text-decoration: underline;
color: #fc5200;
}
*/

.absolute-title {
    margin-top: 20%;
}

.absolute-title-bottom {
    position: absolute;
    bottom: 50px;
    width: 80%;
}

.absolute-title div h1 {
    font-size: 7vw;
}

.absolute-title div p.strSubTitle {
    font-weight: 500 !important;
    font-size: 1.5vw;
}

.btn-up {
    display: none;
}

.body-scroll .btn-up {
    display: block;
    transition: all 0.3s ease-out;
    opacity: 1;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 41px;
    font-size: 30px;
    text-align: center;
    color: #ffad79;
    background-color: #FFFFFF;
    border: solid 2px #ffad79;
}

.btn-up:hover {
    bottom: 20px;
    line-height: 36px;
    color: #fc5200;
    border: solid 3px #fc5200;
}


.btn-group.move {
 	display: block;
    position: fixed;
    right: 5px;
    bottom: 0px;
}

.move .moveup,
.move .movedown{
    display: block;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    line-height: 41px;
    font-size: 30px;
    text-align: center;
    color: #ffad79;
    background-color: #FFFFFF;
    border: solid 2px #ffad79;
}

.move .moveup:hover,
.move .movedown:hover {
    color: #fc5200;
    border: solid 3px #fc5200;
}

.move .moveup:hover {
    line-height: 36px;
}

.move .movedown:hover {
    line-height: 46px;
}

.orange-info {
 	display: block;
    font-size: 14px;
    color: #fc5200;
}

.tplArticleCitations p {
	font-size: 1.1rem;
}

.text-xs {
 	font-size: 70%;   
}

.custom-scroll p.group4 {
    margin-top: 30px; 
}

.custom-scroll p.group4 ~ p.group4 {
    margin-top: 0px;
}

/* PROMO */

.body-analysis .promo,
.body716 .promo {
    position: absolute;
 	z-index: 99;   
}

.body-analysis .tplArticleDetail {
 	padding-top: 20px;   
}

@media (max-width: 767px) {
 	.body-analysis .tplArticleDetail {
        padding-top: 40px;   
    }   
}

/* CUSTOM CLASS MEDIA QUERIES */

@media (max-width: 320px) {
    header .social-icons a {
     	width: 25px;
    	height: 25px;
    	line-height: 25px;
        font-size: 16px;
    }
 	.absolute-title {
     	margin-top: 5%;   
    }
}

@media (min-width: 321px) and (max-width: 1199px) {
    header .social-icons a {
     	width: 30px;
    	height: 30px;
    	line-height: 30px; 
        font-size: 16px;
    }
}


@media (max-width: 374px) {
 	.systemfooter {
    	line-height: normal;
    }
    .graphisme {
        display: block;
        margin-left: 0px;   
    }
}

@media (min-width: 375px) and (max-width: 767px) {
 	.graphisme {
     	float: right;
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .absolute-title div h1 {
        font-size: 10vw;
    }
    .absolute-title div p.strSubTitle {
        font-size: 4vw;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 50vw;
    }
    .tplDphAmbiances .bg-orange {
        background-color: transparent !important;
    }
    .tplDphAmbiances {
        height: auto;
        background-position: right center;
        background-size: cover;
    }
    .absolute-title-bottom {
        position: relative;
     	float: right;
        width: 100%;
        margin-top: 20%;
    }
    .systemfooter {
        position: relative;
        margin-top: 40px;
        max-width: 100%;
    }
    .social-icons {
     	padding-top: 5px;   
    }
}

@media (min-width: 768px) {
    .absolute-title div {
        position: absolute;
        right: 25px;
    }
    .body-analysis {
        background: linear-gradient(to right,
            rgba(250,181,108,1) 0%,
            rgba(250,181,108,1) 50%,
            rgba(255,255,255,1) 50%,
            rgba(255,255,255,1) 100%);
    }

    .body-compare {
        background: linear-gradient(to right,
            rgba(250,181,108,1) 0%,
            rgba(250,181,108,1) 33%,
            rgba(255,255,255,1) 33%,
            rgba(255,255,255,1) 100%);
    }
    .body-analysis .pagescroll .row, 
    .body-compare .pagescroll .row {
        background: linear-gradient(to bottom,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0) 33%,
            rgba(250,181,108,1) 33%,
            rgba(250,181,108,1) 66%,
            rgba(255,255,255,0) 66%,
            rgba(255,255,255,0) 100%);
    }
    .hiddenOnXs {
     	display: none;   
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .absolute-title div p.strSubTitle {
        font-size: 2.4vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 	.absolute-title {
     	margin-top: 50%;   
    }
    header .row.align-items-center {
     	min-height: 125px !important;   
    }
    .pagescroll {
     	padding-top: 125px; 
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 2000px) {
}