.mainContentArticle img {
    display: inline;
}

.mainNavigation li a {
    position: relative;
}

@media all and (min-width: 768px) {
    .mainNavigation li a .feather-search {
        height: 18px;
        margin-top: 0px;
        display: table;
        position: absolute;
        top: 0;
    }
}

.switchLang li a svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}

.switchLang li a {
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 400px) {
    .asideLogo {
        width: 25%;
    }

    .logoContainer {
        width: 50%;
    }
}

.switchLangMobile {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border: none;
    padding: 0;
    width: 27px;
    stroke: #333;
    z-index: 21;
    display: table;
    float: right;
    text-align: left;
    vertical-align: middle;
    display: block;
    margin: 23px 10px 0 0;
}

.switchLangMobile li a {
    margin-right: 10px;
}

.switchLangMobile li a svg {
    height: 5px !important;
    width: 8px !important;
    margin-top: 1px !important;
    margin-left: 2px !important;
}

.rightLogo .rightNavButton svg {
    display: table-cell;
    vertical-align: middle;
    height: 17px;
    text-align: right;
    margin-top: 23px;
    stroke: #676469;

}

.menuNavButton .menuNavSpan i {
    width: 19px;
    height: 9px;
}

.rightLogo .rightNavButton {
    margin-left: 9px;
}

.mainContentArticle img:not(.form_btn) {
    cursor: zoom-in !important;
}

.other-lang-mobile {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1.5px solid #F6F6F6;
    left: 0;
}

.other-lang-mobile a {
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #676469;
    text-decoration: none;
    font-weight: bold;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 37px !important;
}


@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-device-pixel-ratio: 3) {
    .tabBar {
        /*       padding-bottom: 13px;
            */
    }

    #qc-cmp2-persistent-link {
        display: none;
    }
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.whereToFindIt .address {
    clear: both;
    margin-top: 19px;
}


@media all and (max-width: 767px) {
    .only-desk {
        display: none;
    }
}

#quisommesnous .item .textItemMobile2 h3 {
    font-size: 1.3em;
    font-weight: bold !important;

    margin-top: 0px;
}

#quisommesnous .item .textItemMobile2 h4 {
    position: relative !important;
}

#quisommesnous .item .textItemMobile2 .email {
    width: 100%

}

#quisommesnous .item .textItem h3 {

    margin-top: 161px;
}

#btnSubmit2 {
    z-index: 5 !important;
    cursor: pointer;
}

@media (min-width: 1300px) {
    #valid_message, #error_message {
        position: absolute;
        font-size: 21px !important;
        top: 127px !important;
        width: 100%;
        left: 157px;
    }
}

#valid_message {
    color: green !important;
}

.partenaireSidebar {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}

.partenaireSidebar h4 {
    font-size: 17px;
    margin-right: 0;
    margin-bottom: 14px;
    display: block;
    font-family: Habibi, serif, Lato, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-decoration: underline;
}

.col-bloc-partenaire {
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 20px;
    margin-right: 15px;
}

.link-affiliation {
    position: relative;
    max-width: 300px;
    display: table;
    margin: 30px auto;
}

.link-affiliation .border {
    background: transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: -21%;
    height: 63px;
    left: -10%;
    border: 1px solid #1D1D1D;
}

.link-affiliation a {
    padding: 25px 30px;
    font-size: 17px;
    display: block;
    border: 1px solid #1D1D1D;
    text-decoration: none !important;
    color: #1D1D1D;
    z-index: 7;
    top: 0;
    left: 0;
    position: relative;
    background: #fff;
}

.link-affiliation:hover .border,
.link-affiliation:hover a {
    border: 0px;

}

.link-affiliation.link-blue:hover a {
    background: #209fd7;
    color: #fff;
}

.link-affiliation.link-orange:hover a {
    border: 0;
    background: #f1a600;

}

.link-affiliation.link-red:hover a {
    border: 0;
    background: #D31311;
    color: #fff;
}

.link-affiliation.link-yellow:hover a {
    border: 0;
    background: #ffda66;

}

.link-affiliation.link-pink:hover a {
    border: 0;
    background: #F6007D;
    color: #fff;
}

.link-affiliation.link-green:hover a {
    background: #667e6e;
    color: #fff;
}

.mainNavigation li {
    position: relative;
}

.subCatNav {
    position: absolute;
    display: none;
    padding: 3px 0px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    z-index: 4;
    background: #fff;
    width: 242px;
    left: 50%;
    margin-left: -121px;
}

.subCatNav li a {
    padding: 7px 7px;
    width: 228px;
}

.subCatNav li .hover-209fd7:hover {
    background: #209fd7;
    color: #fff;
}

.subCatNav li a.hover-167b9f:hover {
    background: #167b9f;
    color: #fff;
}

.subCatNav li a.hover-e83540:hover {
    background: #e83540;
    color: #fff;
}

.subCatNav li a.hover-e7cc4c:hover {
    background: #e7cc4c;
}

.subCatNav li a.hover-ea7a3e:hover {
    background: #ea7a3e;
    color: #fff;
}

.subCatNav li a.hover-cb687a:hover {
    background: #cb687a;
    color: #fff;
}

.subCatNav li a.hover-561F58:hover {
    background: #561f58;
    color: #fff;
}

.subCatNav li a.hover-b0213c:hover {
    background: #b0213c;
    color: #fff;
}

.subCatNav li a.hover-fd4873:hover {
    background: #fd4873;
}

.subCatNav li a.hover-fff:hover {
    background: #000;
    color: #fff;
}

.subCatNav li a.hover-000:hover {
    background: #000;
}

.triangle {
    position: absolute;
    top: -6px;
    left: 47%;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 3px 0 0 0;
    box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
    transition-property: transform;
    z-index: -4;
    transform: translateY(0) translateX(0) translateX(40%) rotate(45deg);
}

/*
    transform: translateY(0) translateX(var(--siteMenuArrowOffset)) translateX(50%) rotate(45deg);
    --siteHeaderArrowBackgroundColor: var(--cardBackground);
    position: absolute;
    top: 8px;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    transform: translateY(12px) translateX(var(--siteMenuArrowOffset)) translateX(50%) rotate(45deg);
    border-radius: 3px 0 0 0;
    background-color: var(--siteHeaderArrowBackgroundColor);
    box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
    transition-property: transform;
    transition-duration: var(--siteMenuTransition);
    z-index: 2;
 */

.nav_mobile .mainNavigation li a {
    text-align: left;
}

.nav_mobile .mainNavigation li {
    position: relative;
}

.nav_mobile .mainNavigation li .mobile-icon-nav {
    position: absolute;
    top: 35%;
    right: 0px;
    padding-right: 20px;
    height: 62%;
    width: 50%;
    z-index: 10;
    text-align: right;
    cursor: pointer;
}

.nav_mobile .mainNavigation li .mobile-icon-nav img {
    width: 16px;
    height: 16px;
}

.nav_mobile .mainNavigation li .mobile-close-nav {
    display: none;
}

.nav_mobile .mainNavigation .subNavigation-mobile-li {
    display: none;
}

.subNavigation-mobile {
    padding-left: 0;
    width: 100%;
    text-align: left;
    display: block;
    background: #f2f2f2;
}

.subNavigation-mobile li {
    border-bottom: 1px solid #fefefe;
}

.subNavigation-mobile li a {
    width: 100%;
    font-size: 15px !important;
    text-align: left;
}

.block-hidden {
    display: none;
}

@media all and (max-width: 767px) {
    .mainContentArticle p {
        font-size: 16px !important;
        line-height: 1.6;
    }

    .mainContentArticle {
        width: 100% !important;
    }
}

/*--------------- BANNER CHANNEL */
.banner-channel-container {
    display: block;
    position: relative;
}

.banner-channel-containe-right .banner-channel-c,
.banner-channel-containe-left .banner-channel-c {
    display: block;
    position: relative;
}

.banner-channel-containe-left {
    margin-bottom: 15px;
    position: fixed;
    left: -6px;
    height: 700px;
    width: 390px;
    display: none;
    top: 120px;
}

.banner-channel-containe-right {
    margin-bottom: 15px;
    position: fixed;
    right: -4px;
    height: 700px;
    width: 390px;

    display: none;
    top: 120px;
}


@media all and (min-width: 1920px) {
    .banner-channel-containe-left {
        display: block !important;
    }

    .banner-channel-containe-right {
        display: block !important;
    }
}

.banner-channel-container img,
.banner-channel-containe-left img,
.banner-channel-container-right img {
    display: block;
    position: relative;
    width: 100%;
}

.authorList {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.authorList .author-block {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.authorList h4 {
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-size: 14px;
    font-style: italic;

}

.authorList .author-name {
    font-family: Titillium Web;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;

}

.authorList .author-title {
    font-family: Titillium Web;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
}

.authorList a {
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none !important;
    cursor: pointer !important;
    border: 1px solid #1d1d1d;
    padding: 7px 10px;
    margin-top: 15px;
    color: #1d1d1d !important;
    display: table;

    border-radius: 15px;
    padding: 7px 11px 9px 11px;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.authorList a:hover {
    background: #bce1fb;
}

.authorList a.sexo:hover {
    background: #b0213c;
    color: #fff !important;
}

.authorList a.societe:hover {
    background: #b0213c;
    color: #fff !important;
}

.authorList a.lifestyle-deco:hover {
    background: #561f58;
    color: #fff !important;
}

.authorList a.cultulre:hover {

    background: #cb687a !important;
}

.authorList a.beaute:hover,
.authorList a.beauty:hover {
    background: #ea7a3e !important;
}

.authorList a.mode:hover,
.authorList a.fashion:hover {

    background: #e83540 !important;
}

.authorList a.recettes:hover {
    background: #e7cc4c !important;
}

.authorList a.restaurants-food-paris:hover {
    background: #209fd7 !important;
}

.authorList a.week-end:hover {
    background: #167b9f !important;
    color: #fff !important;
}

#container-author {
    border-radius: 30px;
    margin: 30px auto;
    padding: 40px 36px;
    width: 100%;
    max-width: 780px;
    height: 480px;
    display: block;
    position: relative;
}


#container-author h1 {
    padding-left: 20px;
    font-weight: 400;
    line-height: 23.8px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: Habibi, serif, Lato, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

#container-author h2 {
    padding-left: 20px;
    font-weight: 600;
    line-height: 23.8px;
    font-size: 14px;
    padding-top: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
}

#container-author p {
    padding-left: 20px;
    line-height: 1.5;
    line-height: 23.8px;
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif;
}

#container-author img {
    /* height: 350px;
    width: initial;*/
    border: 2px solid #fff;
    display: block;
    margin: 0px auto;
    width: 300px;
    height: 400px;
    margin-bottom: 30px;
}

@media all and (min-width: 767px) and (max-width: 991px) {
    #container-author img {
        width: 270px;
        height: 360px;
    }
}

#container-author .noPicture {
    height: 350px;
    width: initial;
    background: #ccc;
    border: 2px solid #fff;
    display: block;
    margin: 10px auto;
}

#container-author .socials {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin-top: 20px;
    display: inline-block;
}

#container-author .socials li {
    list-style: none;
    margin-right: 20px;
    padding: 0;
    display: inline-block;
}

@media all and (max-width: 767px) {
    #container-author {
        width: calc(100% - 30px);
        height: inherit;
    }

    #container-author h2 {
        text-align: left;
    }

    #container-author p {
        text-align: justify;
    }

    #container-author .socials {
        width: 100%;
        text-align: center;
    }

    #container-author img {
        width: 270px;
        height: 360px;
    }
}

@media all and (min-width: 1024px) {
    #search-wrapper .ais-hits--item:nth-child(3n):after {
        content: ".";
        display: block;
        height: 1px;
        clear: both;
        visibility: hidden;
    }

    #search-wrapper .resultBloc img {
        max-height: 152px;
    }
}

@media all and (min-width: 1140px) {
    #search-wrapper .ais-hits--item:nth-child(3n):after {
        content: ".";
        display: block;
        height: 1px;
        clear: both;
        visibility: hidden;
    }

    #search-wrapper .resultBloc img {
        max-height: 189px;
    }
}

#espacePremium-127 a {
    cursor: url(http://www.doitinparis.com/files/2023/partenaires/prix-diane/components/cursor.png), pointer !important;

}


#shareLinkedin svg {
    margin-top: -1.5px;
}

#shareLinkedin svg path {
    fill: #000 !important;
}