/*
Theme Name: Orgasmik
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: Studio Gazoline
Author URI: https://www.studiogazoline.com/
Description: Theme enfant de 2020
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.9.1650714138
Updated: 2022-04-23 13:42:18

*/
pre {
    color: white;
}

body {
    margin: 0;
    background: #ffffff;
    font-family: 'Comfortaa', cursive;
    font-size: 1.8rem;
    letter-spacing: normal;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #b6104b;
}

body::-webkit-scrollbar-track {
    background: #000;
}

.txtrose{
    color: #b6104b;
}

@supports ( font-variation-settings: normal ) {
    body {
        font-family: 'Comfortaa', cursive;
    }

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
        font-family: 'Comfortaa', cursive;
    }
}

.entry-content {
    font-family: 'Comfortaa', cursive;
    letter-spacing: normal;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    /*max-width: 100rem;*/
    max-width: 100%;
    width: 100%;
}

@media (min-width: 700px) {
    .post-inner {
        padding-top: 0;
    }
}

section#headertop {
    position: absolute;
    z-index: 3;
}

#blockreassurance h3 {
    margin: 0;
}

.titreCatHome h2 {
    margin: 0;
    padding: 0;
}

.straight h2 {
    margin: 0;
    padding: 0;
}

.titreCatHome h2:nth-child(odd)::before {
    width: 220px;
    content: "";
    height: 2px;
    position: absolute;
    background-color: #ffffff;
    /* left: 0; */
    transform: translate(-235px, 0);
    bottom: 30px;
}

.titreCatHome.Gauche h2::before {
    display: none;
}

.cursor {
    cursor: pointer;
}

.titreCatHome.Gauche h2::after {
    width: 220px;
    content: "";
    height: 2px;
    position: absolute;
    background-color: #ffffff;
    /* right: 0; */
    transform: translate(10px, 0);
    bottom: 30px;
    z-index: 2;
}

#sectiontop .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
}

/*credits*/
#uneOffre {
    margin-bottom: 50px;
}

#uneOffre, #uneOffre a {
    color: #fff;
}

#uneOffre input.btn-white {
    background-color: transparent;
}
#uneOffre input.btn-white:hover {
    background-color: #B6104B;
}

.pack_item {
    background-size: cover !important;
    /*max-width: 340px;
    height: 310px;*/
    /*margin: 0 auto 80px;
    display: flex;
    flex-direction: column;*/
    justify-content: center;
}

.pack_content {
    text-align: center;
    background-color: #00000070;
    padding: 40px 10px 20px;
}

.btn-white {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.btn-white:hover {
    background-color: #b6104b;
    border: 2px solid #b6104b;
}

.pack_item h3 {
    margin: 0;
    font-size: 26px;
}

.price {
    margin: 60px 0;
    font-size: 25px;
    font-weight: 600;
}

.price span {
    font-size: 18px;
    font-weight: 400;
}

.detail-prix-pack {
    background-color: #000000 !important;
    font-size: 15px;
    padding: 10px 25px;
}

.detail-prix-pack::before {
    content: "";
    width: 2px;
    height: 76px;
    position: absolute;
    left: 25px;
    background-color: #fff;
    bottom: 20px;
}

/*timeline*/
.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    padding: 200px 0;
    transition: all 1s;
    margin-left: -100px;
}

.timeline ol li {
    vertical-align: top;
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 120px;
    height: 3px;
    background: #fff;
}

.timeline ol li div {
    position: relative;
    left: calc(100% + 7px);
    width: 220px;
    padding: 15px;
    font-size: 15px;
    height: 150px;
    white-space: normal;
    color: white;
    background: rgba(26, 26, 26, 0.85);
    border: 2px solid #b6104b;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    border-radius: 5px 5px 5px 0;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
    border-radius: 0 5px 5px 5px;
}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + -1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #b6104b;
    z-index: 2;
}

.timeline ol li div p {
    display: flex;
    flex-direction: column;
}

.timeline p {
    margin: 0;
}
section.timeline {
    text-align: center;
}
.timeline ol li:first-child {
    background-color: transparent;
}


#lireplus-content, #lireplus-content2, #lireplus-content3, #liremoins-btn {
    display: none;
}

.elementor-editor-active #lireplus-content, .elementor-editor-active #lireplus-content2, .elementor-editor-active #lireplus-content3, .elementor-editor-active #liremoins-btn {
    display: block !important;
}

/**/

.espaceursg::before {
    content: "";
    width: 2px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    margin-top: 30px;
}

/*Une fille*/
.available .is-available svg, .available .is-not-available svg {
    width: 33px;
    height: 33px;
    padding: 5px 0 5px 0;
}

.single-fille .available {
    margin-left: 1.2rem;
    background-color: #000;
    border-radius: 50px;
    padding: 0 15px 0 9px;
    display: flex;
    align-items: center;
    color: #ffffff;
    width: fit-content;
}

.available .is-available path{
    stroke: #00C900;
}
.available .is-not-available path{
    stroke: #DF0000;
}

.listeBtnFille ul li:first-child a {
    color: #ffffff !important;
    background-color: #b6104b;
    padding: 3px 13px;
    border-radius: 20px;
    border: 2px solid #b6104b;
}

.listeBtnFille ul li:first-child i, .listeBtnFille ul li:first-child span {
    color: #ffffff !important;
}

.listeBtnFille ul li:first-child a:hover {
    color: #ffffff !important;
    background-color: transparent;
}

.listeBtnFille ul li:first-child:hover i, .listeBtnFille ul li:first-child:hover span {
    color: #b6104b !important;
}

.listeBtnFille ul li:nth-child(2) {
    color: #ffffff !important;
    background-color: transparent;
    padding: 3px 13px;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.listeBtnFille ul li:nth-child(2) span {
    color: #ffffff !important;
}

#fille_nomage li:first-child {
    font-size: 80px;
}

#fille_nomage li:nth-child(2) span {
    font-size: 25px;
    font-family: 'Comfortaa', cursive !important;
    margin-top: 30px;
}

/*recherche*/
.searchform {
    background-color: #00000080;
    padding: 20px 5px;
}

.searchform li {
    display: inline-block !important;
    width: 16.66666%;
}

.searchform select.sf-input-select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.searchform select.sf-input-select option {
    background-color: #000000;
}

.searchform input[type="submit"] {
    color: #ffffff;
    border: 0;
    padding: 5px 15px 2px;
    font-size: 16px;
    border-radius: 50px;
}


/*recherche results*/
div#search-filter-results-448 {
    margin-top: -100px;
}
.pagination {
    display: none;
}
.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.single-column {
    height: 380px;
}

.single-column .single-favorite {
    height: 380px;
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 2.5rem;
}

.single-column .single-favorite .bg-img img {
    height: 100%;
    width: calc(100% - 30px);
    position: absolute;
}

.single-column .single-favorite .bg-img:hover > .hover-block {
    opacity: 1;
}

.single-column .single-favorite .hover-block {
    text-decoration: none;
    opacity: 0;
    background-color: rgba(182,16,75,0.4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    color: #fff;
    transition: opacity 400ms;
    position: relative;
}

.single-column .single-favorite .hover-block img {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
}

.single-column .single-favorite .hover-block:hover {
    opacity: 1;
}

.single-column .single-favorite:hover .hover-block {
    opacity: 1;
    transition: opacity 400ms;
}

.single-column .single-favorite .available {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 100%;
}

.single-column .single-favorite .available .is-available svg, .single-column .single-favorite .available .is-not-available svg {
    width: 30px;
    height: 38px;
    position: relative;
    top: 1px;
    left: 3px;
}

.single-column .single-favorite .available .is-available svg .cls-1, .single-column .single-favorite .available .is-available svg .cls-2 {
    fill: #00e600;
}

.single-column .single-favorite .available .is-available svg .cls-1, .single-column .single-favorite .available .is-available svg .cls-2, .single-column .single-favorite .available .is-available svg .cls-3 {
    stroke: #00e600;
}

.single-column .single-favorite .available .is-not-available svg .cls-1, .single-column .single-favorite .available .is-not-available svg .cls-2 {
    fill: #f00;
}

.single-column .single-favorite .available .is-not-available svg .cls-1, .single-column .single-favorite .available .is-not-available svg .cls-2, .single-column .single-favorite .available .is-not-available svg .cls-3 {
    stroke: #f00;
}

.single-column .single-favorite img {
    object-fit: cover;
    width: 60px;
    height: 60px;
}

.single-column .single-favorite .call-me {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.single-column .single-favorite .call-me .call {
    padding: 0.4rem !important;
    display: inline-block;
}

.single-column .single-favorite .call-me .call span {
    display: inline-block !important;
}

.single-column .single-favorite .call-me .call .icon {
    transform: rotate(90deg);
}

.single-column .single-favorite .call-me .call .icon svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.single-column .single-favorite .call-me .call .text {
    align-self: center;
    font-size: 0.8rem !important;
}

.single-column .single-favorite .call-me .code {
    font-size: 0.8rem !important;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 13px !important;
}

.single-column .single-favorite .see-separator {
    border-left: 2px solid #fff;
    height: 70px;
    position: relative;
    top: -40px;
    left: 10px;
    z-index: 2;
    width: 2px;
}

.single-column .single-favorite .see-profile {
    background-color: #000;
    position: relative;
    top: -70px;
    margin-left: 15px;
}

.single-column .single-favorite .see-profile a {
    color: #fff;
}

.single-column .single-favorite .see-profile a:hover {
    text-decoration: none;
}

.single-column .single-favorite .see-profile a .girl-name {
    color: #b6104b;
}

.single-column .single-favorite .see-profile a .girl-name:hover {
    text-decoration: underline;
}

#list_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    top: -75px;
}

#list_content .single-column:nth-child(even) {
    margin-top: 75px;
}

#other #list_content {
    justify-content: space-between;
    margin-top: 7.5rem;
    margin-bottom: 5rem;
    width: 80%;
}

#other #list_content .single-favorite {
    margin-right: 0;
    margin-bottom: 0;
}

#other #list_content .single-favorite .available {
    display: none;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.single-column .single-favorite .call-me .call .text {
    font-size: 11px !important;
    color: #fff;
    margin-left: 12px;
    font-weight: 600 !important;
}

.single-column .single-favorite .call-me .call {
    display: inline-block;
    background-color: #b6104b;
    border-radius: 50px;
    padding: 5px 15px !important;
    font-size: 18px !important;
}

@media screen and (max-width: 1600px) {
    #other #list_content {
        width: 90%;
    }

    #other #list_content .single-favorite {
        margin-bottom: 2rem;
    }

    #other #list_content .single-favorite:nth-child(odd) {
        margin-top: 0;
    }
}

@media screen and (max-width: 1400px) {
    #other #list_content {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    #other #list_content {
        width: 100%;
    }

    #other #list_content .single-column:nth-child(3n+2) {
        margin-top: 75px;
    }

    #list_content .single-column:nth-child(even) {
        margin-top: 0;
    }

    #list_content .single-column:nth-child(3n+2) {
        margin-top: 75px;
    }
}

@media screen and (max-width: 1070px) {
    #other #list_content {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #other #list_content {
        width: 80%;
    }

    #other #list_content .single-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #other #list_content .single-column:nth-child(even) {
        margin-top: 75px;
    }
}

@media screen and (max-width: 991px) {
    #list_content .single-column:nth-child(3n+2) {
        margin-top: 0;
    }

    #list_content .single-column:nth-child(even) {
        margin-top: 75px;
    }
}

@media screen and (max-width: 850px) {
    #other #list_content {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 768px) {
    #list_content {
        top: 75px;
        margin-bottom: 100px;
    }

    #list_content .single-column:nth-child(even) {
        margin-top: 0;
    }

    #list_content .single-column:not(:first-child) {
        margin-top: 75px;
    }
}

@media screen and (max-width: 550px) {
    #other #list_content {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    #other #list_content {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 400px) {
    #list_content .single-favorite .call-me .icon {
        display: none;
    }

    #list_content .single-favorite .call-me .text {
        display: flex;
    }
}

@media screen and (max-width: 400px) {
    #list_content .single-favorite .call-me .text {
        display: none;
    }

    #list_content .single-favorite .call-me .icon {
        display: flex;
    }

    #list_content .single-favorite .call-me .icon svg {
        width: 20px;
        height: 20px;
        fill: #fff;
    }
}

/*archives*/
body.archive.tax-type_fille {
    background-color: #000;
}

#contentseocategorie, #bandeaubasseo{
    display: none;
}
.elementor-editor-active #contentseocategorie, .elementor-editor-active #bandeaubasseo{
    display: unset;
}
.archive div#list_content {
    width: 90%;
    margin: 0 auto;
    max-width: 1350px;
}

.home div#list_content {
    top: -20vh;
}

div#reassurance_type {
    margin: 50px 0;
}

.rose{
    color: #B6104B;
}

.tax-type_fille #site-content {
    min-height: 700px;
    background: url(../../uploads/2022/04/fond-page-home.jpg) fixed bottom center no-repeat;
    background-size: cover;
}


.single-fille .single-column .single-favorite .available, .single-fille .single-column .single-favorite .available {
    visibility:hidden;
}

ul#breadcrumbs{
    text-align: center;
    font-size: 14px;
}
ul#breadcrumbs li {
    display: inline-block;
    color: #ffffff;
}
ul#breadcrumbs li::after {
    content:">";
    margin : 0 10px;
}
ul#breadcrumbs li:last-child::after {
    content:"";
}
ul#breadcrumbs a {
    color: #ffffff;
    font-size: 14px;
}
ul#breadcrumbs a:hover {
    color: #B6104B;
    text-decoration: solid;
}



/************************************************************************************************************/

/*credits mon compte*/
#creditrestant {
    text-align: center;
}
#credit_nbr.empty {
    color: #b6104b;
    font-weight: 600;
    border: 2px solid #b6104b;
}

#credit_nbr {
    min-width: 100px;
    background: #232b2e;
    font-size: 44px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 12px;
    line-height: 70px;
    border: 2px solid transparent;
}
#credit_nbr svg {
    display: inline-block;
    width: 36px;
    margin-right: 16px;
    margin-top: -10px;
}


/*MOBILE*/
@media (max-width: 700px) {
    .searchandfilter ul li {
        display: block !important;
        width: 100% !important;
    }
    .searchandfilter label {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 85%;
    }
    .searchandfilter select.sf-input-select {
        width: 100%;
    }
    .single-column.col-md-6.col-lg-3.col-xl-3 {
        width: 100%;
    }

    #caracteristiques-fille ul > li {
        display: block !important;
        width: 100%;
        text-align: center;
    }
}

@media (min-width:992px){
    .page-id-37 div#uneOffre:nth-child(4) {
        margin-left: 20%;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .page-id-37 div#uneOffre:nth-child(5) {
        margin-left: 25%;
    }
}

p.classic {
    color: #fff;
}
