/*@font-face {*/
    /*font-family: "MerriLatin";*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*src: url('https://fonts.googleapis.com/css?family=Merriweather:700&subset=latin-ext');*/
/*}*/


.space-head{
    padding-top: 81px;
    padding-bottom: 0;
}

.back-logo{
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 9900;
}

.mt-6{
    margin-top: 4.5rem !important;
}

.mb-6{
    margin-bottom: 4.5rem !important;
}

.mb-7{
    margin-bottom: 5.5rem !important;
}

.photographe-image-container-list {
    margin: 25% auto;
}


.head1-elements{
    margin: 10px 20px 20px auto;
}

.head1-elements >a{
    padding-left: 20px;
    padding-right: 20px;
    /*border-right: solid 1px #FFFFFF;*/
}

/*.head1-elements >a:last-child{*/
    /*!*border-right-style: none;*!*/
/*}*/

.head1-img{
    min-height: 291px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
    display: flex;
}


.head2-img{
    min-height: 687px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
    display: flex;
}

.footer-img{
    min-height: 183px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.others-reportages{
    font-size: 34px;
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    text-align: center;
    margin: 20px auto 30px auto;

}

.head1-div-title{
    margin-top: 2rem;
}
.footer-text{
    font-size: 14px;
    color: white;
    font-family: 'Merriweather', 'Georgia', serif;
    margin: 0;
}

.footer-author{
    font-size: 22px;
    color: white;
    font-family: 'Merriweather', 'Georgia', serif;
    margin-bottom: 11px;
}

.footer-text2{
    font-size: 12px;
    color: white;
    font-family: 'Merriweather', 'Georgia', serif;
    margin-top: 5px;
}

.head1-author{
    font-size: 1.5rem;
    color: #808080;
    font-family: 'Merriweather', 'Georgia', serif;
    /*margin-left: 20px;*/
    font-weight: 300;
    margin-bottom: 1rem;
}

.head1-title{
    font-size: 3.5rem;
    line-height: 4rem;
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: normal;
    margin-bottom: 1rem;

}

.head1-title-pdf{
    font-size: 2rem;
    line-height: 4rem;
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: normal;
    margin-bottom: 1rem;

}

.head1-text{
    font-size: 1.3rem;
    color: #ffffff;
    font-family: 'Merriweather', 'Georgia', serif;
    font-style: italic;
    margin-left: 10px;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.5);
    border-left-style: solid;
    border-right: none;
    padding: 0 0 0 20px;

    word-break: break-word;
    word-wrap: break-word;
    line-height: 2rem;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.head2-author{
    font-size: 1.4rem;
    color: #ffffff;
    font-family: 'Montserrat', 'Georgia',sans-serif;
    text-align: center;
}

.head2-title{
    font-size: 4rem;
    line-height: 5rem;
    color: #ffffff;
    font-family: 'Montserrat', 'Georgia',sans-serif;
    text-align: center;
    margin-top: 1rem ;
    margin-bottom: 2rem;
    font-weight: 500;
}


.head2-text{
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    font-family: 'Merriweather', 'Georgia', serif;
    font-style: italic;

    word-break: break-word;
    word-wrap: break-word;
    line-height: 2.6rem;
}

.head2-category{
    text-align: center;
    margin-top: 3rem;
}


.head4-img-div{
    box-sizing: border-box;
    width: 35%;
    float: left;
    height: 100%;
    padding-top: 0!important;
    position: relative;
}

.head4-text-div{
    box-sizing: border-box;
    width: 30%;
    float: left;
    height: 100%;
    position: relative;
    margin-top: 6%;
    padding: 0 3%;
}

.head4-img{
    /*min-height: 291px;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.head4-author{
    font-size: 1.5rem;
    color: #808080;
    font-family: 'Merriweather', 'Georgia', serif;
    /*margin-left: 20px;*/
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
}

.head4-title{
    font-size: 3.5rem;
    line-height: 5rem;
    color: #272727;
    font-family: 'Montserrat', 'Georgia',sans-serif;
    text-align: center;
    margin-top: 1rem ;
    margin-bottom: 2rem;
    font-weight: 500;
}


.head4-text{
    /*text-align: center;*/
    font-size: 1.3rem;
    color: #4A4A4A;
    font-family: 'Merriweather', 'Georgia', serif;
    font-style: italic;

    word-break: break-word;
    word-wrap: break-word;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.head4-category{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}


.head4-elements{
    margin-top: 13%;
    margin-bottom: 20px;

    text-align: center;
}

.head4-elements >a{
    padding-left: 20px;
    padding-right: 20px;
    /*border-right: solid 1px #808080;*/
}

/*.head4-elements >a:last-child{*/
    /*border-right-style: none;*/
/*}*/


.para-text-30{
    font-size: 2rem;
    line-height: 3rem;
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    margin-bottom: 1rem;
    font-weight: 400;
    text-transform: uppercase;

    font-style: normal;
}

.para-text-10, .para-text-11, .para-text-12, .para-text-13,
.para-text-20, .para-text-21, .para-text-22, .para-text-23, .para-text-24{
    font-size: 1.4rem;
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: lighter;
    word-break: break-word;
    word-wrap: break-word;
    word-spacing: normal;
    line-height: 2.1rem;

    font-style: normal;

    margin-bottom: 1rem;
}

.para-text-11, .para-text-21, .para-text-24{
    text-align: center;
}

.para-text-12,.para-text-22{
    font-style: italic;
}

.para-text-13, .para-text-23{
    font-style: italic;
    text-align: center;
}

.para-bold{
    font-weight: 400 !important;
}

.para-text-10 > p:first-letter, .para-text-12 > p:first-letter {
    font-weight: 700;
    float: left;
    font-size: 350%;
    height: .7em;
    line-height: .92em;
    margin: 5px 0 -5px;
    padding: 0 .12em 0 0;
    /*font-family: 'MerriLatin', 'Merriweather', 'Georgia', 'Serif';*/

}

.para-text-20, .para-text-21, .para-text-22, .para-text-23{
    font-size: 2rem;
    line-height: 3rem;
}

.para-text-20, .para-text-21, .para-text-22, .para-text-23{
    font-size: 2rem;
    line-height: 3rem;
}

.para-text-24{
    font-size: 15px;
    margin-bottom: 40px;
}

.para1-title{
    font-size: 2rem;
    line-height: 3rem;
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.para1-text{
    font-size: 1.2rem;
    /*line-height: 1;*/
    color: #272727;
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: normal;

    /*white-space: pre-wrap;*/
    /*white-space: -moz-pre-wrap;*/
    /*white-space: -o-pre-wrap;*/
    word-break: break-word;
    word-wrap: break-word;
    line-height: 2rem;
}

.para1-text > p:first-letter {
    /*float: left;*/
    /*font-size: 250%;*/
    /*!*margin: 0 10px 10px 0;*!*/
    /*margin-top: 0;*/
    /*margin-bottom: 10px;*/
    /*font-weight: bold;*/

    font-weight: 700;
    float: left;
    font-size: 350%;
    height: .7em;
    line-height: .92em;
    margin: 5px 0 -5px;
    padding: 0 .12em 0 0
}

.para3-text{
    font-size: 26px;
    /*color: #B6533F;*/
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.quatro-text{
    font-size: 20px;
    /*color: #B6533F;*/
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.image-duo-imb{
    padding-left: 15px;
    margin-top: 180px;
}

.footer-elements{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.footer-elements >a{
    padding-left: 20px;
    padding-right: 20px;
    /*border-right: solid 1px #808080;*/
}


.image-duo3-img1{
    padding-left: 15px;

    box-sizing: border-box;
    width: 25%;
    float: left;
    height: 100%;
    padding-top: 0!important;
    position: relative;
}

.image-duo3-img2{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 75%;
    float: left;
    height: 100%;
    padding-top: 0!important;
    position: relative;
}

.dropdown-content{
    /*right: 15px;*/

    margin-right: 15px;
    margin-left: -50px;
}

.dropdown-content table{
    margin-bottom: 0;
}

.dropdown-content tbody td {
    font-size: 12px;
    font-family: 'Montserrat', 'Georgia', sans-serif;
    min-width: 10px;
    font-weight: 400;
    padding: 10px;
    margin-right: 15px;
}

.dropdown-content tbody td:hover {
    font-size: 12px;
    font-family: 'Montserrat', 'Georgia', sans-serif;
    min-width: 10px;
    font-weight: 600;
    padding: 10px;
    margin-right: 15px;
    cursor: pointer;
}

figure > figcaption > a {
    float: right;
    font-family: 'Montserrat', 'Georgia', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    margin-top: -7px;
    /*text-indent: 0;*/
    /*margin: 0 0.5em;*/
    /*padding: 0.5em;*/
}

.label-map label {
    margin-right: 5px;
}

.sharetable td{
    padding: 0;
}

.sharetable tr{
    border: none !important;
}

.btn-share{
    outline: none;
    background: #4a90e2;
    -webkit-appearance: button;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    user-select: none;
    white-space: pre;
}
/*.footer-elements >a:last-child{*/
    /*border-right-style: none;*/
/*}*/

.tooltipp {
    margin-top: 2px;
    position: relative;
    display: inline-block;
    left: -10px;
}

.tooltipp .tooltipptext {
    visibility: hidden;
    width: 32em;
    background-color: #ffffff;
    color: #272727;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px #555;
    left: 58px;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    -webkit-transform: translate(-32em);
    -moz-transform: translate(-32em);
    -ms-transform: translate(-32em);
    -o-transform: translate(-32em);
    transform: translate(-32em);
}

.tooltipp .tooltipptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipp:hover .tooltipptext {
    visibility: visible;
    opacity: 1;
}

.keep-together {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}

.no-border{
    border: none !important;
}

/*.head1-elements .dropdown-content{*/
    /*left: calc(50%);*/
    /*margin: 0;*/
/*}*/