/* Photographer card block */
.photographer-card {
    position: relative;
    background-color: #ACBFC3;
    width: 300px;
    margin-left: 25px;
    padding: 20px 0 20px 20px;
    z-index: 10;
}

.photographer-card .photo {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.photographer-card ul.share-links, section.biography .description ul.share-links {
    justify-content: start;
    margin-bottom: 10px;
}

.photographer-card ul.share-links li, section.biography .description ul.share-links li {
    margin-left: 0;
    margin-right: 10px;
}

.page-contact .photographer-card .photo {
    display: block;
}

.photographer-card a {
    color: black;
    text-decoration: none;
}

.photographer-card p {
    margin: 0;
    margin-bottom: 6px;
    font-size: 14px;
}

.photographer-card a.know-more {
    right: unset;
    background-color: #ffffff;
}

.photographer-card p.phone {
    font-weight: bold;
}

.photographer-card p.name, .photographer-card p.phone {
    font-size: 16px;
}

.photographer-card p.mail {
    margin-bottom: 10px;
}

.photographer-card p.themes {
    margin-top: 10px;
}

/* Photographer news  */
photographers-news section {
    opacity: 0.5;
}

#photographers-news.page-list section.photographers-news ul li {
    margin: 0 0 35px 0;
}

#photographers-news.page-list section.photographers-news ul li div.img-block a {
    display: flex;
    width: 100%;
}

#photographers-news.page-list div.modal {
    height: auto;
    width: 512px;
    max-width: unset;
    border-radius: unset;
    padding: 15px 20px;
}

#photographers-news.page-list div.modal .img-block {
    margin-top: 35px;
    min-height: unset;
}

#photographers-news.page-list div.modal .img-block img {
    margin: auto;
}

#photographers-news.page-list div.modal h3.title {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 14px 0;
}

#photographers-news.page-list div.modal p.description {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 15px 0 0 0;
}

#photographers-news.page-list div.modal p.area {
    margin: 3px 0 0 0;
    font-weight: bold;
    font-size: 15px;
}

#photographers-news.page-list div.modal p.area a {
    color: #000000;
}

#photographers-news.page-list div.modal ul.share-links li a {
    color: #000000;
    font-size: 17px;
}

#photographers-news.page-detail section h3 {
    font-size: 23px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#photographers-news.page-detail section.photographers-news {
    margin-top: 50px;
    margin-bottom: 50px;
}

#photographers-news.page-detail section article {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#photographers-news.page-detail section article div.thumb {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}

#photographers-news.page-detail section article div.thumb .width-auto {
    max-width: 100%;
    max-height: 570px;
}

#photographers-news.page-detail section article div.thumb img.portrait {
    width: 100%;
    height: unset;
}

#photographers-news.page-detail section article div.content {
    width: 48%;
}

#photographers-news.page-detail section article h1 {
    margin: 2px 0 34px 0;
}

#photographers-news.page-detail section article p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
}

#photographers-news.page-detail section article p.date {
    margin: 0;
    color: #cccccc;
    font-size: 16px;
}

#photographers-news.page-detail section article div.content div.thumb {
    display: none;
}

section.minisite h1 a {
    color: #000000;
}

/* Photographers Portfolios list */
.page-list section.portfolios.mobile {
    display: none !important;
}

.page-list section.portfolios {
    margin-top: 30px !important;
}

.page-list section.portfolios-list {
    background-color: #ffffff;
}

.page-list section.portfolios-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 10px;
}

.page-list section.portfolios-list li {
    position: relative;
    width: 420px;
    height: 330px;
    margin-bottom: 35px;
/*    margin-right: 35px;*/
}

.page-list section.portfolios-list li div.thumb {
    display: block;
    width: 330px;
    height: 330px;
    text-align: center;
    margin: 0 auto;
}

.page-list section.portfolios-list li a img {

}

.page-list section.portfolios-list .card {
    width: 155px;
    height: 155px;
    right: 0;
    left: unset;
    top: 30px;
    z-index: 9;
    padding: 20px 10px 0 10px;
}

.page-list section.portfolios-list .card p.author-name {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 25px;
}

.page-list.portfolios-list section.portfolios-list li .card p.author-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 2px;
    word-break: break-word;
}

.page-list section.portfolios-list .card .description {
    font-size: 12px;
}

.page-list.portfolios-list section.portfolios-list .card .description {
    margin-top: 2px;
}

.page-list section.portfolios-list .card a.know-more {
    right: 10px;
    bottom: 10px;
}

/* Photographer list */
#photographers.page-list .container.col-lg, #photographers.page-detail .container.col-lg, #photographers.page-contact .container.col-lg {
    background-color: #ececec;
}

#photographers.page-list section.photographers ul {
    margin-top: 25px;
}

#photographers.page-list section .main-title-block .filter-block {
    display: none;
}

#photographers.page-list .advanced-search-filters {
    background-color: #ffffff !important;
    padding: 10px;
    width: 250px !important;
    margin-left: -32px;
    z-index: 10;
}

#photographers.page-list .advanced-search-filters .filter-banner {
    margin-left: 26px;
    margin-bottom: 20px;
}

#photographers.page-list .advanced-search-filters .filter-banner h3 {
    margin: 8px 0 0 15px;
    text-align: left;
}

#photographers.page-list .advanced-search-filters .filter-banner .icon-close {
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
}

#photographers.page-list .advanced-search-filters select {
    width: 100%;
    margin-bottom: 6px;
}

/* Photographer list + Cards */
#photographers.page-list section.photographers ul li {
    width: 100px;
}

#photographers.page-list section.photographers ul li div.photo {
    width: 100px;
    height: 100px;
}

#photographers.page-list section.photographers ul li div.photo img {
    width: 100%;
}

#photographers.page-list section.photographers.cards ul li {
    background-color: #ACBFC3;
    width: 300px;
    transition: opacity .3s;
}

#photographers.page-list section.photographers.cards ul li:hover {
    opacity: .8;
}

#photographers.page-list section.photographers.cards ul li .photographer-card {
    width: 280px;
    margin-left: 0;
}

#photographers.page-list section.photographers.cards ul li .photographer-card .photo {
    width: 115px;
    height: 115px;
    margin-bottom: 15px;
    display: block;
}

#photographers.page-list section.photographers.cards ul li a:hover p.name {
    text-decoration: underline;
}

#photographers.page-list section.photographers.cards ul li a:hover {
    text-decoration: none;
}

#photographers.page-list section.photographers.cards ul li a:hover img {
    opacity: 1;
}

#photographers.page-list section.photographers ul li.advanced-search-filters select {
    background-color: #e6f1f5;
}

/* Photographer Home  */
#photographers-home section.box-margin {
    margin-top: 70px;
}

#photographers-home section h2 {
    font-size: 24px;
    font-weight: 100;
}

#photographers-home section.biography {
    background-color: #ececec;
    padding: 75px 50px;
    margin-top: 15px;
}

#photographers-home section.biography h2 {
    margin: 0 0 20px 0;
}

#photographers-home section.biography div.content {
    display: flex;
    justify-content: space-between;
}

#photographers-home section.biography div.thumb {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-right: 50px;
    overflow: hidden;
}

#photographers-home section.biography div.description {
    width: 41%;
    margin-right: 50px;
}

#photographers-home section.biography div.description p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}

#photographers-home section.biography div.description p a {
    color: #000000;
}

#photographers-home section.biography div.description p a:hover {
    text-decoration: underline;
}

#photographers-home section.biography .photographer-card {
    background-color: #ACBFC3;
    width: 260px;
    height: 260px;
    padding: 20px 20px 20px 20px;
}

#photographers-home section.tirages {
    margin-top: 70px;
    margin-bottom: 0;
}

.page-biography footer {
    margin-top: 0;
}

#photographers-home section.le-fil {
   /* background-color: unset;*/
}

#photographers-home section.le-fil.box-margin {
    padding: 10px 32px;
    margin-right: 0;
    margin-left: 0;
}

#photographers-home section.le-fil li .date, #photographer-reportages section.le-fil li .date {
    color: #000000;
}


/* Photographer portfolio */
#photographer-portfolio .filter-block.desktop {
    margin-bottom: 0px;
}

/* Photographer Reportages */
#photographer-reportages section.le-fil {
    /*background:none;*/
}

#photographer-reportages #minisite-reportages section.le-fil {
    margin-top: 0;
}

/* Map */
#photographers .map-block {
    display: flex;
}

#photographers #map {
    margin-left: 15px;
    width: 100%;
    height: 730px;
    background-color: #ffffff;
}

/* Photographer Contact */
@media screen and (max-width: 720px) {
    #photographers-news.page-list section.photographers-news ul li div.img-block a {
        display: block;
    }

    #photographers.page-contact section.contact-form .main-bloc {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }

    #photographers.page-contact section.contact-form .mobile {
        display: block;
    }

    #photographers.page-contact section.contact-form .desktop {
        display: none;
    }

    #photographers.page-contact section.contact-form div.form {
        width: 100%;
    }

    #photographers.page-contact section.contact-form div.form input {
        width: 100%;
    }

    #photographers.page-contact section.contact-form .input {
        flex-wrap: wrap;
    }

    #photographers.page-contact section.contact-form div.infos {
        width: 100%;
        margin: auto;
    }

    #photographers.page-contact section.contact-form .infos .photographer-card {
        width: auto;
        margin: 25px 0 25px 0;
    }

    #photographers.page-contact section.contact-form {
        margin-left: 25px;
        margin-right: 25px;
    }

    #photographers.page-contact section.contact-form button {
        float: none;
        display: block;
    }
}

@media screen and (max-width: 1370px) {
    .page-list section.portfolios-list li {
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px) {

    #photographers-news.page-list section.photographers-news .main-title-block {
        display: block;
    }

    #photographers-news.page-list section.photographers-news .filter-block {
        text-align: right;
    }

    .page-list section.portfolios-list ul {
        justify-content: space-evenly;
    }

    .page-list section.portfolios-list.portfolios ul {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    #photographers-news.page-detail section article div.thumb {
        width: 100%;
    }

    #photographers-news.page-detail section article div.content {
        width: 100%;
    }

    #photographers-news.page-detail section article {
        margin-bottom: 20px;
    }

    #photographers-news.page-detail section.photographers-news {
        display: none;
    }

    #photographer-portfolio .filter-block.desktop {
        display: none;
    }

    #photographer-portfolio .filter-block.mobile {
        margin-top: 20px;
        display: block;
        text-align: right;
        padding-right: 0;
    }

    #photographers-home section.biography .photographer-card {
        display: none;
    }

    /*#photographers-home section.biography div.description {
        width: auto;
    }*/

    #photographers.page-list section .main-title-block .filter-block {
        display: block;
    }

    #photographers.page-list section .main-title-block .link-block {
        display: none;
    }

    #photographers.page-list section .main-title-block .filter-block .filter-banner {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    #photographers-home section.biography div.content {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #photographers-home section.biography div.thumb {
        width: 30%;
        height: unset;
        margin-right: 25px;
    }

    #photographers-home section.biography div.thumb img {
        width: 100%;
        max-height: unset;
    }

    #photographers-home section.biography div.description.mobile {
        display: block;
        position: relative;
        margin: 0;
        width: 60%;
    }

    #photographers-home section.biography div.description.mobile p {
        margin: 0 0 7px 0;
    }

    #photographers-home section.biography div.description.mobile a.know-more {
        bottom: 0;
        right: 0;
    }

    #photographers-home section.biography div.description.desktop {
        margin-top: 25px;
        margin-right: 0;
    }

    #photographers-home section.biography div.description.desktop h2 {
        font-size: 18px;
        font-weight: 100;
    }

    #photographers-home section.biography div.description.desktop .title-underline/*,
    #photographers-home section.biography div.description.desktop .see-more-block*/ {
        display: none;
    }

    #photographers-home section.biography div.description.desktop p {
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    #photographers-news.page-list div.modal .img-block {
        height: unset;
    }

    #photographers-news.page-list section.photographers-news .filter-block {
        padding: 0;
        margin-top: 10px;
    }

    #photographers-news.page-list section.photographers-news .filter-block select, #photographers.page-list section.photographers .filter-block select {
        width: 100%;
        margin: 0 0 5px 0 !important;
    }

    #photographers-news.page-list section.photographers-news .main-title-block {
        display: block;
        justify-content: unset;
    }

    #photographers-news.page-list div.modal .img-block img.portrait {
        height: auto;
        width: 100%;
    }

    #photographers-news.page-detail section article h1 {
        margin-bottom: 20px;
        font-size: unset;
    }

    #photographers-news.page-detail section article div.thumb {
        display: none;
    }

    #photographers-news.page-detail section article div.content div.thumb {
        display: block;
    }

    #photographers.page-list section.photographers ul li {
        width: 95px;
    }

    #photographers.page-list section.photographers ul li .photo {
        width: 90px;
        height: 90px;
    }

    #photographers.page-list section.photographers ul li .photo img {
        width: 100%;
    }

    .page-list section.portfolios {
        margin-top: 0 !important;
    }

    .page-list section.portfolios-list li div.thumb {
        width: 100%;
    }

    .page-list section.portfolios.desktop {
        display: none !important;
    }

    .page-list section.portfolios li.mobile {
        display: block;
    }

    .page-list section.portfolios-list.portfolios.mobile li {
        margin-bottom: 0;
    }

    .page-list section.portfolios-list.portfolios ul {
        margin-right: 0;
    }

    .page-list section.portfolios-list .card {
        top: unset;
    }
}

@media screen and (max-width: 414px) {
    .page-list section.portfolios.mobile {
        display: block !important;
    }

    #photographers-home section.biography div.description.mobile {
        width: auto;
    }

    #photographers-home section.biography div.description.mobile a.know-more {
        bottom: -25px;
    }

    #photographers-home section.biography div.description.desktop {
        margin-top: 45px;
    }
}