* {
    margin: 0;
    padding: 0;

}

#main {
    width: 100%;
    max-width: 1280px;
    margin: 20px auto;
    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;
    font-size: 16px !important;
    position: relative;
}




#main #cta-appel-abo {
    background-color: #fed501;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center;
    padding-left: 30px;
    position: relative;
    line-height: 4px;
    height: 80px;
    width: 250px;
    position: fixed;
    padding: 10px;
    right: -190px;
    top: 50%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 5000;
    -webkit-transition: right ease 1s;
    -o-transition: right ease 1s;
    transition: right ease 1s;
}

#main #cta-appel-abo em {
    font-size: 12px;
}

#main #cta-appel-abo:before {
    content: "";
    height: 45px;
    width: 45px;
    position: absolute;
    background-color: red;
    left: 10px;
    top: 15px;
    ;
    background: url("https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/telephone.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#main #cta-appel-abo:hover {
    right: 0px;
    -webkit-transition: right ease 1s;
    -o-transition: right ease 1s;
    transition: right ease 1s;
}

#main #cta-appel-abo:hover:before {
    -webkit-animation: wiggle 0.5s infinite;
    animation: wiggle 0.5s infinite;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


#main #cta-appel-abo-footer {
    display: none;
}

header h3 {
    font-family: sans-serif !important;
    font-size: 18px !important;
    text-align: center;
    margin: 10px;
    font-weight: 100;
}

#main h3 {
    font-family: sans-serif !important;
    font-size: 18px !important;
    text-align: center;
    margin: 10px;
    font-weight: 100;
    font-weight: bold;

}


#main * {
    margin: 10px 0;
}

#main h3 {
    font-family: "Gilroy W00 Bold", sans-serif!important;
    font-size: 22px !important;
    padding: 0;
    text-align: center;
    color: #00B0F0;
}


#main #hebdo-chiffres {
    height: auto;

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

#main #hebdo-chiffres p {
    margin: 0;
    padding: 10px 20px;
    width: 30%;
    background-color: #f1f1f1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px !important;

}

#main #hebdo-engagement {
    height: auto;

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
}

#main #hebdo-engagement .hebdo-directeur {
    width: 25%;
}

#main #hebdo-engagement .hebdo-engagement-texte {
    width: 60%
}

#main #hebdo-engagement .hebdo-engagement-texte h4 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    font-family: "Gilroy W00 Bold", sans-serif !important;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    height: auto;
    background-color: #00B0F0;
    margin-bottom: 30px;

}

#main #hebdo-engagement .hebdo-engagement-texte p {
    margin-bottom: 20px;
}

#main #hebdo-engagement .hebdo-engagement-texte p strong {
    font-family: sans-serif !important;
}

#main #hebdo-engagement .hebdo-directeur {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    background-color: #009da4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px !important;
    position: relative;
}

#main #hebdo-engagement .hebdo-directeur p {
    margin: 0;
    padding: 0;
}

#main #hebdo-engagement .hebdo-directeur p strong {
    font-family: sans-serif !important;
    font-weight: bold;
    font-size: 23px !important;
}

#main #hebdo-engagement .hebdo-directeur:before {
    content: " ";
    background: url('https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/Samuel-Lieven.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 280px;
    width: 100%;
    top: -280px;
    left: 0;
    background-position: center bottom;
}

#main #description-hebdo-abo {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    border: 10px solid #fed501;
}

#main #couv-du-mois {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 250px;
    background-color: red;
    background: url('https://static.bayard.io/pelerin.com/couv/PEL.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6)
}

#main #description-hebdo-abo #hebdo-rendez-vous {
    height: auto;

    width: 75%;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;

    text-align: left;
}

#main #hebdo-rendez-vous h4 {
    text-align: left;
    font-weight: bold;
    font-size: 23px !important;
}

#main #hebdo-rendez-vous ul {
    list-style: none;
}


#main #hebdo-rendez-vous ul li em {
    font-style: normal;
    font-weight: normal;
    color: #00B0F0;
}

#main #hebdo-rendez-vous ul li strong {
    font-weight: bold;
}


#main #hebdo-cahier-detachable {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    ;
    -ms-flex-line-pack: center;
    ;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

#main #hebdo-cahier-detachable h4 {
    background-color: #fed501;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0;
    font-weight: normal;
    margin: 0;
    text-align: center;
    font-size: 22px;
}

#main #hebdo-cahier-detachable h4 strong,
#main #hebdo-cahier-detachable h4 em {
    font-family: sans-serif !important;
    font-weight: bold;
}

#main #hebdo-cahier-detachable h4 strong em {
    color: #009da4;
    font-style: normal;
    font-size: 30px !important;
}

#main #hebdo-cahier-detachable .hebdo-cahier-description {
    height: auto;

    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fed501;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte {
    width: 60%;
}

#main #hebdo-cahier-detachable .cahier-image {
    min-width: 400px;
    min-height: 400px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}

#main #hebdo-cahier-detachable .cahier-image .cahier-couv {}

#main #hebdo-cahier-detachable .cahier-image .cahier-couv {
    position: absolute;
    height: 200px;
    width: 160px;
    -webkit-box-shadow: -5px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

#main #hebdo-cahier-detachable .cahier-image .cahier-couv:first-child {
    background: url("https://static.bayard.io/pelerin.com/couv/chemins.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 20px;
}

#main #hebdo-cahier-detachable .cahier-image .cahier-couv:nth-child(2) {
    background: url("https://static.bayard.io/pelerin.com/couv/patrimoine.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50px;
    left: 80px;
}

#main #hebdo-cahier-detachable .cahier-image .cahier-couv:nth-child(3) {
    background: url("https://static.bayard.io/pelerin.com/couv/initiatives.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 50px;
    right: 100px;

}

#main #hebdo-cahier-detachable .cahier-image .cahier-couv:nth-child(4) {
    background: url("https://static.bayard.io/pelerin.com/couv/spiritualite.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    right: 10px;
}

#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte,
#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte strong,
#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte em {
    margin: 0;
    padding: 0;
}

#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px !important;
}

#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte strong,
#main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte em {
    font-weight: bold;
    color: #009da4
}






header {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #FFD400;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;


}

header img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

#sabonnerAvantages {
    margin-top: 20px;
    background-color: #f1f1f1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
}

#sabonnerAvantages h3 {
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

#sabonnerSteps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lineStepAbo {
    width: 100px;
    border-bottom: 2px dashed #000;
    height: 2px;
    position: relative;
}

.lineStepAbo:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: url("https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/arrow.png");
    right: -3px;
    top: 50%;
    margin-top: -5px;

}

#sabonnerSteps .sabonnerStep {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: sans-serif;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;

}

#sabonnerSteps .sabonnerStep p:first-child {
    margin: 0;
    padding: 0;
    font-family: sans-serif !important;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    background-color: #fed501;
    border-radius: 20px;
    width: 40px;
    text-align: center;
}

#sabonnerSteps .sabonnerStep p + p {

    font-family: sans-serif !important;
    font-weight: bold;
}

#sabonnerSteps .sabonnerStep p + p > em {

    font-family: sans-serif !important;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
}


#sabonnerAvantages a {
    display: block;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 20px;
    margin: 0 0 0 20px;
    width: 300px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fed501;
    font-weight: bold;
    font-size: 25px !important;
    text-align: center;
    color: #000;
    -webkit-transition: font-size ease 1s;
    -o-transition: font-size ease 1s;
    transition: font-size ease 1s;
    height: 50px;
    margin: 0px auto 10px;
    line-height: 50px;
}

#sabonnerAvantages a:hover {
    font-size: 26px !important;
    -webkit-transition: font-size ease 1s;
    -o-transition: font-size ease 1s;
    transition: font-size ease 1s;
}

#reassuranceABO {
    margin-top: 20px;
    background-color: #f1f1f1;
    width: 100%;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

#reassuranceABO,
#sabonnerAvantages {
    height: 250px;
}

#reassuranceABO .itemReassurance {
    height: 150px;
    width: 150px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#reassuranceABO .itemReassurance p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}


/** MUNICIPALES **/

#main #offre-municipale {
    width: 100%;
    margin: 20px 0 0 0;
    background-color: #cb1b23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main #offre-municipale .lire-extrait-lepelerin {
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    ;
    -ms-flex-line-pack: center;
    ;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#main #offre-municipale .lire-extrait-lepelerin a {
    color: #fff !important;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    margin-top: 20px;
}

#main #offre-municipale .offre-municipales-img {
    cursor: pointer;
}


#main #hebdo-je-mabonne {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

#main #hebdo-je-mabonne a img {
    width: 320px;
    -webkit-transition: width ease 1s;
    -o-transition: width ease 1s;
    transition: width ease 1s;
}

#main #hebdo-je-mabonne a:hover img {
    width: 330px;
    -webkit-transition: width ease 1s;
    -o-transition: width ease 1s;
    transition: width ease 1s;
}

#municipales-edito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;

    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

#municipales-edito .edito-municipales2020 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%;
}

#municipales-edito .edito-municipales2020 a img {
    width: 320px;
    -webkit-transition: width ease 1s;
    -o-transition: width ease 1s;
    transition: width ease 1s;
}

#municipales-edito .edito-municipales2020 a:hover img {
    width: 330px;
    -webkit-transition: width ease 1s;
    -o-transition: width ease 1s;
    transition: width ease 1s;
}

#municipales-edito .video-Samuel-Municipales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
}

#main .maire-municipales2020 {
    background-color: #ffd400;
    width: 100%;
    height: auto;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#main .maire-municipales2020 img {
    height: auto;
    margin: 0;
    padding: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#main .maire-municipales2020 p {
    color: #000;
    font-family: "Gilroy W00 Bold", sans-serif !important;
    font-weight: bold;
    line-height: 30px;
    margin: 0 20px;
    font-size: 25px;
    padding: 0;
}

#main .maire-municipales2020 p em {
    color: #000;
    font-family: "Gilroy W00 Bold", sans-serif !important;
    font-style: normal;
    color: #cb1b23;
    font-weight: bold;
}

#main .intro-programme-municipales {
    color: #000;
    font-family: "Gilroy W00 Bold", sans-serif !important;
    font-style: normal;
    color: #cb1b23;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
}

#main #programme-municipales2020 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#main #programme-municipales2020 .item-programme-municipales {
    width: 100%;
    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;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif !important;
}

header {
    position: relative;
}

header .lien-retour-CMS {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px
}

header .lien-retour-CMS:hover {
    text-decoration: underline;
}


body {
    padding: 0;
    padding-top: 0;
}

@media all and (min-width:901px) and (max-width:1200px) {
    #reassuranceABO,
    #sabonnerAvantages {
        height: auto !important;
    }
    #main #programme-municipales2020 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #main #programme-municipales2020 .item-programme-municipales {
        width: 350px;
    }
}

@media all and (min-width:701px) and (max-width:900px) {
    #reassuranceABO,
    #sabonnerAvantages {
        height: auto !important;
    }
    #main #hebdo-engagement {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main #hebdo-engagement .hebdo-directeur {
        width: 50%;
    }
    #main #hebdo-engagement .hebdo-engagement-texte {
        padding: 0 20px;
        width: 100%;
    }
    #main #hebdo-engagement .hebdo-engagement-texte p {
        width: 75%;
    }
    #main #hebdo-engagement .hebdo-engagement-texte h4 + p {
        width: 100% !important;
    }
    #main #hebdo-engagement .hebdo-directeur:before {
        content: " ";
        background: url('https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/Samuel-Lieven.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        height: 220px;
        width: 100%;
        top: -220px;
        left: -10px;
        background-position: right bottom;
    }


    #main #hebdo-cahier-detachable .hebdo-cahier-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte {
        width: 100%;
        height: auto;
    }
    #main #hebdo-cahier-detachable .hebdo-cahier-description .cahier-image {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    #main #hebdo-cahier-detachable .cahier-image .cahier-couv {
        top: 0px !important;
        left: 0px !important;
        position: relative !important;

    }
    .nomobile {
        display: none !important;
    }
    #main #hebdo-chiffres {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    #main #hebdo-chiffres p {
        width: 80%;
        margin: 0 auto;

        margin-top: 10px;
    }


    #main #description-hebdo-abo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }


    #main #description-hebdo-abo #hebdo-rendez-vous {
        width: 100%;
    }

    #main #cta-appel-abo {
        display: none;
    }


    #main #cta-appel-abo-footer {
        display: block;
        width: 100%;

        background-color: #fed501;
        font-weight: bold;
        font-size: 17px !important;
        text-align: center;
        padding-left: 30px;
        position: relative;
        line-height: 22px;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;

    }
    #main #cta-appel-abo-footer em {
        font-size: 12px;
    }
    #main #cta-appel-abo-footer:before {
        content: "";
        height: 45px;
        width: 45px;
        position: absolute;
        background-color: red;
        left: 20%;
        top: 15px;
        ;
        background: url("https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/telephone.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    #main #cta-appel-abo-footer:hover:before {
        -webkit-animation: wiggle 0.5s infinite;
        animation: wiggle 0.5s infinite;
    }

    #main #programme-municipales2020 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #main #programme-municipales2020 .item-programme-municipales {
        width: 350px;
    }

}

@media all and (max-width:700px) {
     #reassuranceABO,
    #sabonnerAvantages {
        height: auto !important;
    }
    #main #hebdo-engagement {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main #hebdo-engagement .hebdo-directeur {
        width: 50%;
    }
    #main #hebdo-engagement .hebdo-engagement-texte {
        padding: 0 20px;
        width: 100%;
    }
    #main #hebdo-engagement .hebdo-engagement-texte p {
        width: 75%;
    }
    #main #hebdo-engagement .hebdo-engagement-texte h4 + p {
        width: 100% !important;
    }
    #main #hebdo-engagement .hebdo-directeur:before {
        content: " ";
        background: url('https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/Samuel-Lieven.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        height: 220px;
        width: 100%;
        top: -220px;
        left: -10px;
        background-position: right bottom;
    }


    #main #hebdo-cahier-detachable .hebdo-cahier-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main #hebdo-cahier-detachable .hebdo-cahier-description .hebdo-cahier-texte {
        width: 100%;
        height: auto;
    }
    #main #hebdo-cahier-detachable .hebdo-cahier-description .cahier-image {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    #main #hebdo-cahier-detachable .cahier-image .cahier-couv {
        top: 0px !important;
        left: 0px !important;
        position: relative !important;

    }
    .nomobile {
        display: none !important;
    }
    #main #hebdo-chiffres {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    #main #hebdo-chiffres p {
        width: 80%;
        margin: 0 auto;

        margin-top: 10px;
    }




    #main #description-hebdo-abo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }


    #main #description-hebdo-abo #hebdo-rendez-vous {
        width: 100%;
    }

    .nocellphone {
        display: none;
    }
    #main #couv-du-mois {
        margin-top: 20px;

    }
    #main #description-hebdo-abo #hebdo-rendez-vous {
        margin-top: 0
    }
    #main #cta-appel-abo {
        display: none;
    }


    #main #cta-appel-abo-footer {
        width: 100%;

        background-color: #fed501;
        font-weight: bold;
        font-size: 17px !important;
        text-align: center;
        padding-left: 30px;
        position: relative;
        line-height: 22px;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;

    }
    #main #cta-appel-abo-footer em {
        font-size: 12px;
    }
    #main #cta-appel-abo-footer:before {
        content: "";
        height: 45px;
        width: 45px;
        position: absolute;
        background-color: red;
        left: 20%;
        top: 15px;

        background: url("https://static.bayard.io/librairie-bayard.com/pelerin/cms/201911-Abo-Noel/images/telephone.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    #main #cta-appel-abo-footer {
        display: block;
    }
    #main #cta-appel-abo-footer:hover:before {
        -webkit-animation: wiggle 0.5s infinite;
        animation: wiggle 0.5s infinite;
    }

    #main #hebdo-cahier-detachable .cahier-image {
        min-width: auto;
        min-height: auto;

    }

    #main #programme-municipales2020 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #main #programme-municipales2020 .item-programme-municipales {
        width: 350px;
    }
    #main .maire-municipales2020 p {
        text-align: center;
    }
    #municipales-edito {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;

    }
    #municipales-edito .edito-municipales2020 {

        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        text-align: center;
    }

    #municipales-edito .video-Samuel-Municipales {

        width: 100%;
    }
    #main .intro-programme-municipales {
        text-align: center;
    }

    #main #offre-municipale {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
    }
    header img {
        margin-top: 15px;
    }

}

#main .edito-municipales2020 p,
#hebdo-engagement .hebdo-engagement-texte p,
#hebdo-rendez-vous ul > li,
#hebdo-cahier-detachable .hebdo-cahier-texte p {
    /*    color:red;*/
    font-weight: 500 !important;
}