/**** GENERAL  *****/

/* PRIMARY BTN TITLE */
.my-btn-primary-title {
    background-color: #2F3C4D;
    color: white;
    padding: 20px 20px 20px 20px;
    border-radius: 40px;
    width: 18em;
    border: 2px solid white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.my-btn-primary-title:hover {
    background-color: white;
    border-color: black;
    color: black;
    text-decoration: none;
}

/* SECONDARY BTN TITLE */
.my-btn-secondary-title {
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 20px 20px 20px 20px;
    border-radius: 40px;
    width: 18em;
    border: 2px solid black;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.my-btn-secondary-title:hover {
    color: white;
    background-color: #2F3C4D;
    text-decoration: none;
    border-color: white;
}


.my-title-primary {
    font-family: 'Questrial', serif;
    font-size:56px;
    font-weight: normal;
    color: #2F3C4D;
    text-align: center;
}


.my-title-primary-h2 {
    font-family: 'Questrial', serif;
    font-size: 28px;
    font-weight: normal;
    color: #2F3C4D;
    text-align: center;
}

.my-title-secondary {
    font-family: 'Questrial', serif;
    font-size:56px;
    font-weight: normal;
    color: white;
    text-align: center;
}

.my-title-secondary-h2 {
    font-family: 'Questrial', serif;
    font-size: 28px;
    font-weight: normal;
    color: white;
    text-align: center;
}






.navbar-default {

    background-color: #2F3C4D;

    border: 0px;

    border-radius: 0px;

    margin-bottom: 0;

}


.navbar-fixed {

    position: fixed;

    width: 100%;

    z-index: 2;

}


.navbar-header {

    margin-left: 15px;

}


.navbar-default .navbar-nav > li > a {

    color: #ccc;

    font-size: 14px;

    padding: 15px;

}


.navbar-nav > li:hover {

    background-color: transparent;

}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {

    color: #2ea3f2;

    background-color: transparent;

}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {

    color: #2ea3f2;

    background-color: transparent;

}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {

    color: #2ea3f2;

    background-color: transparent;

}


.navbar-nav > li > .dropdown-menu {

    margin-top: 0;

    border-radius: 0;

    border: 0;

}


.navbar-default .navbar-toggle {

    color: #FFFFFF;

    font-size: 30px;

    padding: 0;

    margin-top: 3px;

    margin-bottom: 0;

    border-color: transparent;

}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

    background-color: transparent;

}


.navbar-brand {

    height: inherit;

}


.section {

    background-color: #2F3C4D;

    color: #FFFFFF;

}


.section.white {

    background-color: #FFFFFF;

    color: #2F3C4D;

}


#third-block .left-col .container-img, #third-block .right-col .container-img {

    width: 27%;

    margin: 5px 10px;

    position: relative;

}


#third-block .container-img .mask {

    position: absolute;

    height: 100%;

    width: 100%;

    background-color: rgba(255, 255, 255, 0);

    border-radius: 50%;

    border: solid 2px #FFFFFF;

    -webkit-transition: background-color 500ms ease;

    -moz-transition: background-color 500ms ease;

    -o-transition: background-color 500ms ease;

    transition: background-color 500ms ease;

}


#third-block .container-img:hover .mask {

    background-color: rgba(255, 255, 255, 0.5);

}


#third-block .container-img .mask > img {

    width: 40% !important;

    opacity: 0;

}


#third-block .container-img:hover .mask > img {

    opacity: 1;

}


#third-block .container-img .mask#item-4 {

    background-color: rgba(18, 101, 174, 0);

}

#third-block .container-img:hover .mask#item-4 {

    background-color: rgba(18, 101, 174, 0.5);

}


#third-block .container-img .mask#item-5 {

    background-color: rgba(136, 185, 64, 0);

}

#third-block .container-img:hover .mask#item-5 {

    background-color: rgba(136, 185, 64, 0.5);

}


#third-block .container-img .mask#item-7, #third-block .container-img .mask#item-6 {

    background-color: rgba(240, 134, 13, 0);

}

#third-block .container-img:hover .mask#item-7, #third-block .container-img:hover .mask#item-6 {

    background-color: rgba(240, 134, 13, 0.5);

}


#third-block .container-img .mask#item-8 {

    background-color: rgba(102, 101, 100, 0);

}

#third-block .container-img:hover .mask#item-8 {

    background-color: rgba(102, 101, 100, 0.5);

}


#third-block .container-img .mask#item-9 {

    background-color: rgba(229, 75, 18, 0);

}

#third-block .container-img:hover .mask#item-9 {

    background-color: rgba(229, 75, 18, 0.5);

}


#third-block .left-col img, #third-block .right-col img {

    width: 100%;

}


#third-block .center-col .container-img {

    position: relative;

}


#third-block .center-col img.abs {

    width: 100%;

    -webkit-transition: transform 500ms ease-out;

    -moz-transition: transform 500ms ease-out;

    -o-transition: transform 500ms ease-out;

    transition: transform 500ms ease-out;

    /* position: absolute; */

    top: 0;

}


#third-block .center-col img.norm {

    position: absolute;
    height: 35%;
    margin-top: 33%;
    margin-left: 35%;

}


#third-block .center-col .container-img:hover img.abs {

    -ms-transform: rotate(180deg); /* IE 9 */

    -webkit-transform: rotate(180deg); /* Safari 3-8 */

    transform: rotate(180deg);

}

#fifth-block .btn-you {

    height: 100px;

    width: 100px;

    border: solid 1px #FFFFFF;

    border-radius: 50px;

}


#fifth-block .btn-you > p {

    margin: 0;

    font-family: 'Questrial', sans-serif;

    font-size: 25px;

    color: #FFFFFF;

    text-transform: uppercase;

}


#fifth-block h3 {

    font-size: 24px;

}

#fifth-block img {
    margin: auto;
}

#fifth-block #carousel-partners img {
    height: 10vh;
    margin-top: 1vh;
}

#fifth-block #carousel-partners a {
    color: white;
    font-size: 3vh;
}

#fifth-block #carousel-financial img {
    height: 10vh;
}


#login-container {

    min-height: calc(100vh - 90px);

    background: url('../images/slider/1.jpg') no-repeat center fixed;

    -webkit-background-size: cover;

    background-size: cover;

    padding-top: 40px;

}


#login-container .login-row {

    min-height: calc(100vh - 90px);

}


.page {

    background-color: #FFFFFF;

    color: #000000;

}


.page h1 {

    /*background-color: #001629;*/

    padding: 15px 0px;

    margin-bottom: 0;

}


.page .content img {

    max-width: 100%;

}


.page .content {

    padding: 30px 45px;

    text-align: justify;

}


#login-form {

    padding: 0 20%;

}


.login {

    background: #FFFFFF;

    margin: 15px 30px;

    padding: 15px 30px;

    color: #000000;

}


#filter-slideshow {

    position: absolute;

    z-index: 1;

    width: 100%;

    color: #FFFFFF;

    margin-top: 150px;

}


.opacity-bg {

    padding: 30px 0;

    background-color: rgba(0, 22, 41, 0.3);

    color: #FFFFFF;

}


.opacity-bg h3 {

    text-transform: inherit;

    font-size: 25px;

}

.subtitle {
    font-size: 18px;
}

.title {
    font-weight: bold;
    font-size: 25px;
}

#filter-slideshow .btn {

    font-family: 'Questrial', sans-serif;

    padding: 5px 20px;

    background-color: #ffffff;

    border-color: #ffffff;

    color: #bababa;

    border-radius: 10px;

    margin-top: 50px;

}


#filter-slideshow .btn:hover {

    background-color: #2F3C4D;

    border-color: #2F3C4D;

    color: #ffffff;

}


.home-btn {

    padding: 15px 25px !important;

    font-size: 3vh /*20px*/;

}


/*#second-block .item {

	margin: 0 80px;

    text-align: center;

}*/


#second-block .item-2 {

    margin: 0 20px;

    width: 150px;

    text-align: center;

}


#contact-block {

    background-image: url('../images/contact-bg.jpg');

    background-size: cover;

    text-align: center;

}


#contact-block a {

    color: #FFFFFF;

    font-size: 4.5vh /*35px*/;

    font-family: 'Questrial', sans-serif;

}


#contact-block .socials a {

    font-size: 70px;

    margin: 20px 15px;

}


#contact-block .text .line {

    font-size: 2vh; /*18px;*/

    font-family: 'Questrial', sans-serif;

}


.interactive-map-container {

    width: 100%;

    height: 800px;

    padding-left: 75px;

    position: relative;

}


.interactive-map-container .menu {

    position: absolute;

    top: 0;

    left: 0;

    width: 75px;

    height: 100%;

    background: #2F3C4D;

}


.interactive-map-container .menu .layers {

    position: absolute;

    bottom: 0px;

    margin-bottom: 0px;

}


.interactive-map-container .menu a:not(.locked) {

    color: #fff;

    display: block;

    min-width: 75px;

    min-height: 75px;

    text-align: center;

    font-size: 30px;

    padding: 15px 0;

    line-height: 0.4;

    -webkit-transition: 300ms ease;

    -moz-transition: 300ms ease;

    -o-transition: 300ms ease;

    transition: 300ms ease;

}


.interactive-map-container .menu a span {

    font-size: 12px;

}


.interactive-map-container .menu a:not(.locked):hover {

    background: #C7C7C7;

    color: #2F3C4D;

    text-decoration: none;

}


.interactive-map-container .menu a.active {

    background: #C7C7C7;

    color: #2F3C4D;

    text-decoration: none;

}


.interactive-map-container .submenu {

    display: none;

    left: 75px;

    background: transparent;

    z-index: 999;

    overflow-y: auto;

    width: 92px;

    box-sizing: border-box;

}


.interactive-map-container .submenu.lock {

    overflow-y: hidden;

}


.interactive-map-container .submenu > div {

    width: 75px;

    min-height: 100%;

    background: rgba(55, 83, 95, 0.7);

}


.interactive-map-container .submenu .locked {

    position: absolute;

    top: 0;

    z-index: 2;

    color: #FFFFFF;

    padding-top: 200px;

    width: 75px;

    min-height: 100%;

    background: rgba(55, 83, 95, 0.7);

}


.interactive-map-container .submenu-layers ul {

    height: 100%;

    position: absolute;

    bottom: 0px;

    margin-bottom: 0px;

    overflow-y: auto;
}


.interactive-map-container .filters-container {

    position: absolute;

    top: 0;

    /*width: calc(100% - 167px);*/

    z-index: 1;

    padding: 15px;

}


.interactive-map-container .filters-container .search {

    padding-left: 10px;

}


.interactive-map-container .filters-container .search #search {

    width: auto;

    min-width: 300px;

    max-width: 100%;

}


.interactive-map-container .filters-container .nb-results {

    padding: 5px 10px;

    margin: 0;

    /*font-family: open_sans_bold;*/

    font-family: 'PT Sans', sans-serif;

    font-weight: 700;

    background-color: #2F3C4D;

    color: #FFFFFF;

    margin-left: 30px;

}


.interactive-map-container .filters a {

    display: inline-block;

    margin-left: 10px;

    margin-bottom: 10px;

    border: 1px solid #777;

    background: #c7c7c7;

    color: #000;

    text-decoration: none;

    padding: 2px 8px;

    border-radius: 4px;

    font-size: 13px;

}


#interactive-map {

    height: 800px;

    width: 100%;


    text-align: center;

}


#interactive-map .fa-spinner {

    font-size: 70px;

    display: inline-block;

    margin-top: 100px;

}


#map-projects-content {

    height: 800px;

    position: relative;

}


#map-projects-content .header {

    height: 100px;


    padding: 15px;

    text-align: center;


    background-color: #2F3C4D;

    /*background-attachment: scroll;

    background-image: url(../images/bg-header.jpg);

    background-position: 50% 0;

    background-size: cover;

    background-repeat: no-repeat;*/

}


#map-projects-content .header h1 {

    color: #fff;

    font-size: 35px;

}


#map-projects-content .header h2 {

    color: #fff;

    font-size: 23px;

}


#map-projects-content .content {

    background-color: #2F3C4D;

    padding: 15px;

    height: 700px;

    overflow-y: auto;

    overflow-x: hidden;

    color: #FFFFFF;

    height: calc(100% - 100px);

}


#map-projects-content .content .not-logged a {

    color: #FFFFFF;

}


#map-projects-content .content .application-thumb, .application-info-windows .application-thumb {

    color: #000000;

    padding: 0;

}


#map-projects-content .content .application-thumb .image-container, .application-info-windows .application-thumb .image-container {

    width: 100%;

    height: 120px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}


#map-projects-content .content .application-thumb .image-container:before, .application-info-windows .application-thumb .image-container:before {

    background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);

    content: "";

    position: absolute;

    z-index: 3;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

}


#map-projects-content .content .application-thumb .image-container h3, .application-info-windows .application-thumb .image-container h3 {

    text-transform: none;

    font-size: 18px;

    color: #fff;

    /*font-family: open_sans_bold;*/

    text-align: left;

    position: absolute;

    left: 10px;

    bottom: 10px;

    bottom: 10px;

    z-index: 4;

    margin: 0px;

}


#map-projects-content .content .application-thumb p, .application-info-windows .application-thumb p {

    font-size: 14px;

}


#map-projects-content .content .application-thumb .infos, .application-info-windows .application-thumb .infos {

    padding: 10px;

    background: #fff;

    text-align: left;

    font-size: 14px;

}


#map-projects-content .content .application-thumb .description, .application-info-windows .application-thumb .description {

    margin-bottom: 10px;

    margin-top: 3px;

}


#map-projects-content .not-logged p {

    font-family: 'Questrial', sans-serif;

    font-size: 18px;

}


#map-projects-content .not-logged a {

    font-family: 'Questrial', sans-serif;

    font-size: 25px;

    color: #2F3C4D;

}


.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

}


.video-container iframe,
.video-container object,
.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}


.container-apps {

    padding-top: 30px;

    padding-left: 15px;

    padding-right: 15px;

    height: 100%;

    background-color: #98C11D;

}


.container-apps h3 {

    margin-top: 0;

    font-size: 18px;

}


.container-apps a {

    color: #FFFFFF;

}


.container-apps table {

    background-color: #FFFFFF;

    margin-top: 30px;

}


.partners {

    padding: 15px 30px;

    margin-top: 30px;

}


.partners h3 {

    text-transform: inherit;

    margin-top: 0;

}


#contact-container {

    background-color: rgba(0, 22, 41, 0.3);

    padding: 140px 0px 10px 0;

    height: 100%;

}


#menu-create {

    margin-top: 30px;

}


#menu-create .item {

    background-color: #2F3C4D;

    padding: 10px 5px;

    margin: 0 3px;

}


#menu-create .item.active {

    background-color: #2ea3f2;

}


#menu-create .item > a {

    color: #FFFFFF;

    font-size: 15px;

}


#menu-create .item.cdisabled {

    opacity: 0.2;

}


#menu-create .item.cdisabled > a {

    cursor: not-allowed;

    text-decoration: none !important;

}


.wrapper-element {

    border: solid 2px #2F3C4D;

    position: relative;

    margin: 3px 5px;

}


#images-container .wrapper-element {

    height: 150px;

    width: 150px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}


.wrapper-file, .wrapper-link {

    padding: 20px;

    color: #2F3C4D;

}


.wrapper-element .filter {

    position: absolute;

    height: 100%;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.3);

    top: 0;

    left: 0;

    display: none;

}


.wrapper-element:hover .filter {

    display: block;

}


.wrapper-element:hover .filter a {

    color: #FFFFFF;

    font-size: 20px;

    margin: 0 5px;

}


.wrapper-element .filter .cta {

    height: 100%;

}


.upload_image_step_9, .upload_document_step_9 {

    margin-bottom: 45px;

}


/* Flex utilities */

.d-flex {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.row.d-flex:before,
.row.d-flex:after {

    display: none;

}


.flex-wrap {

    -webkit-flex-wrap: wrap !important;

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

}


.flex-nowrap {

    -webkit-flex-wrap: nowrap !important;

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

}


.flex-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -webkit-flex-direction: column !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

}


.justify-content-center {

    -webkit-box-pack: center !important;

    -webkit-justify-content: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

}

.justify-content-space-around {

    -webkit-box-pack: space-around !important;

    -webkit-justify-content: space-around !important;

    -ms-flex-pack: space-around !important;

    justify-content: space-around !important;

}


.align-items-stretch {

    -webkit-box-align: stretch !important;

    -webkit-align-items: stretch !important;

    -ms-flex-align: stretch !important;

    align-items: stretch !important;

}


.align-content-center {

    -webkit-align-content: center !important;

    -ms-flex-line-pack: center !important;

    align-content: center !important;

}


.align-content-between {

    -webkit-align-content: space-between !important;

    -ms-flex-line-pack: justify !important;

    align-content: space-between !important;

}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-center {

    -webkit-align-self: center !important;

    -ms-flex-item-align: center !important;

    -ms-grid-row-align: center !important;

    align-self: center !important;

}

.align-self-end {

	-webkit-align-self: flex-end !important;

	-ms-flex-item-align: end !important;

	align-self: flex-end !important;

}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-center {

    -webkit-box-align: center !important;

    -webkit-align-items: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}


.justify-content-between {

    -webkit-box-pack: justify !important;

    -webkit-justify-content: space-between !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

}


.justify-content-flex-end {

    -webkit-box-pack: flex-end !important;

    -webkit-justify-content: flex-end !important;

    -ms-flex-pack: flex-end !important;

    justify-content: flex-end !important;

}


.details-modal {

    font-size: 12px;

}


.details-modal p {

    font-size: 12px;

}


.details-modal .location {

    max-width: 100%;

}


.details-modal .location h1 {

    font-weight: normal;

    font-size: 35px;

    margin: 0px;

}


.details-modal .location h2 {

    font-weight: normal;

    font-size: 15px;

    text-transform: none;

    text-align: center;

    margin-top: 10px;

    margin-bottom: 5px;

}


.details-modal .location p {

    font-size: 12px;

    /*font-family: open_sans_light;*/

    font-family: 'PT Sans', sans-serif;

    text-align: center;

}


.details-modal .attribute {

    /*font-family: open_sans_bold;*/

    font-family: 'PT Sans', sans-serif;

    font-size: 15px;

}


.details-modal .line {

    margin: 5px 0;

}


.details-modal .square {

    height: 100%;

    border: solid 1px #bac5cd;

    position: relative;

    padding: 10px 15px;

    font-size: 12px;

}


.details-modal .square .title {

    position: absolute;

    top: -12px;

    background-color: #FFFFFF;

    padding: 0 7px;

    font-size: 14px;

}


.details-modal .square .techno {

    margin: 5px;

}


.details-modal .circle {

    height: 50px;

    width: 50px;

    border: solid 2px #000000;

    border-radius: 25px;

    font-size: 8px;

    text-align: center;

    margin: 0 5px;

}


.details-modal #water-reuse #treatment .circle {

    border: solid 2px #6d421a;

    color: #6d421a;

}


.details-modal #water-reuse #desinfection .circle {

    border: solid 2px #491737;

    color: #491737;

}


.details-modal #water-reuse #storage .circle {

    border: solid 2px #8bb901;

    color: #8bb901;

}


.details-modal #water-reuse #irrigation .circle {

    border: solid 2px #39a1a1;

    color: #39a1a1;

}


.details-modal #water-reuse .tabline {

    border-bottom: solid 1px #bac5cd;

    padding: 15px 0;

}


.details-modal #water-reuse .tabline:last-child {

    border-bottom: 0;

}


.details-modal hr {

    border: 0px;

    height: 1px;

    width: 80%;

    background: #bac5cd;

    margin: 30px auto;

}


.create-app .btn-success {

    background-color: #2F3C4D;

    border-color: #2F3C4D;

}


.create-app .btn-success:hover, .create-app .btn-success:focus, .create-app .btn-success.focus, .create-app .btn-success:active, .create-app .btn-success.active {

    background-color: #FFFFFF;

    border-color: #2F3C4D;

    color: #2F3C4D;

}


.create-app .btn-info {

    color: #2F3C4D;

    background-color: #FFFFFF;

    border-color: #2F3C4D;

}


.create-app .btn-info.active, .create-app .btn-info:active {

    color: #FFFFFF;

    background-color: #2F3C4D;

    border-color: #2F3C4D;

}


.col-treatments {

    position: relative;

    padding-bottom: 50px;

}


.col-treatments:after {

    position: absolute;

    content: "";

    background: #2F3C4D;

    width: 3px;

    height: 100%;

    right: 60px;

    z-index: 0;

    top: 0;

}


.col-treatments:before {

    position: absolute;

    /* content: "↓"; */

    content: "\25bc";

    color: #2F3C4D;

    bottom: 0;

    right: 53.3px;

    z-index: 0;

}


.col-treatments .btn-info {

    position: relative;

    z-index: 1;

}


.create-app .panel-default > .panel-heading {

    text-align: center;

}


.create-app form {

    text-align: center;

}


.create-app .form-group.layout-row {

    margin-top: 30px;

}


.application-info-windows {

    width: 300px;

}


/* .application-info-windows img{

	max-width:100%;

} */


/* .application-info-windows .image-container {

    width: 100%;

    height: 120px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}



.application-info-windows .image-container:before {

    background: linear-gradient(to bottom,transparent 0%,transparent 40%,rgba(0,0,0,0.8) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);

    content: "";

    position: absolute;

    z-index: 3;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

}



.application-info-windows .image-container h3 {

    text-transform: none;

    font-size: 18px;

    color: #fff;

    text-align: left;

    position: absolute;

    left: 10px;

    bottom: 10px;

    bottom: 10px;

    z-index: 4;

    margin: 0px;

} */


/* .application-info-windows .infos {

	text-align: left;

}



.application-info-windows .description {

    margin: 5px 0 10px 0;

}



.application-info-windows .description img {

    margin: 0 3px 5px 0;

} */


#application-details h2 {

    font-size: 35px;

    text-align: center;

}


#application-details h3 {

    font-size: 22px;

    text-align: left;

    text-transform: inherit;

    margin-top: 15px;

    margin-bottom: 15px;

}


#application-details .custom-radio-group.custom-checkbox .custom-container {

    height: 100px;

    width: 100px;

}


#application-details .custom-radio-group.custom-checkbox label {

    border: solid 2px #FFFFFF;

    background-color: #2F3C4D;

    color: #FFFFFF;

    margin: 5px 15px;

    position: relative;

}


#application-details .custom-radio-group.custom-checkbox label:before {

    content: '';

    height: 1px;

    width: 30px;

    background-color: transparent;

    border-top: dashed 2px #FFFFFF;

    z-index: 1;

    position: absolute;

    right: -32px;

}


#application-details .custom-radio-group.custom-checkbox label:last-of-type:before, #application-details .custom-radio-group.custom-checkbox .contact:before {

    height: 0px;

    width: 0px;

}


#application-details #block-id {

    background-color: #ebeff0;

    color: #173349;

    padding: 10px 0 40px 0;

}


#application-details #block-treatments {

    background-color: #677987;

    color: #FFFFFF;

    padding: 10px 0 40px 0;

}


#application-details #block-sources-usages {

    background-color: #ebeff0;

    color: #173349;

    padding: 10px 0 40px 0;

}


#block-sources-usages a.picto:hover {

    text-decoration: none;

}


#block-sources-usages a.picto > img {

    height: 100px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}


#block-sources-usages a.picto:hover > img {

    -ms-transform: scale(1.2); /* IE 9 */

    -webkit-transform: scale(1.2); /* Safari */

    transform: scale(1.2); /* Standard syntax */

}


#application-details #myCarousel {

    margin-bottom: 50px;

}


#application-details #myCarousel .item {

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 550px;

}


#application-details #myCarousel .item .carousel-caption {

    padding-bottom: 70px;

    opacity: 0;

    -webkit-transition: opacity 200ms ease;

    -moz-transition: opacity 200ms ease;

    -o-transition: opacity 200ms ease;

    transition: opacity 200ms ease;

}


#application-details #myCarousel .item .carousel-source {

    background-color: rgba(0, 0, 0, 0.5);

    color: #FFFFFF;

    position: absolute;

    bottom: 0;

    text-align: center;

    width: 100%;

    padding: 5px;

}


#application-details #myCarousel .item:hover .carousel-caption {

    opacity: 1;

}


#application-details #myCarousel .item .carousel-caption a {

    color: #FFFFFF;

}


#application-details #myCarousel .carousel-indicators .active {

    background-color: #2F3C4D;

}


#application-details #myCarousel .carousel-indicators li {

    width: 12px;

    height: 12px;

    background-color: transparent;

    border: 1px solid #2F3C4D;

    border-radius: 12px;

    margin: 1px;

}


#application-details #block-id {

    position: relative;

}


#application-details #block-id #affix {

    position: absolute;

    z-index: 2;

    top: 80px;

    background-color: #2F3C4D;

    color: #FFFFFF;

    padding: 10px 0;

    border-top-right-radius: 15px;

    border-bottom-right-radius: 15px;

}


#application-details #block-id #affix a {

    color: #FFFFFF;

    padding: 10px;

    display: block;

}


#application-details #block-id #affix ul {

    margin-bottom: 0;

}


#application-details #block-id #affix li:hover {

    background-color: #C7C7C7;

}


#application-details .tooltip-inner {

    width: 350px;

}


#application-details .custom-radio-group.process label {

    border: solid 2px #FFFFFF;

    background-color: #FFFFFF;

    color: #2F3C4D;

}


#application-details .custom-radio-group.process label:before {

    height: 0px;

    width: 0px;

}


.app-detail .custom-radio-group.custom-checkbox label {

    border: solid 2px #2F3C4D;

    background-color: #2F3C4D;

    color: #FFFFFF;

    cursor: inherit;

}


.affix {

    position: fixed !important;

}


.aboutus {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.pricing {
    overflow-x: hidden;
}

.aboutus .section {
    background-color: transparent;
    color: #001529;
}

.aboutus #about-s1 {
    position: relative;
}

.aboutus #about-s1 img {
    filter: brightness(0.5);
}

.aboutus #about-s1 #about-title {
    position: absolute;
    top: 20%;
    left: 10%;
    color: #F8F8F8;
}

#about-title h1 {
    color: #F8F8F8;
    font-size: 5.6vh /*41px*/;
    border-bottom: 3px solid;
    width: 130px;
    padding-bottom: 15px;
}

.aboutus h2 {
    text-align: center;
    font-size: 7vh /*68px*/;
    margin-bottom: 0;
}

.aboutus h3 {
    margin-top: 70px;
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    padding-left: 80px;
}

.aboutus h4 {
    text-align: center;
    font-size: 31px;
}

.aboutus #about-s2 p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.2;
}

.page-button-a {
    display: inline-block;
    padding: 15px 72px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.2;
    color: #001529;

}

.page-button-a:hover {
    text-decoration: none;
    color: #001529;
}

.aboutus #about-s2 .page-button-a {
    border: 3px solid #001529;
}

.aboutus #about-s2 .page-button-a:hover {

    background-color: #001529;
    color: white;
}

.aboutus #about-s3 .page-button-a {
    border-radius: 50px;
    background-color: #f8f8f8;
    font-size: 24px;
    margin-top: -15px;
    margin-bottom: 40px;
    border: 2px solid transparent;
}

.aboutus #about-s3 .page-button-a:hover {

    background-color: #001529;
    color: white;
    border: 2px solid white;
}

.container-page-button-a {
    margin-top: -85px;
}

.aboutus #about-s4 .contain,
.pricing #pricing-s4 .contain,
.pricing #pricing-s5 .contain {
    text-align: center;
}

.aboutus #about-s4 .page-button-a {
    background-color: #9CD7D2;
    height: 75px;
    margin: auto;
    border: 1px solid transparent;
}

.aboutus #about-s4 .page-button-a:hover {

    background-color: white;
    color: black;
    border: 1px solid black;
}

.aboutus #about-s2 p.last {
    margin-top: 20px;
}

.aboutus p {
    font-size: 20px;
}

.aboutus #about-s2 #last {
    display: table;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.aboutus #about-s2 #last > div {
    text-align: center;
    height: 100%;
}

.aboutus #about-s2 #last > div > div {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.aboutus #about-s3-bg {
    background-color: #001529;
}

.aboutus #about-s3 h2 {
    color: #F8F8F8;
    padding: 50px 0;
    margin-top: 50px;
}

.aboutus #about-s3 {
    font-weight: 600;
    font-size: 36px;
}

.aboutus #about-s2 h2 {
    margin-top: 10vh; /*50px;*/
}

.aboutus #about-s3 span {
    position: absolute;
}

.aboutus #about-s3 #left,
.aboutus #about-s3 #center,
.aboutus #about-s3 #right {
    padding: 0;
}

.aboutus #about-s3 #center {
    z-index: 2;
}

.aboutus #about-s3 #left,
.aboutus #about-s3 #right {
    color: #00cd99;
    display: table;
    height: 800px;
}

.aboutus #about-s3 #left {
    text-align: right;
}

.aboutus #about-s3 #left span {
    left: -10px;
    top: 31%;
}

.aboutus #about-s3 .contain {
    display: table-cell;
    vertical-align: middle;
}

.aboutus #about-s3 #center > div {
    clear: both;
}

.aboutus #about-s3 #center #top,
.aboutus #about-s3 #center #bottom {
    text-align: right;
    padding-right: 48px;
}

.aboutus #about-s3 #center #top {
    color: #14a0c1;
    margin-bottom: -2px;
}

.aboutus #about-s3 #center #top span {
    width: 360px;
    left: -250px;
}

.aboutus #about-s3 #center #middle {
    margin-left: -3px;
}

.aboutus #about-s3 #center #bottom {
    color: #7de412;
    margin-top: -2px;
}

.aboutus #about-s3 #center #bottom span {
    left: -10px;
}

.aboutus #about-s3 #right span {
    top: -75px;
    right: -200px;
}

.aboutus #about-s3 #right .contain {
    position: absolute;
    top: 215px;
    left: 78px;
    z-index: 2;
}

.aboutus #about-s3 #right > img {
    position: absolute;
    left: -28px;
    top: 121px;
    z-index: 0;
}

.aboutus #about-s4 #last {
    /* height: 650px; */
}

.aboutus #about-s4 #last > div {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.aboutus #about-s4 #left {
    background-image: url('../images/about/Fichier_16.png');
}

.aboutus #about-s4 #right {
    background-image: url('../images/about/Fichier_15.png');
    background-position: right;
}

.aboutus #about-s4 #last .container {
    position: relative;
}

.aboutus #about-s4 #last .container .row {
    position: absolute;
    margin-top: 165px;
    width: 100%;
    height: 300px;
}

.aboutus #about-s4 #last .container .row > div.col-sm-4 {
    height: 100%;
    display: table;
}

.aboutus #about-s4 #last .container .row .col-sm-4 .contain {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.aboutus #about-s4 #last .container .row p {
    text-align: center;
    height: 50px;
    padding-top: 20px;
    font-size: 28px;
}

.aboutus #about-s4 #last .container .row .col-sm-12 {
    margin-top: 50px;
    height: 500px;
}

.aboutus #about-s4 img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.aboutus #about-s4 p {
    margin-top: 10px;
}

.aboutus .btn {
    font-family: 'Questrial', sans-serif;
    padding: 5px 20px;
    background-color: #001628;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 30px;
}

.pricing #pricing-s1 > div.row {
    background-color: #f8f8f8;
    position: relative;
}

.pricing #pricing-s1 #pricing-title {
    position: absolute;
    top: 33%;
    left: 10%;
    color: #001529;
}

.pricing #pricing-s1 #pricing-title h1 {
    font-size: 75px;
    font-weight: 400;
}

#about-s3 #mobile {
    display: none;
}


.pricing #pricing-s1 #pricing-title .page-button-a {
    border: 3px solid #001529;
    background-color: #f8f8f8;
    font-size: 28px;
    position: absolute;
    width: 350px;
    right: -200px;
    bottom: -120px;
    font-weight: 600;
}

.pricing #pricing-s1 #pricing-title .page-button-a:hover {

    background-color: #001529;
    color: white;
}

.pricing #pricing-s4 .page-button-a {
    padding: 20px;
    border-radius: 40px;
    background-color: #9CD7D2;
    color: #001529;
    text-align: center;
    width: 350px;
    line-height: 1;
    height: 75px;
    font-size: 28px;
    margin: auto;
    border: 2px solid transparent;
    /* margin-top: 10px; */
}

.pricing #pricing-s4 .page-button-a:hover {

    background-color: white;
    border: 2px solid black;
    color: black;
}

.pricing #pricing-s5 .col-sm-3 .contact p,
.pricing #pricing-s5 .col-sm-3 .contact .page-button-a {
    color: #F8F8F8;
    font-size: 25px;
    width: 170px;
    margin: auto;
    font-weight: 600;
    border: 1px solid;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.pricing #pricing-s2 {
    padding-top: 100px;
}

.pricing #pricing-s2 .m-t-6 {
    margin-top: 6vh;
}


.pricing #pricing-s2 {
    padding-top: 100px;
}

.pricing #pricing-s2 h2 {
    text-align: right;
    font-size: 60px;
    /* margin-bottom: 80px;
    margin-top: -80px; */
}

.pricing #pricing-s2 #over-map {
    position: absolute;
    top: 100px;
    right: 0;
    height: 355px;
}

.pricing #pricing-s2 #s2-table .col-sm-6 {
    display: block;
    height: 130px;
}

.pricing #pricing-s2 #s2-table .col-sm-6 img {
    width: 50px;
    float: left;
}

.pricing #pricing-s2 #s2-table .col-sm-6 p {
    padding-left: 10px;
    float: left;
    font-size: 19px;
}

.pricing #pricing-s3,
.pricing #pricing-s5,
.pricing #pricing-s6 {
    background-color: #F8F8F8;
    font-size: 19px;
}

.pricing #pricing-s6 i {
    width: 50px;
    height: 50px;
    font-size: 50px;
}

.pricing #pricing-s3 h2,
.pricing #pricing-s5 h2,
.pricing #pricing-s6 h2 {
    color: #001529;
    font-size: 72px;
}

.pricing #pricing-s3 #s3-table {
    /* padding-top: 50px; */
}

.pricing #pricing-s3 #s3-table .col-sm-6 {
    display: block;
    height: 130px;
}

.pricing #pricing-s3 #s3-table .col-sm-6 img {
    width: 50px;
    height: 50px;
    float: right;

}

.pricing #pricing-s3 #s3-table .col-sm-6 p {
    padding-right: 10px;
    float: right;
    font-size: 21px;
    text-align: right;
    color: #001529;
}

.pricing #pricing-s3 #over-app {
    position: absolute;
    bottom: -50px;
    right: -50px;
    height: 200px;
}

.pricing #pricing-s4 {
    padding-bottom: 50px;
}

.pricing #pricing-s4 h2 {
    font-size: 72px;
    text-align: center;
    margin-bottom: 45px;
}

.pricing #pricing-s4 .row {
    height: 350px;
}

.pricing #pricing-s4 .col-sm-4 {
    height: 100%;
    display: table;
}

.pricing #pricing-s4 .col-sm-4 .contain p {
    font-size: 35px;
    padding-top: 50px;
}

.pricing #pricing-s5 h2,
.pricing #pricing-s6 h2,
.pricing #pricing-s6 h3 {
    text-align: center;
}

.pricing #pricing-s5 .col-sm-3 h4 {
    position: absolute;
    top: 55px;
    left: 40px;
    font-size: 15px;
}

.pricing #pricing-s5 .col-sm-3 {
    height: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.pricing #pricing-s5 #free {
    background-image: url('../images/pricing/Fichier_25.png');
}

.pricing #pricing-s5 #free .price {
    color: #00B4A6;
}

.pricing #pricing-s5 #basic {
    background-image: url('../images/pricing/Fichier_26.png');
}

.pricing #pricing-s5 #basic .price {
    color: #1D666F;
}

.pricing #pricing-s5 #pro {
    background-image: url('../images/pricing/Fichier_27.png');
}

.pricing #pricing-s5 #pro .price {
    color: #7AC4AD;
}

.pricing #pricing-s5 #partner {
    background-image: url('../images/pricing/Fichier_29.png');
}

.pricing #pricing-s5 #partner .price {
    color: #A13F96;
}

.pricing #pricing-s5 .col-sm-3 h3 {
    text-transform: none;
}

.pricing #pricing-s5 .col-sm-3 .price {
    background-color: #F8F8F8;
    height: 100px;
    border-radius: 20px;
    margin-left: -50px;
    margin-top: 35px;
    box-shadow: 0px 12px 0px -4px rgba(0, 0, 0, 0.5) inset;
    padding-top: 10px;
    padding-left: 50px;
    width: 260px;
}

.pricing #pricing-s5 .col-sm-3 .price p {
    margin: 0;
}

.price .cost {
    font-size: 35px;
}

.price .value {
    font-weight: 600;
}

.pricing #pricing-s5 .col-sm-3 ul {
    padding-top: 10px;
}

.pricing #pricing-s5 .col-sm-3 ul li i {
    padding-right: 5px;
}

.pricing #pricing-s5 .col-sm-3 .contact {
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid;
    padding-top: 10px;
    margin: 10px 30px;
    width: 70%;
}

.pricing #pricing-s5 #end_note p {
    text-align: center;
    color: #001529;
}

.pricing #pricing-s6 .item-2 {
    margin: 0 20px;
    width: 150px;
    text-align: center;
}

.pricing #pricing-s6 .item-2 p {
    margin-top: 10px;
}

.pricing #pricing-s6 .lg-img .item-2 {
    width: 200px;
}

.pricing #pricing-s6 .lg-img .item-2 {
    text-align: center;
}

.pricing #pricing-s6 .lg-img img {
    height: 50px;
    width: 50px;
}

.pricing #pricing-s6 h3 {
    color: #001529;
    text-transform: none;
}

.pricing #pricing-s4 img {
    height: 200px;
}

.pricing #pricing-s4 {
    background-image: url(../images/pricing/alphabet-bright-conceptual-256502.jpg);
    background-size: cover;
    background-color: rgba(0, 22, 41, 0.3);
    opacity: 0.9;
}

.blocOpaque {
    width: 100%;
    height: 100%;
    /*margin:0px 0px;
    background-color:#FFFFFF;
    border:1px solid black;*/
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


.aboutus #about-s1 {
    background-image: url(../images/about/background-blur-clean-290678.jpg);
    background-size: cover;
    background-color: rgba(0, 22, 41, 0.3);
    opacity: 0.9;
}

.pricing .slide-bg-container {
    padding: 140px 0px 10px 0;
}

.pricing #pricing-s5 .row {
    text-align: center;
}

.pricing #pricing-s5 img {
    height: 500px;
}

.pricing #pricing-s5 .page-button-a {
    border: 3px solid #001529;
    background-color: #f8f8f8;
    font-size: 28px;
    height: 74px;
    width: 350px;
    font-weight: 600;
    margin-top: 30px;
}

.pricing #pricing-s5 .page-button-a:hover {

    background-color: #001529;
    color: white;

}

.aboutus #about-s3 .container img {
    height: 662px;
    width: 1315px;
}

@media screen and (max-width: 1485px) {
    .pricing #pricing-s1 #pricing-title .page-button-a {
        right: inherit !important;
    }

    .pricing #pricing-s3 h2 {
        font-size: 50px;
        text-align: center;
    }

    .pricing #pricing-s4 h2 {
        font-size: 50px;
        margin: 0 0 20px 0;
    }

    .pricing #pricing-s4 img {
        height: 180px;
    }

    .pricing #pricing-s4 .row {
        height: inherit
    }

    .pricing #pricing-s4 .page-button-a {
        height: 65px;
        font-size: 22px;
    }

    .pricing #pricing-s5 h2 {
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .pricing #pricing-s5 .page-button-a {
        font-size: 22px;
    }

    .pricing #pricing-s5 img {
        height: 325px;
    }

    .aboutus #about-s2 .page-button-a {
        font-size: 2.5vh;
    }

    .aboutus #about-s3 .container {
        text-align: center;
    }

    .aboutus #about-s3 .container img {
        height: 444px;
        width: auto;
    }

    .aboutus #about-s3 h2 {
        font-size: 40px;
        padding: 0;
        margin-top: 85px;
    }

    .aboutus #about-s3 .page-button-a {
        font-size: 20px;
        padding: 11px 55px;
        margin-bottom: 3px;
    }

    /*.aboutus #about-s2 h2 {
        padding: 0;
        font-size: 40px;
        text-align: center;
        margin-top: 50px;
    }*/
    .aboutus #about-s2 h3 {
        padding: 0;
        text-align: center;
        margin-top: 15px;
        font-size: 25px;
    }

    .aboutus #about-s2 h4 {
        padding: 0;
        font-size: 2.5vh /*20px*/;
        text-align: center;
        margin: 0;
    }

    .col-md-6 {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .aboutus #about-s2 p {
        font-size: 3vh; /*15px;*/
        text-align: center;
    }

    .aboutus #about-s2 img {
        height: 100px;
        width: auto;
    }

    .aboutus #about-s2 #last {
        height: 125px;

    }

    .aboutus #about-s4 h2 {
        font-size: 6.6vh; /*48px;*/
        margin-top: 10vh;
    }

    .aboutus #about-s4 h4 {
        font-size: 4.5vh; /*26px*/;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 991px) {

    #about-title h1 {
        width: 25vw;
    }

    .aboutus #about-s2 #last > div > div {
        position: relative;
    }

    .aboutus #about-s2 #last {
        height: initial;
    }

    #about-s2 .col-sm-12 * {
        text-align: center;
    }


    /*.aboutus #about-s4 #last {
        position: relative;
        height: 1270px;
    }
    .aboutus #about-s4 #last>div#left,
    .aboutus #about-s4 #last>div#right {
        position: absolute;
        width: 100%;
        top: 0;
    }
    .aboutus #about-s4 #last .container {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .aboutus #about-s4 #last .container .row {
        position: relative;
    }*/
    .pricing #pricing-s1 #pricing-title h1 {
        font-size: 35px;
    }

    .pricing #pricing-s1 #pricing-title .page-button-a {
        width: 300px;
    }

    .pricing #pricing-s2 h2 {
        margin: 20px !important;
        text-align: left !important;
    }

    .pricing #pricing-s2 #s2-table .col-xs-6 img {
        width: 30px;
    }

    .pricing #pricing-s2 #s2-table .col-sm-6 p {
        padding-left: 5px;
    }

    .pricing #pricing-s3 {
        margin-bottom: 75px;
    }

    .pricing #pricing-s4 {
        padding-bottom: 130px !important;
    }

    .pricing #pricing-s5 .col-sm-3 {
        margin-left: 40px;
    }
}

.container-loader {

    position: absolute;

    z-index: 100000;

    height: 100%;

    width: 100%;

    background-color: #2F3C4D;

    opacity: 1;

}


.spinner {

    width: 40px;

    height: 40px;

    position: relative;

    margin: 100px auto;

}


.double-bounce1, .double-bounce2 {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background-color: #FFFFFF;

    opacity: 0.6;

    position: absolute;

    top: 0;

    left: 0;


    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;

    animation: sk-bounce 2.0s infinite ease-in-out;

}


.double-bounce2 {

    -webkit-animation-delay: -1.0s;

    animation-delay: -1.0s;

}


@-webkit-keyframes sk-bounce {

    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }

}


@keyframes sk-bounce {

    0%, 100% {

        transform: scale(0.0);

        -webkit-transform: scale(0.0);

    }
    50% {

        transform: scale(1.0);

        -webkit-transform: scale(1.0);

    }

}


.settings-menu {

    list-style: none;

    border: 1px solid #dbe0df;

    border-bottom: 0px;

    padding: 0px;

}


.settings-menu a {

    padding: 20px;

    display: block;

    border-bottom: 1px solid #dbe0df;

    color: #000;

    text-decoration: none;

}


.settings-menu a:hover {

    background: #e6eaea;

}


.settings-menu a.active {

    background: #fff;

    font-weight: bold;

}


.white-container {

    padding: 0px 50px 40px 50px;

}


@media (max-width: 1199px) {

    .navbar-default .navbar-nav > li > a {

        padding: 15px 12px;

    }


    .navbar-brand {

        padding-right: 0;

    }


    .navbar-brand > img {

        height: 50px;

    }

}


@media (max-width: 992px) {

    .navbar-header {

        float: none;

    }


    .navbar-left, .navbar-right {

        float: none !important;

    }


    .navbar-toggle {

        display: block;

    }


    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    }


    .navbar-fixed-top {

        top: 0;

        border-width: 0 0 1px;

    }


    .navbar-collapse.collapse {

        display: none !important;

    }


    .navbar-nav {

        float: none !important;

        margin-top: 7.5px;

    }


    .navbar-nav > li {

        float: none;

    }


    .navbar-nav > li > a {

        padding-top: 10px;

        padding-bottom: 10px;

    }


    .collapse.in {

        display: block !important;

    }


    #navbar-container {

        display: block !important;

    }


}


@media (max-width: 768px) {

    .home-btn {

        padding: 15px 25px !important;

        font-size: 2vh /*20px*/;

    }

    #third-block .center-col .container-img {
        width: 50%;
    }

    .home-btn {

        padding: 15px 25px !important;

        font-size: 2vh /*20px*/;

    }

    #third-block .center-col .container-img {
        width: 50%;
    }


    .page h1 {

        font-size: 30px;

    }

    .aboutus #about-s2 img {
        display: none;
    }

    .aboutus #about-s4 img {
        height: 30px;
        width: 30px;
        margin-top: 0px;
    }


}


.flag-image, .img-thumbnail {
    width: auto;
    max-width: inherit;
}

.navbar-default {

    background-color: #2F3C4D;

    border: 0px;

    border-radius: 0px;

    margin-bottom: 0;

}


.navbar-fixed {

    position: fixed;

    width: 100%;

    z-index: 2;

}


.navbar-header {

    margin-left: 15px;

}


.navbar-default .navbar-nav > li > a {

    color: #ccc;

    font-size: 14px;

    padding: 15px;

}


.navbar-nav > li:hover {

    background-color: transparent;

}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {

    color: #2ea3f2;

    background-color: transparent;

}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {

    color: #2ea3f2;

    background-color: transparent;

}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {

    color: #2ea3f2;

    background-color: transparent;

}


.navbar-nav > li > .dropdown-menu {

    margin-top: 0;

    border-radius: 0;

    border: 0;

}


.navbar-default .navbar-toggle {

    color: #FFFFFF;

    font-size: 30px;

    padding: 0;

    margin-top: 3px;

    margin-bottom: 0;

    border-color: transparent;

}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

    background-color: transparent;

}


.navbar-brand {

    height: inherit;

}


.section {

    background-color: #2F3C4D;

    color: #FFFFFF;

}


.section.white {

    background-color: #FFFFFF;

    color: #2F3C4D;

}

#third-block .center-col .container-img:hover img.abs {

    -ms-transform: rotate(180deg); /* IE 9 */

    -webkit-transform: rotate(180deg); /* Safari 3-8 */

    transform: rotate(180deg);

}


#fifth-block .btn-you {

    height: 100px;

    width: 100px;

    border: solid 1px #FFFFFF;

    border-radius: 50px;

}


#fifth-block .btn-you > p {

    margin: 0;

    font-family: 'Questrial', sans-serif;

    font-size: 25px;

    color: #FFFFFF;

    text-transform: uppercase;

}


#fifth-block h3 {

    font-size: 24px;

}


#login-container {

    min-height: calc(100vh - 90px);

    background: url('../images/slider/1.jpg') no-repeat center fixed;

    -webkit-background-size: cover;

    background-size: cover;

    padding-top: 40px;

}


#login-container .login-row {

    min-height: calc(100vh - 90px);

}


.page {

    background-color: #FFFFFF;

    color: #000000;

}


.page h1 {

    /*background-color: #2F3C4D;*/

    padding: 15px 0px;

    margin-bottom: 0;

}


.page .content img {

    max-width: 100%;

}


.page .content {

    padding: 30px 45px;

    text-align: justify;

}


#login-form {

    padding: 0 20%;

}


.login {

    background: #FFFFFF;

    margin: 15px 30px;

    padding: 15px 30px;

    color: #000000;

}


.opacity-bg {

    padding: 30px 0;

    background-color: rgba(0, 22, 41, 0.3);

    color: #FFFFFF;

}


.opacity-bg h3 {

    text-transform: inherit;

    font-size: 25px;

}


#filter-slideshow .btn {

    font-family: 'Questrial', sans-serif;

    padding: 5px 20px;

    background-color: #ffffff;

    border-color: #ffffff;

    color: #bababa;

    border-radius: 10px;

    margin-top: 50px;

}


#filter-slideshow .btn:hover {

    background-color: #2F3C4D;

    border-color: #2F3C4D;

    color: #ffffff;

}


#second-block .item {

    margin: auto;

    text-align: center;

}


#second-block .item-2 {

    margin: 0 20px;

    width: 150px;

    text-align: center;

}


#contact-block {

    background-image: url('../images/contact-bg.jpg');

    background-size: cover;

    text-align: center;

}


#contact-block .socials a {

    font-size: 70px;

    margin: 20px 15px;

}


.interactive-map-container {

    width: 100%;

    height: 800px;

    padding-left: 75px;

    position: relative;

}


/* .interactive-map-container .menu {

	position: absolute;

	top:0;

	left:0;

	width: 75px;

	height: 100%;

	background: #001629;

} */


.interactive-map-container .menu .layers {

    position: absolute;

    bottom: 0px;

    margin-bottom: 0px;

}


.interactive-map-container .menu a:not(.locked) {

    color: #fff;

    display: block;

    min-width: 75px;

    min-height: 75px;

    text-align: center;

    font-size: 30px;

    padding: 15px 0;

    line-height: 0.4;

    -webkit-transition: 300ms ease;

    -moz-transition: 300ms ease;

    -o-transition: 300ms ease;

    transition: 300ms ease;

}


.interactive-map-container .menu a span {

    font-size: 12px;

}


.interactive-map-container .menu a:not(.locked):hover {

    background: #C7C7C7;

    color: #2F3C4D;

    text-decoration: none;

}


.interactive-map-container .menu a.active {

    background: #C7C7C7;

    color: #2F3C4D;

    text-decoration: none;

}


.interactive-map-container .submenu {

    display: none;

    left: 75px;

    background: transparent;

    z-index: 999;

    overflow-y: auto;

    width: 92px;

    box-sizing: border-box;

}


.interactive-map-container .submenu.lock {

    overflow-y: hidden;

}


.interactive-map-container .submenu > div {

    width: 75px;

    min-height: 100%;

    background: rgba(55, 83, 95, 0.7);

}


.interactive-map-container .submenu .locked {

    position: absolute;

    top: 0;

    z-index: 2;

    color: #FFFFFF;

    padding-top: 200px;

    width: 75px;

    min-height: 100%;

    background: rgba(55, 83, 95, 0.7);

}


.interactive-map-container .submenu-layers ul {

    position: absolute;

    bottom: 0px;

    margin-bottom: 0px;

}


.interactive-map-container .filters-container {

    position: absolute;

    top: 0;

    /*width: calc(100% - 167px);*/

    z-index: 1;

    padding: 15px;

}


.interactive-map-container .filters-container .search {

    padding-left: 10px;

}


.interactive-map-container .filters-container .search #search {

    width: auto;

    min-width: 300px;

    max-width: 100%;

}


.interactive-map-container .filters-container .nb-results {

    padding: 5px 10px;

    margin: 0;

    /*font-family: open_sans_bold;*/

    font-family: 'PT Sans', sans-serif;

    font-weight: 700;

    background-color: #2F3C4D;

    color: #FFFFFF;

    margin-left: 30px;

}


.interactive-map-container .filters a {

    display: inline-block;

    margin-left: 10px;

    margin-bottom: 10px;

    border: 1px solid #777;

    background: #c7c7c7;

    color: #000;

    text-decoration: none;

    padding: 2px 8px;

    border-radius: 4px;

    font-size: 13px;

}


#interactive-map {

    height: 800px;

    width: 100%;


    text-align: center;

}


#interactive-map .fa-spinner {

    font-size: 70px;

    display: inline-block;

    margin-top: 100px;

}


#map-projects-content {

    height: 800px;

    position: relative;

}


#map-projects-content .header {

    height: 100px;


    padding: 15px;

    text-align: center;


    background-color: #2F3C4D;

    /*background-attachment: scroll;

    background-image: url(../images/bg-header.jpg);

    background-position: 50% 0;

    background-size: cover;

    background-repeat: no-repeat;*/

}


#map-projects-content .header h1 {

    color: #fff;

    font-size: 35px;

}


#map-projects-content .header h2 {

    color: #fff;

    font-size: 23px;

}


#map-projects-content .content {

    background-color: #2F3C4D;

    padding: 15px;

    height: 700px;

    overflow-y: auto;

    overflow-x: hidden;

    color: #FFFFFF;

    height: calc(100% - 100px);

}


#map-projects-content .content .not-logged a {

    color: #FFFFFF;

}


#map-projects-content .content .application-thumb, .application-info-windows .application-thumb {

    color: #000000;

    padding: 0;

}


#map-projects-content .content .application-thumb .image-container, .application-info-windows .application-thumb .image-container {

    width: 100%;

    height: 120px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}


#map-projects-content .content .application-thumb .image-container:before, .application-info-windows .application-thumb .image-container:before {

    background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);

    content: "";

    position: absolute;

    z-index: 3;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

}


#map-projects-content .content .application-thumb .image-container h3, .application-info-windows .application-thumb .image-container h3 {

    text-transform: none;

    font-size: 18px;

    color: #fff;

    /*font-family: open_sans_bold;*/

    text-align: left;

    position: absolute;

    left: 10px;

    bottom: 10px;

    bottom: 10px;

    z-index: 4;

    margin: 0px;

}


#map-projects-content .content .application-thumb p, .application-info-windows .application-thumb p {

    font-size: 14px;

}


#map-projects-content .content .application-thumb .infos, .application-info-windows .application-thumb .infos {

    padding: 10px;

    background: #fff;

    text-align: left;

    font-size: 14px;

}


#map-projects-content .content .application-thumb .description, .application-info-windows .application-thumb .description {

    margin-bottom: 10px;

    margin-top: 3px;

}


#map-projects-content .not-logged p {

    font-family: 'Questrial', sans-serif;

    font-size: 18px;

}


#map-projects-content .not-logged a {

    font-family: 'Questrial', sans-serif;

    font-size: 25px;

    color: #2F3C4D;

}


.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

}


.video-container iframe,
.video-container object,
.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}


.container-apps {

    padding-top: 30px;

    padding-left: 15px;

    padding-right: 15px;

    height: 100%;

    background-color: #98C11D;

}


.container-apps h3 {

    margin-top: 0;

    font-size: 18px;

}


.container-apps a {

    color: #FFFFFF;

}


.container-apps table {

    background-color: #FFFFFF;

    margin-top: 30px;

}


.partners {

    padding: 15px 30px;

    margin-top: 30px;

}


.partners h3 {

    text-transform: inherit;

    margin-top: 0;

}


#contact-container {

    background-color: rgba(0, 22, 41, 0.3);

    padding: 140px 0px 10px 0;

    height: 100%;

}


#menu-create {

    margin-top: 30px;

}


#menu-create .item {

    background-color: #2F3C4D;

    padding: 10px 5px;

    margin: 0 3px;

}


#menu-create .item.active {

    background-color: #2ea3f2;

}


#menu-create .item > a {

    color: #FFFFFF;

    font-size: 15px;

}


#menu-create .item.cdisabled {

    opacity: 0.2;

}


#menu-create .item.cdisabled > a {

    cursor: not-allowed;

    text-decoration: none !important;

}


.wrapper-element {

    border: solid 2px #2F3C4D;

    position: relative;

    margin: 3px 5px;

}


#images-container .wrapper-element {

    height: 150px;

    width: 150px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}


.wrapper-file, .wrapper-link {

    padding: 20px;

    color: #2F3C4D;

}


.wrapper-element .filter {

    position: absolute;

    height: 100%;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.3);

    top: 0;

    left: 0;

    display: none;

}


.wrapper-element:hover .filter {

    display: block;

}


.wrapper-element:hover .filter a {

    color: #FFFFFF;

    font-size: 20px;

    margin: 0 5px;

}


.wrapper-element .filter .cta {

    height: 100%;

}


.upload_image_step_9, .upload_document_step_9 {

    margin-bottom: 45px;

}


/* Flex utilities */

.d-flex {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.row.d-flex:before,
.row.d-flex:after {

    display: none;

}


.flex-wrap {

    -webkit-flex-wrap: wrap !important;

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important;

}


.flex-nowrap {

    -webkit-flex-wrap: nowrap !important;

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important;

}


.flex-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -webkit-flex-direction: column !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

}


.justify-content-center {

    -webkit-box-pack: center !important;

    -webkit-justify-content: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

}


.align-items-stretch {

    -webkit-box-align: stretch !important;

    -webkit-align-items: stretch !important;

    -ms-flex-align: stretch !important;

    align-items: stretch !important;

}


.align-content-center {

    -webkit-align-content: center !important;

    -ms-flex-line-pack: center !important;

    align-content: center !important;

}


.align-content-between {

    -webkit-align-content: space-between !important;

    -ms-flex-line-pack: justify !important;

    align-content: space-between !important;

}


.align-self-end {

    -webkit-align-self: flex-end !important;

    -ms-flex-item-align: end !important;

    align-self: flex-end !important;

}


.align-self-center {

    -webkit-align-self: center !important;

    -ms-flex-item-align: center !important;

    -ms-grid-row-align: center !important;

    align-self: center !important;

}


.align-items-center {

    -webkit-box-align: center !important;

    -webkit-align-items: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

}


.justify-content-between {

    -webkit-box-pack: justify !important;

    -webkit-justify-content: space-between !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

}


.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.justify-content-flex-end {

    -webkit-box-pack: flex-end !important;

    -webkit-justify-content: flex-end !important;

    -ms-flex-pack: flex-end !important;

    justify-content: flex-end !important;

}


.details-modal {

    font-size: 12px;

}


.details-modal p {

    font-size: 12px;

}


.details-modal .location {

    max-width: 100%;

}


.details-modal .location h1 {

    font-weight: normal;

    font-size: 35px;

    margin: 0px;

}


.details-modal .location h2 {

    font-weight: normal;

    font-size: 15px;

    text-transform: none;

    text-align: center;

    margin-top: 10px;

    margin-bottom: 5px;

}


.details-modal .location p {

    font-size: 12px;

    /*font-family: open_sans_light;*/

    font-family: 'PT Sans', sans-serif;

    text-align: center;

}


.details-modal .attribute {

    /*font-family: open_sans_bold;*/

    font-family: 'PT Sans', sans-serif;

    font-size: 15px;

}


.details-modal .line {

    margin: 5px 0;

}


.details-modal .square {

    height: 100%;

    border: solid 1px #bac5cd;

    position: relative;

    padding: 10px 15px;

    font-size: 12px;

}


.details-modal .square .title {

    position: absolute;

    top: -12px;

    background-color: #FFFFFF;

    padding: 0 7px;

    font-size: 14px;

}


.details-modal .square .techno {

    margin: 5px;

}


.details-modal .circle {

    height: 50px;

    width: 50px;

    border: solid 2px #000000;

    border-radius: 25px;

    font-size: 8px;

    text-align: center;

    margin: 0 5px;

}


.details-modal #water-reuse #treatment .circle {

    border: solid 2px #6d421a;

    color: #6d421a;

}


.details-modal #water-reuse #desinfection .circle {

    border: solid 2px #491737;

    color: #491737;

}


.details-modal #water-reuse #storage .circle {

    border: solid 2px #8bb901;

    color: #8bb901;

}


.details-modal #water-reuse #irrigation .circle {

    border: solid 2px #39a1a1;

    color: #39a1a1;

}


.details-modal #water-reuse .tabline {

    border-bottom: solid 1px #bac5cd;

    padding: 15px 0;

}


.details-modal #water-reuse .tabline:last-child {

    border-bottom: 0;

}


.details-modal hr {

    border: 0px;

    height: 1px;

    width: 80%;

    background: #bac5cd;

    margin: 30px auto;

}


.create-app .btn-success {

    background-color: #2F3C4D;

    border-color: #2F3C4D;

}


.create-app .btn-success:hover, .create-app .btn-success:focus, .create-app .btn-success.focus, .create-app .btn-success:active, .create-app .btn-success.active {

    background-color: #FFFFFF;

    border-color: #2F3C4D;

    color: #2F3C4D;

}


.create-app .btn-info {

    color: #2F3C4D;

    background-color: #FFFFFF;

    border-color: #2F3C4D;

}


.create-app .btn-info.active, .create-app .btn-info:active {

    color: #FFFFFF;

    background-color: #2F3C4D;

    border-color: #2F3C4D;

}


.col-treatments {

    position: relative;

    padding-bottom: 50px;

}


.col-treatments:after {

    position: absolute;

    content: "";

    background: #2F3C4D;

    width: 3px;

    height: 100%;

    right: 60px;

    z-index: 0;

    top: 0;

}


.col-treatments:before {

    position: absolute;

    /* content: "↓"; */

    content: "\25bc";

    color: #2F3C4D;

    bottom: 0;

    right: 53.3px;

    z-index: 0;

}


.col-treatments .btn-info {

    position: relative;

    z-index: 1;

}


.create-app .panel-default > .panel-heading {

    text-align: center;

}


.create-app form {

    text-align: center;

}


.create-app .form-group.layout-row {

    margin-top: 30px;

}


.application-info-windows {

    width: 300px;

}


/* .application-info-windows img{

	max-width:100%;

} */


/* .application-info-windows .image-container {

    width: 100%;

    height: 120px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}



.application-info-windows .image-container:before {

    background: linear-gradient(to bottom,transparent 0%,transparent 40%,rgba(0,0,0,0.8) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);

    content: "";

    position: absolute;

    z-index: 3;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

}



.application-info-windows .image-container h3 {

    text-transform: none;

    font-size: 18px;

    color: #fff;

    text-align: left;

    position: absolute;

    left: 10px;

    bottom: 10px;

    bottom: 10px;

    z-index: 4;

    margin: 0px;

} */


/* .application-info-windows .infos {

	text-align: left;

}



.application-info-windows .description {

    margin: 5px 0 10px 0;

}



.application-info-windows .description img {

    margin: 0 3px 5px 0;

} */


#application-details h2 {

    font-size: 35px;

    text-align: center;

}


#application-details h3 {

    font-size: 22px;

    text-align: left;

    text-transform: inherit;

    margin-top: 15px;

    margin-bottom: 15px;

}


#application-details .custom-radio-group.custom-checkbox .custom-container {

    height: 100px;

    width: 100px;

}


#application-details .custom-radio-group.custom-checkbox label {

    border: solid 2px #FFFFFF;

    background-color: #2F3C4D;

    color: #FFFFFF;

    margin: 5px 15px;

    position: relative;

}


#application-details .custom-radio-group.custom-checkbox label:before {

    content: '';

    height: 1px;

    width: 30px;

    background-color: transparent;

    border-top: dashed 2px #FFFFFF;

    z-index: 1;

    position: absolute;

    right: -32px;

}


#application-details .custom-radio-group.custom-checkbox label:last-of-type:before, #application-details .custom-radio-group.custom-checkbox .contact:before {

    height: 0px;

    width: 0px;

}


#application-details #block-id {

    background-color: #ebeff0;

    color: #173349;

    padding: 10px 0 40px 0;

}


#application-details #block-treatments {

    background-color: #677987;

    color: #FFFFFF;

    padding: 10px 0 40px 0;

}


#application-details #block-sources-usages {

    background-color: #ebeff0;

    color: #173349;

    padding: 10px 0 40px 0;

}


#block-sources-usages a.picto:hover {

    text-decoration: none;

}


#block-sources-usages a.picto > img {

    height: 100px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}


#block-sources-usages a.picto:hover > img {

    -ms-transform: scale(1.2); /* IE 9 */

    -webkit-transform: scale(1.2); /* Safari */

    transform: scale(1.2); /* Standard syntax */

}


#application-details #myCarousel {

    margin-bottom: 50px;

}


#application-details #myCarousel .item {

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 300px;

}


#application-details #myCarousel .item .carousel-caption {

    padding-bottom: 70px;

    opacity: 0;

    -webkit-transition: opacity 200ms ease;

    -moz-transition: opacity 200ms ease;

    -o-transition: opacity 200ms ease;

    transition: opacity 200ms ease;

}


#application-details #myCarousel .item .carousel-source {

    background-color: rgba(0, 0, 0, 0.5);

    color: #FFFFFF;

    position: absolute;

    bottom: 0;

    text-align: center;

    width: 100%;

    padding: 5px;

}


#application-details #myCarousel .item:hover .carousel-caption {

    opacity: 1;

}


#application-details #myCarousel .item .carousel-caption a {

    color: #FFFFFF;

}


#application-details #myCarousel .carousel-indicators .active {

    background-color: #2F3C4D;

}


#application-details #myCarousel .carousel-indicators li {

    width: 12px;

    height: 12px;

    background-color: transparent;

    border: 1px solid #2F3C4D;

    border-radius: 12px;

    margin: 1px;

}


#application-details #block-id {

    position: relative;

}


#application-details #block-id #affix {

    position: absolute;

    z-index: 2;

    top: 80px;

    background-color: #2F3C4D;

    color: #FFFFFF;

    padding: 10px 0;

    border-top-right-radius: 15px;

    border-bottom-right-radius: 15px;

}


#application-details #block-id #affix a {

    color: #FFFFFF;

    padding: 10px;

    display: block;

}


#application-details #block-id #affix ul {

    margin-bottom: 0;

}


#application-details #block-id #affix li:hover {

    background-color: #C7C7C7;

}


#application-details .tooltip-inner {

    width: 350px;

}


#application-details .custom-radio-group.process label {

    border: solid 2px #FFFFFF;

    background-color: #FFFFFF;

    color: #2F3C4D;

}


#application-details .custom-radio-group.process label:before {

    height: 0px;

    width: 0px;

}


.app-detail .custom-radio-group.custom-checkbox label {

    border: solid 2px #2F3C4D;

    background-color: #2F3C4D;

    color: #FFFFFF;

    cursor: inherit;

}


.affix {

    position: fixed !important;

}


.container-loader {

    position: absolute;

    z-index: 100000;

    height: 100%;

    width: 100%;

    background-color: #2F3C4D;

    opacity: 1;

}


.spinner {

    width: 40px;

    height: 40px;

    position: relative;

    margin: 100px auto;

}


.double-bounce1, .double-bounce2 {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background-color: #FFFFFF;

    opacity: 0.6;

    position: absolute;

    top: 0;

    left: 0;


    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;

    animation: sk-bounce 2.0s infinite ease-in-out;

}


.double-bounce2 {

    -webkit-animation-delay: -1.0s;

    animation-delay: -1.0s;

}


@-webkit-keyframes sk-bounce {

    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }

}


@keyframes sk-bounce {

    0%, 100% {

        transform: scale(0.0);

        -webkit-transform: scale(0.0);

    }
    50% {

        transform: scale(1.0);

        -webkit-transform: scale(1.0);

    }

}


.settings-menu {

    list-style: none;

    border: 1px solid #dbe0df;

    border-bottom: 0px;

    padding: 0px;

}


.settings-menu a {

    padding: 20px;

    display: block;

    border-bottom: 1px solid #dbe0df;

    color: #000;

    text-decoration: none;

}


.settings-menu a:hover {

    background: #e6eaea;

}


.settings-menu a.active {

    background: #fff;

    font-weight: bold;

}


.white-container {

    padding: 0px 50px 40px 50px;

}


@media (max-width: 1199px) {

    .navbar-default .navbar-nav > li > a {

        padding: 15px 12px;

    }


    .navbar-brand {

        padding-right: 0;

    }


    .navbar-brand > img {

        height: 50px;

    }

}


@media (max-width: 992px) {

    .home-btn {

        padding: 15px 25px !important;

        font-size: 2vh /*20px*/;

    }

    .pricing #pricing-s5 img {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .navbar-header {

        float: none;

    }


    .navbar-left, .navbar-right {

        float: none !important;

    }


    .navbar-toggle {

        display: block;

    }


    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    }


    .navbar-fixed-top {

        top: 0;

        border-width: 0 0 1px;

    }


    .navbar-collapse.collapse {

        display: none !important;

    }


    .navbar-nav {

        float: none !important;

        margin-top: 7.5px;

    }


    .navbar-nav > li {

        float: none;

    }


    .navbar-nav > li > a {

        padding-top: 10px;

        padding-bottom: 10px;

    }


    .collapse.in {

        display: block !important;

    }


    #navbar-container {

        display: block !important;

    }


}


@media (max-width: 768px) {


    .page h1 {

        font-size: 30px;

    }


    .container-page-button-a {
        width: 60vw;
        margin: auto;
    }

    .aboutus #about-s3 .container img {
        width: 100%;
        height: auto;
        margin-top: 15vh;
        margin-bottom: 15vh;
    }

}

.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background-color: #657786;
}

.input-file {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.custom-file-upload {
    border: 1px none;
    display: initial;
    cursor: pointer;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
}

.btn-success-custom {
    background-color: #2F3C4D !important;
    border-color: #2F3C4D !important;
    color: #FFF !important;
}

.btn-success-custom:hover {
    background-color: #FFFFFF !important;
    border-color: #2F3C4D !important;
    color: #2F3C4D !important;
}


.modal_dialog {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal_dialog_header {
    background-color: #2F3C4D;
    text-align: center;
    color: white;
    padding: 4px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal_dialog_body {
    padding: 8px 20px;
    text-align: center;
}

.modal_box {
    background-color: #fefefe;
    margin: 25% auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    border-radius: 10px;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


.ratingBtn {
    background: transparent;
    border: none;
    padding: 0px 0px;
}

.projectRating {
    padding: 6px 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    left: 12%;
}

.projectRating-drops {
    padding: 6px 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 18%;
    top: 32px;
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.flexbox .col {
    flex: 1;
    padding: 0px 15px;
}

.flexbox .col .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.more-info {
    color: cornflowerblue;
}

.more-info:hover {
    cursor: pointer;
    color: dodgerblue;
}

.info-commenter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comment-design {
    width: 35vw;
    padding: 15px;
    background-color: rgba(224, 226, 226, 0.3);
    border-radius: 0 15px 15px 15px;
}

.comment-design img {
    width: 110px;
}

.replies-form .comment-design {
    margin-left: 5vw;
    width: 34vw;
}


#application-comments .comment-design {
    width: 23vw;
    padding: 15px;
    background-color: rgba(224, 226, 226, 0.3);
    border-radius: 0 15px 15px 15px;
    margin: 0;
}

#application-comments .comment-design div img {
    width: 62px;
}

#application-comments .comment-design .replies-form {
    margin-left: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.add-comment {
    border-radius: 15px;
    background-color: rgba(224, 226, 226, 0.3);
    min-height: 75px;
    width: 100%;
}

.btn-comment {
    padding: 5px;
    border-radius: 15px;
    border-radius: 30px;
    width: 12vw;
    margin-right: 20px;
    font-size: 16px;
    margin-top: 15px;
}

#share-detail h2.heading {
    text-align: center;
}

.import-avatar {
    margin-top: 20px;
    margin-bottom: 40px;
}

.import-avatar .dimension p {
    margin-top: 10px;
    font-size: 10px;
    /* margin-left: 10px; */
}

.import-avatar .dimension {
    align-self: center;
}

#footer {
    width: 100%;
    bottom: 0;
}

/* coupe le texte dans les vignettes*/
.text-card {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* coupe le texte sur 2 lignes */
.text-card-2lines {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media (max-width: 480px) and (orientation: portrait) {
    /* PAGE HOME */
    .home-btn {
        font-size: 1.9vh;
    }

    /* section 2*/
    #second-block .item {
        margin-top: 10vh;
    }


    #filter-slideshow {
        margin-top: 0px;
    }

    #second-block .item-2 {
        width: 40vw;
        margin: auto;
    }

    #third-block .center-col .container-img {
        width: 50%;
    }

    #third-block .left-col .container-img, #third-block .right-col .container-img {
        margin: auto;
    }

    #fifth-block .fp-tableCell {
        height: 100vh !important;
    }

    #fifth-block .item img {
        max-height: 100px;
    }

    #contact-block .fp-tableCell {
        height: 100vh !important;
    }

    #contact-block .text .line {
        font-size: 1.9vh;
    }

    /* PAGE DASHBOARD */
    .slide-bg-container {
        margin-top: 150px;
    }

    .chart-container {
        text-align: center;
    }

    #chartWaterOrigin {
        height: 140px !important;
        width: auto !important;
        display: inline-block !important;
    }

    #chartWaterReclaimed {
        height: 140px !important;
        width: auto !important;
        display: inline-block !important;
    }


    #graphic-countries .container .chart-container {
        height: auto !important;
        width: 100% !important;
    }


    /* PAGE PRICING */
    .section {
        height: 100vh !important;
        padding-top: 0px !important;
    }

    #fp-nav {
        display: none;
    }


    #login-container .login-row {
        display: flex;
        flex-direction: column;
    }

    #pricing-s6 .fp-tableCell .container {
        margin-top: 40px;
    }

    .pricing #pricing-s6 h2 {
        display: none;
    }

    .pricing #pricing-s6 h3 {
        font-size: 20px;
    }

    .pricing #pricing-s6 i {
        font-size: 30px;
        width: auto;
        height: auto;
    }

    .pricing #pricing-s6 .item-2 p {
        font-size: 15px;
    }

    .pricing #pricing-s6 .item-2 {
        width: 20% !important;
    }

    .pricing #pricing-s6 .lg-img img {

        width: auto;
        height: 30px;
    }

    .pricing #pricing-s4 h2 {
        font-size: 30px;
    }

    .page-button-a {
        display: initial;
    }

    .pricing #pricing-s5 img {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .pricing #pricing-s5 .page-button-a {

        font-size: 15px;
        margin-top: 10px;
    }

    .pricing #pricing-s4 {
        padding-bottom: 0px !important;
    }

    .pricing #pricing-s4 .row {
        display: flex;
        justify-content: space-around;
        height: auto;
        margin-bottom: 70px;
    }

    .pricing #pricing-s4 img {
        width: auto;
        height: 50px;
    }

    .pricing #pricing-s4 .col-sm-4 .contain p {

        font-size: 15px;
    }

    .pricing #pricing-s3 #s3-table .col-sm-6 p {

        font-size: 15px;
    }

    .pricing #pricing-s3 #s3-table .col-xs-6 img {
        width: auto;
        height: 30px;
        margin-right: 5px;
    }

    .pricing #pricing-s3 #s3-table .col-sm-6 {
        display: flex;
        height: auto;
    }

    .pricing #pricing-s3 #over-app {
        right: -30px;
    }

    .pricing #pricing-s2 #over-map {
        top: 0;
        height: 100%;
    }

    .pricing #pricing-s3 h2 {
        font-size: 20px;
    }

    .pricing #pricing-s2 #s2-table .col-sm-6 p {

        font-size: 15px;
    }

    .pricing #pricing-s2 #s2-table .col-xs-6 img {
        width: auto;
        height: 30px;
    }

    .pricing #pricing-s2 .m-t-6 {
        margin-top: 0vh;
    }

    .pricing #pricing-s2 #s2-table .col-sm-6 {
        display: flex;
        height: auto;
    }

    /* PAGE INTERACTIVE MAP */
    .interactive-map-container .submenu {

        left: 0px;
        top: 85px;
        height: 80% !important;
    }

    .pricing #pricing-s2 h2 {
        font-size: 30px;
    }

    .interactive-map-container .filters-container {
        display: none;
    }

    .layers {
        display: flex;
        position: inherit !important;
    }

    #interactive-map {
        height: 80% !important;
    }

    .menu:not(.submenu) {

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100% !important;
        height: 85px !important;
        z-index: 2;
        justify-content: center;
        position: inherit !important;

    }

    .menu:not(.submenu) ul {
        display: flex;

    }

    .menu:not(.submenu) ul li {
        padding-right: 10px;
    }

    .interactive-map-container .menu:not(.submenu) a:not(.locked) {

        min-width: 50px;
        height: auto;

    }

    .interactive-map-container {
        padding-left: 0 !important;
        height: 100% !important;
    }

    #col-interactive-map-container {
        height: 500px !important;
    }
}


@media (max-width: 800px) and (orientation: landscape) {


    /* PAGE INTERACTIVE MAP */
    .interactive-map-container .submenu {

        left: 0px;
        top: 70px;
        height: 80% !important;
    }

    .interactive-map-container .filters-container {
        display: none;
    }

    .layers {
        display: flex;
        position: inherit !important;
    }

    #interactive-map {
        height: 80% !important;
    }

    .menu:not(.submenu) {

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100% !important;
        height: 70px !important;
        z-index: 2;
        justify-content: center;
        position: inherit !important;

    }

    .menu:not(.submenu) ul {
        display: flex;

    }


    .interactive-map-container {
        padding-left: 0 !important;
        height: 100% !important;
    }

    #col-interactive-map-container {
        height: 400px !important;
    }
}


/***** ANIMATION PULSE *****/
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
