@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#block-decouvreznotreplateforme {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin: 0 -15px;
}

#block-decouvreznotreplateforme>div {
    padding: 0 15px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #block-decouvreznotreplateforme>div {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    #block-decouvreznotreplateforme>div {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #block-decouvreznotreplateforme .left-content {
        margin-bottom: 30px;
    }
}

#block-decouvreznotreplateforme .left-content h1 {
    font-weight: 300;
    font-size: 22px;
    margin-top: 0;
    background-image: url("../images/subtitle.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 0 5px 60px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    #block-decouvreznotreplateforme .left-content h2 {
        max-width: 300px;
    }
}

#block-decouvreznotreplateforme .left-content .link {
    margin-top: 30px;
}

#block-decouvreznotreplateforme .left-content .link a {
    background-color: #fc3a49;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    border-radius: 31px;
    box-shadow: 0px 2px 6px #cccccc;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    padding: 21px 40px;
}

@media screen and (min-width: 1200px) {
    #block-decouvreznotreplateforme .left-content .link a {
        font-size: 21px;
        padding: 21px 15px;
        min-width: 335px;
    }
}

#block-decouvreznotreplateforme .left-content .link a:hover,
#block-decouvreznotreplateforme .left-content .link a:focus {
    background-color: #040b3d;
}

#block-decouvreznotreplateforme .right-content video {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.view-front-listing {
    font-size: 14px;
}

.view-front-listing .view-header {
    margin-bottom: 70px;
}

.view-front-listing .view-header p {
    max-width: 500px;
}

.view-front-listing .view-header h2 {
    padding-left: 65px;
    padding-top: 20px;
    background-image: url("../images/bell.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.view-front-listing .view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px;
}

@media screen and (min-width: 1200px) {
    .view-front-listing .view-content {
        margin: 0 -30px;
    }
}

.view-front-listing .view-content>.views-row {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .view-front-listing .view-content>.views-row {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .view-front-listing .view-content>.views-row {
        padding: 0 30px;
        margin-bottom: 60px;
    }
}

.view-front-listing .view-content>.views-row .views-field {
    height: 100%;
}

.view-front-listing .view-content>.views-row .views-field .field-content {
    height: 100%;
}

.view-front-listing img {
    width: 100%;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
}

.view-front-listing .listing-outer {
    border-radius: 33px;
}

.view-front-listing .listing-outer .image::after {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
}

.listing-outer {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0px 2px 6px #cccccc;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.listing-outer .image {
    position: relative;
}

.listing-outer .image .hover-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

.listing-outer .image .selection-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.listing-outer .image .selection-icon span {
    display: inline-block;
    background-image: url("../images/white-heart.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.listing-outer .image .selection-icon span:hover,
.listing-outer .image .selection-icon span:focus {
    background-image: url("../images/heart.png");
}

.listing-outer .image .selection-icon span.selected {
    background-image: url("../images/heart.png");
}
.listing-outer .image .hover-text a {
    background-color: #fc3a49;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    border-radius: 31px;
    padding: 17px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    min-width: 197px;
    opacity: 0;
    visibility: hidden;
}

.listing-outer .image .hover-text a:hover,
.listing-outer .image .hover-text a:focus {
    background-color: #040b3d;
}

.listing-outer .image::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.listing-outer:hover {
    background-color: #e9ebfe;
}

.listing-outer:hover .image::after {
    opacity: 1;
    visibility: visible;
}

.listing-outer:hover .image .hover-text a {
    opacity: 1;
    visibility: visible;
}

.listing-outer:hover .selection-icon {
    opacity: 1;
    visibility: visible;
}

.listing-outer h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px top;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 18px;
    padding-left: 52px;
    margin-left: -52px;
}

@media screen and (min-width: 1200px) {
    .listing-outer h4 {
        padding-top: 7px;
        padding-bottom: 12px;
        font-size: 22px;
        padding-left: 65px;
        margin-left: -65px;
    }
}

@media screen and (max-width: 1199px) {
    .listing-outer h4 {
        background-size: 26px;
    }
}

.listing-outer h4 a {
    text-decoration: none;
    color: #000000;
}

.listing-outer h4 a:hover {
    color: #fc3a49;
}

.listing-outer h4 a::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.listing-outer h4.article-icon {
    background-image: url("../images/list-edit.png");
}

.listing-outer h4.video-icon {
    background-image: url("../images/list-shoot.png");
}

.listing-outer .listing-content {
    padding: 15px 15px 15px 52px;
}

@media screen and (min-width: 1200px) {
    .listing-outer .listing-content {
        padding: 15px 15px 15px 65px;
    }
}

.toolbar-horizontal .header {
  margin-top: 15px;
}
.header .logo {
    margin: 0px;
}
/*.header .logo img {
  max-width: 100%;
  display: block;
  height: auto;
}*/

/*@media screen and (min-width: 768px) {
    .header .logo img {
        max-width: 100px; 
    }
}

@media screen and (min-width: 992px) {
    .header .logo img {
        max-width: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .header .logo img {
        max-width: 140px;
    }
}*/

.header #block-formulaireexposelistingpage-1 {
    clear: both;
    padding: 0 15px 15px;
    display: none;
}

@media screen and (min-width: 1600px) {
    .header #block-formulaireexposelistingpage-1 {
        padding: 0 15px 0 35px;
    }
}

.header #block-formulaireexposelistingpage-1 form .form-item {
    width: 100%;
}

.header #block-formulaireexposelistingpage-1 form label {
    position: relative;
}

.header #block-formulaireexposelistingpage-1 form label input {
    opacity: 0;
    margin-right: 3px;
}

@media screen and (min-width: 1600px) {
    .header #block-formulaireexposelistingpage-1 form label input {
        margin-right: 11px;
    }
}

.header #block-formulaireexposelistingpage-1 form label::after {
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 0;
}

.header #block-formulaireexposelistingpage-1 form label.checked::after {
    background-image: url("../images/check-arrow.png");
    width: 19px;
    height: 15px;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-heading,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-heading,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-heading {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 0 10px 45px;
    background-color: transparent;
    border: none;
    font-family: "Poppins", sans-serif;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-heading a,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-heading a,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-heading a {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center right;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-heading a[aria-expanded="true"],
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-heading a[aria-expanded="true"],
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-heading a[aria-expanded="true"] {
    background-image: url("../images/minus.png");
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-heading a[aria-expanded="false"],
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-heading a[aria-expanded="false"],
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-heading a[aria-expanded="false"] {
    background-image: url("../images/add.png");
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-body,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-body,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 0 0 0 35px;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-body label,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-body label,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-body label {
    font-weight: 300;
}

@media screen and (min-width: 1200px) {
    .header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-body label,
    .header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-body label,
    .header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-body label {
        font-size: 15px;
    }
}

@media screen and (min-width: 1600px) {
    .header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-body label,
    .header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-body label,
    .header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-body label {
        font-size: 17px;
    }
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-body label.checked,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-body label.checked,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-body label.checked {
    font-weight: 600;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-body .form-type-checkbox,
.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-body .form-type-checkbox,
.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-body .form-type-checkbox {
    margin-bottom: 10px;
}

.header #block-formulaireexposelistingpage-1 #edit-field-j-ai-envie-de-target-id-collapsible .panel-heading {
    background-image: url("../images/group1.png");
}

.header #block-formulaireexposelistingpage-1 #edit-field-je-me-trouve-dans-target-id-collapsible .panel-heading {
    background-image: url("../images/group3.png");
}

.header #block-formulaireexposelistingpage-1 #edit-field-je-suis-target-id-collapsible .panel-heading {
    background-image: url("../images/group2.png");
}

.header #block-mainnavigation {
    border-top: none;
    margin-top: 50px;
    padding: 35px 15px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .header #block-mainnavigation {
        /*padding: 50px 0 0 35px;*/
        margin-top: 0px;
        padding: 0px;
    }
    .header #block-mainnavigation ul.menu {
        display: flex;
    }
}

.header #block-mainnavigation ul.menu {
    float: none;
    border: none;
}

.header #block-mainnavigation ul.menu li {
    float: none;
}

@media screen and (min-width: 992px) {
    .header #block-mainnavigation ul.menu {
        max-width: 500px;
        margin: auto;
        padding-left: 25px;
    }
    .header #block-mainnavigation ul.menu li {
        padding: 0px 10px;
    }
}

@media screen and (min-width: 1200px) {    
    .header #block-mainnavigation ul.menu {
        padding-left: 35px;
    }
    .header #block-mainnavigation ul.menu li {
        padding: 0px 10px;
    }
}

@media screen and (min-width: 1600px) {    
    .header #block-mainnavigation ul.menu {
        padding-left: 50px;
    }
    .header #block-mainnavigation ul.menu li {
        padding: 0px 15px;
    }
}

.header #block-mainnavigation ul.menu li span,
.header #block-mainnavigation ul.menu li a {
    background-color: transparent;
    padding: 0;
    color: #040b3d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .header #block-mainnavigation ul.menu li span,
    .header #block-mainnavigation ul.menu li a {
        font-size: 13px;
        display: block;
        padding: 9px 0;
    }
}
@media screen and (min-width: 1200px) {
    .header #block-mainnavigation ul.menu li span,
    .header #block-mainnavigation ul.menu li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .header #block-mainnavigation ul.menu li span::after,
    .header #block-mainnavigation ul.menu li a::after {
        content: "";
        display: block;
        height: 100%;
        width: 3px;
        background-color: #040b3d;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
    }
}

.header #block-mainnavigation ul.menu li span.is-active,
.header #block-mainnavigation ul.menu li a.is-active {
    font-weight: 600;
}

.header #block-mainnavigation ul.menu li span:hover,
.header #block-mainnavigation ul.menu li a:hover,
.header #block-mainnavigation ul.menu li a.is-active {
    background-color: transparent;
}

/*.header #block-mainnavigation ul.menu li a:hover::after,
.header #block-mainnavigation ul.menu li a.is-active::after {
    opacity: 1;
    visibility: visible;
}*/

.hemberger {
    cursor: pointer;
    font-size: 0;
    height: 36px;
    overflow: hidden;
    padding: 0;
    transition: background 0.3s ease 0s;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 90px;
}

@media screen and (min-width: 768px) {
    .hemberger {
        top: 20px;
    }

}
@media screen and (min-width: 992px) {
    .hemberger {
        display: none;
    }
}

.hemberger span {
    background: #fc3a49;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 16px;
    transition: background 0s ease 0.3s;
    width: 100%;
    border-radius: 5px;
}

.hemberger span::before {
    top: -8px;
    transition-property: top, transform;
}

.hemberger span::after {
    bottom: -8px;
    transition-property: bottom, transform;
}

.hemberger span::after,
.hemberger span::before {
    background-color: #fc3a49;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    width: 100%;
    border-radius: 5px;
}

.menu-open .hemberger span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.menu-open .hemberger span::after,
.menu-open .hemberger span::before {
    transition-delay: 0s, 0.3s;
    background-color: #fc3a49;
}

.menu-open .hemberger span::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-open .hemberger span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
    .header #block-mainnavigation {
        position: absolute;
        top: 144px;
        right: 0px;
        opacity: 0;
        visibility: hidden;
        background-color: #fc3a49;
        margin-top: 0;
        text-align: center;
        z-index: 1;
        transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
    .header #block-mainnavigation .sf-accordion-toggle {
        display: none;
    }
    .header #block-mainnavigation #superfish-main {
        display: block !important;
    }
    .header #block-mainnavigation ul.menu li {
        margin: 22px 0;
    }
    .header #block-mainnavigation ul.menu li a {
        color: #ffffff;
        font-size: 20px;
    }
    .header #block-mainnavigation ul.menu li a:hover {
        color: #040b3d;
    }
    .menu-open .header #block-mainnavigation {
        opacity: 1;
        visibility: visible;
        /*left: 0;*/
    }
}

.header .back-button {
    display: none;
}

.page-node-type-listing .header .back-button {
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 15px;
}

@media screen and (min-width: 480px) {
    .page-node-type-listing .header .back-button {
        margin-top: 25px;
    }
}

@media screen and (max-width: 479px) {
    .page-node-type-listing .header .back-button {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .page-node-type-listing .header .back-button {
        margin-bottom: 20px;
        margin-top: -45px;
        clear: both;
    }
}

@media screen and (min-width: 1600px) {
    .page-node-type-listing .header .back-button {
        margin-left: 35px;
        margin-bottom: 35px;
    }
}

.page-node-type-listing .header .back-button span {
    background: #fc3a49;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}

.footer {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
    border: none;
}

@media screen and (min-width: 1600px) {
    .footer .container {
        width: 100%;
    }
}

.footer .region.region-footer {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.footer .region.region-footer section {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer .region.region-footer section {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .footer .region.region-footer section {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .footer .region.region-footer section#block-footerlogo {
        width: 30%;
    }
    .footer .region.region-footer section#block-footercopyright {
        width: 70%;
    }
}

@media screen and (min-width: 1600px) {
    .footer .region.region-footer section#block-footerlogo {
        width: 440px;
        text-align: right;
    }
    .footer .region.region-footer section#block-footerlogo a {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .footer .region.region-footer section#block-footercopyright {
        width: 70%;
    }
}

@media screen and (min-width: 1600px) {
    .footer .region.region-footer section#block-footercopyright {
        width: calc(100% - 440px);
    }
}

@media screen and (max-width: 767px) {
    .footer img {
        margin: auto auto 30px;
    }
}

#block-footercopyright {
    text-align: center;
}

#block-footercopyright .field--name-body {
    font-size: 14px;
}

#block-footercopyright .field--name-body p:first-child {
    color: #fc3a49;
}

#block-footercopyright .field--name-body p:first-child a {
    text-decoration: none;
    color: #fc3a49;
}

#block-footercopyright .field--name-body p:first-child a:hover {
    color: #040b3d;
}

#block-footercopyright .field--name-body p:last-child {
    font-size: 12px;
    margin-bottom: 0;
}
#block-footercopyright .field--name-body p:last-child span {
    color: #fc3a49;
}

#block-footercopyright .field--name-body p:last-child a {
    text-decoration: none;
    color: #040b3d;
}

#block-footercopyright .field--name-body p:last-child a:hover {
    color: #fc3a49;
}

.toolbar-fixed {
    padding-top: 24px !important;
}

.toolbar-fixed.toolbar-tray-open {
    padding-top: 64px !important;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #040b3d;
    margin-top: 0 !important;
}

a {
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    margin-top: 0;
    color: #000000;
    line-height: 1.3;
}

.main-wrapper {
    min-height: calc(100vh - 156px);
    overflow: hidden;
}

.custom-container {
    margin: auto;
}

@media screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1240px;
    }
}

@media screen and (min-width: 1700px) {
    .custom-container {
        max-width: 1440px;
        padding-left: 100px;
        padding-right: 80px;
    }
}

@media screen and (min-width: 1900px) {
    .custom-container {
        max-width: 1480px;
        padding-left: 120px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 1699px) {
    .custom-container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 1299px) {
    .custom-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 767px) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.path-user .hemberger {
    display: none;
}

.path-user .header .logo {
    background-color: #ffffff;
}

.login-outer {
    min-height: calc(100vh - 156px);
    padding: 125px 0 80px;
}

@media screen and (min-width: 768px) {
    .login-outer {
        background-image: url("../images/login-top.png"), url("../images/login-bottom.png");
        background-repeat: no-repeat, no-repeat;
        background-size: 107% auto, contain;
        background-position: top center, center bottom;
        padding: 17% 0 17%;
        background-position: top center, center bottom;
    }
}

@media screen and (min-width: 1500px) {
    .login-outer {
        padding: 10% 0 17%;
    }
}

@media screen and (min-width: 1600px) {
    .login-outer {
        background-size: contain, contain;
        padding: 10% 0 17%;
    }
}

@media screen and (min-width: 1800px) {
    .login-outer {
        padding: 7% 0 17%;
    }
}

@media screen and (max-width: 767px) {
    .login-outer {
        background-image: none;
    }
}

.login-outer h2 {
    line-height: 1.4;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}

.login-outer .region.region-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 100%;
}

.login-outer .region.region-content section,
.login-outer .region.region-content .form-outer {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .login-outer .region.region-content section,
    .login-outer .region.region-content .form-outer {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .login-outer .region.region-content section,
    .login-outer .region.region-content .form-outer {
        padding: 0 15px;
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .login-outer .region.region-content section,
    .login-outer .region.region-content .form-outer {
        padding: 0 50px;
    }
}

.login-outer .region.region-content form {
    box-shadow: 0px 0 5px #cccccc;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    padding: 40px 15px;
    background-color: #ffffff;
}

@media screen and (min-width: 992px) {
    .login-outer .region.region-content form {
        border-radius: 65px;
        padding: 40px 55px;
    }
}

.login-outer .region.region-content form .form-item {
    margin-bottom: 27px;
}

.login-outer .region.region-content form label {
    text-align: left;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.login-outer .region.region-content form input {
    background-color: #e9ebfe;
    height: 55px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #040b3d;
}

.login-outer .region.region-content form button {
    background-color: #fc3a49;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    border-radius: 31px;
    border: none;
    color: #ffffff;
    box-shadow: 0px 2px 6px #cccccc;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    margin: 20px 0 0;
    padding: 17px 45px;
}

.login-outer .region.region-content form button .icon.glyphicon.glyphicon-log-in {
    display: none;
}

@media screen and (min-width: 992px) {
    .login-outer .region.region-content form button {
        min-width: 335px;
        padding: 17px 15px;
    }
}

.login-outer .region.region-content form button:hover,
.login-outer .region.region-content form button:focus {
    background-color: #040b3d;
}

.login-outer .region.region-content form .forgot-password a {
    text-decoration: none;
    color: #040b3d;
}

.login-outer .region.region-content form .forgot-password a:hover {
    color: #fc3a49;
}

.notification-block {
    box-shadow: 0px 0 5px #cccccc;
    font-size: 18px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border-radius: 30px;
    padding: 40px 15px;
    background-color: #ffffff;
}

@media screen and (min-width: 992px) {
    .notification-block {
        min-height: 320px;
        border-radius: 50px;
        padding: 40px 55px;
    }
}

.notification-block p {
    padding-top: 66px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/right-primary-arrow.png");
    max-width: 320px;
    margin: auto;
}

.alert-danger {
    background-color: #fc3a49;
    border-color: #fc3a49;
    color: #ffffff;
}

.search-wrapper {
    padding: 40px 0 90px;
    display: none;
}

.search-wrapper>.custom-container {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.search-wrapper.mobile {
    padding: 20px 15px 45px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .search-wrapper.mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .search-wrapper.desktop {
        display: none;
    }
}

.search-wrapper #block-searchfilter,
.search-wrapper #block-useraccountmenu {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .search-wrapper #block-searchfilter,
    .search-wrapper #block-useraccountmenu {
        width: 50%;
    }
}

@media screen and (max-width: 639px) {
    .search-wrapper #block-searchfilter,
    .search-wrapper #block-useraccountmenu {
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .search-wrapper #block-searchfilter {
        margin-bottom: 40px;
    }
}

.search-outer {
    position: relative;
}

.search-outer:hover p {
    opacity: 1;
    visibility: visible;
}

.search-outer .search-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 20px;
    width: 22px;
    height: 26px;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .search-outer .search-button {
        left: 33px;
        width: 29px;
        height: 33px;
    }
}

.search-outer .search-button .search-icon {
    height: 100%;
    width: 100%;
    display: block;
}

@media screen and (min-width: 1200px) {
    .search-outer .search-inner {
        width: 390px;
    }
}

.search-outer .search-inner input {
    cursor: pointer;
    background-color: #e9ebfe;
    border-radius: 31px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #040b3d;
    width: 100%;
    text-align: center;
    height: 55px;
    border: none;
    font-size: 14px;
    padding-left: 22px;
}

.search-outer .search-inner input::-moz-placeholder {
    color: #040b3d;
    opacity: 1;
}

.search-outer .search-inner input::-webkit-input-placeholder {
    opacity: 1;
    color: #040b3d;
}

.search-outer .search-inner input:-ms-input-placeholder {
    opacity: 1;
    color: #040b3d;
}

.search-outer .search-inner input::-ms-input-placeholder {
    opacity: 1;
    color: #040b3d;
}

.search-outer .search-inner input:focus::-moz-placeholder {
    opacity: 1;
}

.search-outer .search-inner input:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}

.search-outer .search-inner input:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}

.search-outer .search-inner input:focus::-ms-input-placeholder {
    opacity: 1;
}

.search-outer .search-inner input:focus {
    outline: none;
}

@media screen and (min-width: 1200px) {
    .search-outer .search-inner input {
        font-size: 17px;
        padding-left: 30px;
    }
}

.search-outer p {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #80818d;
    background-image: url("../images/search-text.png");
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    padding: 5px 0 5px 60px;
    background-position: left 16px top -8px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 1200px) {
    .search-outer p {
        padding: 5px 0 5px 84px;
        background-position: left 32px top -8px;
    }
}

@media screen and (max-width: 1199px) {
    .search-outer p {
        line-height: 1.2;
        background-size: 36px;
    }
}

@media screen and (min-width: 640px) {
    #block-useraccountmenu {
        margin-left: auto;
        text-align: right;
    }
}

#block-useraccountmenu .navbar-right {
    margin: 0;
}

#block-useraccountmenu ul.menu li a {
    background-color: #fc3a49;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    border-radius: 31px;
    padding: 17px 17px 17px 54px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-image: url("../images/door-exit.png");
    background-repeat: no-repeat;
    background-position: center left 22px;
    display: inline-block;
    line-height: 1;
}

#block-useraccountmenu ul.menu li a:hover,
#block-useraccountmenu ul.menu li a:focus {
    background-color: #040b3d;
}

.contrast-text-wrapper {
    position: fixed;
    top: 50%;
    z-index: 9;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .contrast-text-wrapper {
        display: none;
    }
}

#block-textresize .content-text a {
    float: none;
    background: #000000;
    color: #ffffff;
    text-indent: unset;
    text-align: right;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-decoration: none;
    height: 30px;
    width: 48px;
    line-height: 30px;
    margin: 5px 0;
    padding-right: 15px;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    #block-textresize .content-text a {
        height: 40px;
        width: 60px;
        line-height: 40px;
        margin: 7px 0;
        padding-right: 20px;
        font-size: 22px;
    }
}

#block-accessibilitytoolblock {
    background-color: #000000 !important;
    color: #ffffff;
    text-align: right;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    height: 30px;
    width: 48px;
    padding-right: 15px;
    line-height: 30px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #block-accessibilitytoolblock {
        height: 40px;
        width: 60px;
        line-height: 40px;
        padding-right: 20px;
    }
}

#block-accessibilitytoolblock ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

#block-accessibilitytoolblock ul li {
    position: relative;
}

#block-accessibilitytoolblock ul li a {
    color: transparent !important;
}

#block-accessibilitytoolblock ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    #block-accessibilitytoolblock ul li a::before {
        font-size: 18px;
        line-height: 30px;
    }
}

#block-accessibilitytoolblock ul li:nth-child(1),
#block-accessibilitytoolblock ul li:nth-child(2),
#block-accessibilitytoolblock ul li:nth-child(3) {
    display: none;
}

.print-button {
    float: none;
    background: #000000;
    color: #ffffff;
    text-indent: unset;
    text-align: right;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-decoration: none;
    height: 30px;
    width: 48px;
    line-height: 30px;
    margin: 5px 0;
    padding-right: 15px;
    font-size: 0px;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .print-button {
        height: 40px;
        width: 60px;
        line-height: 40px;
        margin: 7px 0;
        padding-right: 20px;
    }
}

.print-button::before {
    position: absolute;
    color: #ffffff;
    background-image: url("../images/printer-white.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    background-size: contain;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 8px;
}

.print-button:hover,
.print-button:focus {
    background-color: #fc3a49;
}

.main-wrapper {
    position: relative;
}

.header {
    background-color: #f9fafc;
    padding: 10px 15px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    .main-wrapper .header .region-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}
@media screen and (min-width: 768px) {
  .header {
    background-color: #f9fafc;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 992px) {
    .header {
        z-index: 2;
        width: 100%;
        /*width: 280px;*/
        padding: 15px 20px;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*height: 100%;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-wrapper .header .region-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

@media screen and (min-width: 1200px) {
    .header {
        padding: 15px 25px;
    }
}
@media screen and (min-width: 1600px) {
    .header {
        padding: 15px 40px;
    }
}
.main-wrapper .main-content>.banner {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
    position: relative;
    background-color: #f6f8fb !important;
}

@media screen and (max-width: 991px) {
    .main-wrapper .main-content>.banner {
        padding-top: 50px;
    }
}

@media screen and (min-width: 992px) {
    .main-wrapper .main-content>.banner {
        padding-top: 40px;
        /*padding-bottom: 40px;*/
        background-color: #f6f8fb !important;
        /*padding-left: 280px;*/
    }
}

/*@media screen and (min-width: 1600px) {
    .main-wrapper .main-content>.banner {
        padding-left: 400px;
    }
}*/

.main-wrapper .main-content>.banner .banner-inner {
    background-image: url("../images/contact-top.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
/*
@media screen and (min-width: 992px) {
    .main-wrapper .main-content>.content {
        padding-left: 280px;
    }
}

@media screen and (min-width: 1600px) {
    .main-wrapper .main-content>.content {
        padding-left: 400px;
    }
}*/

.main-wrapper .main-content>.content .contain-inner {
    background-image: url("../images/middle-abstract.png"), url("../images/bottom-abstract.png");
    background-repeat: no-repeat;
    background-size: contain, contain;
    background-position: center top, center bottom;
    padding-top: 60px;
    padding-bottom: 18%;
}

.main-wrapper .main-content>.content .page-header {
    font-size: 32px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: none;
}

.path-frontpage .banner {
  padding-bottom: 0px !important;
}
.path-frontpage .banner .front-banner-inner {
  padding: 40px 0px;
}
@media screen and (min-width: 768px) {
  .path-frontpage .banner .front-banner-inner {
    padding: 60px 0px;
  }
  .path-listing .listing-banner-inner,
  .path-frontpage .banner .front-banner-inner .custom-container {
    position: relative;
    z-index: 1;
  }
  .path-frontpage .banner .front-banner-inner .custom-container::before {
    background-image: url("../images/etoile01.png");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 84px;
    height: 73px;
    position: absolute;
    display: block;
    content: "";
    left: 10px;
    top: -80px;
    z-index: -1;
  }
  .path-listing .listing-banner-inner::before {
    background-image: url("../images/etoiles06.png");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 79px;
    height: 154px;
    position: absolute;
    display: block;
    content: "";
    left: 20px;
    top: -10px;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .path-frontpage .banner .front-banner-inner {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .path-frontpage .banner .front-banner-inner {
    padding: 100px 0px;
  }
  .path-frontpage .banner .front-banner-inner .custom-container::before {
    left: 0px;
  }
  .path-listing .listing-banner-inner::before {
    left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .path-frontpage .banner .front-banner-inner {
    padding: 120px 0px;
  }
  .path-frontpage .banner .front-banner-inner .custom-container::before {
    left: -30px;
  }
  .path-listing .listing-banner-inner::before {
    left: 50px;
  }
}
.conent-inner-front {
    background-image: url("../images/home-banner-bottom.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 22%;
    background-color: #f6f8fb;
    padding-top: 80px;
}

.banner-inner-wrapper {
    background-image: url("../images/home-banner-top.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    .banner-inner-wrapper {
        padding-bottom: 20px;
    }
}

.page-node-type-page .main-wrapper .main-content>.banner {
    padding-bottom: 0;
    background-image: none;
}

.page-node-type-page .main-wrapper .main-content>.content {
    padding-top: 0;
    background-image: none;
}

.page-10 .main-wrapper .main-content>.banner,
.path-ressources-externes .main-wrapper .main-content>.banner,
.page-node-type-notre-project .main-wrapper .main-content>.banner {
    padding-bottom: 60px;
    background-image: none;
}

.page-10 .main-wrapper .main-content>.content .contain-inner,
.path-ressources-externes .main-wrapper .main-content>.content .contain-inner,
.page-node-type-notre-project .main-wrapper .main-content>.content .contain-inner {
    padding-bottom: 17%;
    background-color: #f6f8fb;
}

.page-node-type-notre-project .main-wrapper .main-content>.content .contain-inner {
    background-image: url("../images/project-bottom.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

#edit-field-type-target-id--wrapper,
.js-form-item-title,
#edit-language,
#edit-contact,
#edit-timezone {
    display: none !important;
}

#user-form label {
    text-align: left;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

#user-form button {
    background-color: #fc3a49;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    border-radius: 31px;
    border: none;
    padding: 17px 62px;
    box-shadow: 0px 2px 6px #cccccc;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    margin: 20px 0 0;
}

#user-form button:hover,
#user-form button:focus {
    background-color: #040b3d;
}

#user-form input,
#user-form select {
    height: 55px;
}

#user-form textarea {
    height: 155px;
}

#user-form input,
#user-form textarea,
#user-form select {
    width: 100%;
    background-color: #e9ebfe;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #040b3d;
}

#user-form .form-actions {
    text-align: center;
}

.label {
    color: #040b3d;
}

.help-block,
.control-group .help-inline {
    color: #040b3d;
}

.help-block a,
.control-group .help-inline a {
    color: #fc3a49;
    text-decoration: none;
}

.help-block a:hover,
.control-group .help-inline a:hover {
    color: #040b3d;
}

.form-control {
    color: #040b3d;
}

.webform-submission-form {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 825px;
    margin: auto;
    text-align: center;
}

.webform-submission-form label {
    text-align: left;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.webform-submission-form .form-item {
    width: 100%;
    margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
    .webform-submission-form .form-item {
        padding: 0 15px;
    }
}

.webform-submission-form .form-item input,
.webform-submission-form .form-item select {
    height: 55px;
}

.webform-submission-form .form-item textarea {
    height: 155px;
}

.webform-submission-form .form-item input,
.webform-submission-form .form-item textarea {
    width: 100%;
    background-color: #e9ebfe;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #040b3d;
}

.webform-submission-form .form-item.form-item-nom,
.webform-submission-form .form-item.form-item-prenom {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .webform-submission-form .form-item.form-item-nom,
    .webform-submission-form .form-item.form-item-prenom {
        width: 50%;
    }
}

.webform-submission-form .form-actions {
    width: 100%;
}

.webform-submission-form button.form-submit {
    background-color: #fc3a49;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    -ms-border-radius: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    border: none;
    padding: 8px 50px;
    box-shadow: 0px 2px 6px #cccccc;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
    .webform-submission-form button.form-submit {
        min-width: 335px;
    }
}

.webform-submission-form button.form-submit:hover,
.webform-submission-form button.form-submit:focus {
    background-color: #040b3d;
}

#block-nouscontacter,
#block-lesressourcesexterieures,
#block-notreprojet {
    text-align: center;
}

#block-nouscontacter h2,
#block-lesressourcesexterieures h2,
#block-notreprojet h2 {
    margin-bottom: 20px;
}

#block-nouscontacter .field--name-body,
#block-lesressourcesexterieures .field--name-body,
#block-notreprojet .field--name-body {
    font-size: 18px;
    max-width: 508px;
    margin: auto;
}

#block-nouscontacter .field--name-body a,
#block-lesressourcesexterieures .field--name-body a,
#block-notreprojet .field--name-body a {
    background-color: #ffa112;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 31px;
    padding: 17px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-position: center left 34px;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    min-width: 272px;
    margin-top: 20px;
}

#block-nouscontacter .field--name-body a:hover,
#block-nouscontacter .field--name-body a:focus,
#block-lesressourcesexterieures .field--name-body a:hover,
#block-lesressourcesexterieures .field--name-body a:focus,
#block-notreprojet .field--name-body a:hover,
#block-notreprojet .field--name-body a:focus {
    background-color: #040b3d;
}

.view-ressources-externes .view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -8px;
}

.view-ressources-externes .view-content>.views-row {
    padding: 0 8px;
    margin-bottom: 35px;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .view-ressources-externes .view-content>.views-row {
        width: 33.33333%;
    }
}

.view-ressources-externes .view-content>.views-row .views-field {
    height: 100%;
}

.view-ressources-externes .view-content>.views-row .views-field .field-content {
    height: 100%;
}

.view-ressources-externes .view-content img {
    width: 100%;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.external-resource {
    height: 100%;
    background-color: #ffffff;
    border-radius: 22px;
    position: relative;
    box-shadow: 0px 2px 6px #cccccc;
}

.external-resource .external-link {
    padding: 20px 15px;
}

.external-resource .external-link a {
    text-decoration: none;
    color: #000000;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    line-height: 1.4;
    font-size: 13px;
    text-align: left;
    padding-left: 35px;
    background-image: url("../images/chain.png");
    background-repeat: no-repeat;
    background-position: center left;
}

.external-resource .external-link a:hover {
    color: #fc3a49;
}

.external-resource .external-link a::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-node-type-notre-project .main-wrapper .main-content>.content {
    background-image: none;
}

.notre-project .image-section .field--name-field-image-text>.field--item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n+1) {
    background-image: url("../images/middle-abstract.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

@media screen and (min-width: 768px) {
    .notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n+1) .paragraph--type--image-title-text .image-text-wrapper .left-content {
        padding-right: 40px;
    }
}

@media screen and (min-width: 1600px) {
    .notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n+1) .paragraph--type--image-title-text .image-text-wrapper .left-content {
        padding-right: 70px;
    }
}

.notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n) {
    background-image: url("../images/image-odd.png");
    background-color: #ffffff;
}

.notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n) .paragraph--type--image-title-text .image-text-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
    .notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n) .paragraph--type--image-title-text .image-text-wrapper .left-content {
        padding-left: 40px;
    }
}

@media screen and (min-width: 1600px) {
    .notre-project .image-section .field--name-field-image-text>.field--item:nth-child(2n) .paragraph--type--image-title-text .image-text-wrapper .left-content {
        padding-left: 70px;
    }
}

.paragraph--type--image-title-text .image-text-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.paragraph--type--image-title-text .image-text-wrapper>div {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .paragraph--type--image-title-text .image-text-wrapper>div {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .paragraph--type--image-title-text .left-content {
        margin-bottom: 20px;
    }
}

.paragraph--type--image-title-text img {
    width: 100%;
    height: auto;
}

.paragraph--type--image-title-text h2 {
    font-size: 23px;
    margin-bottom: 25px;
}

.paragraph--type--call-to-action {
    text-align: center;
    color: #ffffff;
}

.paragraph--type--call-to-action .call-to-action {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.paragraph--type--call-to-action h2 {
    font-size: 23px;
    margin-bottom: 25px;
    color: #ffffff;
}

.paragraph--type--call-to-action .field--name-field-description {
    max-width: 536px;
    margin: auto auto 30px;
}

.paragraph--type--call-to-action .field--name-field-link a {
    text-decoration: none;
    background-color: #ffffff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    border-radius: 31px;
    padding: 17px 38px;
    box-shadow: 0px 5px 5px #e33442;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    margin: 20px 0 0;
    color: #fc3a49;
    display: inline-block;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .paragraph--type--call-to-action .field--name-field-link a {
        min-width: 325px;
    }
}

.paragraph--type--call-to-action .field--name-field-link a:hover,
.paragraph--type--call-to-action .field--name-field-link a:focus {
    background-color: #040b3d;
    color: #ffffff;
}

.paragraph--type--bottom-image-text {
    padding: 50px 0 80px;
}

.paragraph--type--bottom-image-text .bottom-image-text-wrapper {
    padding-top: 30px;
    background-image: url("../images/lr-cloud.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 0 center;
}

.paragraph--type--bottom-image-text h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .paragraph--type--bottom-image-text h2 {
        margin-bottom: 70px;
    }
}

.paragraph--type--bottom-image-text .field--name-field-image {
    margin-top: 50px;
}

.paragraph--type--bottom-image-text .field--name-field-image img {
    border-radius: 11px;
    width: 100%;
    height: auto;
}

#block-listingtypefilter {
    text-align: center;
}

#block-listingtypefilter .form-outer {
    display: inline-block;
}

#block-listingtypefilter .form-outer>div {
    display: inline-block;
    padding: 0 34px;
}

#block-listingtypefilter .form-outer .form-item {
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

#block-listingtypefilter .form-outer .form-item span {
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    color: #999999;
}

#block-listingtypefilter .form-outer .form-item .icon-inner {
    min-height: 82px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    padding: 0 10px;
}

#block-listingtypefilter .form-outer .form-item .icon-inner img {
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    height: auto;
    width: auto;
    margin: auto;
}

#block-listingtypefilter .form-outer .form-item .icon-inner img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

#block-listingtypefilter .form-outer .form-item:hover span {
    color: #fc3a49;
}

#block-listingtypefilter .form-outer .form-item:hover .icon-inner img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

#block-listingtypefilter .form-outer .form-item:hover .icon-inner img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.view-listing nav {
    display: none;
}

.view-listing>.view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px;
}

.view-listing>.view-content>.views-row {
    padding: 0 10px;
    margin-bottom: 60px;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .view-listing>.view-content>.views-row {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .view-listing>.view-content>.views-row {
        width: 33.33333%;
    }
}

.view-listing>.view-content>.views-row .views-field {
    height: 100%;
}

.view-listing>.view-content>.views-row .views-field .field-content {
    height: 100%;
}

.view-listing img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.view-listing .hover-icon {
    position: absolute;
    top: 0px;
    left: 30px;
}
.view-listing .hover-icon img {
    width: auto;
    max-width: 70px;
    border-radius: 0px;
}

.view-listing .listing-outer {
    border-radius: 12px;
}

.view-listing .listing-outer h4 {
    background-size: 23px;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 48px;
    margin-left: -48px;
}

.view-listing .listing-outer p {
    font-size: 14px;
}

.view-listing .listing-outer .listing-content {
    padding: 15px 30px 30px 48px;
}

.view-listing .listing-outer .image::after {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* loader-ellips
------------------------- */

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.page-node-type-listing .main-wrapper .main-content>.banner {
    background-image: none;
}

.page-node-type-listing .main-wrapper .main-content>.banner .search-wrapper {
    padding-bottom: 0;
}

.page-node-type-listing .main-wrapper .main-content>.content {
    padding-top: 0;
}

.listing.full {
    padding-top: 50px;
}

.listing.full .page-title {
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 30px;
    color: #000000;
    line-height: 1.4;
    text-align: center;
    max-width: 579px;
    margin: 0 auto 40px;
}

.listing.full .page-title.article-icon {
    background-image: url("../images/article-icon-hover.png");
    background-size: 36px;
    padding-top: 56px;
}

.listing.full .page-title.video-icon {
    background-image: url("../images/video-icon-hover.png");
    padding-top: 66px;
}

.listing.full video {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.listing.full table {
    width: 100% !important;
    margin: 50px 0;
    border: none;
    font-size: 14px;
}

@media screen and (min-width: 1300px) {
    .listing.full table {
        padding: 0 60px;
    }
}

.listing.full table thead tr th {
    font-weight: 400;
    padding: 3px 4px;
    font-family: "Poppins", sans-serif;
    border: none;
}

.listing.full table tbody tr {
    background-color: transparent;
}

.listing.full table tbody tr td {
    border: 4px solid #ffffff;
    background-color: #040b3d;
    color: #ffffff;
    padding: 10px 8px 13px;
    line-height: 1;
}

.listing.full table.no-border tbody tr td {
    border: none;
    padding: 10px 12px 13px;
}

.listing.full table.bg-border-none tbody tr td {
    border: none;
    padding: 10px 12px 13px;
    background-color: transparent;
}

@media screen and (min-width: 1300px) {
    .listing.full .step-seven .field--name-field-label-link.field--item {
        padding: 0 60px;
    }
}

.listing.full .step-seven h2 {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .listing.full .step-seven h2 {
        margin-top: 90px;
    }
}

.listing.full .step-seven h2 p::after {
    content: ":";
    padding-left: 5px;
}

.listing.full .step-seven .field--name-field-label-link>.field--item:last-child .paragraph--type--label-link {
    margin-bottom: 30px;
}

.listing.full .step-seven .paragraph--type--label-link>div {
    display: inline-block;
    margin-bottom: 10px;
}

.listing.full .step-seven .paragraph--type--label-link .field--name-field-label {
    font-weight: 700;
    padding-left: 30px;
    background-image: url("../images/tick-arrow.png");
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 17px;
}

.listing.full .step-seven .paragraph--type--label-link .field--name-field-label::after {
    content: ":";
    padding-left: 5px;
}

.listing.full .step-seven a {
    text-decoration: none;
    color: #040b3d;
}

.listing.full .step-seven a:hover {
    color: #fc3a49;
}

@media screen and (min-width: 1300px) {
    .listing.full .step-eight {
        padding: 0 60px;
    }
}

.listing.full .step-eight .field--name-field-pdf {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin: 0 -10px;
}

.listing.full .step-eight .field--name-field-pdf>.field--item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .listing.full .step-eight .field--name-field-pdf>.field--item {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .listing.full .step-eight .field--name-field-pdf>.field--item {
        width: 33.33333%;
    }
}

@media screen and (max-width: 1199px) {
    .listing.full .step-eight .file-download {
        text-align: center;
    }
}

.listing.full .step-eight .file-download a {
    background-image: url("../images/file-download.png");
    background-repeat: no-repeat;
    background-position: center left 24px;
    text-decoration: none;
    background-color: #e9ebfe;
    color: #040b3d;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 20px 15px 58px;
}

@media screen and (min-width: 1200px) {
    .listing.full .step-eight .file-download a {
        display: block;
        padding: 15px 15px 15px 40px;
    }
}

.listing.full .step-eight .file-download a:hover {
    background-color: #fc3a49;
    background-image: url("../images/file-download-white.png");
    color: #ffffff;
}

.listing.full .other-detial img {
    max-width: 100%; 
    border-radius: 12px;
}

.listing.full .other-detial p {
    display: inline-block;
}
@media screen and (min-width: 1300px) {
    .listing.full .other-detial p {
        padding: 0 60px;
    }
}

.listing.full .other-detial p strong {
    font-weight: 700;
    font-size: 17px;
}

.listing.full .other-detial .multiple-image-wrapper {
    padding: 40px 0 70px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 -9px;
}

.listing.full .other-detial .multiple-image-wrapper img {
    margin: 0 9px;
    width: 100%;
    box-shadow: 0px 2px 6px #cccccc;
    margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
    .listing.full .other-detial .multiple-image-wrapper img {
        width: 31%;
    }
}

@media screen and (min-width: 1350px) {
    .listing.full .other-detial .multiple-image-wrapper img {
        width: 31.39%;
    }
}

.listing.full .other-detial .large-image-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.listing.full .other-detial ul {
    margin-left: 15px;
    padding-left: 0;
    list-style: none;
}

@media screen and (min-width: 1300px) {
    .listing.full .other-detial ul {
        padding: 0 60px;
    }
}

.listing.full .other-detial ul.list-half {
    max-width: 700px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.listing.full .other-detial ul.list-half>li {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .listing.full .other-detial ul.list-half>li {
        width: 50%;
    }
}

.listing.full .other-detial ul.list-full {
    width: 100%;
}

.listing.full .other-detial ul>li {
    margin-bottom: 10px;
    padding-left: 30px;
    background-image: url("../images/tick-arrow.png");
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 17px;
}

.listing.full .other-detial ul>li p {
    padding: 0;
    margin: 0;
}

.listing.full .other-detial h2,
.listing.full .other-detial h3,
.listing.full .other-detial h4 {
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: 40px;
    padding-top: 21px;
    padding-bottom: 5px;
    background-position: top left;
}

@media screen and (min-width: 768px) {
    .listing.full .other-detial h2,
    .listing.full .other-detial h3,
    .listing.full .other-detial h4 {
        background-position: top left 60px;
        padding-right: 60px;
    }
}

.listing.full .other-detial h2 {
    font-size: 24px;
    background-image: url("../images/title-text.png");
    padding-left: 60px;
    color: #040B3D;
}

@media screen and (min-width: 768px) {
    .listing.full .other-detial h2 {
        padding-left: 120px;
        margin-left: -60px;
    }
}

.listing.full .other-detial h3 {
    background-image: url("../images/subtitle-text.png");
    font-size: 19px;
    padding-left: 78px;
}

@media screen and (min-width: 768px) {
    .listing.full .other-detial h3 {
        padding-left: 138px;
        margin-left: -78px;
    }
}

.listing.full .other-detial h4 {
    font-size: 18px;
    background-image: url("../images/step-four.png");
    padding-left: 72px;
    padding-top: 13px;
    padding-bottom: 13px;
}

@media screen and (min-width: 768px) {
    .listing.full .other-detial h4 {
        padding-left: 132px;
        margin-left: -72px;
    }
}

.listing.full .other-detial h5 {
    font-size: 18px;
    background-image: url("../images/step-five.png");
    background-repeat: no-repeat;
    font-weight: 400;
    margin-top: 40px;
    text-decoration: none;
    padding-left: 34px;
    margin-bottom: 22px;
    background-position: left top;
}

@media screen and (min-width: 1300px) {
    .listing.full .other-detial h5 {
        background-position: left 58px top;
        padding-left: 92px;
    }
}

.listing.full .other-detial h6 {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 20px;
}

@media screen and (min-width: 1300px) {
    .listing.full .other-detial h6 {
        padding: 0 60px;
    }
}

.listing-contain-inner {
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    padding-bottom: 10%;
    background-color: #f6f8fb !important;
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .listing-contain-inner {
        padding-top: 60px;
    }
}


.path-listing .banner-inner-wrapper {
    background-image: none;
}

