@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');
}

@media print
{    
    .no-print, .no-print *
    {
        /*display: none !important;*/
    }
}

.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;*/
}

.clearfix::after { 
    content: " ";
    display: block;
    height: 0; 
    clear: both;
}

.erreurmsg {
    text-align: center;
    color: red;
    font-weight: 700;
}
.dlg_erreur1 {
    width: 344px;
}

.dlg_erreur2 {
    width: 750px;
}
.dlg_erreur {
    background-color: red;
    font-size: 16px;
    position: absolute;
    height: 130px;
    top: -100px;
    left: -8px;
}
.dlg_erreur_msg {
    width: 80%;
    margin: 0;
    margin-left: 16px;
    position: absolute;
    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;
}

.mediumcontent {
    width: 816px;
    margin:0px auto;
}
.logoEntete {
    height: 250px;
}
.erreurlogin {
    color: red;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.entete {
    height: 250px;
    background-image: url(/img/new/BulletinLogoHaut.png);
    background-size: 47%;
    background-position: left center;
    margin-top: 10px;
}
.entetedate {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}

.enteteco {
    margin: 20px;
    background-color: #D4EDFC;
    padding: 5px;
}
.entetecophone {
    display:none;
}
.entetesearch {
    margin: 20px;
    margin-top: 0px;
    background-color: #D4EDFC;
    padding: 10px;
}
.entetelecture {
    margin: 20px;
    margin-top: 0px;
    background-color: #D4EDFC;
    padding: 10px;
}
.prolongelecture {
    background-color: #D4EDFC;
    font-size: 12px;
    text-align: center;
    color: #0050a0;
    padding: 0px;
    padding-bottom: 10px;
    transform: scale(1.5);
    margin-top: 100px;
}
.unobjetboutique {
    margin-bottom: 35px;
    border-bottom: solid 1px;
    padding-bottom: 35px;
}
.prolongelecture div:first-of-type {
    color: white;
    background-color: #009FE3;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
}
.prolongeabo {
    background-color: #fbb900;
    font-weight: 700;
    padding:  5px 10px 5px 10px;
}
#searchsubmit {
    background: url(/img/new/search.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
    color: transparent;
    font-size: 0;
}
.toolbar {
    margin-top: 25px;
    /*margin-bottom: 25px;*/
    height: 45px;
    color: #646363 ;
    background-color:white;
    padding-top: 14px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    border-top: solid 1px #009FE3;
    border-bottom: solid 1px #009FE3;

}

.toolbar ul {
    display: table;
    width: 100%;
}

.toolbar li {
    display: table-cell;
    text-align: center;
    /*border: solid 1px;*/
    padding-left: 6px;
    padding-right: 6px;
}

.toolbar li:hover {
    color:  #1D1D1B;
    font-weight: 700;
}

.toolbaractive {
    color:  #009FE3;
    font-weight: 700;
}
.toolbaractive:hover {
    color:  #009FE3!important;
    font-weight: 700;
}
.toolbaractu, .toolbarmag {
    display: none;
    position: absolute;
    top:350px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    color: black;
    /*background-color: #cccccc;*/
    padding: 20px;
    color: #646363 ;
}

.toolbaractu li, .toolbarcompte li, .toolbarmag li {
    margin-top: 12px;
}

.toolbaractu li:hover, .toolbarmag li:hover {
    font-weight:700;
}

.toolbarcompte {
    width:200px; 
    display: none;
    position: absolute;
    top:274px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: white;
    /*background-color: #cccccc;*/
    padding: 20px;
}


.toolbarcomptephone {
    height: 100%;
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: black;
}
.toolbarcomptephone li {
    margin-top: 20px;
}
.toolbarcomptephone ul {
    float:left;
    margin-top: 10px;
    width: 335px;
}

.newfooter ul{
    height: 120px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 32px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color:blue;
    text-transform: uppercase;
}

.entete_rubrique {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.onerow {
    margin-bottom: 60px;
    height: 200px;
    display: block;
    position: relative;
}

.onepicture {
    background-size: cover;
    background-position: center center;
    height: 240px;
    position: relative;
}
.onestory {
    width: 424px;
    position: absolute;
}

.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;
    max-height: 90px;
    max-width: 80%;
    overflow: hidden;
}
.rubrique_level3 {
    overflow: hidden;
    margin-bottom: 10px;
}

.rubrique_level3 p{
    font-size: 16px;
    line-height: 20px;
    /*max-height: 50px;*/
}
.rubrique_level3 span+p{
    display: inline;
}
.rubrique_date {
    font-size: 13px;
}

.morestory {
    width: 327px;
    height: 48px;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
}

.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;

}
.home_rubrique {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    height: 54px;
    margin-bottom: 54px;
    margin-top: 102px;
}
.story_rubrique {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}




.story_title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.story_title sup {
    text-transform: lowercase;
}

.story_short {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}
.story_short span+p{
    display: inline;
}
.story_date {
    font-size: 13px;
}
.story_author {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.story_picture{
    height: 480px;
}

.story_picture div{
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.story_caption {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
}

.story_content {
    font-size: 16px;
    font-family: Roboto;
    line-height: 22px;
    text-align: justify;
}
.story_content h2 {
    font-size: 18px;
    font-family: Roboto;
    line-height: 18px;
}
.story_content p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.story_content br {
    margin-bottom: 18px;
    content: "";
    display: block;
}
.story_content a {
    color: #CD1719;
    text-decoration: underline;
}
.story_content a:hover {
    text-decoration: none;
}
.story_content a:visited {
    color: #36A9E1;
}
.story_paywall {
    color: black;
    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%;
}




.formcontent {
    width: 328px;
    margin: 0px auto;
    position: relative;
}
.formcontentlarge {
    width: 734px;
    margin: 0px auto;
    position: relative;
}
.formentete {
    color: #2B4C9A;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    background-color: #D4EDFC;
    width: 100%;
    height: 48px;
    margin-bottom: 27px;
    border: none;
}
.forgot_confirm {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.formlabel{
    font-size: 16px;
    font-weight: 700;
    padding-left: 8px;
}
.forminput{
    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;
    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: #cccccc;
    line-height: normal;
    border: none;
}
.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%;
    text-decoration: underline;
    font-size: 13px;
    text-align: right; 
    margin-bottom: 22px;
    height: 29px;
    line-height: 35px;
}

.forgot_entete {
    background-color: blue;
}
.forgot_content {
    font-size: 18px;
    margin-bottom: 20px;
}

.search_filters {
    margin-bottom: 30px;
}

.search_nbresults {
    font-size: 15px;
}

.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: Roboto;
    padding-bottom: 100px;
}
.cgv_content h1 {
    font-size: 18px;
    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 div:first-of-type {
    text-align: center;
    display: block;
}

.abo_current div:first-of-type span:last-of-type {
    font-size: 50px;
    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 {
    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;
}


.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_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 {
    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;
}

.creationcompte {
    text-align: center;
    font-size: 16px;
}
.creationcompte_rappel {
    font-weight: 700;
}
.creationcompte_emailincorrect {
    color: red;
}
.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;
}

.products li{
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: solid 1px;

}
.product_img {
    float:left;
}
.product_detail{
    float:left;
    margin-left: 30px;
    max-width: 50%;
}
.product_add {
    background-color: #D4EDFC;
    color: #2B4C9A;
    border-radius: 8px;
    padding: 9px 23px;
    cursor: pointer;
}

.product_remove {
    background-color: #ccc;
    color: white;
    border-radius: 8px;
    padding: 9px 23px;
    cursor: pointer;
    float: right;
}


.homecolonne {
    width: 300px;
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

.oneparu {
    margin: 20px;
    float: left;
    text-align: center;
    height: 250px;
}

.rubriquesurphoto {
    color: white;
    font-size: 15px;
    padding: 3px;
    background-color: #E30613 ;
    max-width: 80%;
    margin-right: 5px;
}

.titresurphoto {
    position: absolute;
    bottom: 12px;
    left: 22px;
    color: black;
    font-size: 15px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 80%;
}

.leadPhotoHome {
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
}

.leadPhoto {
    background-position: center;
    background-size: contain;
    height: 450px;
    position: relative;
}
.active, .dot:hover {
    background-color: #717171;
}

.oneoffer {
    margin-bottom: 50px;
    position: relative;
    min-height: 300px;
    height: 300px;
}
.oneoffer_title {
    color: white;
    background-color: #009FE3;
    text-align: center;
    font-size: 24px;
    height: 68px;
}

.oneoffer_price {
    font-size: 24px;
    font-weight: 900;
}
.oneoffer_body {
    background-color: #D4EDFC;
    text-align: center;
    font-size: 13px;
    padding: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 250px;

}
.fondgris {
    background-color: #F5F5F3;
    padding-top: 10px;
    padding-bottom:  50px;

}
.oneoffer_choose {
    background-color: #fbb900;
    font-weight: 700;
    font-size: 10px;
    padding: 8px;
    border: none;
    border-radius: 8px;

}
@media only screen and (min-width:769px) {
    .entetephone {
        display: none;
    }

}

@media only screen and (max-width:768px) {
    .leadPhoto {
        background-position: left;
        background-size: contain;
        height: 225px;
        position: relative;
    }
    .logoEntete {
        height: 105px;
    }
    .toolbaractu, .toolbarmag {
        top:471px;
    }
    .smartphone {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .entete {
        height: 230px;
        background-image: url(/img/new/BulletinLogoHaut.png);
        background-size: 100%;
        background-position: left top;
        margin-top: 10px;
    }

    .enteteco, .entetesearch, .entetelecture {
        margin: 0px;
    }
    .entetecophone {
        height: 150px;
        display: block;
    }
    .toolbar {
        height: auto;
    }
    .toolbar ul {
        display: block;
        width: 100%;
    }

    .toolbar li {
        display: block;
        text-align: center;
        /*border: solid 1px;*/
        padding-left: 6px;
        padding-right: 6px;
    }


    .onestory {
        max-width: 344px;
        position: relative;
        top: auto;
        margin-top: 20px;
    }
    .mediumcontent {
        width: 344px;
        margin:0px auto;
    }




    .entetephone {
        height: 80px;
        position: relative;
        display: block;
        font-size: 24px;
        font-weight: 900;
        line-height: 80px;
        background-image: url(/img/new/header.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }


    .prolongelecture {
        transform: scale(1);
        margin-top: 50px;
    }

    .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;
    }


    .story_title {
        height: auto;
        font-size: 22px;
        line-height: 25px;
    }
    .story_title img {
        width: 27px;
        height: 19px;
        margin-top: 2px !important;
    }

    .story_short {
        margin-bottom: 36px;
    }

    .story_picture{
        width: 344px;
        margin: 0px auto;
        height: 200px;
    }
    .story_content {
        padding: 0px;
    }





    .morestory {
        font-size: 16px;
        width: 216px;
        height: 32px;
        line-height: 32px;
        font-weight: 700;
    }


    .home_rubrique {
        font-size: 20px;
        font-weight: 700;
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .rubrique_level2  {
        font-size: 18px;
        line-height: 22px;
    }


    .story_paywall:after,
    .story_paywall:before {
        width: 20%;
    }

    .formcontentlarge {
        width: 328px;
        margin: 0px auto;
        position: relative;
    }


    .rubrique_level2 img {
        width: 25px;
        height: 19px;
        margin-top: 1px !important;
    }



    .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;
    }
    .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;
    }

    .loupebtn {
        top: 24px;
        right: 30px;
    }
    .search_pagerwrapper, .search_pagerwrapper a, .search_pagerwrapper a:hover {
        margin-right: 4px;
    }

    .hideonsmall {
        display: none;
    }


}

