@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 200;
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    font-weight: 400;
    src: url('../fonts/Merriweather/Merriweather-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Merriweather/Merriweather-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    font-weight: 900;
    src: url('../fonts/Merriweather/Merriweather-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather';
    font-weight: 700;
    src: url('../fonts/Merriweather/Merriweather-Bold.ttf') format('truetype');
}


body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Autoriser la sélection dans les formulaires */
input, textarea, select {
    user-select: text;
    -webkit-user-select: text;
}

.dlg_bandeau_abo_mobile {
    display: none;
}
.row {
    margin: 0px !important;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: Roboto, Arial, serif;

}
ul  {
    list-style: none;
    padding: 0px;
}
div, li, input {
    background-repeat: no-repeat;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.searchbarphone {
    display: none;
}
.searchterm {
    background-color: blue;
    border: none;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    color:white;
}
.searchterm::placeholder {
    color: rgb(128, 152, 247);
}

.clearfix_sommaire:after {
    content: " ";
    display: block;
    height: 0;
    margin-bottom:60px;
    clear: both;

}
.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.mandatory-field {
    font-size: 12px;
    margin-bottom: 40px;
}
.dlg_erreur1 {
    width: 344px;
}

.dlg_erreur2 {
    width: 750px;
}
.dlg_erreurhome {
    background-color: #FAC800;
    font-size: 16px;
    margin: 0px auto;
    height: 282px;
    width: 344px;
    top: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    left: 25%;
}
.dlg_erreur {
    background-color: #FAC800;
    font-size: 16px;
    position: absolute;
    height: 130px;
    top: -100px;
    left: -8px;
    z-index:50;
}
.dlg_erreurtropdelectures {
    background-color: #FAC800;
    font-size: 16px;
    position: absolute;
    height: 130px;
}

.dlg_erreur_msg {
    width: 80%;
    margin: 0;
    margin-left: 16px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlg_erreur_msghome {
    width: 80%;
    margin: 0;
    margin-left: 16px;
    top: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.dlg_erreur_close {
    position: absolute;
    width: 40px;
    height:40px;
    top: 10px;
    right: 10px;
    background-image: url(/img/new/croix2.svg);
    background-position: center center;
    cursor: pointer;
    margin-bottom: 20px;
}

.dlg_promo_close {
    position: absolute;
    width: 40px;
    height:40px;
    top: 10px;
    right: 10px;
    background-image: url(/img/new/croixblanche.svg);
    background-position: center center;
    cursor: pointer;
    margin-bottom: 20px;
}

.exclusif {
    color: blue;
    display: inline;
    font-size:18px;
    font-weight: 900;
}
.coronavirus {
    color: #FAC800;
    display: inline;
    font-size:18px;
    font-weight: 900;
}
.rubfiletnoir {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    display: table;
    white-space: nowrap;
    width: 100%;
    margin-top:50px;
}

.rubfiletnoir:after,
.rubfiletnoir:before {
    content: "";
    display: table-cell;
    width: 25%;
    background: linear-gradient(black, black) repeat-x left center;
    background-size: 6px 6px;
}
.mediumcontent {
    width: 816px;
    margin:0px auto;
}
.entete {
    max-height: 200px;
    position: relative;
    background-color: black;
    width: 100%;
    height: 200px;

}

.entete_new {
    max-height: 120px;
    position: relative;
    width: 100%;
    height: 120px;

}

.entetecontent {
    max-height: 200px;
    position: relative;
    background-color: black;
    z-index: 2;
}
.entetecontent_new {
    max-height: 120px;
    position: relative;
    background-color: black;
    z-index: 2;
}
.entetecol {
    background-color: white;
    height: 200px;
    width: 60%;
    position: absolute;
    right: 0px;
    z-index: 1;
}
.entetegauche {
    width: 160px;
    color: white;
    height: 200px;
    background-color: black;
    position: relative;
    float: left;
}
.entetegauche_new {
    width: 312px;
    color: white;
    height: 120px;
    background-color: black;
    position: relative;
    float: left;
}
.entetedroite {
    color: black;
    height: 200px;
    width: 616px;
    float:left;
    position: relative;
    background-color: white;

}

.entetedroite_new {
    color: black;
    height: 120px;
    width: 616px;
    float:left;
    position: relative;
    background-color: white;

}

.entete1_new {
    top: 50px;
    width: 173px;
    height: 55px;
    position: relative;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    float: left;

}
.entete2_new {
    top: 34px;
    height: 75px;
    position: relative;
    text-align: right;
    font-size: 50px;
    font-weight: 900;
    margin-right: 3px;
    color:white;
    width: 120px;
    float: right;
}
.entete3_new {
    top: 34px;
    height: 75px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color:black;
}

.entete1 {
    top: 65px;
    height: 23px;
    position: relative;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.entete2 {
    top: 65px;
    height: 75px;
    position: relative;
    text-align: right;
    font-size: 67px;
    font-weight: 900;
    margin-right: 3px;
    color:white;
}
.entete3 {
    top: 65px;
    height: 23px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.entete4 {
    top: 65px;
    height: 75px;
    position: relative;
    font-size: 67px;
    font-weight: 900;
    color:black;
}

.entete_bandeau {
    height: 64px;
    line-height: 64px;
    background-color: blue;
    color:white;
    font-size: 20px;
    font-family: Merriweather;
    font-weight: 500;
    width: 100%;
    position: relative;
}
.entete_bandeau_abo {
    left: 40px;
    background-image: url(/img/new/homearrow.svg);
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 47px;
    position: absolute;
    display: table-cell;
    cursor: pointer;
    color: white;
    font-weight: 700;

}

.entete_bandeau_abo:hover {
    background-image: url(/img/new/homearrowover.svg);
}
.entete_bandeau_lettre {
    background-image: url(/img/new/homearrow.svg);
    background-position: left center;
    background-size: 30px 30px;
    text-align:right;
    right: 40px;
    position: absolute;
    cursor: pointer;
    width: 450px;
    font-weight: 700;
    max-width: 100%;

}
.entete_bandeau_lettre:hover {
    background-image: url(/img/new/homearrowover.svg);
}
.toolbar {
    height: 64px;
    background-color: black;
    color:white;
    padding-top: 14px;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    display: table;
    width: 100%;
    position: relative;
}

.hambbtn {
    line-height: 54px;
    left: 40px;
    position: absolute;
    display: table-cell;
    cursor: pointer;
}

.eveningentete {
    left: 40px;
    position: absolute;
    display: table-cell;
    cursor: pointer;
}

.loupebtn {
    text-align:right;
    right: 40px;
    position: absolute;
    display: table-cell;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
.toolbarcontent ul {
    display: table;
}

.toolbarcontent li:last-child{
    background-image: url(/img/new/compteblanc.svg);
    background-size: 24px 24px;

    background-position-x: left;
    background-position-y: 7px;
    padding-left: 29px;
}
.toolbarcontent li {
    display: table-cell;
}

.toolbarrdv {
    height: 100%;
    width:200px;
    display: none;
    position: absolute;
    top:72px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: black;
}

.toolbarrdv li, .search_onemore .search_onemore:last-child, .edito_more .edito_onemore:last-child, .toolbarcompte li {
    margin-top: 30px;
}

.toolbarcompte {
    height: 100%;
    width:200px;
    display: none;
    position: absolute;
    top:72px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: black;
}


.toolbarhamb, .toolbarcomptephone {
    height: 100%;
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: black;
}
.toolbarhamb li, .toolbarcomptephone li {
    margin-top: 20px;
}
.toolbarhamb ul, .toolbarcomptephone ul {
    float:left;
    margin-top: 10px;
    width: 335px;
}
.toolbarhamb ul .toolbarhamb_sousmenu:not(:first-child)
{
    padding-top: 57px;
}
.toolbarhamb_sousmenu span {
    border-bottom: solid 6px black;
    padding-bottom: 2px;
}
.toolbarhamb_lalettre {
    height: 40px;
    width: 344px;
    border: solid 1px black;
    font-size: 16px;
    font-weight: 500;
    background-image: url(/img/new/exit_to_app.svg);
    background-size: 22px 22px;
    background-position: center left 8px;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 39px;
    margin-top: 62px !important;

}
.toolbarsearch {
    display: none;
}
.toolbartemp {
    width: 816px;
    display: table-cell !important;
}
.searchbar input{
    line-height: 70px;
    font-size: 24px;
    color: white;
    width: 100%;
    background-color: blue;
    border: none;
    width: 600px;
}
.bandeaufooter {
    position: relative;
    background-color: black;
    height: 72px;
    width: 100%;
    color: white;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.newfooter {
    position: relative;
    width: 100%;
    height: 350px;
    color: blue;
}

.newfooter ul{
    height: 120px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 32px;
}
.newfooter ul li {
    display: inline-block;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    width: 19.5%;
    margin: 0px;
}

.entete_rubrique {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.onerow_v2 {
    display: block;
    position: relative;
}
.onestory_v2 {
    width:386px;
    float: left;
    line-height: 23px;

}
.onestory_v2:nth-child(even) {
    float:right;
    right:0px;
}
.onepicture_v2 {
    background-position: center center;
    max-height: 216px;
    width: 100%;
    height: 216px;
    max-width: 386px;
    margin-bottom: 20px;
}
.onestory_v2_rubrique {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 8px;
}
.onestory_v2_titre1 {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 22px;
    color:blue;
}
.onestory_v2_titre2 {
    font-family: Merriweather;
    font-size: 22px;
}
.onerow {
    margin-bottom: 32px;
    height: 216px;
    display: block;
    position: relative;
}
.onepicture {
    float: left;
    background-position: center center;
    max-height: 216px;
    width: 100%;
    height: 100%;
    max-width: 368px;
}
.onestorytop {
    height: 100%;
    float: left;
    width: 424px;
    margin-left: 24px;

}
.onestory {
    width: 424px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rubrique_level1 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rubrique_level2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-height: 90px;
    overflow: hidden;
}
.rubrique_level3 {
    max-height: 62px;
    overflow: hidden;
    margin-bottom: 10px;
}
.rubrique_level3_exclusif {
    max-height: 64px;
    overflow: hidden;
    margin-bottom: 10px;
}
.rubrique_level3 p, .rubrique_level3_exclusif p{
    font-size: 16px;
    line-height: 20px;
    /*max-height: 50px;*/
}
.rubrique_level3 span+p, .rubrique_level3_exclusif  span+p{
    display: inline;
}
.rubrique_date {
    font-size: 13px;
}

.date_v2 {
    font-size: 13px;
    margin-top: 8px !important;
}
.morestory {
    width: 327px;
    height: 48px;
    background-color: black;
    color:white;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
}
.morestory_home {
    margin-bottom: 0px;
}
.morestory:last-of-type {
    margin-bottom: 50px;
}
.morestory_home:last-of-type {
    margin-bottom: 50px;
}
.abolink {
    width: 288px;
    height: 48px;
    /*background-color: black;*/
    color:white;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    right: 40px;
    bottom: 40px;
    position: absolute;
    border: solid 1px white;
}
.abolink:hover {
    background-color: blue;
    border: none;
}

.abo_formules {
    width: 100%;
    height: 279px;
    background-color: #E1E6FF;
    background-image: url(/img/new/walletNoirBleu.svg);
    background-size: 170px 154px;
    background-position: center top 25px;
    margin-bottom: 20px;
    padding-top: 200px;
}
.voirnosformules {
    width: 328px;
    height: 48px;
    background-color: black;
    color: white;
    margin: 0px auto;
    line-height: 48px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.nosoffres {
    background-color: #E1E6FF;
    width: 100%;
    margin: 0px;
    top: 0px;
    padding-bottom: 62px;
}
.contactcontent {
    width: 736px;
    margin: 0px auto;
    margin-bottom: 100px;
}


.contactrub {
    color: blue;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    display: table;
    white-space: nowrap;
    width: 100%;
}

.contactrub:after,
.contactrub:before {
    content: "";
    display: table-cell;
    width: 25%;
    background: linear-gradient(blue, blue) repeat-x left center;
    background-size: 6px 6px;
}
.contactredac:after,
.contactredac:before {
    width: 30%;
}

.contactcommercial {
    margin-top: 80px;
}
.contactentete {
    height: 153px;
}
.contactemail, .contactemail a, .contactemail a:hover {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    color: blue;
    text-decoration: underline;

}
.onecontact {
    height: 198px;
    width: 136px;
    float:left;
    margin-left: 50px;
    margin-right: 14px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.onecontact a, onecontact.a:hover {
    color: blue;
    text-decoration: underline;
    font-weight: 500;
}
.onecontact img {
    margin-bottom: 8px;
    width: 124px;
    height: 124px;
    border-radius: 100%;
    border: solid 1px #D0D9FC;
}

.home_titlesv2_phone {
    display: none;
}
.home_titlesv2 {
    padding-top:32px;
    z-index:2;
    position:relative;
    line-height:29px;
}
.home_photounev2 {
    height: 528px;
    max-height: 528px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.home_photounev2::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: rgba(0,0,0,0.4);
}

.home_articleune {
    height: 528px;
    max-height: 528px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.home_articleune_fond {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.30);
}
.home_articleune_titre {
    position: relative;
}
.home_articleune_titre_partie1 {
    font-family: 'Merriweather';
    font-size: 30px;
    color: #FFD800;
    font-weight: 900;
}
.home_articleune_titre_partie2 {
    font-family: 'Merriweather';
    font-size: 30px;
    color: white;
    font-weight: 700;
}
.home_articleune_titre h1 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    margin: 0px;
    text-transform: uppercase;
    position: absolute;
    width: 368px;
    height: 208px;
    top: 56px;
}
.home_rubrique {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 6px black;
    height: 54px;
    margin-bottom: 54px;
    margin-top: 102px;
}
.home_chroniquedujour {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 293px;
}
.home_chroniquedujour_img {
    background-position: top center;
    height: 200px;
    background-size: contain;
}
.home_chroniquedujour1 {
    background-color: blue;
    color:white;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    width: 327px;
    margin: 0px auto;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 10px;
}
.home_chroniquedujour2{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: blue;
}
.home_chroniquedujour2 span:nth-child(2){
    font-style: normal;
}

.btnlettre {
    width: 288px;
    height: 48px;
    border: solid 1px white;
    text-transform: uppercase;
    color:black;
    border: solid 1px black;
    text-align: center;
    line-height: 48px;
    right: 40px;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    top: 114px;
    text-decoration: none;
    z-index: 3;

}
.btnlettre:hover {
    background-color: #007C2E;
    cursor: pointer;
    border: none;
    color: white;
}

.story_rubrique {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 82px;
    text-transform: uppercase;
}
.story_rubriqueshort {
    display: none;
}

.story_entete {
    padding-left: 80px;
    padding-right: 80px;

}
.story_v2_title1 {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 28px;
    color:blue;
    text-transform: none !important;
}
.story_v2_title2 {
    font-family: Merriweather;
    font-size: 28px;
    font-weight: 400;
    text-transform: none !important;
}
.story_title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.story_title_v2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.story_v2_short {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
    font-family: Roboto;
}
.story_short {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}
.story_short span+p, .story_v2_short span+p{
    display: inline;
}
.story_short a, .story_short a:hover {
    text-decoration: underline;
    color: black;
    background-color: #E1E6FF;
}
.story_date {
    font-size: 13px;
}
.story_author {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

}
.story_btn_print, .story_btn_share{
    height: 24px;
    width: 152px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-top: 35px;
    margin-bottom:16px;
    margin-right: 40px;
    border: solid 1px black;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.story_picture{
    /*height: 480px;*/
    margin-top: 40px;
}

.story_picture div{
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.story_picture img{
    max-width: 816px;
    margin: 0px auto;
    max-height: 480px;
}
.story_caption {
    font-size: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}

.story_content {
    font-size: 16px;
    font-family: Merriweather;
    line-height: 28px;
    padding-left: 80px;
    padding-right: 80px;

}

.copyright {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-top: 43px;
}
.story_content a, .story_content a:hover {
    text-decoration: underline;
    color: black;
    background-color: #E1E6FF;
}
.story_comment {
    margin-top: 66px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.story_commentbtn {
    width: 324px;
    height: 48px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin: 0px auto;
    border: solid 1px black;
    line-height: 48px;
    margin-top: 18px;
    text-transform: uppercase;

}
.story_paywall {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    display: table;
    white-space: nowrap;
    width: 100%;
    margin-top:50px;
}

.story_paywall:after,
.story_paywall:before {
    width: 25%;
}

.story_abo {
    width: 100%;
    height: 154px;
    background-image: url(/img/new/walletNoir.svg);
    background-size: 170px 154px;
    background-position: center top;
    margin-top: 120px;
    margin-bottom: 20px;
}

.story_evening {
    width: 100%;
    background-image: url(/img/new/lettre.svg);
    background-size: 190px 123.5px;
    background-position: center top;
    height: 123.5px;
    margin-top: 120px;
    margin-bottom: 20px;
}

.story_bandeau {
    background-color: black;
    height: 72px;
    text-transform: uppercase;
    font-size: 28px;
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 72px;
}

.story_readmore {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    display: table;
    white-space: nowrap;
    width: 100%;
    margin-top: 130px;
    margin-bottom: 96px;
}
.story_readmore:after,
.story_readmore:before {
    width: 38%;
}
.story_onemore_v2 {
    width: 25%;
    min-width: 25%;
    float:left;
    margin-bottom: 30px;
}

.story_onemore {
    width: 25%;
    height: 304px;
    float:left;
    margin-bottom: 84px;
    font-size: 13px;
    text-transform: uppercase;
}
.story_onemorepict {
    height: 112px;
    width: 176px;
    margin-bottom: 10px;
    background-position: center center;
}

.story_onemore div {
    margin-bottom: 10px !important;
    width: 176px;
    margin: 0px auto;
}
.story_onemore:nth-child(2) div,
.story_onemore:nth-child(6) div {
    margin-left: 0px;
}
.story_onemore:nth-child(5) div,
.story_onemore:nth-child(9) div {
    float: right;
}
.story_onemore div:nth-child(3) {
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
}
.story_end {
    display: none;
}
.morning_entete {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 84px;
}
.morning_enteteshort {
    display: none;
}
.morning_first {
    position: relative;
    height: 208px;
}
.morning_first div:nth-child(1) {
    width: 368px;
    height: 208px;
    float:left;
    font-size: 10px;
    text-transform: uppercase;
}
.morning_first div:nth-child(2) {
    float:left;
    margin-left: 24px;
    height: 208px;
    display: flex;
    align-items: center;
    width: 424px;
}

.morning_citation {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
    font-style: italic;
    font-family: Roboto;
}
.morning_citationauteur {
    font-size: 16px;
    line-height: 20px;
}

.morning_surveiller {
    margin-top: 100px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 50px;
}

.morning_rub {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 6px black;
    height: 54px;
    margin-bottom: 20px;
}

.morning_surveiller p {
    border-bottom: solid 1px black;
    margin-left: 80px;
    margin-right: 80px;
}
.morning_surveiller p span:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
}
.morning_surveiller p span:last-child {
    line-height: 12px;
    display: block;
}

.morning_indices {
    margin-top: 100px;
}
.morning_indices_onetab td{
    padding-bottom: 10px;
}
.morning_indices_onetab {
    width: 344.5px;
    margin-bottom: 40px;
    min-height: 275px;
    max-height: 275px;
}
.morning_indices_onetab:nth-child(even) {
    float: left;

}
.morning_indices_onetab:nth-child(odd) {
    float: right;
}
.morning_indices_largetab, .morning_indices_largetab:nth-child(odd) {
    width: 648px;
    margin-left: 80px;
    margin-top: 50px;
    position: relative;
    float: none;
    margin-bottom: 0px;
}

.morning_indices_onetab table {
    width: 344.5px;
}
.morning_indices_largetab  table {
    width: 100%;
}

.morning_indices_onetab thead tr td:first-child{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: solid 6px black;
    height: 40px;
    vertical-align: text-top;
}
.morning_indices_onetab tbody {
    font-size: 15px;
}
.morning_indices_onetab tr:not(:first-child) {
    font-size: 15px;
    border-bottom: solid 1px black;
    height: 30px;
}
.morning_indices_onetab tbody tr:first-child {
    max-height: 10px !important;
    border-bottom: none;
}
.morning_indices_onetab tr td:nth-child(3){
    text-align: right;
}

.morning_cles {
    height: 272px;
    background-color: #E6E6E6;
    position: relative;
}

.morning_cles ul {
    margin-left: 40px ;
    height: 185px;
    padding-top: 10px;
    width: 306px;
}

.morning_cles ul li {
    border-bottom: solid 1px black;
    font-size: 15px;
    width: 100%;
    float: left;
    height: 32px;
    line-height: 31px;
}
.morning_cles ul li span{
    float: right;
    font-weight: 500;
}
.morning_cles ul li:last-child span:last-child{
    background-color: white;
}

.morning_cles ul li:nth-of-type(1) {
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.morning_cles_img {
    position: absolute;
    top:8px;
    left: 465px;
}
.morning_cles_entete {
    height: 67px;
    width: 306px;
}
.morning_chiffre {
    width: 656px;
    margin: 0px auto;
    margin-top: 100px;
}
.morning_chiffre div:first-child {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.morning_chiffre div:nth-child(2) {
    background-color: black;
    color: white;
    height: 72px;
    width: 100%;
    line-height: 72px;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.morning_chiffre div:last-child {
    font-size: 16px;
    font-family: Merriweather;
    line-height: 28px;
}

.tendigits_rubrique {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tendigits_content {
    width: 648px;
    margin: 0px auto;
    margin-bottom: 150px;
}

.tendigits_date {
    font-size: 13px;
}
.tendigits_content li {
    border-bottom: solid 1px black;
    margin-top: 40px;
}

.tendigits_content li div:first-child {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    height: 58px;

}

.tendigits_content li div:last-child {
    font-size: 16px;
    line-height: 25px;
    font-family: Merriweather;
    margin-bottom: 20px;

}
.edito_content {
    width: 648px;
    margin: 0px auto;
}
.edito_content h1 {
    font-size: 35px;
    font-family: Merriweather;
    color: black;
}
.edito_content h1 span:first-child {
    color: blue;
    font-weight: 900;
    text-transform: capitalize;
}
.edito_content h1 span:last-child {
    font-style: italic;
}
.edito_content_img{
    background-position: center left;
    height: 181px;
    width: 100%;
    margin-top: 50px;
    border-bottom: solid 1px black;
    background-size: contain;
}
.edito_short {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    font-family: Roboto;
    font-style: italic;
    margin-bottom: 40px;
}
.edito_date {
    font-size: 13px;
    margin-bottom: 50px;
}
.edito_text {
    margin-top: 44px;
    font-size: 16px;
    font-family: Merriweather;
    line-height: 28px;
}
.edito_rubprevious {
    margin-top: 120px;
}
.edito_rubprevious:after,
.edito_rubprevious:before {
    width: 30%;
}
.edito_rubpreviousshort {
    display: none;
}
.edito_more {
    width: 648px;
    margin: 0px auto;
}

.edito_onemore_ligne1_v2 {
    font-family: Roboto;
    font-size: 12px;
    text-transform: uppercase;

}
.edito_onemore_ligne2_v2 {
    font-family: Merriweather;
    font-size: 15px;
    font-weight:  700;
    color: blue;
}

.edito_onemore_date {
    font-size: 12px;
}

.edito_onemore_titre {
    font-weight:  400;
    color: black;

}
.edito_more .edito_onemore:first-child {
    margin-top: 54px;
}

.edito_onemore p:first-child {
    font-size: 13px;
    text-transform: uppercase;
}
.edito_onemore p:nth-child(2) {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}
.edito_onemore p:nth-child(3) {
    font-size: 15px;
    font-weight: 400;
}
.edito_onemore p:last-child {
    font-size: 13px;
}

.evening_bandeau {
    display: none;
}
.evening_entete {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}
.evening_prev {
    float:right;
    font-size: 25px;
    font-weight: 400;

}
.evening_prevbottom {
    width: 150px;
    margin:0px auto;
    font-size: 25px;
    color:white;
    font-weight: 400;
    line-height: 72px;

}
.evening_prev img, .evening_prevbottom img {
    margin-left: 10px;
    margin-right: 10px;
}
.formcontent {
    width: 328px;
    margin: 0px auto;
    position: relative;
}
.formcontentlarge {
    width: 734px;
    margin: 0px auto;
    position: relative;
}
.formentete {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    background-color: black;
    width: 100%;
    height: 48px;
    margin-bottom: 27px;
}
.forgot_confirm {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.formlabel{
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding-left: 8px;
}
.forminput{
    width: 100%;
    font-size: 16px;
    height: 48px;
    margin-bottom: 19px;
    border: solid 1px black;
    padding: 5px;
}

.formselect {
    background:url("/img/new/select.svg") top 12px right 12px no-repeat;
    background-size: 9px 24px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    height: 48px;
    margin-bottom: 19px;
    border: solid 1px black;
    padding: 5px;
    border-radius: 0%;
}
.formselect::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: .75em;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #444;
    border-width: 6px;
    border-style: solid;
    pointer-events: none;
}

.formtextarea{
    width: 100%;
    font-size: 16px;
    height: 331px;
    margin-bottom: 16px;
}
.formbutton {
    background-color: blue;
    line-height: normal;
    border: none;
}
.form_droitacces {
    font-size: 12px;
    text-align: left;
    margin-bottom: 150px !important;
    color: #787878;
}
.rememberme {
    font-size: 13px;
    text-align: right;
    font-weight: 400;
    float: right;
}
.formcheck {
    height: 20px;
    width: 20px;
    margin-left: 5px !important;
    top: 5px;
    position: relative;
}


.forgotpwd, .forgotpwd a, .forgotpwd a:hover {
    width: 100%;
    color: blue;
    text-decoration: underline;
    font-size: 13px;
    text-align: right;
    margin-bottom: 22px;
    height: 29px;
    line-height: 35px;
}
.formloginbtn {
    text-align: right;
    background-image: url(/img/new/evening-right.png);
    background-position: center right 20px;
    padding-right: 50px;
    border: none;
}
.forgot_entete {
    background-color: blue;
}
.forgot_content {
    font-size: 18px;
    margin-bottom: 20px;
}

.story_lepluslu_v2 {
    text-transform: none !important;
    line-height: 17px;
}


.story_lepluslu_titre1 {
    font-family: Merriweather;
    font-size: 15px;
    font-weight: 700;
    color:blue;
}
.story_lepluslu_titre2 {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 15px;
}

.story_lepluslu {
    width: 176px;
    height: 304px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
.story_lepluslupict {
    height: 112px;
    width: 176px;
    margin-bottom: 10px;
    background-position: center center;
}

.story_lepluslu div {
    margin-bottom: 10px !important;
    width: 176px;
    margin: 0px auto;
}
.story_lepluslu div:nth-child(3) {
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
}

.formnl_divgauche{
    font-size: 16px;
    font-weight: 700;
    width: 328px;
    margin-right: 78px;
    display: inline-block;
    vertical-align: top;
}
.formnl_divdroite_principal {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}
.formnl_divdroite {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.formnl_check {
    position: absolute;
    left: -9999px;
}
.formnl_check + label {
    height: 25px;
    width: 25px;
    border: solid 1px black;
    margin-right: 23px ;
}
.formnl_check:checked + label {
    background: center center no-repeat url(/img/new/checkboxselected.svg);
}

.formnl_zone {
    border-bottom: solid 1px black;
    margin-top: 40px;
    padding-bottom: 40px;
}
.formnl_zone_nonabo {
    margin-top: 40px;
    padding-bottom: 40px;
}
.formnl_zone div {
    height: 40px;
    font-size: 16px;
}
.formnl_button {
    width: 328px;
    margin: 0px auto;
    margin-top: 40px;
}

.search_entete {
    margin-top: 50px;
    margin-bottom: 30px;
}
.search_entete span{
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 6px black;
    padding-bottom: 5px;
}
.search_onefilter {
    width: 249px;
    margin-right: 19px;
}
.search_nbresults {
    font-size: 15px;
}

.search_onemore {
    margin-top: 50px;
}
.search_onemore .search_onemore:first-child {
    margin-top: 54px;
}

.search_onemore p:first-child {
    font-size: 12px;
    text-transform: uppercase;
}
.search_onemore p:nth-child(2) {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}
.search_onemore p:nth-child(3) {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.search_onemore p:last-child {
    font-size: 12px;
}
.search_pagerwrapper, .search_pagerwrapper a, .search_pagerwrapper a:hover {
    margin-top: 80px;
    margin-bottom: 100px;
    font-size: 25px;
    color: black;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 200;
    cursor: pointer;
}
.search_pagewrappercurrent {
    font-weight: 700 !important;
}

.cgv_entete {
    font-size: 28px;
    font-weight: 700;
    color: blue;
    text-align: center;
    border-bottom: solid 6px blue;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 88px;
}
.cgv_content {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Merriweather;
    padding-bottom: 100px;
}
.cgv_content h1 {
    font-size: 18px;
    font-weight: 800;
}
.cgv_content h2 {
    font-size: 16px;
    font-weight: 800;
}
.cgv_content h3 {
    font-size: 16px;
    font-weight: 800;
}
.cgv_content p {
    font-size: 16px;
    line-height: 28px;
}
.cgv_content a, .cgv_content a:hover {
    color: blue;
}
.modifieremail {
    color:blue;
    text-decoration: underline;
    font-weight: 400;
}
.monabo {
    height: 500px;
    background-color: #E1E6FF;
    position: absolute;
    width: 100%;
    margin: 0px;
    top: 0px;
}
.abo_current {
    margin-top: 62px;
}

.abo_current div:first-of-type {
    width: 328px;
    text-align: center;
    display: block;
    float: left;
}

.abo_current div:first-of-type span:last-of-type {
    font-size: 40px;
    font-weight: 500;
    display: block;
}
.abo_current_monabo div:first-of-type p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
}
.abo_current div:last-of-type {
    float: right;
    width: 328px;
    text-align: left;
    font-size: 15px;
}
.abo_current div:last-of-type strong {
    font-weight: 500;
}
.abo_current_title {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
}
.abo_facturation {
    position: absolute;
    width: 100%;
    margin: 0px;
    top: 500px;
}
.abo_facturation .formcontentlarge div:first-of-type{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    width: 328px;
    display: block;
    float: left;
}
.abo_facturation h1, .paiement h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: solid 1px black;
    margin-bottom: 20px;
    margin-top: 64px;
}
.abo_form {
    float: right;
    width: 328px;
    text-align: left;
    font-size: 15px;
}
.abo_form label span {
    color: blue;
    text-decoration: underline;
    font-weight: 400;
}
.slideshow-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.slidernext, .sliderprev {
    cursor: pointer;
    position: absolute;
    top: 20%;
    margin-top: -22px;
    transition: 0.6s ease;
    border-radius:50%;
    width:36px;
    height:36px;
    font-size: 6px;
    background-color: rgba(0, 0, 0, 0.25);
    /*opacity: 0.25;*/
}

.sliderprev {
    left: 0;
    background-image: url(/img/new/slidergauche.svg);
    background-position: center center;
    background-size: 20px 20px;
}

.slidernext {
    right: 0;
    background-image: url(/img/new/sliderdroit.svg);
    background-position: center center;
    background-size: 20px 20px;
}

.abonnement {
    width: 736.5px;
    margin: 0px auto;
    margin-top: 150px;
    position: relative;
}
.abonnement_rub_unite {
    font-size: 28px;
    font-weight: 700;
    border-bottom: solid 6px black;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 44px;
}

.abonnement_achatunite {
    background-image: url(/img/new/walletNoir.svg);
    background-size: 128px 116px;
    background-position: top left;
    width: 300px;
    height: 116px;
    padding-left: 150px;
    font-size: 35px;
    font-weight: 700;
    margin: 0px auto;
    margin-bottom: 80px;
    line-height: 27px;
    padding-top: 44px;
}

.abonnement_achatunite span:last-of-type{
    display: block;
    font-size: 21px;
}


.abonnement_unite {
    margin-top: 62px;
    margin-bottom: 30px;
}

.abonnement_unite div:first-of-type {
    width: 328px;
    font-size: 35px;
    font-weight: 700;
    text-align: right;
    line-height: 145px;
    display: block;
    float: left;
    background-image: url(/img/new/walletNoir.svg);
    background-size: 128px 116px;
    background-position: top left 50px;
    height: 116px;
}
.abonnement_unite_bleu {
    background-image: url(/img/new/walletNoirBleu.svg) !important;
}

.abonnement_unite div:last-of-type {
    float: right;
    width: 328px;
    text-align: left;
    font-size: 15px;
}
.abonnement_unite div:last-of-type span {
    display: block;
}
.abonnement_level1 {
    font-size: 13px;
    text-transform: uppercase;
}
.abonnement_level2 {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 800;
}
.abonnement_level3 {
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    max-height: 59px;
}
.abonnement_date {
    font-size: 13px;
    margin-bottom: 20px;
}
.abonnement_btn {
    width: 328px;
    height: 48px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: blue;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 100px;
    cursor: pointer;
    border: none;
}
form:last-of-type .abonnement_btn {
    margin-bottom: 150px;
}
.abo_current a, .abo_current a:hover, .abonnement_unite a, .abonnement_unite a:hover{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}

.paiement {
    width: 100%;
    margin: 0px;
}
.paiement_entete {
    background-color: #E1E6FF;
    width: 100%;
    margin: 0px;
    top: 0px;
    padding-bottom: 62px;
}
.paiement_cartes {
    font-size: 16px;
    font-weight: 700;
    float:left;
}

.paiement_rappel {
    float:right;
    width: 328px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.paiement_rappel p:not(:first-of-type) {
    font-size: 16px;
    font-weight: 400;
}
.paiement_rappel p:last-of-type {
    font-size: 20px;
    font-weight: 700;
}

.paiement_rappel span {
    float: right;
}
.paiement_cartes p:first-child, .paiement_rappel p:first-child{
    margin-bottom: 32px;
}
.paiement_facturesend {
    font-style: italic;
    font-size: 16px;
}

.btnWan {
    position: absolute;
    top:40px;
    width: 40px;
    height: 40px;
    left:40px;
    background-image: url(/img/new/W.svg);
}
.btnClose {
    position: absolute;
    top:40px;
    width: 40px;
    height: 40px;
    right:40px;
    background-image: url(/img/new/croix2.svg);
    cursor: pointer;
}
.creationcompte {
    text-align: center;
    font-size: 16px;
}
.creationcompte_rappel {
    font-weight: 700;
}
.creationcompte_emailincorrect {
    color: blue;
}
.creationcompte_emailincorrect a, .creationcompte_emailincorrect a:hover {
    text-decoration: underline;
}
.creationcompte_renvoi {
    width: 328px;
    margin: 0px auto;
    height: 48px;
    background-color: #969393;
    color: white;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    cursor: pointer;
}


.dlg_bandeau_promo {
    width: 100%;
    max-width: 100%;
    position: fixed;
    background-color: #FFD800;
    color: blue;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 25px;
    line-height: 90px;
    height: 90px;
    text-align: center;
    bottom: 0px;
    z-index: 1000;
}

.dlg_bandeau_promoV2_Global {
    width: 100%;
    position: fixed;
    background-color: black;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    text-align: center;
    top: 0px;
    left:0px;
    z-index: 1000;
}

.dlg_bandeau_promoV2 {
    width: 30%;
    max-width: 30%;
    position: fixed;
    background-color: white;
    color: blue;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 25px;
    height: 400px;
    text-align: center;
    top: 50px;
    left:35%;
    z-index: 1000;
}

.dlg_bandeau_promoV2_Entete {
    height: 100px;
    line-height: 90px;
}
.dlg_bandeau_promoV2_Content {
    background-color: #FFD800;
    height: 250px;
    line-height: 40px;
    padding-top: 20px;

}
.dlg_bandeau_promoV2_star {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.dlg_promoV2_close {
    position: absolute;
    width: 40px;
    height:40px;
    top: 10px;
    right: 10px;
    background-image: url(/img/new/croix2.svg);
    background-position: center center;
    cursor: pointer;
    margin-bottom: 20px;
}

.dlg_promoV2_abo {
    width:100%;
    height: 50px;
    line-height: 50px;
    background-image: url(/img/new/homearrow.svg);
    background-position: 100px center;
    background-size: 30px 30px;
    background-color: blue;
    position: absolute;
    display: table-cell;
    cursor: pointer;
    color: white;
    font-weight: 700;
}

.entete_bandeau_abo:hover {
    background-image: url(/img/new/homearrowover.svg);
}
.search_onemore_new {
    margin-top: 38px;
    width: 64%;
}

.search_onemore_new_rub {
    font-family: Roboto;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.search_onemore_new_title {
    font-family: Merriweather;
    font-size: 15px;
    /*letter-spacing: -0.5px;*/
    margin-bottom: 2px;
}

.search_onemore_new_title1 {
    font-weight: 700;
    color: blue;
}
.search_onemore_new_title2 {
    font-weight: 400;
    color: black;
}
.search_onemore_new_date {
    font-family: Roboto;
    font-size: 12px;
}


@media only screen and (min-width:769px) {
    .entetephone {
        display: none;
    }
    .onecontact:nth-child(3),
    .onecontact:nth-child(7) ,
    .onecontact:nth-child(11) {
        margin-left: 0px;
    }
    .onecontact:nth-child(6) ,
    .onecontact:nth-child(10) {
        float: right;
        margin-right: 0px;
    }
    /*    .newfooter ul li:nth-child(1) {
            text-align: left;
            width: 226px;
        }
        .newfooter ul li:nth-child(2) {
            text-align: left;
            width: 232px;
        }
        .newfooter ul li:nth-child(3) {
            text-align: left;
            width: 210px;
        }
        .newfooter ul li:last-child {
            width: 127px;
        }*/
}

@media only screen and (max-width:768px) {

    .dlg_bandeau_abo_mobile {
        display: block;
        background-color: blue;
        font-size: 15px;
        color:white;
        font-size: 25px;
        font-weight: 700;
        font-style: italic;
        height: 64px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 1;
        line-height: 64px;
        text-align: center;
        font-family: Merriweather;
    }
    .story_lepluslu_v2 {
        line-height: 14px;
    }
    .home_photounev2 {
        height: inherit;
        max-height: inherit;
    }
    .story_v2_title1 {
        font-size: 20px;
    }
    .story_v2_title2 {
        font-size: 20px;
    }
    .story_v2_short {
        font-size: 16px;
    }
    .onestory_v2 {
        line-height: 20px;
    }
    .onestory_v2_titre1 {
        font-size: 16px;
    }
    .onestory_v2_titre2 {
        font-size: 16px;
    }
    .entete_bandeau_abo {
        display: none;
    }
    .entete_bandeau_lettre {
        background-image: url(/img/new/homearrow.svg);
        background-position: 5px center;
        background-size: 24px 24px;
        position: absolute;
        cursor: pointer;
        font-weight: 700;
        font-size: 15px;
        right: unset;
        text-align: left;
        padding-left: 35px;
        left:25px;
        width: 344px;
    }

    .search_onemore_new {
        width: 100%;
    }
    .dlg_bandeau_promo {
        line-height: 19px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        font-size: 16px;
    }
    .dlg_bandeau_promoV2_Global {
        width: 100%;
        position: fixed;
        background-color: black;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        text-align: center;
        top: 0px;
        left:0px;
        z-index: 1000;
    }

    .dlg_bandeau_promoV2 {
        width: 70%;
        max-width: 70%;
        position: fixed;
        background-color: white;
        color: blue;
        font-family: Merriweather;
        font-weight: 700;
        font-size: 16px;
        height: 300px;
        text-align: center;
        top: 5%;
        left:15%;
        z-index: 1000;
    }

    .dlg_bandeau_promoV2_Entete {
        height: 100px;
        line-height: 90px;
    }
    .dlg_bandeau_promoV2_Content {
        background-color: #FFD800;
        height: 200px;
        line-height: 19px;
        padding-top: 20px;

    }
    .dlg_bandeau_promoV2_star {
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
    }

    .dlg_promoV2_close {
        position: absolute;
        width: 40px;
        height:40px;
        top: 10px;
        right: 10px;
        background-image: url(/img/new/croix2.svg);
        background-position: center center;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .dlg_promoV2_abo {
        background-position: 35px center;
    }


    .entete_rubrique  {
        margin-bottom: 50px;
    }
    .mediumcontent {
        width: 344px;
        margin:0px auto;
    }
    .onerow  {
        height: auto;
        margin-bottom: 40px;
    }
    .onepicture {
        height: 416px;
        float: none;
    }
    .onestorytop {
        float: none;
        max-width: 344px;
        margin-left: 0px;
        position: relative;

    }
    .onestory_v2 {
        max-width: 344px;
    }
    .onestory {
        max-width: 344px;
        position: relative;
        transform: none;
        -ms-transform: none;
        top: auto;
        margin-top: 20px;
    }

    .onestory_v2 {
        margin-top: 30px;
    }
    .mediumcontent {
        width: 344px;
        margin:0px auto;
    }

    .newfooter ul{
        height: auto;
        margin: 0px auto;
        padding: 0px;
        margin-top: 36px;
    }
    .newfooter ul li {
        line-height: 35px;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center !important;
        font-weight: 500;
        width: 100%;
        margin: 0px;
    }
    .bandeaufooter {
        position: relative;
        background-color: black;
        height: 104px;
        line-height: 26px;
        text-align: center;
        font-size: 22px;
    }

    .evening_prevbottom span {
        display: inline;
    }
    .entetephone {
        height: 80px;
        position: relative;
        display: block;
        font-size: 24px;
        font-weight: 900;
        line-height: 80px;

    }
    .entetephonegauche {
        width: 50%;
        color: white;
        height: 80px;
        background-color: black;
        position: relative;
        float: left;
        text-align: right;
        padding-right: 2px;

    }
    .entetephonegauche a, .entetephonegauche a:hover {
        color: white;
        text-decoration: none;
    }
    .entetephonedroite{
        color: black;
        height: 80px;
        width: 50%;
        float:left;
        position: relative;
        background-color: white;
        text-align: left;

    }
    .entetephonedroite a, .entetephonedroite a:hover {
        color: black;
        text-decoration: none;
    }

    .entete, .toolbar, .entete_new {
        display: none;
    }

    .hambbtn {
        position: absolute;
        line-height: 80px;
        width: 18px;
        height: 19px;
        display: block;
        left: 30px;
        top: 0px;
    }


    .loginbtn {
        position: absolute;
        width: 25px;
        display: block;
        right: 30px;
        font-size: 13px;
        text-align: center;
        background-position-y: 24px;
        padding-top: 20px;
        font-weight: 700;
    }
    .contactcontent {
        width: 328px;
        margin: 0px auto;
        margin-bottom: 100px;
    }


    .contactrub:after,
    .contactrub:before {
        width: 20%;
    }
    .contactrubcomm:after,
    .contactrubcomm:before {
        width: 10%;
    }

    .onecontact {
        height: 198px;
        width: 137px;
        float:left;
        margin-left: 10px;
        margin-right: 00px;
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }
    .onecontact:nth-child(even) {
        float: right;
        margin-left: 0px;
        margin-right: 10px;

    }
    .clearfix_sommaire:after {
        margin-bottom: 0px;
    }
    .exclusif {
        font-size:16px;
    }
    .story_rubrique {
        display: none;
    }
    .story_rubriqueshort {
        font-size: 13px;
        font-weight: 900;
        margin-bottom: 27px;
        text-transform: uppercase;
        display: block;
    }
    .story_entete {
        padding:0px;
        margin-bottom: 43px;
    }
    .story_title, .story_title_v2 {
        height: auto;
        font-size: 22px;
        line-height: 25px;
    }
    .story_title img, .story_title_v2 img {
        width: 27px;
        height: 19px;
        margin-top: 2px !important;
    }

    .story_short {
        margin-bottom: 36px;
    }
    .story_short .exclusif{
        margin-bottom: 18px;
    }
    .story_btn_share{
        margin-top: 39px;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .story_btn_print{
        margin-top: 39px;
        float: right;
        margin-right: 0px;
    }
    .story_picture{
        width: 344px;
        margin: 0px auto;
        height: 200px;
    }
    .story_picture img{
        max-width: 344px;
        margin: 0px auto;
        max-height: 200px;
    }
    .story_caption {
        padding:0px;
    }
    .story_content {
        padding: 0px;
    }
    .story_commentbtn {
        width:  100%;
    }
    .story_readmore {
        margin-bottom: 41px;
        margin-top: 100px;
    }
    .story_readmore:after,
    .story_readmore:before {
        width: 30%;
    }
    .story_onemore {
        width: 50%;
        max-height: 230px;
        margin-bottom: 20px;
    }
    .story_onemore_v2 {
        min-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }
    .story_lepluslu_titre1 {
        font-size: 12px;
    }
    .story_lepluslu_titre2 {
        font-size: 12px;
    }
    .story_onemore:nth-child(even) div {
        margin-left: 0px;
    }
    .story_onemore:nth-child(odd) div{
        float: right;
    }
    .story_onemorepict {
        height: 88px;
        width: 144px;

    }
    .story_onemore div {
        margin-bottom: 5px !important;
        width: 144px;
        margin: 0px auto;
    }
    .story_onemore div:nth-child(3) {
        font-size: 13px;
        font-weight: 900;
        line-height: 14px;
        text-transform: uppercase;
    }
    .story_end {
        width: 100%;
        min-height: 10px;
        display: block;
        margin-bottom: 120px;
    }

    .morestory {
        font-size: 16px;
        width: 216px;
        height: 32px;
        line-height: 32px;
        font-weight: 700;
    }
    .morestory_home {
        margin-bottom: 0px;
        margin-top: 4px;
    }

    .morning_entete {
        display: none;
        margin-bottom: 84px;
    }
    .morning_enteteshort {
        display: block;
        font-size: 13px;
        font-weight: 900;
        margin-bottom: 100px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .morning_first {
        height: auto;
    }
    .morning_first div:nth-child(1) {
        display: block;
        width: 344px;
        height: auto;
        border: none;
    }
    .morning_first div:nth-child(2) {
        float:left;
        height: auto;
        display: block;
        width: 344px;
        margin-top:28px;
        margin-left: 0px;
    }

    .morning_citation {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .morning_citationauteur {
        font-size: 16px;
        line-height: 20px;
    }
    .morning_surveiller {
        margin-top: 50px;
    }
    .morning_surveiller p {
        margin: 0px;
        margin-bottom: 10px;
    }
    .morning_rub {
        font-size: 20px;
    }

    .morning_indices {
        margin-top: 40px;
    }
    .morning_indices_onetab {
        float: none !important;
        max-height: 100%;
    }
    .morning_cles {
        height: 553px;
        width: 100%;
        text-align: center;
    }
    .morning_chiffre {
        margin-top: 40px;
    }

    .morning_cles ul {
        width: 344px;
        margin: 0px auto;
        text-align: left;
    }
    .morning_cles_img {
        position: relative;
        left: 0px;
        top:30px;
    }

    .morning_indices_largetab, .morning_indices_largetab:nth-child(2n+1) {
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
        position: relative;
        float: none;
        margin-bottom: 0px;
    }
    .morning_indices_onetab td{
        padding-bottom: 10px;
        vertical-align: top;
    }

    .morning_chiffre {
        width: 344px;
    }
    .morning_chiffre div:first-child {
        font-size: 20px;
    }
    .morning_chiffre div:nth-child(2) {
        font-size: 35px;
    }
    .edito_content {
        width: 344px;
    }
    .edito_rubprevious {
        display: none;
    }
    .edito_rubpreviousshort {
        display: table;
    }
    .edito_rubpreviousshort:after,
    .edito_rubpreviousshort:before {
        width: 25%;
    }
    .edito_more {
        width: 344px;

    }
    .tendigits_rubrique {
        margin-bottom: 0px;
    }
    .tendigits_content {
        width: 344px;
        margin-bottom: 120px;
    }
    .tendigits_content li div:first-child {
        font-size: 30px;
    }
    .evening_bandeau {
        display: block;
        height: 114px;
        background-color: blue;
        color:white;
        padding-top: 28px;
    }
    .evening_entete {
        text-align: center;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .evening_prev {
        text-align: center;
        font-size: 20px;
        float: none;
    }
    .evening_prevbottom {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 104px;
        height: 104px;
    }
    .home_rubrique {
        font-size: 20px;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .morestory {
        margin-bottom: 0px;
    }
    .btnlettre {
        display: none;
    }
    .rubrique_level2  {
        font-size: 18px;
        line-height: 22px;
    }
    .edito_content h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .edito_content_img {
        height: 152px;
        background-size: contain;
    }

    .story_paywall:after,
    .story_paywall:before {
        width: 20%;
    }
    .story_abo {
        margin-top: 42px;
        height: 116px;
        background-size: 128px 116px;
    }
    .story_evening {
        margin-top: 42px;
        background-size: 150px 97.5px;
        height: 97.5px;
    }
    .story_bandeau {
        height: 104px;
        line-height: 30px;
        padding-top: 22px;
        font-size: 22px;
        font-weight: 700;
    }

    .home_articleune {
        height:540px;
        max-height: 540px;
    }
    .date_v2 {
        font-size: 12px;
        margin-top: 8px !important;
    }
    .onestory_v2_rubrique {
        font-size: 12px;
    }
    .formcontentlarge {
        width: 328px;
        margin: 0px auto;
        position: relative;
    }
    .home_articleune_titre {
        width: 90%;
        position: absolute;
        left: 30px;
    }

    .story_lepluslu {
        width: 144px;
        height: 304px;
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
    }
    .story_lepluslupict {
        height: 88px;
        width: 144px;
        margin-bottom: 10px;
        background-position: center center;
    }

    .story_lepluslu div {
        margin-bottom: 10px !important;
        width: 144px;
        margin: 0px auto;
    }
    .story_lepluslu div:nth-child(3) {
        font-size: 18px;
        font-weight: 900;
        line-height: 14px;
        text-transform: uppercase;
    }
    .rubrique_level2 img {
        width: 25px;
        height: 19px;
        margin-top: 1px !important;
    }
    .slideshow-container {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .slidernext, .sliderprev {
        margin-top: -32px;
    }

    .cgv_entete {
        font-size: 20px;
        line-height: 24px;
        width: 80%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .cgv_content h1 {
        font-size: 16px;
        font-weight: 800;
        line-height: 28px;
    }
    .cgv_content p {
        font-size: 16px;
        line-height: 28px;
    }


    .monabo {
        height: auto;
    }
    .abo_current {
        margin-top: 62px;
        margin-bottom: 35px;
    }

    .abo_current div:first-of-type {
        float: none;
        margin-bottom: 30px;
    }


    .abo_current div:last-of-type {
        float: none;
    }

    .abo_facturation {
        position: absolute;
        width: 100%;
        margin: 0px;
        top: 700px;
    }
    .abo_facturation .formcontentlarge div:first-of-type{
        float: none;
        margin-bottom: 40px;
    }
    .abo_facturation h1 {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        padding-bottom: 15px;
        border-bottom: solid 1px black;
        margin-bottom: 20px;
    }
    .abo_form {
        float: right;
        width: 328px;
        text-align: left;
        font-size: 15px;
    }
    .abonnement {
        width: 328px;
        margin: 0px auto;
        margin-top: 150px;
    }

    .abonnement_rub_unite {
        font-size: 20px;
        font-weight: 700;
    }
    .abonnement_btn {
        margin-bottom: 70px;
    }
    .abonnement_unite div:first-of-type {
        margin-bottom: 32px;
    }
    .paiement h1 {
        margin-top: 27px;
        margin-bottom: 32px;
    }
    .paiement_cartes, .paiement_rappel {
        float: none;
    }
    .paiement_rappel {
        margin-top:62px;
        margin-bottom: 63px;
    }
    .paiement_facturesend {
        margin-bottom: 62px;
    }
    form:last-of-type .abonnement_btn {
        margin-bottom: 105px;
    }

    .smallspan {
        display: block;
    }
    .dlg_erreur2 {
        width: 348px;
    }
    .searchbarphone {
        display: block;
        color: white;
        background-color: blue;
        height: 82px;
        position: relative;
    }
    .searchterm {
        margin-left: 32px;
        margin-top: 26px;
    }
    .loupebtn {
        top: 24px;
        right: 30px;
    }
    .search_pagerwrapper, .search_pagerwrapper a, .search_pagerwrapper a:hover {
        margin-right: 4px;
    }
    .abolink {
        margin: 0px auto;
        bottom: 80px;
        right: auto;
        border: solid 1px white;
        position: relative;
    }
    .home_articleune_fond {
        background-image: none;
    }
    .home_chroniquedujour {
        height: auto;
    }
    .home_chroniquedujour2 {
        font-size: 20px;
        line-height: 28px;
    }
    .hideonsmall {
        display: none;
    }
    .abo_formules {
        padding-top: 205px;
    }
    .home_articleune_titre h1 {
        width: 90%;
    }

    .dlg_erreurhome {
        background-color: #FAC800;
        font-size: 16px;
        height: 282px;
        width: 344px;
        top: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        left: -10px;
    }
    .home_titlesv2 {
        display: none;
    }

    .home_titlesv2_phone {
        display: block;

    }
    .home_titlesv2_phone {
        display:block;
        background-color: black;
        padding: 20px 30px 30px 30px;
        line-height: 20px;
        width: 100%;

    }
    .home_photounev2 {
        height: 388px;
        max-height: 388px;
        position: relative;
    }

    .home_photounev2::after {
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: unset;
        z-index: -1;
        background-color: unset;
    }

    .home_articleune_titre_partie1 {
        font-size: 18px;
    }
    .home_articleune_titre_partie2 {
        font-size: 18px;
    }

}
.twitter {
    background-image: url(/img/new/twitter.svg);
    width: 30px;
    height: 30px;
}
.twitter:hover {
    background-image: url(/img/twitterhover.svg);

}
.linkedin {
    background-image: url(/img/new/linkedin.svg);
    width: 30px;
    height: 30px;
}
.linkedin:hover {
    background-image: url(/img/linkedinhover.svg);

}
.zonePartage {
    width: 210px;
    margin: 0px auto;
    margin-top: 43px;
}
.zonePartage ul {
    display:table;
    width: 100%;
}
.zonePartage ul li {
    display:table-cell;
    height: 30px;
}

.zonePartage ul li {
    display:table-cell;
    background-position: 0px 0px;
    background-size: 30px 30px;
    width: 25%;
    cursor: pointer;
}

.zonePartage ul li:nth-of-type(1) {
    background-image: url(/img/new/mail.svg);
}
.zonePartage ul li:nth-of-type(2) {
    background-image: url(/img/new/print.svg);
}
.zonePartage ul li:nth-of-type(3) {
    background-image: url(/img/new/twitter.svg);
}
.zonePartage ul li:nth-of-type(4) {
    background-image: url(/img/new/linkedin.svg);
}


@media print {
    
    /* Masquer tous les éléments de navigation et interface */
    .no-print, 
    .no-print *,
    .entete,
    .entete_new,
    .toolbar,
    .toolbarhamb,
    .toolbarsearch,
    .toolbarrdv,
    .toolbarcompte,
    .toolbarcomptephone,
    .entete_bandeau,
    .entete_bandeau_abo,
    .entete_bandeau_lettre,
    .hambbtn,
    .loupebtn,
    .loginbtn,
    .searchbarphone,
    .searchbar,
    .entetecol,
    .entetephone,
    .newfooter,
    .bandeaufooter,
    .dlg_bandeau_abo_mobile,
    .dlg_bandeau_promo,
    .dlg_bandeau_promoV2_Global,
    .dlg_bandeau_promoV2,
    .dlg_erreur,
    .dlg_erreurtropdelectures,
    .morestory,
    .story_readmore,
    .story_onemore,
    .story_onemore_v2,
    .story_lepluslu,
    .story_btn_print,
    .story_btn_share,
    .zonePartage,
    .story_commentbtn,
    .story_comment,
    .story_abo,
    .story_evening,
    .story_bandeau,
    .story_paywall,
    .btnlettre,
    .abolink,
    .abo_formules,
    .voirnosformules,
    .btnWan,
    .btnClose,
    .slidernext,
    .sliderprev {
        display: none !important;
    }
    
    /* Réinitialiser les positionnements problématiques */
    * {
        position: static !important;
        float: none !important;
    }
    
    /* Forcer les conteneurs à prendre toute la largeur */
    body,
    .mediumcontent,
    .story_entete,
    .story_content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 !important;
    }
    
    /* Optimiser l'article pour l'impression */
    .story_rubrique,
    .story_rubriqueshort {
        margin-bottom: 20px !important;
        page-break-after: avoid;
    }
    
    .story_title,
    .story_title_v2 {
        margin-bottom: 20px !important;
        page-break-after: avoid;
        font-size: 24pt !important;
        line-height: 1.3 !important;
    }
    
    .story_short,
    .story_v2_short {
        margin-bottom: 20px !important;
        page-break-after: avoid;
        font-size: 12pt !important;
        line-height: 1.4 !important;
    }
    
    .story_date,
    .story_author {
        margin-bottom: 15px !important;
        font-size: 10pt !important;
    }
    
    .story_picture {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        max-width: 100% !important;
        height: auto !important;
        page-break-inside: avoid;
    }
    
    .story_picture img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .story_caption {
        font-size: 9pt !important;
        margin-bottom: 20px !important;
        padding: 5px 0 !important;
    }
    
    .story_content {
        font-size: 11pt !important;
        line-height: 1.6 !important;
        color: #000 !important;
    }
    
    .story_content p {
        margin-bottom: 12pt !important;
        orphans: 3;
        widows: 3;
    }
    
    .story_content h1,
    .story_content h2,
    .story_content h3 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    
    /* Éviter les sauts de page inappropriés */
    img,
    table,
    figure {
        page-break-inside: avoid;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    /* Optimiser les liens pour l'impression */
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 8pt;
        color: #666;
    }
    
    .story_content a[href]:after {
        content: "";
    }
    
    /* Assurer des couleurs lisibles à l'impression */
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    .story_v2_title1,
    .story_title,
    .exclusif {
        color: #000 !important;
    }
    
    /* Supprimer les marges inutiles en haut de page */
    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Premier élément visible sans marge supérieure */
    .story_rubrique:first-child,
    .story_rubriqueshort:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}