/*
Theme Name: DOP
Theme URI:
Author: Claude C.
Author URI:
Description: Thème d'annonces dating 
Version: 2.3.5
License: Toute reproduction interdite
License URI:
Text Domain: DOP
*/



:root {
 

    --background_color:#eeeeee;
    --text_color:#111111;
    --header_color:#111111;
    --third_color: #dddddd;
    --frame_background_color: #ffffff;

    --couleur_footer: #000000;
    --button_color: #d40084;


 
}


::-moz-selection {   background-color:#000000; color:#ffffff;}
::selection      {  background-color:#000000; color:#ffffff;}


a {

    color:inherit;
    text-decoration: none;

}




body {

    position:relative;
    width:100%;
    min-height:100vh;
    margin:0;
    padding:0;
    overflow-x: hidden;

    background-color:var(--background_color);
    color:var(--text_color);
    font-display: auto;
    font-family: Arial, Helvetica, sans-serif;

}






header {
	
    position:relative;
    display: block;
    z-index: 90;
    width:1100px;
    padding:5px calc(50% - 550px);
    height:60px;
    max-height:60px;
    overflow:hidden;
    margin:0 0 30px 0;

    background-color:var(--header_color);
    color:#ffffff; 

}



#DOP__icon,
#DOP__logo
{
 
    position:relative;
    display:block;
    float:left;
    max-width: 60px;
    max-height:60px !important;
    height:auto !important;
    margin:0 10px 0 0;
    padding:0;
    overflow:hidden;

}



#DOP__logo {

    max-width: 200px;

}


#DOP__site_infos {

    position:relative;
    display:block;
    float:left;
    width: 250px;
    max-width: calc(100% - 110px);
    max-height:100%;
    margin:5px 0;
    padding:0;
    overflow:hidden;

}

#DOP__site_infos a,
#DOP__site_infos p {

    position: relative;
    display: block;
    width: 100%;
    padding:0;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;


}

#DOP__site_infos a {

    font-size:16px;
    font-weight: bold;

}

#DOP__site_infos p {

    font-size:12px;

}




header nav {

    position: relative;
    display: block;
    max-width:calc(100% - 350px);
    padding:0;
    margin:0;
    float:right;
    max-height: 100%;

}

header nav ul {

    list-style: none;
    margin: 0;
    padding: 0;

}



header nav li {

    position: relative;
    display: block;
    float:left;
    margin:0 30px 0 0;
    padding:0 !important;
    max-height: 100%;

    line-height: 60px;
    font-weight: lighter;

}


header nav li:last-of-type {

    margin:0;

}


header nav li a {

    display: inline-flex;  
    margin:0;
    padding: 0;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    vertical-align: middle;


}


header nav li img {

    position: relative;
    display: inline-block;
    max-width: 20px;
    height: 20px;
    margin:0 5px 0 0;
    padding:0;
    top:0;

}


header nav li ul {

    display: none;


}



header .DOP__mobile_menu_button {

    position: absolute;
    display: block;
    right: 5%;
    top:10px;
    width: 40px;
    height:40px;
    margin:10px 0;

    line-height:40px;
    font-size: 40px;
    cursor: pointer;

    background-color: var(--text_color);

    -webkit-mask: url('img/menu.svg') no-repeat 50% 50%;
    mask: url('img/menu.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
     

}






#DOP__mobile_menu {

    position:fixed;
    display: block;
    width:90%;
    height:100%;
    top:0;
    left:-100%;
    z-index: 99;
    padding:50px;
    box-sizing: border-box;
    margin:0;
    overflow-y: auto;

    background:var(--footer_color);
    color:#ffffff;
    transition: all 500ms;

}


#DOP__mobile_menu.DOP__display {

    left:0;

}



#DOP__mobile_menu li {

    position: relative;
    display: block;
    width:100%;
    padding:0;
    margin:0 0 5px 0;

    line-height: 30px;

}


#DOP__mobile_menu li img {

    position: relative;
    display: inline-block;
    max-height:30px;
    top:5px;
    margin:0 5px 0 0;

}


#DOP__mobile_menu li ul {

    position: relative;
    display: block;
    margin:0;
    padding: 5px 20px;
    box-sizing: border-box;

    list-style:circle;

}


#DOP__mobile_menu .DOP__mobile_menu_button {

    line-height: 50px;
    font-size: 20px;
    cursor: pointer;

}



.DOP__mask {

    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 97;

    background-color: rgba(0,0,0,0.88);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 500ms; 

}

.DOP__mask.DOP__display {

    display: block;

}









.DOP__breadcrumbs {

    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1260px;
    margin:0 auto 20px auto;
    padding: 10px 20px;
    list-style: none;
    max-width: 100%;
    box-sizing: border-box;
    background: var(--frame_background_color);
    border-radius: 8px;
    border-left: 3px solid var(--button_color);


}


.DOP__breadcrumbs li {

    position: relative;
    display: flex;
    align-items: center;
    margin:0 10px 0 0;
    padding:0;

    line-height: 20px;
    font-size: 14px;
    font-weight: lighter ;
    opacity: 0.75;
}

.DOP__breadcrumbs li a {

    position: relative;
    display: inline-block;
    margin:0 10px 0 0;
    padding:6px 0;

}




/* MAIN */


section.DOP__main {

    position: relative;
    display:block;
    width: 1260px;
    padding: 14px 24px;
    box-sizing: border-box;
    margin: 0 auto 14px auto;
    max-width: 100%;
    background: color-mix(in srgb, var(--frame_background_color) 60%, transparent);
    border-radius: 8px;

}


section.DOP__main h1 {

    position: relative;
    display:block;
    margin:0 0 6px 0;
    padding:0;

    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    overflow: visible;


}






section.DOP__main h1:after {

    position: relative;
    display: block;
    content: "";
    width: 40px;
    height:2px;
    margin: 6px 0 10px 0;

    background-color: var(--third_color);

}







section.DOP__main .DOP__text {

    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding:0;
    margin:auto;

    max-height: 40px;
    overflow: hidden;
    transition: all 1000ms;

    font-size: 13px;
    line-height: 20px;
}



section.DOP__main .DOP__text p {

    position: relative;
    display: block;
    margin:0 0 10px 0;
    padding: 0;

}





.DOP__show_hide {

    position: relative;
    display: inline-block;
    padding: 5px 20px;
    margin:10px auto !important;

    background-color: var(--third_color);

    cursor: pointer;
    border-radius: 4px;
    line-height: 20px;
    font-size: 12px;

}


section.DOP__main .DOP__text.DOP__show {

    max-height: 5555px;

}



section.DOP__main .DOP__structure_title {

    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 8px 16px 8px 36px;
    margin: 10px 0 0 0;
    background: var(--third_color);
    border-radius: 6px;
    display: inline-block;

}


section.DOP__main .DOP__structure_title:before {

    position: absolute;
    display: inline-block;
    content: '';
    top: 10px;
    left: 14px;
    width: 14px;
    height: 14px;
    margin:0;

    background-color: var(--text_color);

    -webkit-mask: url('img/location.svg') no-repeat 50% 50%;
    mask: url('img/location.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;


}


section.DOP__main .DOP__structure_title:after {

    display: none;

}

 
section.DOP__main .DOP__structure {

    position: relative;
    display:grid;
    grid-template-columns: 18% 18% 18% 18% 18%;
    grid-column-gap: 2.5%;
    grid-row-gap: 6px;

    list-style: none;
    font-size: 13px;
    margin:12px auto 30px auto;
    padding:0;
    text-align: left;


}









/* SINGLE */

.DOP__ad_frame {

    position: relative;
    display:grid;
    grid-template-columns: 400px calc(100% - 450px);
    grid-column-gap: 50px;
    width: 1100px;
    max-width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    overflow: hidden;
    background: var(--frame_background_color);
    border-radius: 7px;

}





.DOP__ad_frame h1,
.DOP__ad_frame h2 {

    position: relative;
    display: block;
    margin:0 0 10px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;

    grid-row: 1 / 1 !important;                       
    grid-column: 1 / 3 !important;
    
    line-height: 22px;
    font-size: 20px;
    
}





.DOP__ad_frame .DOP__photo {

    position: relative;
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;

    grid-row: 2 / 3;
    grid-column: 1 / 1;

}












.DOP__ad_frame span.DOP__photo {

    width: 100% !important;
    height: 350px !important;
    line-height: 350px !important;
    font-size: 50px;
    background-color: var(--third_color);


}


/* Clickable photo on single pages */
.DOP__clickable_photo {
    cursor: pointer;
}


.DOP__ad_frame span.DOP__photo:after {

    position: absolute;
    display: block;
    content:'';

    width: 80px;
    height: 80px;
    top:calc(50% - 40px);
    left:calc(50% - 40px);
    background-color: var(--text_color);
    opacity: 0.75;
    
    -webkit-mask: url('img/user.svg') no-repeat 50% 50%;
    mask: url('img/user.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    

}






.DOP__ad_content {

    position: relative;
    display: block;
    margin:0;
    padding:0;

    grid-row: 2 / 3;                
    grid-column: 2 / 2; 

}



.DOP__ad_content p {

    position: relative;
    display: block;
    margin:0 0 5px 0;
    padding:0;

    line-height: 22px;
    font-size: 14px;

}




.DOP__ad_content .DOP__info {

    position: relative;
    display: block;
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: center;

}

.DOP__ad_content .DOP__CTAs + .DOP__info {

    margin-top: 20px;

}



.DOP__ad_content .DOP__user_info,
.DOP__ad_content .DOP__location_info,
.DOP__ad_content .DOP__tag_info 

{

    position: relative;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    margin:0 10px 10px 10px;

    background-color: var(--third_color);
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;

    font-weight: lighter;


}





.DOP__ad_content .DOP__user_info:before {
    -webkit-mask: url('img/user.svg') no-repeat 50% 50%;
    mask: url('img/user.svg') no-repeat 50% 50%;
}


.DOP__ad_content .DOP__location_info:before {
    -webkit-mask: url('img/location.svg') no-repeat 50% 50%;
    mask: url('img/location.svg') no-repeat 50% 50%;
}


.DOP__telrose .DOP__ad_content .DOP__location_info:before {

    display: none;

}





.DOP__ad_content .DOP__user_info::before,
.DOP__ad_content .DOP__location_info::before {

    position: relative;
    display: inline-block;
    content:'';
    width: 15px;
    height:15px;
    top:2px;
    margin:0 5px 0 0;

    background-color: var(--text_color);
    
    -webkit-mask-size: cover;
    mask-size: cover;


}

.DOP__ad_content blockquote {

    position: relative; 
    display: block;
    margin:0 auto 20px auto;
    padding:0;
    width: 100%;
    overflow: visible;


    font-size: 22px;
    font-weight: bold;
    text-align: center;

}


.DOP__hobbies_title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin: 10px 0 0 0;
}

 .DOP__hobbies {

    position: relative;
    display: block;
    margin:10px auto 20px auto;
    padding:0;
    list-style: none;
    text-align: center;

}

 .DOP__hobbies li {

    position: relative;
    display: inline-block;
    background-color: var(--third_color);
    margin:5px 10px;
    padding:5px 20px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: lighter;

}

.DOP__ad_content h4 {

    position: relative; 
    display: block;
    margin:auto ;
    padding:0;
    margin:20px auto 10px auto;


    font-weight: lighter;
    font-style: normal;
    font-size: 22px;
    font-weight: normal;
    text-align: center;



}







/* LOOP */


h2.DOP__Other_ads {

    position: relative;
    display: table;
    width: auto;
    margin: 0 auto 12px auto;
    padding: 8px 16px 8px 36px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: var(--third_color);
    border-radius: 6px;

}

h2.DOP__Other_ads:before {

    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--text_color);
    -webkit-mask: url('img/location.svg') no-repeat center;
    mask: url('img/location.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;

}

h2.DOP__Other_ads:after {

    display: none;

}






ul.DOP__ad_loop {

    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;

    width: 1260px;
    max-width:100%;
    padding:0;
    margin:20px auto;

}



ul.DOP__ad_loop li.DOP__ad_in_loop {

    position: relative;
    display: block;
    width:100%;
    overflow: hidden;
    padding:0 0 10px 0;
    margin:0 0 30px 0;
    
    background-color: var(--frame_background_color);
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);

}
 



ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    position:relative;
    display: inline-flex;
    width: 100%;  
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;

    background-color: var(--frame_background_color);

    align-items: center;
    justify-content: center;

}


ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo:after {
    
    position:relative;
    padding: 100% 0 0 0;  
    margin:0;
    display:block;
    content:'';
    overflow:hidden;

}









ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo img {

    position:absolute;
    display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    z-index: 10;
    transition: all 0.5s;

}


ul.DOP__ad_loop li.DOP__ad_in_loop:hover .DOP__photo img {

    transform: scale(1.1);

}




ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo span.DOP__user {

    position: absolute;
    display: block;
    content:'';
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    top:calc(50% - 20px);
    left:calc(50% - 20px);

    background-color: #555555;
    
    -webkit-mask: url('img/user.svg') no-repeat 50% 50%;
    mask: url('img/user.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;

}



ul.DOP__ad_loop li.DOP__ad_in_loop h3 {

    position: relative;
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px auto 20px auto;

    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;


}


ul.DOP__ad_loop li.DOP__ad_in_loop h3 a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}


ul.DOP__ad_loop li.DOP__ad_in_loop h3.DOP__increase_title {

    height: 20px !important;
    font-size: 22px !important;
    font-weight: normal;

}

ul.DOP__ad_loop li.DOP__ad_in_loop h3 .DOP__loop_age {

    font-size: 0.75em;
    font-weight: normal;

}


ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    position: relative;
    display: inline-flex;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 10px;
    box-sizing: border-box;

    line-height: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: normal;

    text-align: center;
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.85;

}


ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location:before {

    position: relative;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    margin:0 5px 0 0;

    background-color: var(--text_color);
    
    -webkit-mask: url('img/location.svg') no-repeat 50% 50%;
    mask: url('img/location.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;


}

.DOP__telrose ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location:before {

    display: none;

}




ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location::after {

    position: absolute;
    display: block;
    content: '';
    width: 80px;
    height:1px;
    top:-10px;
    left:calc(50% - 40px);

    background-color: var(--third_color);

}





ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    max-width: 90%;
    margin: 5px auto;
    padding: 0;

}

ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTA {

    padding: 5px 10px;
    margin: 5px auto;

}
















/* BUTTON */


.DOP__CTAs {

    position: relative;
    display: block;
    margin: 15px auto;
    padding: 10px 0;

}




.trk_profile_tel_container {

    margin:0 !important;

}


.style_group_gsm,
.DOP__CTA {

    position: relative;
    display: block;
    width:100%;
    max-width:100%;
    padding: 16px 24px;
    margin: 12px auto;
    box-sizing: border-box;

    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), var(--button_color);
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;

    font-weight: 600;
    letter-spacing: 0.3px;

    transition: all 0.2s ease;
    border: none;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.15),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}

.style_group_gsm:hover,
.DOP__CTA:hover {

    transform: translateY(-2px);
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);

}

.style_group_gsm:active,
.DOP__CTA:active {

    transform: translateY(0);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.15),
        inset 0 1px 2px rgba(0, 0, 0, 0.1);

}



/* CTA COLOR VARIATIONS — uses palette button color */

.style_group_gsm {
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), var(--button_color);
}

.DOP__sms {
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), var(--button_color);
}

.DOP__open_mail_form {
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), var(--button_color);
}


.DOP__open_mail_form::before {

    -webkit-mask: url('img/msg.svg') no-repeat 100% 100%;
    mask: url('img/msg.svg') no-repeat 100% 100%;

}

.DOP__post_link::before {

    -webkit-mask: url('img/magnifier.svg') no-repeat 100% 100%;
    mask: url('img/magnifier.svg') no-repeat 100% 100%;

}


.DOP__sms::before {

    -webkit-mask: url('img/msg.svg') no-repeat 100% 100%;
    mask: url('img/msg.svg') no-repeat 100% 100%;

}


.style_group_gsm:before  {

    -webkit-mask: url('img/phone.svg') no-repeat 100% 100%;
    mask: url('img/phone.svg') no-repeat 100% 100%;

}


.DOP__CTA::before,
.style_group_gsm:before {

    position: relative;
    display: inline-block;
    content:'';
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    top: 3px;

    background-color: #ffffff;

    -webkit-mask-size: cover;
    mask-size: cover;

}







.DOP__display_more_ads {

    position: relative;
    display: block;
    width: 300px;
    max-width: calc(100% - 20px);
    cursor: pointer;
    margin:20px auto 50px auto !important;
    padding:10px 20px;
    box-sizing: border-box;

    align-items: center;
    justify-content: center;

    background-color: var(--third_color);
        
    line-height: 20px;
    font-size: 16px;

    text-align: center;
    border-radius: 4px;
    font-weight: normal;

}






.DOP__set_location .DOP__ajax_action::after,
.DOP__display_more_ads::after
{

    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 50%);
    opacity: 0.2;

}

.style_group_gsm:after,
.DOP__CTA::after {

    display: none;

}


.DOP__set_location .DOP__ajax_action:hover::after,
.DOP__display_more_ads:hover::after
 {

    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);

}











.DOP__price {

    position: relative;
    display: block;
    margin:0 auto;
    padding:0;

    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: lighter;
    opacity: 0.6 ;
    text-align: center;

}












 



 












/* SET LOCATION */



.DOP__set_location {

    position: relative;
    display: block;
    z-index: 81;
    width: 500px;
    max-width: 90%;
    padding: 20px;
    margin: 40px auto;
    box-sizing: border-box;

    border-radius: 6px;
    background-color: var(--frame_background_color);

    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15); 
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);

}




.DOP__set_location label {

    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin:0 0 20px 0;

    line-height: 20px;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-align: center;

}


.DOP__set_location input {

    position: relative;
    display: block;
    width: 200px;
    padding: 5px 20px;
    box-sizing: border-box;
    max-width: 90%;
    margin:0 auto 10px auto;

    line-height: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 1px;

    border-radius: 4px;
    border:1px solid #78758d;
    color: var(--couleur_footer);



}


.DOP__set_location .DOP__ajax_action {

    position: relative;
    display: block;
    margin:auto;
    width: 200px;
    padding: 10px 20px;
    box-sizing: border-box;

    background-color: var(--button_color);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}













/* PAGE */

.DOP__page {

    position: relative;
    display:block;
    width: 1100px;
    max-width: 100%;
    padding: 20px 50px 40px 50px;
    box-sizing: border-box;
    margin: 50px auto 80px auto;

    background-color: var(--frame_background_color);
    border-radius: 6px;

    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);

}


/* 404 page */

.DOP__404_cities {
    margin-top: 0;
    margin-bottom: 40px;
}

.DOP__404_cities h2 {
    margin: 0 0 16px 0;
    font-size: 1.1em;
}

.DOP__404_city_links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.DOP__404_city_links a {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--third_color);
    color: var(--text_color);
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9em;
    transition: background-color 0.2s, color 0.2s;
}

.DOP__404_city_links a:hover {
    background-color: var(--button_color);
    color: #fff;
}


/* Recently viewed profiles */

.DOP__recently_viewed {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid var(--third_color);
    padding: 0 0 12px 0;
}

.DOP__recently_viewed_title {
    position: relative;
    display: table;
    margin: 0 auto 12px auto;
    padding: 8px 16px 8px 36px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: var(--third_color);
    border-radius: 6px;
}

.DOP__recently_viewed_title:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--text_color);
    -webkit-mask: url('img/user.svg') no-repeat center;
    mask: url('img/user.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.DOP__recently_viewed_list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
}

.DOP__recently_viewed_list::-webkit-scrollbar {
    display: none;
}

.DOP__recently_viewed_card {
    flex-shrink: 0;
    width: 100px;
    text-decoration: none;
    color: var(--text_color);
    text-align: center;
    transition: transform 0.2s;
}

.DOP__recently_viewed_card:hover {
    transform: translateY(-3px);
}

.DOP__recently_viewed_card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.2s;
}

.DOP__recently_viewed_card:hover img {
    opacity: 0.8;
}

.DOP__recently_viewed_name {
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.DOP__recently_viewed_city {
    display: block;
    font-size: 0.7em;
    opacity: 0.75;
}


@media screen and (max-width: 1300px) {
    .DOP__recently_viewed { width: 940px; }
}

@media screen and (max-width: 979px) {
    .DOP__recently_viewed { width: 620px; }
    .DOP__recently_viewed_card { width: 85px; }
    .DOP__recently_viewed_card img { width: 85px; height: 85px; }
}

@media screen and (max-width: 649px) {
    .DOP__recently_viewed { width: 100%; padding: 0 10px; box-sizing: border-box; }
}


















.loader {

    position: absolute;
    top:calc(50% - 11px);
    left:calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;  
    border-top: 2px solid #ffffff; 
    border-radius: 50%;
    box-sizing: border-box;
    animation: spin 750ms linear infinite;
    overflow:hidden;
    margin:auto;
    padding:0;
    display:inline-block;
    
  
    -webkit-transition: opacity 333ms;
    -moz-transition: opacity 333ms;
    -o-transition: opacity 333ms;
    transition: opacity 333ms;

} 



@keyframes spin {
    
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  
}









.DOP__popup {

    position: fixed;
    display: none;
    width: 500px;
    max-width: 90%;
    max-height: 90vh;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    z-index: 98;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;

    background-color: var(--background_color);
    border: 2px solid var(--header_color);
    border-radius: 6px;
    text-align: center;
    overflow: visible;
    transition: top 250ms;

    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.5);
}






.DOP__popup .DOP__close {

    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    z-index: 98;
    right: -15px;
    top: -15px;
    border-radius: 50%;

    background-color: var(--header_color);
    cursor: pointer;

} 

.DOP__popup .DOP__close::before {

    position: absolute;
    display: block;
    content: '';
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    margin:0;

    background-color: #ffffff;  
    
    -webkit-mask: url('img/close.svg') no-repeat 50% 50%;
    mask: url('img/close.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover; 

}



.DOP__popup .DOP__title {

    position: relative;
    display: block;
    margin:0 0 15px 0;
    padding:0;

    line-height: 28px;
    font-size: 20px;

}










.DOP__mail_form label {

    position: relative;
    display: block;
    margin:0 auto 10px auto;
    width: 100%;

}


.DOP__mail_form input {

    position: relative;
    display: inline-block;
    margin:0 auto;
    padding:5px 10px;
    line-height: 30px;
    width:300px;
    max-width: calc(100% - 50px);
    box-sizing: border-box;

    border:2px solid var(--header_color);
    font-size: 22px;

}

.DOP__mail_form .DOP__ajax_action {

    position: relative;
    display: inline-block;
    margin:0 0 0 5px;
    padding:7px;
    width:30px;
    height:30px;
    vertical-align: top;

    background-color: var(--button_color);
    color: #ffffff;
    line-height: 30px;

}



footer {
    
    position:relative;
    width:90%;
    padding:30px 5%;
    margin:40px auto 0 auto;
    z-index: 90;
 
    background-color:var(--footer_color);
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #bbbbbb;

}


footer aside{

    position:relative;
    display: block;
    width:100%;
    margin:0 0 20px 0;
    padding:0;
    text-align: center;
    
}

footer aside h4 {
    
    position:relative;
    display: block;
    margin:0 0 10px 0;
    padding:0;
    
    color: #fff;
    
}


footer ul.DOP__menu {

    position: relative;
    display: block;
    padding: 0;
    margin:20px auto 0 auto;
    list-style: none;
    width: 100%;
    max-width: 100%;

}

footer ul.DOP__menu li {

    position: relative;
    display: inline-block;
    margin:auto;
    padding:0 20px;

    border-width: 0 1px 0 0;
    box-sizing: border-box;
    border-style: solid;
    border-color: #2a273c;

}

footer ul.DOP__menu li:last-of-type {
    border:0;
    margin:0;
}









@media all and (min-width:00px) and (max-width:1300px) {



    header {

        width:90%;
        padding:5px 5%;

    }

    footer {

        width:90%;
        padding:10px 5% 20px 5%;

    }


    section.DOP__main h1:before {


        width: 10px;
        height:10px;
        top:6px;
        left:-20px;

    }


    .DOP__ad_frame {

        grid-template-columns: 100% !important;
        grid-column-gap: 0 !important;
        width: 400px;
        padding: 20px !important;

        border-radius: 0px;
    
    }



    .DOP__ad_frame h1,
    .DOP__ad_frame h2 {

        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;

    }


    .DOP__ad_frame .DOP__photo {

        grid-row: 2 / 2 !important;
        grid-column: 1 / 1 !important;
        margin-bottom: 10px;
        max-height: 50vh;
        object-fit: cover;
        object-position: top;

    }


    .DOP__ad_frame .DOP__ad_content {

        grid-row: 3 / 3 !important;
        grid-column: 1 / 1 !important;

    }




    ul.DOP__ad_loop {

        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 0 10px;
        box-sizing: border-box;

    }


    ul.DOP__ad_loop li.DOP__ad_in_loop {

        margin-bottom: 0;

    }
    
    


    .DOP__set_location.DOP__popup {

        width: 90%;
        max-width: 90%;
        left: 50%;
        transform: translateX(-50%);

    } 



    .DOP__display_more_ads {

        width: 1px;
        height:1px;
        opacity: 0;

    }

    .DOP__display_more_ads.DOP__show_button {

        width: 300px;
        height: auto;
        opacity: 1;

    }


    section.DOP__main .DOP__structure {

        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;

    }


}





@media all and (min-width: 980px ) and (max-width:1300px) {


    ul.DOP__ad_loop {

        display: grid;
        width: 940px;
        grid-template-columns: 300px 300px 300px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;

    }


    section.DOP__main .DOP__structure {

        grid-template-columns: 30% 30% 30%;
        grid-column-gap: 5%;

    }


}



@media all and (min-width: 650px ) and (max-width:979px) {


    ul.DOP__ad_loop {

        display: grid;
        width: 620px;
        grid-template-columns: 300px 300px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;

    }


    section.DOP__main .DOP__structure {

        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;

    }


}



@media all and (max-width: 649px) {


    section.DOP__main {

        padding: 0 20px;

    }


    section.DOP__main .DOP__structure {

        grid-template-columns: 1fr 1fr;
        grid-column-gap: 8px;
        grid-row-gap: 10px;

    }


    section.DOP__main .DOP__structure_title {

        display: table;
        margin-left: auto;
        margin-right: auto;

    }


    /* Photo single — arrondis + espacement mobile */

    .DOP__ad_frame .DOP__photo {

        border-radius: 12px;
        width: calc(100% - 24px);
        margin: 12px auto 0;

    }

    .DOP__ad_frame .DOP__photo_single_wrap {

        border-radius: 12px;
        width: calc(100% - 24px);
        margin: 8px auto 0;

    }

    .DOP__ad_frame .DOP__photo_single_wrap .DOP__photo {

        margin-top: 0 !important;

    }


    /* Breadcrumb compact mobile */

    .DOP__breadcrumbs {

        padding: 5px 0 5px 12px;
        margin-bottom: 8px;

    }

    .DOP__breadcrumbs li {

        font-size: 12px;
        margin: 0 4px 0 0;

    }

    .DOP__breadcrumbs li a {

        margin: 0 4px 0 0;
        padding: 3px 0;

    }


    /* Réduire l'espace header → breadcrumb mobile */

    header {

        margin-bottom: 10px !important;

    }


    /* Réduire l'espace titre → CTA mobile */

    .DOP__ad_frame .DOP__ad_content {

        padding-top: 10px !important;

    }

    .DOP__ad_frame .DOP__ad_content .DOP__CTAs:first-child {

        margin-top: 5px !important;
        padding-top: 0 !important;

    }

    .DOP__ad_frame h1,
    .DOP__ad_frame h2 {

        margin-top: 10px !important;

    }


    /* Bubble mobile — photo circulaire compacte */

    .DOP__bubble .DOP__ad_frame,
    .DOP__bubble.DOP__fancy .DOP__ad_frame {

        margin-top: 120px !important;
        padding: 20px !important;

    }

    .DOP__bubble .DOP__ad_frame .DOP__photo,
    .DOP__bubble.DOP__fancy .DOP__ad_frame .DOP__photo {

        width: 260px !important;
        height: 260px !important;
        object-fit: cover !important;
        margin: -110px auto 15px auto !important;
        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;

    }

    .DOP__bubble .DOP__ad_frame span.DOP__photo {

        width: 260px !important;
        height: 260px !important;

    }

    .DOP__bubble .DOP__ad_frame .DOP__photo_single_wrap {

        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;
        overflow: visible;
        height: auto;
        width: auto;
        margin: 0;
        border-radius: 0;

    }


}
















 































/* Similar profiles — swipeable carousel */

.DOP__similar {

    position: relative;
    width: 1260px;
    max-width: 100%;
    margin: 30px auto 10px auto;
    padding: 0;

}

h2.DOP__similar_title {

    position: relative;
    display: inline-block;
    margin: 0 0 12px 0;
    padding: 8px 16px 8px 36px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--third_color);
    border-radius: 6px;

}

.DOP__similar_title:before {

    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--text_color);
    -webkit-mask: url('img/location.svg') no-repeat center;
    mask: url('img/location.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;

}

.DOP__similar_carousel {

    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0 16px 0;

}

.DOP__similar_carousel::-webkit-scrollbar {

    display: none;

}

.DOP__similar_card {

    flex-shrink: 0;
    scroll-snap-align: start;
    width: 180px;
    text-decoration: none;
    color: var(--text_color);
    border-radius: 10px;
    overflow: hidden;
    background: var(--frame_background_color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.DOP__similar_card:hover {

    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);

}

.DOP__similar_card img {

    display: block;
    width: 180px;
    height: 180px;
    object-fit: cover;

}

.DOP__similar_info {

    padding: 8px 10px 10px 10px;

}

.DOP__similar_name {

    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.DOP__similar_location {

    display: block;
    font-size: 12px;
    opacity: 0.65;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


/* Carousel arrows */

.DOP__similar_arrow {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: var(--button_color);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: filter 0.2s ease, transform 0.2s ease;

}

.DOP__similar_arrow:hover {

    filter: brightness(1.15);
    transform: translateY(-50%) scale(1.1);

}

.DOP__similar_arrow_left {

    left: -16px;

}

.DOP__similar_arrow_right {

    right: -16px;

}

@media all and (max-width: 649px) {

    .DOP__similar_arrow {

        display: none !important;

    }

}


/* Responsive carousel */

@media all and (min-width: 980px) and (max-width: 1300px) {

    .DOP__similar { width: 940px; }

}

@media all and (min-width: 650px) and (max-width: 979px) {

    .DOP__similar { width: 620px; }

}

@media all and (max-width: 649px) {

    .DOP__similar {

        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;

    }

    .DOP__similar_card {

        width: 150px;

    }

    .DOP__similar_card img {

        width: 150px;
        height: 150px;

    }

}


/* Explore bar — sticky city selector + tag chips */

.DOP__explore_bar {

    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 91;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    background: var(--frame_background_color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: top 0.3s ease;

}

.DOP__explore_bar.DOP__visible {

    top: 0;

}

.DOP__explore_bar_inner {

    display: flex;
    align-items: center;
    gap: 10px;
    width: 1260px;
    max-width: 100%;

}

@media all and (min-width: 980px) and (max-width: 1300px) {

    .DOP__explore_bar_inner { width: 940px; }

}

@media all and (min-width: 650px) and (max-width: 979px) {

    .DOP__explore_bar_inner { width: 620px; }

}

@media all and (max-width: 649px) {

    .DOP__explore_bar_inner { width: 100%; }

}


/* City selector */

.DOP__explore_city {

    position: relative;
    flex-shrink: 0;

}

.DOP__explore_city_btn {

    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: none;
    border-radius: 6px;
    background: var(--button_color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.2s ease;

}

.DOP__explore_city_btn:hover {

    filter: brightness(1.1);

}

.DOP__explore_city_icon {

    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    -webkit-mask: url('img/location.svg') no-repeat center;
    mask: url('img/location.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;

}

.DOP__explore_chevron {

    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
    margin-left: 2px;

}


/* City dropdown */

.DOP__explore_city_dropdown {

    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    max-height: 60vh;
    overflow-y: auto;
    z-index: 96;
    background: var(--frame_background_color);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    padding: 6px 0;

}

.DOP__explore_city_dropdown.DOP__open {

    display: block;

}

.DOP__explore_city_dropdown a {

    display: block;
    padding: 10px 16px;
    color: var(--text_color);
    text-decoration: none;
    font-size: 14px;
    transition: background 0.15s ease;

}

.DOP__explore_city_dropdown a:hover {

    background: var(--button_color);
    color: #ffffff;

}


/* Separator between city btn and tags */

.DOP__explore_separator {

    width: 1px;
    height: 24px;
    flex-shrink: 0;
    background: var(--third_color);
    opacity: 0.4;

}


/* Tag chips container */

.DOP__explore_tags {

    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    min-width: 0;
    padding: 2px 16px 2px 0;
    -webkit-mask-image: linear-gradient(to right, black calc(100% - 20px), transparent 100%);
    mask-image: linear-gradient(to right, black calc(100% - 20px), transparent 100%);

}

.DOP__explore_tags::-webkit-scrollbar {

    display: none;

}


/* Individual tag chip */

.DOP__explore_tag {

    flex-shrink: 0;
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
    background: var(--third_color);
    color: var(--text_color);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;

}

.DOP__explore_tag:hover {

    filter: brightness(1.15);

}

.DOP__explore_tag.DOP__active {

    background: var(--button_color);
    color: #ffffff;

}


/* Mobile adjustments */

@media all and (max-width: 649px) {

    .DOP__explore_bar {

        padding: 8px 12px;
        gap: 8px;

    }

    .DOP__explore_separator {

        display: none;

    }

    .DOP__explore_city_btn {

        padding: 6px 10px;
        font-size: 13px;

    }

    .DOP__explore_tag {

        padding: 5px 10px;
        font-size: 12px;

    }

}


/* Sticky CTA mobile */

.DOP__sticky_cta {

    display: none;

}

@media all and (max-width: 979px) {

    .DOP__sticky_cta {

        position: fixed;
        bottom: -80px;
        left: 0;
        right: 0;
        z-index: 95;
        padding: 10px 16px;
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
        background-color: var(--frame_background_color);
        box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
        transition: bottom 0.3s ease;

    }

    .DOP__sticky_cta.DOP__visible {

        display: block;
        bottom: 0;

    }

    .DOP__sticky_cta_btn {

        display: block;
        width: 100%;
        padding: 14px 0;
        border: none;
        border-radius: 8px;
        background-color: var(--button_color);
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
        cursor: pointer;
        transition: filter 0.2s ease, transform 0.1s ease;

    }

    .DOP__sticky_cta_btn::before {

        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        top: 3px;
        position: relative;
        background-color: #ffffff;
        -webkit-mask: url('img/phone.svg') no-repeat 100% 100%;
        mask: url('img/phone.svg') no-repeat 100% 100%;
        -webkit-mask-size: cover;
        mask-size: cover;

    }

    .DOP__sticky_cta_btn:active {

        filter: brightness(0.9);
        transform: scale(0.98);

    }

    /* Extra bottom padding on body to prevent sticky from covering content */
    body.DOP__has_sticky_cta {

        padding-bottom: 70px;

    }

}


.DOP__admin_edit_link {

    position: relative;
    display: inline-block;
    margin:20px auto;
    padding:5px 20px;
    height: 20px;
    line-height: 20px;


    background-color: red;
    color: #fff;

}





















.DOP__sky .style_group_gsm:after,
.DOP__sky .DOP__set_location .DOP__ajax_action::after,
.DOP__sky .DOP__display_more_ads::after,
.DOP__sky .DOP__CTA::after


{

    background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);

}


.DOP__sky .style_group_gsm:hover::after,
.DOP__sky .DOP__set_location .DOP__ajax_action:hover::after,
.DOP__sky .DOP__display_more_ads:hover::after,
.DOP__sky .DOP__CTA:hover::after


{

    background: linear-gradient(0deg, rgba(255,255,255,0.0) 100%, rgba(255,255,255,0.5) 0%);

}






.DOP__sky.DOP__pure  .style_group_gsm:after,
.DOP__sky.DOP__pure .DOP__set_location .DOP__ajax_action::after,
.DOP__sky.DOP__pure .DOP__display_more_ads::after

{

    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);

}


.DOP__sky.DOP__pure  .style_group_gsm:hover::after,
.DOP__sky.DOP__pure .DOP__set_location .DOP__ajax_action:hover::after,
.DOP__sky.DOP__pure .DOP__display_more_ads:hover::after

{

    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);

}



.style_group_gsm:hover::after,
.DOP__set_location .DOP__ajax_action:hover::after,
.DOP__display_more_ads:hover::after {

    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);

}








/* PURE */


.DOP__pure {
    
  font-family: "Inclusive Sans", sans-serif;
  font-weight: lighter;

}



.DOP__pure header {

    background-color: transparent !important;
    text-align:center;
    color:var(--text_color);
    max-height:80px; 

}





 
.DOP__pure #DOP__icon, 
.DOP__pure #DOP__logo, 
.DOP__pure #DOP__site_infos {
    
    display:block;
    float:none !important;
    width: auto !important;
    max-height:100%;
    margin:auto 10px;
    padding:0;


}



.DOP__pure #DOP__icon {

    max-width: 60px;
    display:inline-block;

}

.DOP__pure #DOP__logo, 
.DOP__pure #DOP__site_infos {

    display:inline-block !important;
    margin:auto !important;

}

.DOP__pure #DOP__site_infos.wn {

    margin-top: 5px;

}


.DOP__pure #DOP__site_infos.wi {

    display:inline-block;
    text-align: left;

}

.DOP__pure #DOP__site_infos.wl {

    width: 100% !important;

}




.DOP__pure .DOP__breadcrumbs {

    text-align:center;

}

.DOP__pure .DOP__breadcrumbs li {

    display: inline-block;
    float: none;

}



.DOP__pure section.DOP__main {
    
    text-align:center;

}


.DOP__pure h1,
.DOP__pure h2 {

    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;

}




.DOP__pure section.DOP__main h1:after, 
.DOP__pure .DOP__structure_title:after {
    
    left:calc(50% - 30px);

}




.DOP__pure section.DOP__main .DOP__text {

    width: 600px;
    text-align: justify

}



.DOP__pure section.DOP__main .DOP__structure_title  {

    font-family: "Roboto Condensed", sans-serif;

}

.DOP__pure section.DOP__main .DOP__structure_title:before {

    display: none;

}





.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop {

    background-color: transparent !important;
    border-radius: 0;
    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0); 

}


.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop h3,
.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    
}





.DOP__pure .DOP__ad_frame {

    padding: 0;
    background-color: transparent;
    border-radius: 0;

}






.DOP__pure .DOP__ad_frame h1,
.DOP__pure .DOP__ad_frame h2 {

    grid-row: 1 / 1 !important;                         
    grid-column: 2 / 2 !important;
    
}



.DOP__pure .DOP__ad_frame .DOP__photo {

    grid-row: 1 / 3 !important;
    grid-column: 1 / 1 !important;

}

.DOP__pure .DOP__ad_frame .DOP__photo_single_wrap {

    grid-row: 1 / 3 !important;
    grid-column: 1 / 1 !important;
    overflow: hidden;
    height: 100%;

}



.DOP__pure .DOP__ad_frame .DOP__ad_content {

    grid-row: 2 / 3 !important;               
    grid-column: 2 / 2 !important;

    text-align: justify;

}


.DOP__pure .DOP__ad_frame .DOP__ad_content .DOP__CTAs {

    width: 550px;
    max-width: 90%;

}


.DOP__pure .DOP__ad_content blockquote {

    margin-top: 40px;
    font-style: italic;

}

.DOP__pure .DOP__ad_content .DOP__hobbies {

    margin-top: 60px;

}




.DOP__pure .DOP__ad_content blockquote::before {

    -webkit-mask: url('img/quote.svg') no-repeat 50% 50%;
    mask: url('img/quote.svg') no-repeat 50% 50%;
    
}

.DOP__pure .DOP__ad_content .DOP__hobbies::before {

    -webkit-mask: url('img/heart.svg') no-repeat 50% 50%;
    mask: url('img/heart.svg') no-repeat 50% 50%;
    
}


.DOP__pure .DOP__ad_content blockquote::before,
.DOP__pure .DOP__ad_content .DOP__hobbies::before {

    position: absolute;
    display: block;
    content: '';
    top:-30px;
    left:calc(50% - 25px);
    width: 30px;
    height: 30px;
    margin:0;

    background-color: var(--text_color);  
    -webkit-mask-size: cover;
    mask-size: 60%; 

}



.DOP__pure .DOP__ad_frame .DOP__ad_content p {

    line-height: 22px;
    font-size: 16px;

}



.DOP__pure .DOP__page {

    background-color: transparent;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);

}




.DOP__pure footer {

    background-color: transparent !important;
    color:var(--text_color);

}



@media all and (min-width: 0px ) and (max-width:1300px) {


    .DOP__pure .DOP__ad_frame h1,
    .DOP__pure .DOP__ad_frame h2 {

        grid-row: 1 / 1 !important;                         
        grid-column: 1 / 1 !important;
        
    }


    .DOP__pure .DOP__ad_frame .DOP__photo {

        grid-row: 2 / 2 !important;
        grid-column: 1 / 1 !important;

    }

    .DOP__pure .DOP__ad_frame .DOP__photo_single_wrap {

        grid-row: 2 / 2 !important;
        grid-column: 1 / 1 !important;

    }


    .DOP__pure .DOP__ad_frame .DOP__ad_content {

        grid-row: 3 / 3 !important;               
        grid-column: 1 / 1 !important;

    }



}









/* FANCY */



.DOP__fancy {
    
  font-family: "verdana", sans-serif;
  font-weight: lighter;
  text-align: center;

}


.DOP__fancy header {

    text-align:center;
    height:120px;
    max-height:120px;
    padding:0;
    width: 100%;

}



.DOP__fancy #DOP__icon, 
.DOP__fancy #DOP__logo, 
.DOP__fancy #DOP__site_infos {
    
    display:block;
    float:none !important;
    width: auto !important;
    max-width: none !important;
    max-height:60px;
    margin:auto 10px;
    padding:0;

}


.DOP__fancy #DOP__icon {

    max-width: 60px;
    display:inline-block;

}

.DOP__fancy #DOP__logo, 
.DOP__fancy #DOP__site_infos {

    display:inline-block !important;
    margin:auto !important;
    max-height:80px !important;

}

.DOP__fancy #DOP__site_infos.wn {

    margin-top: 5px;

}


.DOP__fancy #DOP__site_infos.wi {

    display:inline-block;
    text-align: left;
    margin:10px !important;
    top:10px !important;

}

.DOP__fancy #DOP__site_infos.wl {

    width: 100% !important;

}




.DOP__fancy header nav {

    position: absolute;
    max-width: 100% ;
    width: 100% !important;
    padding:0 !important;
    margin:0;
    float:none;
    max-height: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    left: 0;
    bottom: 0px !important;


    background-color: rgba(0,0,0,0.25) !important;

}



.DOP__fancy header nav li {

    position: relative;
    display: inline-block;
    float:none;
    margin:0 10px !important;
    padding:0 !important;
    max-height: 100%;

    line-height: 30px;
    font-weight: lighter;

}



.DOP__fancy .DOP__breadcrumbs {

    text-align:center;

}

.DOP__fancy .DOP__breadcrumbs li {

    display: inline-block;
    float: none;

}



.DOP__fancy h1,
.DOP__fancy h2:not(.DOP__Other_ads):not(.DOP__recently_viewed_title):not(.DOP__similar_title) {


    font-family: "Delius", cursive;
    font-weight: normal !important;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;

}





.DOP__fancy section.DOP__main h1:after, 
.DOP__fancy .DOP__structure_title:after {
    
    left:calc(50% - 30px);

}


.DOP__fancy section.DOP__main .DOP__text {

    line-height: 22px;
    font-size: 12px;

}



.DOP__fancy ul.DOP__ad_loop li.DOP__ad_in_loop h3,
.DOP__fancy ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;

}
 



.DOP__fancy .DOP__ad_frame {
    
    grid-template-columns: 300px calc(100% - 350px);

}
 


.DOP__fancy .DOP__ad_frame h1,
.DOP__fancy .DOP__ad_frame h2 {

    grid-row: 1 / 1 !important;                        
    grid-column: 2 / 2 !important;  
   
}


.DOP__fancy .DOP__ad_frame .DOP__photo {

    grid-row: 1 / 3 !important;
    grid-column: 1 / 1 !important;

}

.DOP__fancy .DOP__ad_frame .DOP__photo_single_wrap {

    grid-row: 1 / 3 !important;
    grid-column: 1 / 1 !important;
    overflow: hidden;
    height: 100%;

}


@keyframes beat{
	to { transform: scale(1.02); }
}


.DOP__fancy_animation {

    animation: beat .5s infinite alternate;
	transform-origin: center;

}
 


.DOP__fancy .DOP__ad_content .DOP__user_info,
.DOP__fancy .DOP__ad_content .DOP__location_info,
.DOP__fancy .DOP__ad_content .DOP__tag_info {

    background-color: transparent; 
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;


}



.DOP__fancy .DOP__ad_content .DOP__user_info::before,
.DOP__fancy .DOP__ad_content .DOP__location_info::before {

    position: relative;
    display: inline-block;
    content:'';
    width: 15px;
    height:15px;
    top:2px;
    margin:0 5px 0 0;

    background-color: transparent;
    
    -webkit-mask-size: none;
    mask-size: none;
    -webkit-mask-image: none;
    mask: none;

}



.DOP__fancy .DOP__ad_content blockquote {
    
    line-height: 22px;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    font-family: "Delius", cursive;
    margin-bottom: 30px;
}


.DOP__fancy.DOP__portrait .DOP__ad_content blockquote::after,
.DOP__fancy.DOP__bubble .DOP__ad_content blockquote::after {


    position: absolute;
    display: block;
    content: '';
    left:calc(50% - 10px);
    top:25px;
    width: 20px;
    height: 20px;
    margin:0;

    -webkit-mask: url('img/quote.svg') no-repeat 50% 50%;
    mask: url('img/quote.svg') no-repeat 50% 50%;

    background-color: var(--text_color);  
    -webkit-mask-size: cover;
    mask-size: 100%; 

}




.DOP__fancy div.DOP__special_container {

    position: relative;
    display: block;
    margin:60px auto 0 auto ;
    width:800px;
    max-width: 90%;
    overflow: visible;

    grid-column: 1 / -1;

    line-height: 30px;
    font-size: 18px;

    background: var(--frame_background_color);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    padding: 40px 50px 30px 50px;
    box-sizing: border-box;

}

.DOP__fancy div.DOP__special_container::before {


    position: absolute;
    display: block;
    content: '';
    top:calc(50% - 25px);
    left:-80px;
    width: 50px;
    height: 50px;
    margin:0;

    -webkit-mask: url('img/quote.svg') no-repeat 50% 50%;
    mask: url('img/quote.svg') no-repeat 50% 50%;

    background-color: var(--text_color);  
    -webkit-mask-size: cover;
    mask-size: 100%; 

}


.DOP__fancy div.DOP__special_container blockquote {

    position: absolute;
    display: block;
    width: 400px;
    max-width: 100%;
    padding:0;
    margin: 0;
    left:calc( 50% - 200px );
    top:-40px;

    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;


}

.DOP__fancy section.DOP__special_container {

    width: 1100px;
    max-width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 50px auto;
    overflow: hidden;
    background: var(--frame_background_color);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);

    grid-column: 1 / -1;

}



.DOP__fancy section.DOP__special_container .DOP__CTAs {

    width: 400px;
    max-width: 100%;

}






.DOP__fancy .DOP__hobbies li::before {

    position: absolute;
    display: block;
    content: "";
    top:-5px;
    left:-7px;
    margin: 0;


} 


.DOP__fancy .DOP__hobbies li:nth-child(1)::before {

    content:'❤️';

}  


.DOP__fancy .DOP__hobbies li:nth-child(2)::before {

    content:'😊';

}  


.DOP__fancy .DOP__hobbies li:nth-child(3)::before {

    content:'🔥';

}  


.DOP__fancy .DOP__hobbies li:nth-child(4)::before {

    content:'🫶🏽';

}  


.DOP__fancy .DOP__hobbies li:nth-child(5)::before {

    content:'🤩';

}  








@media all and (min-width: 0px ) and (max-width:1300px) {



    .DOP__fancy header {

        max-height: 80px;

    }

    .DOP__fancy .DOP__ad_frame,
    div.DOP__special_container,
    section.DOP__special_container {

        display: block;
        width: 400px !important;
        padding: 20px !important;
        max-width: 100% !important;
        border-radius: 0px;
        box-sizing: border-box;

    }



    .DOP__fancy div.DOP__special_container::before {

        width:30px;
        height:30px;

        top:0px;
        left:calc(50% - 15px);

    }



 

}






/* SQUARE */


/* -- Square loop cards -- */

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop {

    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop:hover {

    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);

}

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop h3 {

    height: auto !important;
    font-size: 22px !important;
    font-weight: bold;
    margin: 10px auto 5px auto;
    line-height: 26px;

}

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop h3 .DOP__loop_age {

    font-size: 0.75em;

}

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    font-size: 17px;
    margin: 0 0 5px 0;

}

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location::after {

    display: none;

}

.DOP__square ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    max-width: 85%;
    margin: 0 auto;
    padding: 0 0 5px 0;

}


/* -- Square single page -- */

.DOP__square .DOP__ad_frame {

    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);

}

.DOP__square .DOP__ad_frame .DOP__photo,
.DOP__square .DOP__ad_frame img.DOP__photo {

    border-radius: 12px;
    overflow: hidden;

}

.DOP__square .DOP__ad_frame .DOP__ad_content .DOP__user_info,
.DOP__square .DOP__ad_frame .DOP__ad_content .DOP__location_info,
.DOP__square .DOP__ad_frame .DOP__ad_content .DOP__tag_info {

    border-radius: 20px;

}

.DOP__square .DOP__ad_frame .DOP__ad_content .DOP__CTAs .DOP__CTA {

    border-radius: 12px;

}



/* PORTRAIT */


/* -- Portrait loop cards -- */

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop {

    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop:hover {

    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo_wrap {

    position: relative;
    overflow: hidden;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    display: block !important;
    border-radius: 12px;
    margin: 0;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 15px 15px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    z-index: 20;
    pointer-events: none;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay a {

    pointer-events: auto;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay h3 {

    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left !important;
    justify-content: flex-start !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay h3 a {

    color: #fff;
    text-decoration: none;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay h3 .DOP__loop_age {

    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay .DOP__location {

    display: inline-block !important;
    margin: 6px 0 0 0 !important;
    padding: 3px 10px !important;
    background: var(--button_color);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.5 !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    text-align: left !important;
    justify-content: flex-start !important;
    text-decoration: none;
    transition: opacity 0.2s ease;

}

a.DOP__location:hover {

    opacity: 0.8 !important;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay .DOP__location:before {

    display: none !important;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay .DOP__location::after {

    display: none !important;

}

.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    max-width: 85%;
    margin: 0 auto;
    padding: 0;

}


.DOP__portrait.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop {

    background-color: transparent !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

}

.DOP__portrait.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    border-radius: 12px;

}




.DOP__portrait .DOP__ad_frame {

    border-radius: 16px;
    padding: 0 !important;
    overflow: hidden;

    background-color: var(--frame_background_color);

    box-shadow: 0 6px 20px rgba(0,0,0,0.12);

    grid-template-columns: 420px 1fr;
    grid-column-gap: 0;

}


.DOP__portrait.DOP__pure .DOP__ad_frame {

    background-color: var(--frame_background_color);
    border-radius: 16px !important;

}


.DOP__portrait.DOP__fancy .DOP__ad_frame {

    grid-template-columns: 420px 1fr;

}



.DOP__portrait .DOP__ad_frame h1,
.DOP__portrait .DOP__ad_frame h2 {

    grid-row: 1 / 1 !important;
    grid-column: 2 / 2 !important;
    margin: 0;
    padding: 30px 30px 0 30px;
    font-size: 22px;
    line-height: 1.3;

}



.DOP__portrait .DOP__ad_frame .DOP__photo {

    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;

    object-fit: cover;
    object-position: top;
    border-radius: 16px 0 0 16px;

    grid-row: 1 / 3 !important;
    grid-column: 1 / 1 !important;

}


.DOP__portrait .DOP__ad_frame span.DOP__photo {

    height: 100% !important;

}

.DOP__portrait .DOP__ad_frame .DOP__photo_single_wrap {

    grid-row: 1 / 3 !important;
    grid-column: 1 / 1 !important;
    overflow: hidden;
    border-radius: 16px 0 0 16px;
    height: 100%;

}


.DOP__portrait .DOP__ad_frame .DOP__ad_content {

    grid-row: 2 / 2 !important;
    grid-column: 2 / 2 !important;
    padding: 0 30px 30px 30px;

}


.DOP__portrait .DOP__ad_frame .DOP__ad_content .DOP__user_info,
.DOP__portrait .DOP__ad_frame .DOP__ad_content .DOP__location_info,
.DOP__portrait .DOP__ad_frame .DOP__ad_content .DOP__tag_info {

    border-radius: 20px;
    padding: 5px 14px;
    font-size: 14px;

}


.DOP__portrait .DOP__ad_frame .DOP__ad_content .DOP__CTAs .DOP__CTA {

    border-radius: 12px;

}



.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo:after {

    padding: 150% 0 0 0;

}






@media all and (min-width: 0px ) and (max-width:1300px) {


    .DOP__portrait .DOP__ad_frame {

        padding: 0 !important;
        grid-template-columns: 100% !important;
        grid-column-gap: 0 !important;
        border-radius: 12px !important;

    }



    .DOP__portrait .DOP__ad_frame .DOP__photo {

        border-radius: 12px !important;
        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;

    }

    .DOP__portrait .DOP__ad_frame .DOP__photo_single_wrap {

        border-radius: 12px !important;
        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;

    }

    .DOP__portrait.DOP__fancy .DOP__ad_frame .DOP__photo {

        margin: 0 !important;

    }



    .DOP__portrait .DOP__ad_frame h1,
    .DOP__portrait .DOP__ad_frame h2 {

        grid-row: 2 / 2 !important;
        grid-column: 1 / 1 !important;

        padding: 0 20px;
        margin: 20px 0 0 0;

    }


    .DOP__portrait .DOP__ad_frame .DOP__ad_content {

        grid-row: 3 / 3 !important;
        grid-column: 1 / 1 !important;

        padding: 10px 20px 20px 20px;

    }



}




@media all and (min-width: 0px ) and (max-width:750px) {


    .DOP__portrait .DOP__ad_frame {

        width: 100% !important;
        border-radius: 0 !important;

    }

    .DOP__portrait .DOP__ad_frame .DOP__photo {

        width: calc(100% - 24px) !important;
        margin: 12px auto 0 !important;
        border-radius: 12px !important;

    }

    .DOP__portrait .DOP__ad_frame .DOP__photo_single_wrap {

        width: calc(100% - 24px) !important;
        margin: 12px auto 0 !important;
        border-radius: 12px !important;

    }

    .DOP__portrait.DOP__pure .DOP__ad_frame {

        border-radius: 0 !important;

    }


}







/* BUBBLE */


/* -- Bubble loop cards -- */

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop {

    background: var(--frame_background_color) !important;
    border-radius: 16px;
    padding: 20px 0 10px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop:hover {

    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop {

    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    border-radius: 50%;
    width: 90%;
    margin: 0 auto 10px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 3px solid rgba(255,255,255,0.8);

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop:hover .DOP__photo img {

    transform: scale(1.08);

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo:after {

    padding: 100% 0 0 0 !important;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop h3 {

    margin: 8px auto 0 auto !important;
    font-size: 22px !important;
    height: auto !important;
    line-height: 1.3 !important;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop h3 .DOP__loop_age {

    font-size: 16px !important;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    margin: 2px 0 8px 0 !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1.5 !important;
    opacity: 0.75 !important;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location::after {

    display: none !important;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    max-width: 85%;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs .DOP__CTA {

    border-radius: 12px;
    padding: 4px 8px;
    font-size: 13px;

}


.DOP__bubble .DOP__ad_frame,
.DOP__fancy.DOP__bubble .DOP__ad_frame {

    grid-template-columns: 100% !important;
    grid-column-gap: 0px !important;

    width: 800px;
    margin-top: 180px;
    overflow: visible;
    padding: 30px !important;

    border-radius: 16px;
    background-color: var(--frame_background_color);

    box-shadow: 0 6px 20px rgba(0,0,0,0.12);

}









.DOP__bubble .DOP__ad_frame h1,
.DOP__bubble .DOP__ad_frame h2,
.DOP__bubble.DOP__fancy .DOP__ad_frame h1,
.DOP__bubble.DOP__fancy .DOP__ad_frame h2
{

    grid-row: 2 / 2 !important;                           
    grid-column: 1 / 1 !important;  


}


.DOP__bubble .DOP__ad_frame span.DOP__photo {

    width: 300px !important;
    height: 300px !important;

}


.DOP__bubble .DOP__ad_frame .DOP__photo,
.DOP__bubble.DOP__fancy .DOP__ad_frame .DOP__photo  {

    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: -170px auto 30px auto;
    border: 5px solid rgba(255,255,255,0.8) !important;

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

    grid-row: 1 / 1 !important;
    grid-column: 1 / 1 !important;

}



.DOP__bubble .DOP__ad_frame .DOP__photo_single_wrap,
.DOP__bubble.DOP__fancy .DOP__ad_frame .DOP__photo_single_wrap {

    grid-row: 1 / 1 !important;
    grid-column: 1 / 1 !important;
    overflow: visible;
    height: auto;

}


.DOP__bubble .DOP__ad_frame .DOP__ad_content {

    grid-row: 3 / 3 !important;
    grid-column: 1 / 1 !important;

}

.DOP__bubble .DOP__ad_frame .DOP__ad_content .DOP__CTAs:first-child {

    margin-top: 0;
    padding-top: 0;

}


.DOP__bubble.DOP__fancy .DOP__ad_content .DOP__CTAs {

    margin: 20px auto;
    width: 400px;
    max-width: 90%;

}


.DOP__bubble .DOP__CTAs .style_group_gsm,
.DOP__bubble .DOP__CTAs .DOP__CTA,
.DOP__bubble.DOP__fancy .DOP__CTAs .style_group_gsm,
.DOP__bubble.DOP__fancy .DOP__CTAs .DOP__CTA {

    border-radius: 12px;

}


.DOP__bubble .DOP__ad_frame .DOP__ad_content .DOP__user_info,
.DOP__bubble .DOP__ad_frame .DOP__ad_content .DOP__location_info,
.DOP__bubble .DOP__ad_frame .DOP__ad_content .DOP__tag_info {

    border-radius: 20px;
    padding: 5px 14px;
    font-size: 14px;

}




@media all and (min-width: 0px ) and (max-width:1300px) {


    .DOP__bubble.DOP__fancy .DOP__ad_frame {

        display: grid !important;

    }



}




/* CTA VARIANT STYLES */


/* Pure variant - minimal elegant style */
.DOP__pure .style_group_gsm,
.DOP__pure .DOP__CTA {

    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;

}


/* Fancy variant - playful rounded style */
.DOP__fancy .style_group_gsm,
.DOP__fancy .DOP__CTA {

    border-radius: 50px;
    font-weight: 600;

}



/* ========================================= */
/* SPARK VARIANT                             */
/* ========================================= */


/* -- Spark loop cards -- */

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop {

    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 0 !important;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    display: block !important;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo_wrap {

    position: relative;
    overflow: hidden;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    position: relative;
    z-index: 25;
    padding: 5px 10px;
    margin: 0;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs:empty {

    display: none;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop:hover {

    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 15px 15px 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay a {

    pointer-events: auto;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay h3 {

    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: left !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 26px !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    width: 100%;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay h3 a {

    color: #fff !important;
    text-decoration: none;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay h3 .DOP__loop_age {

    font-weight: 400;
    opacity: 0.9;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay .DOP__location {

    color: #fff !important;
    font-size: 13px !important;
    margin: 6px 0 0 0 !important;
    padding: 3px 10px !important;
    height: auto !important;
    width: auto !important;
    line-height: 1.5 !important;
    opacity: 1 !important;
    background: var(--button_color);
    border-radius: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay .DOP__location:before {

    background-color: #fff !important;
    opacity: 0.85;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__overlay .DOP__location::after {

    display: none !important;

}

.DOP__spark ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    max-width: 90%;
    margin: 0 auto;
    padding: 8px 0;

}

/* photo ratio inherited from format */


/* -- Spark single page -- */

.DOP__spark:not(.DOP__bubble) .DOP__ad_frame {

    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);

}

.DOP__spark.DOP__bubble .DOP__ad_frame {

    box-shadow: 0 8px 30px rgba(0,0,0,0.15);

}

.DOP__spark .DOP__ad_frame h1,
.DOP__spark .DOP__ad_frame h2 {

    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    line-height: 26px;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__info {

    margin-bottom: 20px;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__user_info {

    display: block;
    background: transparent;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 0 5px 0;
    margin: 0;
    border-radius: 0;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__user_info::before {

    display: none;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__location_info {

    display: inline-block;
    background: var(--third_color);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    margin: 5px 5px 5px 0;
    border-radius: 20px;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__tag_info {

    display: inline-block;
    background: var(--third_color);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    margin: 5px 5px 5px 0;
    border-radius: 20px;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content blockquote {

    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    font-weight: 600;
    margin: 20px 0;
    padding: 15px 20px;
    background: linear-gradient(135deg, rgba(var(--button_color_rgb, 200,50,80), 0.08), rgba(var(--button_color_rgb, 200,50,80), 0.03));
    border-left: 4px solid var(--button_color);
    border-radius: 0 12px 12px 0;
    text-align: center;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content p {

    font-size: 15px;
    line-height: 24px;

}

.DOP__spark .DOP__hobbies li {

    background: var(--third_color) !important;
    border-radius: 20px !important;
    padding: 8px 18px !important;
    font-size: 14px;
    font-weight: 500;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__CTAs {

    margin-top: 20px;

}

.DOP__spark .DOP__ad_frame .DOP__ad_content .DOP__CTAs .DOP__CTA {

    border-radius: 14px;
    font-size: 16px;
    padding: 16px 24px;

}


/* Spark CTA variant style */
.DOP__spark .style_group_gsm,
.DOP__spark .DOP__CTA {

    border-radius: 14px;
    font-weight: 600;

}


/* -- Spark desktop: two-column layout (only for non-bubble formats) -- */

@media all and (min-width: 980px) {

    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame {

        display: grid !important;
        flex-direction: unset !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto 1fr !important;
        grid-column-gap: 0 !important;
        overflow: hidden;
        max-width: 100%;
        box-sizing: border-box;

    }

    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame h1,
    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame h2 {

        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        order: unset;
        padding: 20px 30px;
        text-align: center;

    }

    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame .DOP__photo,
    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame img.DOP__photo {

        grid-column: 1 !important;
        grid-row: 2 !important;
        order: unset;
        max-height: 70vh;
        height: 100%;
        min-width: 0;
        width: 100% !important;
        object-fit: cover;
        object-position: top;

    }

    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame span.DOP__photo {

        width: 100% !important;
        height: 100% !important;
        line-height: normal !important;

    }

    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame .DOP__photo_single_wrap {

        grid-column: 1 !important;
        grid-row: 2 !important;
        overflow: hidden;
        height: 100%;

    }

    .DOP__spark:not(.DOP__bubble) .DOP__ad_frame .DOP__ad_content {

        grid-column: 2 !important;
        grid-row: 2 !important;
        order: unset;
        margin-top: 0 !important;
        border-radius: 0;
        padding: 30px 40px;
        min-width: 0;
        overflow-x: hidden;
        overflow-y: auto;

    }

}


/* -- Spark responsive -- */

@media all and (max-width: 649px) {

    .DOP__spark .DOP__ad_frame {

        border-radius: 0;
        width: 100%;

    }

    .DOP__spark .DOP__ad_frame .DOP__ad_content {

        border-radius: 20px 20px 0 0;
        padding: 25px 20px;

    }

    .DOP__spark .DOP__ad_frame .DOP__photo,
    .DOP__spark .DOP__ad_frame img.DOP__photo {

        max-height: 52vh;
        object-fit: cover;
        object-position: top;

    }

}



/* ========================================
   BADGES D'ACTIVITÉ
   ======================================== */

/* photo_wrap — conteneur positionné pour les badges (tous formats) */
ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo_wrap {
    position: relative;
}

/* Container — loop (overlay sur la photo) */
.DOP__badges_loop {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 25;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Wrapper photo single — conteneur positionné pour badges overlay */
.DOP__photo_single_wrap {
    position: relative;
    display: inline-block;
}

/* Container — single (overlay centré en bas de la photo) */
.DOP__badges_single {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

/* Badge de base */
.DOP__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}

/* Nouveau */
.DOP__badge_new {
    background-color: var(--button_color);
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

/* En ligne */
.DOP__badge_online {
    background-color: rgba(0,0,0,0.6);
    color: #4ade80;
    backdrop-filter: blur(4px);
}

/* Pastille verte animée */
.DOP__pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4ade80;
    animation: DOP__pulse_anim 2s ease-in-out infinite;
}

@keyframes DOP__pulse_anim {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); }
    50% { opacity: 0.7; box-shadow: 0 0 0 4px rgba(74, 222, 128, 0); }
}

/* Active il y a Xh */
.DOP__badge_recent {
    background-color: rgba(0,0,0,0.6);
    color: #fbbf24;
    backdrop-filter: blur(4px);
}

/* Single page — même style que loop (overlay sur photo) */
.DOP__badges_single .DOP__badge {
    padding: 5px 12px;
    font-size: 12px;
}

/* Bubble — photo_wrap doit occuper toute la largeur du flex parent */
.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo_wrap {
    width: 100%;
}

/* Bubble — badges centrés en bas de la photo circulaire */
.DOP__bubble .DOP__badges_loop {
    top: auto;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
}


/* ── Focus visible — keyboard accessibility ── */

*:focus-visible {
    outline: 2px solid var(--button_color);
    outline-offset: 2px;
}

.DOP__popup .DOP__close:focus-visible {
    outline-color: #ffffff;
}


/* ── Semantic button resets (A1, A2, A3) ── */

button.DOP__show_hide {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    margin: 10px auto !important;
    background-color: var(--third_color);
    cursor: pointer;
    border-radius: 4px;
    line-height: 20px;
    font-size: 12px;
    border: none;
    color: inherit;
    font-family: inherit;
}

button.DOP__close {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

button.DOP__mobile_menu_button {
    border: none;
    padding: 0;
    background-color: var(--text_color);
    cursor: pointer;
}


/* ── Skip link — hidden until focused ── */

.DOP__skip_link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100;
    padding: 8px 16px;
    background: var(--header_color);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.DOP__skip_link:focus {
    left: 0;
}