.container-fiche-projet > .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.fiche-projet{
    margin: 0;
    padding: 0;
}

.projet-header {
    background: #f6f6f6;
    align-items: center;
}

.header-img {
    display: flex;
    justify-content: center;
}

.projet-header > div {
    padding: 40px;
}

.projet-content {
    background: #EFEFFD;
    flex-wrap: wrap;
    padding-bottom: 90px !important;
}

.projet-header, .projet-content, .projets-link {
   padding: 60px;
}

.projet-title {
    color: #2B265B;
    font-size: 45px;
    font-weight: bold;
    line-height: normal;
}

.projet-toolbar {
    position: relative;
}

.field-badge-list > ul{
    list-style-type: none; 
    margin: 10px 0px;
}

.field-badge-list > ul > li{
    background: white;
    padding: 5px 20px;
    border-radius: 20px;
    border: solid 1px rgba(102, 34, 78, 0.17);
    color: #2B265B;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    width: fit-content;
    margin-bottom: 5px;
}

.header-img-mise-avant {
    border-bottom-left-radius: 20%;
    max-height: 300px;
    width: 80%;
}

.projet-title {
    margin-bottom: 30px;
}

.move-to-projet-list{
    color: #2B265B;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: auto;
}

.move-to-projet-list {
    background-position: 5px 77%;
}

.move-to-projet-list::before {
    background-image: url('../img/retour-liste-projet.png');
    background-size: 60px 30px;
    display: inline-block;
    width: 60px; 
    height: 30px;
    content:"";
    margin-right: 20px;
}

.share-projet {
    margin-left: auto;
    background-color: white;
    padding: 10px 40px;
    border-top-left-radius: 45px;
}

.av-social-link-mail > a{
    padding: 0 !important;
    max-width: 40px;
    max-height: 40px;
}

.mail-icon::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icon-share-by-mail.png') no-repeat center center;
    background-size: contain;
}

.print-icon {
    margin-right: 30px;
    cursor: pointer;
    top: 0;
}

.print-icon::before{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icon-print.png') no-repeat center center;
    background-size: contain;
}

.mail-icon{
    margin:0;
}

.projet-fields-container {
    background-color: white;
    padding: 40px;
}

.description-container {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.field-label {
    color: #2B265B;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
}

.field-value {
    margin-top: 15px;
}

.resume-container, .chiffre-cles-container, .contact-container, .gallery-container{
    margin-top: 90px;
}

.resume-container{
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-right: 8%;
    width: 62%;
    flex-wrap: wrap;
}

.chiffre-cles-container {
    width: 30%;
    border-bottom-right-radius: 60px;
}

.resume-container > div {
    margin-bottom: 30px;
}

.projet-chiffre-cle > .field-label {
    margin-bottom: 30px;
}

#map-esri > .esri-view-root{
    padding: 0;
    margin: 0;
    height: 250px;
}

.esri-view-surface {
    border-radius: 20px;
}

.esri-attribution__sources, .esri-attribution__powered-by {
    display: none;
}

.contact-container {
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 42%;
    margin-left: 8%;
}

.nom-referent {
    text-decoration: underline;
    display: block;
}

.info-referent {
    padding: 20px 40px;
}

.projet-chiffre-cle li {
    list-style: none;
}

.projet-chiffre-cle li::before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../img/icone-li.png");
    background-size: 24px 24px;
}

.gallery-container {
    margin-right: 8%;
    width: 42%;
    padding: 0 !important;
    background: #EFEFFD;
}

.projet-gallery .splide {
    height: 400px;
} 

.splide__slide img,  .splide__slide iframe{
    height: calc(100%);
    object-fit: contain;
    display: flex;
    margin: auto;
    border-top-right-radius: 70px;
}

.splide__slide iframe{
    width: 100%;
}

.splide__pagination {
    position: initial !important;
}

.splide__track, .splide__list, .splide__slide {
    height: calc(100%);
}

.splide__pagination__page {
    background: #FFFFFF !important;
    border: solid 2px #FFFFFF!important;
    height: 16px !important;
    margin: 12px !important;
    width: 16px !important;
}

.splide__pagination__page.is-active{
    background: #E10015 !important;
}

.splide__arrow {
    display: none !important;
}

.projets-link {
    background: #F6F6F6;
}

.other-projet {
    flex-wrap: wrap;
}

.other-projet-card {
    background: #FFFFFF;
    margin-top: 2.5%;
    width: 47.5%;
    height: calc(100%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
}

.other-projet-card:nth-child(even){
    margin-left: 2.5%
}

.other-projet-card:nth-child(odd){
    margin-right: 2.5%
}

.other-projet-card-title {
    color: #3F3F38;
    padding: 20px;
}

.other-projet-card-img{
    height: 125px;
    width: auto;
}

.other-projet-card-img > img{
    width: auto;
    height: calc(100%);
    padding: 20px;
    border-radius: 30px;
}

.other-projet-card-title {
    color: #3F3F38;
    font-weight: bold;
}

.projet-link-title {
    color: #2B265B;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.resume-container > div:nth-child(even) {
    padding: 0px 0px 0px 20px;
}

.resume-container > div:nth-child(odd) {
    padding: 0px 20px 0px 0px;
}

.avia-related-tooltip {
    display: none !important;
}

.splide__pagination__page {
    background: #2b265b !important;
}

.print-tooltip {
    max-width: 400px;
}

/**********************/
/*     Responsive    */
/**********************/


@media only screen and (max-width: 767px) {
    .projet-header {
        flex-direction: column;
    }

    .w-50{
        width: 100%;
    }

    .header-img  > img {
        max-width: initial;
    }

    .projet-content {
        flex-direction: column;
    }

    .projet-fields-container {
        width: 100%;
    }

    .other-projet {
        flex-direction: column;
    }

    .other-projet-card{
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
        border-top-left-radius: 30px;
    }

    .other-projet-card-title{
        text-align: center;
    }

    .other-projet-card-img {
        width: 100%;
        border-top-left-radius: 30px;
    }

    .other-projet-card-img img {
        padding: 0;
        width: 100%;
        object-fit: cover;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .projet-gallery .splide {
        height: 200px;
    }

    .projet-fields-container {
        padding: 40px 20px;
    }
    
    .projet-content, .projets-link {
        padding: 60px 30px 0px 30px;
    }

    .contact-container {
        padding: 0;
        margin-left: 0%;
    }

    .gallery-container {
        margin-right: 0%;
    }

    .share-projet {
        display: none;
    }

    .move-to-projet-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .header-img-mise-avant {
        padding: 30px;
    }

    .header-img {
        padding: 0 !important;
    }

    .projet-header {
        padding: 0;
    }

    .splide__slide {
        margin: 0;
    }

    .resume-container > div:nth-child(even) {
        padding: 0px;
    }

    .projet-link-title {
        flex-direction: column;
        display: block;
    }
}