/**
==== MAP ====
 */
 .gm-style {
    background-color: #ffffff;
}

.gm-style::after {
    background: linear-gradient(45deg, rgba(21, 70, 119, 1) 50%, rgba(21, 70, 119, 0) 51%, rgba(21, 70, 119, 0) 100%);
}

.map-info-bulle {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #154677;
    text-align: center;
}

.map-info-bulle .close-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    cursor: pointer;
}
.map-info-bulle .close-btn:hover {
    opacity: 1;
}
.map-info-bulle .close-btn:before, .map-info-bulle .close-btn:after {
    position: absolute;
    left: 4px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: white;
}
.map-info-bulle .close-btn:before {
    transform: rotate(45deg);
}
.map-info-bulle .close-btn:after {
    transform: rotate(-45deg);
}


.map-info-bulle p {
    font-family: "Fabrik", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.map-info-bulle p a {
    color: #fff;
}

.map-info-bulle:before {
    content: url(../images/haut-bulle.svg);
    position: absolute;
    top: -22px;
    left: calc(50% - 9px);
    width: 18px;
    height: 23px;
}

/**
==== LIST ====
 */
.projet-identite-item .projet-identite-contenu-item h3, .projet-identite-item-b .projet-identite-contenu-item h3 {
    font-family: "Fabrik", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.projet-identite-item .projet-identite-contenu-item h3 span, .projet-identite-item .projet-identite-contenu-item p,
.projet-identite-item-b .projet-identite-contenu-item h3 span, .projet-identite-item-b .projet-identite-contenu-item p {
    font-family: "Fabrik", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.projet-identite-item {
    width: 450px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

.projet-identite-item:hover, .projet-identite-item.selected {
    background-color: rgba(78, 120, 162, 0.1);
}

.projet-identite-item .projet-identite-image-item {
    width: 120px;
    height: 120px;
    position: relative;
}

.projet-identite-item .projet-identite-contenu-item {
    width: 320px;
    position: relative;
    border-top: 1px solid #021b4b;
    border-right: 1px solid #021b4b;
    border-bottom: 1px solid #021b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projet-identite-item .projet-identite-contenu-item h3 {
    color: #021b4b;
    font-size: 1.19048rem;
    line-height: 1.33333rem;
    padding: 0 0 0 13px;
    margin: 0;
}

.projet-identite-item .projet-identite-contenu-item p {
    color: #021b4b;
    font-size: 0.85714rem;
    line-height: 0.95238rem;
    padding: 6px 0 0 13px;
    margin: 0;
}

.projet-identite-item-b {
    width: 450px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.projet-identite-item-b:hover, .projet-identite-item-b.selected {
    background-color: rgba(78, 120, 162, 0.1);
}

.projet-identite-item-b .projet-identite-image-item {
    width: 120px;
    height: 120px;
    position: relative;
}

.projet-identite-item-b .projet-identite-contenu-item {
    width: 320px;
    position: relative;
    border-top: 1px solid #021b4b;
    border-left: 1px solid #021b4b;
    border-bottom: 1px solid #021b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projet-identite-item-b .projet-identite-contenu-item h3 {
    color: #021b4b;
    font-size: 1.19048rem;
    line-height: 1.33333rem;
    padding: 0 0 0 19px;
    margin: 0;
}

.projet-identite-item-b .projet-identite-contenu-item p {
    color: #021b4b;
    font-size: 0.85714rem;
    line-height: 0.95238rem;
    padding: 6px 0 0 19px;
    margin: 0;
}


.projet-resume {
    position: relative;
    width: 100%;
    padding: 40px 23% 0 8%;
}

.projet-resume p {
    color: #021b4b;
    font-size: 0.95238rem;
    line-height: 1.52381rem;
    padding: 0;
    margin: 0 0 15px 0;
}

.projet-resume h4 {
    color: #021b4b;
    font-size: 1.33333rem;
    line-height: 1.52381rem;
    padding: 0;
    margin: 70px 8px 15px 10%;
}

.projet-resume h4 a {
    padding: 6px 10px 8px;
    color: #021b4b;
    border: 1px solid #021b4b;
}

.projet-resume h4 a:hover {
    color: white;
    background-color: #021b4b;
}
