/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126License: none (public domain)*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Pacifico&display=swap');

body{
    background-color:#faf8f7;
}

header{
    background-color:#FFF;
   display: -ms-grid ;
   display: grid ;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
     row-gap: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
    font-family: 'Open Sans';
}

header a{
      -ms-grid-column: 1;
          grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
    color: #000;
    text-decoration: none;
      line-height: 40px;
}header a:hover{
color: #CD0300;
    text-decoration:underline;
  
}
header h1{
      -ms-grid-column: 4;
          grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;

}header img{
    
    max-width: 250px;
}

main{
    background-color: #fff;
    padding: 10px;
    max-width: 1140px;
    margin:10px auto;
}
main h2, main h3{
    text-align: center;
    font-family: 'Open Sans';
    font-size: 1.3rem;
    line-height: 1.7rem;
    
}
main h2{
    font-weight: 700;
}main h2 strong{
    font-weight: 700;
    color: #CD0300;
}
#blocs-abo-container .container-offres{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 10px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#blocs-abo-container .bloc-abo-prions{
    max-width: 350px;
    background-color:#F1F1F1;
    padding: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;-ms-flex-pack: distribute;justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    font-family: 'Open Sans';
    cursor: pointer;
    border: 2px solid #F1F1F1;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;
}
#blocs-abo-container .bloc-abo-prions:hover{
 
    border: 2px solid #CD0300;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

#blocs-abo-container .bloc-abo-prions h3{
    font-weight: 700;
    color: #CD0300;
}
#blocs-abo-container .bloc-abo-prions h3+p{
    font-weight: 600;
    color: #000;
    font-size: 0.9rem;

}
#blocs-abo-container .bloc-abo-prions .image-abo{
 position: relative;

}
#blocs-abo-container .bloc-abo-prions .image-abo img{
width: 90%;
}
#blocs-abo-container .bloc-abo-prions .image-abo:after{
 position: absolute;
    content:"";
    width:120px;
    height: 120px;
    background-color: #CD0300;
    right:15px;
    top:30px;
    border-radius: 150px;
    z-index: 700;
}

#blocs-abo-container .bloc-abo-prions .image-abo .bloc-prix{

    width:100px;
    position: absolute;
    top:45px;
    right:25px;
    z-index: 900;
    text-align: center;
    color:#fff;
}
#blocs-abo-container .bloc-abo-prions .image-abo .bloc-prix div:first-child{
     display: flex;align-content: center;align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 700;
}
#blocs-abo-container .bloc-abo-prions .image-abo .bloc-prix div:first-child p+p{
      font-size: 2rem;
}
#blocs-abo-container .bloc-abo-prions .image-abo .bloc-prix div+p{
      font-size: 0.9rem;
}
#blocs-abo-container .offre-comptant .bloc-abo-prions .image-abo .bloc-prix div:first-child p+p{
      font-size: 1.4rem;
}#blocs-abo-container .offre-comptant .bloc-abo-prions .image-abo .bloc-prix div:first-child p{
      font-size: 3.5rem;
}
#blocs-abo-container .offre-comptant .bloc-abo-prions .image-abo .bloc-prix{

    width:100px;
    position: absolute;
    top:50px;
    right:25px;
    z-index: 900;
    text-align: center;
    color:#fff;
}

#blocs-abo-container .bloc-abo-prions a{
   color:#fff;
    background-color:#CD0300;
    display: block;
    padding:10px 20px;
    border-radius: 5px;
    text-decoration: none;font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}#blocs-abo-container .bloc-abo-prions a+p{
  font-size: 0.7rem;
    margin-bottom: 15px;
}
#blocs-abo-container .bloc-abo-prions a:hover{

    font-weight: 700;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

#blocs-abo-container .bloc-abo-prions ul li{
  font-size: 0.8rem;
    margin-top: 5px;
    text-align: left;
    padding:0px 20px 0px 40px;
}

#blocs-abo-container .bloc-abo-prions ul li.inactive{
opacity: 0.3;
}
.offre-hidden{
    display: none !important;
}
.offre-comptant a{
    background-color:#20ABB9 !important;
}
#blocs-abo-container .offre-comptant  .image-abo:after{
 position: absolute;
    content:"";
    width:120px;
    height: 120px;
    background-color: #20ABB9;
    right:15px;
    top:30px;
    border-radius: 150px;
    z-index: 700;
}
.abo-reco{
    position: relative;
}
.abo-reco:after{
    content:"Recommandé pour vous";
    position: absolute;
    left:-2px;;
    top:-24px;
    background-color:#CD0300;
    color:#fff;
    padding: 3px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.question-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.question-prions{
    padding: 10px;
    background-color: #fff;
    width: 100%;text-align: left;
   text-decoration: none;
    color:#000;
    cursor: pointer;
}.question-prions h3{
  text-align: left;font-weight: 700;padding-left: 25px;
}
.reponse-prions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px;
}.reponse-prions img{
   width: 300px;
}.reponse-prions p{
  font-size: 1.2rem;
    font-family: 'Open Sans';
    line-height: 2rem;
}
.hidden-reponse{
    display: none;
}
.bottom-title{
   position: relative;
    margin-bottom: 20px;
}.bottom-title:after{
   position: absolute;
    content:"";
    width:150px;
    background-color: #CD0300;
    height: 3px;
    left:50%;
    margin-left: -75px;
    bottom: -10px;
    border-radius: 10px;
}
section{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.internet-abo img{
    width: 100%;
    
}
.internet-abo .abo-internet-mobile{
    display: none;
}

.internet-abo .abo-internet-desktop{
    display: block;
}



.internet-abo a{
   color:#fff;
    background-color:#CD0300;
    display: block;
    padding:10px 20px;
    border-radius: 5px;
    text-decoration: none;font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    max-width: 150px;
    text-align: center;margin:0 auto;
    font-family: 'Open Sans';
}
.internet-abo a:hover{
   color:#fff;
    background-color:#000;
}
.rassurance{
    width : 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;padding:10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.picto-rassurance svg{
    width: 30px;
    
margin-bottom: 10px;
}.picto-rassurance p{
   font-size: 0.8rem;
    
}
.picto-rassurance {
    width:150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    font-family: 'Open Sans';margin-top: 10px;
    text-align: center;
}
.testimonial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -ms-flex-pack: distribute; justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
.testimonial{
    font-family: 'Open Sans';
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.testimonial img{
   border-radius: 200px;
    width: 168px;
    margin-bottom: 20px;
}.testimonial p strong{
    font-weight: 700;
}.testimonial p {
   line-height: 1.3rem;
}
.application-prions{
    width:50%;background-color:red;
    padding:10px;-webkit-box-sizing: border-box;box-sizing: border-box;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#B82A1C), color-stop(76%, #C76A65));
      background-image: -o-linear-gradient(bottom, #B82A1C 0%, #C76A65 76%);
      background-image: linear-gradient(1800deg, #B82A1C 0%, #C76A65 76%);

}
.application-prions h2+div>img{
    width: 40%;
}


.application-prions .bottom-title{
   position: relative;
    margin-bottom: 20px;
    color:#fff;
}.application-prions .bottom-title:after{
   position: absolute;
    content:"";
    width:150px;
    background-color: #ffffff;
    height: 3px;
    left:50%;
    margin-left: -75px;
    bottom: -10px;
    border-radius: 10px;
}

.application-prions h2+div{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;text-align: center;font-family: 'Open Sans';color:#fff;
    line-height: 1.3rem;
}
.application-prions h2+div>div{
    width: 50%;
}

.feuilletage-prions{
    width:50%;
    background-color: rgb(68, 68, 68);
    padding: 10px 20px;;
    -webkit-box-sizing: border-box;;
            box-sizing: border-box;
    color:#fff;
}
.feuilletage-prions iframe{
    width:100%;

}
.appli-feuilletage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;

}

.newsletter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.socials{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width:350px;margin:0 auto;
    margin-bottom: 20px;
    
}
.socials a img{
  width:70px;
}
section:last-child{
       background-color:#faf8f7;
}

.revues-container{
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin:0 auto;
   
    
}
.revue-offre{
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color:#fff;
    margin:20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 30px;;
    box-sizing: border-box;text-align: center;
   
}
.revue-offre img{
    width: 250px;
}

.prj-offre h3{
    color:#FFC107;
    font-weight: 700;
}
.siam-offre h3{
    color:#21BCCC;
    font-weight: 700;
}
.revue-offre p{
    width: 80%;
    margin:10px auto; 
    font-family: 'Open Sans';
    
}.revue-offre a{
  font-family: 'Open Sans';
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    
}.prj-offre a{
    background-color:#FFC107;
    color:#000;   
}
.siam-offre a{
    background-color:#21BCCC;
    color:#fff;
    
}.siam-offre strong{
   
    font-weight: 700;
    
}
footer{
    background-color:#1f3247;
    color:rgba(255,255,255,0.6);
    padding: 10px;
    font-family: 'Open Sans';
    text-align: center;font-size: 0.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.point-appli,.point-site,.point-download,.point-revue{
    position: relative;
}

.point-appli:before{
    position: absolute;
    content: "";
    height:20px;
    width:20px;
    background-color:red;left:10px;
    top:5px;
    background:url("https://static.bayard.io/librairie-bayard.com/CMS/images/pri-abo/202302/icon-smartphone.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.point-site:before{
    position: absolute;
    content: "";
    height:20px;
    width:20px;
    background-color:red;left:10px;
    top:5px;
    background:url("https://static.bayard.io/librairie-bayard.com/CMS/images/pri-abo/202302/icon-laptop.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.point-download:before{
    position: absolute;
    content: "";
    height:20px;
    width:20px;
    background-color:red;left:10px;
    top:5px;
    background:url("https://static.bayard.io/librairie-bayard.com/CMS/images/pri-abo/202302/icon-download.svg");
    background-repeat: no-repeat;
    background-position: center;
}.point-revue:before{
    position: absolute;
    content: "";
    height:20px;
    width:20px;
    background-color:red;left:10px;
    top:5px;
    background:url("https://static.bayard.io/librairie-bayard.com/CMS/images/pri-abo/202302/icon-magazine.svg");
    background-repeat: no-repeat;
    background-position: center;
}


@media all and (max-width:1024px) {
.internet-abo .abo-internet-mobile{
   
    display: block;
    max-width: 450px;margin:0 auto;}

.internet-abo .abo-internet-desktop{
display: none;
}
   .application-prions{
    width:100%;

}
.feuilletage-prions{
    width:100%;
}
    .appli-feuilletage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;

}
    .newsletter iframe{
  height: 470px !important;
}.revue-offre{
    width:100%;
   
    }.revues-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
   #blocs-abo-container .abo-reco{
        margin-top: 35px;
    }
}

/** TOGGLE **/
.toggle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-ms-flex-pack: distribute;justify-content: space-around;
    width:450px;
    margin:10px auto;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  
}
.toggle a{
      text-decoration: none;
    color:#000;
    font-family: 'Open Sans';
}
.toggle a:nth-child(2){
    width:70px;
    height:30px;
    display: block;
    border:1px solid rgba(0,0,0,0.3);
    border-radius: 30px;
    position: relative;
}
.toggle-prel a:nth-child(2):before{
    position: absolute;
    content:"";
    width:24px;
    height:24px;
    left:3px;
    top:3px;
    display: block;
    background-color:#fff;
    border-radius: 30px;
}

.toggle-comptant a:nth-child(2):before{
    position: absolute;
    content:"";
    width:24px;
    height:24px;
    right:3px;
    top:3px;
    display: block;
    background-color:#fff;
    border-radius: 30px;
}

.toggle-prel a:nth-child(2) {
        background-color:#CD0300;

}
.toggle-comptant a:nth-child(2) {
        background-color:#20abb9;

}