/*
    PAGE DE CONTENU STANDARD
*/
.page-title {
    padding: 20px 0;
    background-image: linear-gradient(90deg, #24B0B3 0%, #007AA5 98%);
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 300;
}
@media (min-width: 768px) {
    .page-title {
        font-size: 3.2rem;
    }
}
.page-title strong {
    font-weight: 600;
}
.page-cover {
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 768px) {
    .page-cover {
        height: 700px;
    }
}
.page-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
@media (min-width: 768px) {
    .page-intro {
        padding: 50px 0 120px;
        font-size: 1.8rem;
    }
}
.page-intro__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}
.page-main {
    position: relative;
    z-index: 2;
    max-width: 1060px;
    padding: 70px 0;
    background: #fff;
}
@media (min-width: 768px) {
    .page-main {
        margin: -80px auto 60px;
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
        border-radius: 3px;
    }
    .page-main-wrap {
        padding: 0 30px;
    }
}

/* ROWS */
.row {
    margin-bottom: 60px;
    padding: 0 30px;
}
@media (min-width: 576px) and (max-width: 991px) {
    .row {
        padding: 0 50px;
    }
}
@media (min-width: 992px) {
    .row {
        padding: 0 110px;
    }
}
.row:last-child {
    margin-bottom: 0;
}
.row__layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row__layout_center {
    align-items: center;
}
.row__layout > figure, .row__layout > div {
    width: 100%;
}
@media (max-width: 767px) {
    .row__layout > figure {
        margin-bottom: 30px;
        order: -1;
    }
}
@media (min-width: 768px) {
    .row__layout > figure, .row__layout > div {
        width: calc(50% - 20px);
    }
}
.row__img img {
    display: block;
    width: 100%;
}
.row__pictos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.row__pictos li {
    width: 25%;
    padding: 0 15px;
    list-style: none;
    text-align: center;
}
.row__pictos_2 li {
    width: 45%;
}
.row__pictos_3 li {
    width: 33.3333%;
}
@media(max-width: 575px) {
    .row__pictos li {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media(min-width: 576px) and (max-width: 767px) {
    .row__pictos li {
        width: 50%;
    }
}
.row__pictos figure {
    margin-bottom: 10px;
}
@media(min-width: 576px) {
    .row__pictos figure {
        display: flex;
        align-items: flex-end;
        height: 90px;
        margin-bottom: 20px;
    }
}
.row__pictos_center figure {
    align-items: center;
}
.row__pictos img {
    display: block;
    margin: 0 auto;
}
.row__pictos strong {
    display: block;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 1;
    color: #007AA5;
}
.row__pictos small {
    font-size: 2rem;
}
.row__pictos span {
    display: block;
    font-weight: 600;
    line-height: 1.3;
    color: #555;
}

/* MAPS */
#gmap-legend {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
}
#gmap-legend .legend {
    position: relative;
    width: 25%;
    padding: 0 10px 0 30px;
}
@media(max-width: 575px) {
    #gmap-legend .legend {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media(min-width: 576px) and (max-width: 767px) {
    #gmap-legend .legend {
        width: 50%;
        margin-bottom: 10px;
    }
}
#gmap-legend img, #gmap-legend span, #gmap-legend strong {
    display: block;
}
#gmap-legend img {
    position: absolute;
    top: 3px;
    left: 0;
}
#gmap-legend span {
    font-size: 1.3rem;
}

/* DEFAULT PAGE */
.dft-title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 3.2rem;
}
@media(max-width: 767px) {
    .dft-title {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
}

/* RECHERCHE */
.search-form {
    display: flex;
    align-items: top;
    justify-content: center;
}
.search-form input[type=search] {
    background: #fff;
    width: 400px;
    padding: 10px;
    border: 0;
    font-size: 2rem;
}
.search-form button {
    padding: 8px 12px;
    text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 600;
    border: 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #24B0B3;
    color: #fff;
}
.search-results {
    margin-bottom: 50px;
}
.search-result {
    max-width: 800px;
    margin: 0 auto;
}
.search-result > p {
    font-size: 1.5rem;
}
.search-result__name {
    display: block;
    margin-bottom: 5px;
}
.search-result__name a {
    color: #24B0B3;
}