@charset "UTF-8";

/*------------------------------------*\
-------- FONTS
\*------------------------------------*/

/* HTML5 display-role reset for older browsers */

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900');


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1em;
}

img {
    max-width: 100%;
}

.right {
    text-align: right;
}

.pluspetit {
    font-size: 0.8em;
}

.plusgros {
    font-size: 1.2em;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Lato', Roboto, Helvetica, sans-serif;
}


#principal {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    top: 0px;
    margin-top: 0px;
    min-height: 100%;
    background-repeat: repeat-y;
    background-position: center;
}

/*
#page {
    width: 1100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: fixed;
}
*/

/*****************************/

/* HEADER */

/*****************************/

#header {
    background: #236293;
    width: 100%;
    text-align: center;
    padding: 20px 5px;
}

#header a {
    text-decoration: none;
}

.titre-header {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
}

.titre-jaune {
    color: #F8E641;
    font-size: 1.7em;
}

.separateur {
    height: 1px;
    background: #F8E641;
    width: 80%;
    margin: 10px auto 0 auto;
}

.logo {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .logo {
        margin-top: 50px;
    }
}

#logoCDCHhome {
    margin-right: auto;
    margin-left: 10px;
    display: inline-block;
}

#logoCDCHhome img {
    /*
    margin: 10px 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 0.3rem;
*/
}

#newlogoCDCH {
    margin-right: 10px;
    display: inline-block;
}

#newlogoCDCH img {
    max-height: 60px;
    opacity: 0.1;
}

/*****************************/

/* MENU */

/*****************************/

#menu-large {
    display: flex;
    justify-content: center;
    background: #276391;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    text-align: center;
}

#menu-large ul,
#menu-large li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-large ul {
    position: relative;
    z-index: 597;
}

#menu-large > ul > li {
    float: left;
    min-height: 1px;
    width: 180px;
}

#menu-large ul li.hover,
#menu-large ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#menu-large ul .sousMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#menu-large ul .sousMenu li {
    float: none;
}

#menu-large ul li:hover > .sousMenu {
    display: inline-block;
}

#menu-large ul .sousMenu {
    bottom: 0;
    left: 0;
}

#menu-large ul .sousMenu {
    margin-top: 0;
}

#menu-large ul .sousMenu li {
    font-weight: normal;
}

#menu-large a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

/* Custom CSS Styles */

#menu-large {
    border-bottom: 4px solid #4382b2;
}

#menu-large:after,
#menu-large ul:after {
    content: '';
    display: block;
    clear: both;
}
#menu-large ul .sousMenu {
    border-top: 4px solid #4382b;
    text-transform: none;
    min-width: 180px;
}

#menu-large ul .sousMenu a {
    background: #4382b2;
    border-bottom: 1px solid #276391;
    line-height: 150%;
    padding: 16px 20px;
}


#menu-large ul .sousMenu li {
    position: relative;
}

#menu-large ul .sousMenu li:first-child > a {}

#menu-large ul .sousMenu li:hover > a {
    background: #276391;
}

#menu-large ul .sousMenu li:active > a {
    background: #4382b2;
}

#menu-large ul .sousMenu li:last-child > a {
    border-radius: 0 0 3px 3px;
    background-clip: padding;
    box-shadow: 0 1px 0 #4382b2;
}

#menu-large ul li:hover > a,
#menu-large ul li.active > a {
    background: #4382b2;
    color: #ffffff;
}

#menu-large ul li.has-sub > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 10px;
    top: 20%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #F8E641;
    clear: both;
}

#menu-large ul li.last ul {
    left: auto;
    right: 0;
}

#menu-large ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#menu-large a {
    /*  background: #333333;*/
    color: #FFF;
    padding: 0 20px;
}

#menu-large > ul > li > a {
    /*  line-height: 48px;*/
    height: 50px;
    font-size: 1em;
    padding: 10px;
}


#menu-mobile {
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}

@media screen and (max-width: 768px) {
    #menu-large {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #menu-mobile {
        visibility: visible;
    }
}

/*****************************/

/* CONTAINER */

/*****************************/

.container {
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    z-index: 50;

}

#container-footer {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .container {
        width: 90%;
        background-color: #FFFFFF;
        padding-right: 5%;
        padding-left: 5%;
    }

    #container-footer {
        width: 90%;
    }
}

@media screen and (max-width: 520px) {
    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-footer {
        width: 100%;
    }

}

#container-pagesecu {
    width: 570px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    z-index: 50;
}

@media screen and (max-width: 768px) {
    #container-pagesecu {
        width: 100%;
        background-color: #FFFFFF;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 520px) {
    #container-pagesecu {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*****************************/

/* CONTENU */

/*****************************/

#headerLetttre {
    width: 100%;
    margin: 20px 0;
    display: block;
}

#photoMHlettre {
    display: inline-block;
    width: 180px;
    text-align: right;
    margin-right: 20px;
}

#photoMHlettre p {
    line-height: 0.9em;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #photoMHlettre {
        text-align: left;
        padding-left: 3%;
    }
}

.legendephoto {
    font-size: 0.8em;
    font-style: italic;
}

#preheaderlettre {
    text-align: left;
    width: 59%;
    display: inline-block;
    font-weight: bold;
}

.direct {
    text-align: right;
}


@media screen and (max-width: 768px) {
    #preheaderlettre {
        clear: both;
        float: none;
        display: block;
        margin: 0;
        padding-top: 0;
        padding-left: 3%;
    }

    .direct {
        text-align: left;
    }


}

.lettre {
    display: block;
    padding-right: 80px;
    padding-left: 80px;
}

.lettre p {

    text-indent: 3%;
}

@media screen and (max-width: 768px) {
    .lettre {
        float: none;
        clear: both;
        display: block;
        padding-right: 1%;
        padding-left: 1%;
    }
}

#preheadermerci {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-left: 215px;
}

#pagemerci p {
    font-size: 0.8em;
    padding-right: 80px;
    padding-left: 80px;
    text-indent: 3%;
}

#pagemerci table tr td h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #E5322C;
    text-align: center;
}

#lien1lettre {
    font-weight: 800;
    color: #004D9A;
    font-size: 1.2em;
}

#lien1lettre:hover {
    color: #E5322C;
}

.fluo {
    background-color: #FF0;
    font-weight: bold;
}

.texte-Bleu {
    color: #004D9A;
}


#benefice p {
    padding-right: 50px;
    padding-left: 50px;
}

@media screen and (max-width: 768px) {
    #benefice p {
        padding-right: 1%;
        padding-left: 1%;
    }
}

#benefice h1 {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: #E5322C;
}

#dossier h1 {
    font-size: 1.5em;
    text-align: center;
    color: #E5322C;
    font-weight: normal;
}

#faq h1 {
    font-size: 1.8em;
    text-align: center;
    color: #E5322C;
    font-weight: normal;
}

#garanties h1 {
    font-size: 1.5em;
    text-align: center;
    color: #E5322C;
    font-weight: normal;
    line-height: 1em;
}

#benefice {
    padding-right: 0px;
    padding-left: 0px;
}

#encadre-benefice {
    color: #004D9A;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFC;
    text-align: center;
    padding: 10px;
    border: 2px solid #e5322c;
}

#precedente {
    background-image: url(../images-abo/fleche-precedent.gif);
    height: 34px;
    width: 161px;
}

#precedente:hover {
    background-image: url(../images-abo/fleche-precedent-hover.gif);

}

#suivante {
    background-image: url(../images-abo/fleche-suivante.gif);
    height: 34px;
    width: 161px;
    float: right;
}

#suivante:hover {
    background-image: url(../images-abo/fleche-suivante-hover.gif);

}

#dossier {
    padding-right: 50px;
    padding-left: 50px;
}

@media screen and (max-width: 520px) {
    #dossier {
        padding-right: 5%;
        padding-left: 12%;
    }
}

#garanties {
    padding-right: 50px;
    padding-left: 50px;
}

@media screen and (max-width: 768px) {
    #garanties {
        padding-right: 0;
        padding-left: 2%;
    }
}

@media screen and (max-width: 520px) {
    #dossier ul {
        padding-left: 0;
        padding-right: 0;
    }
}

#dossier ul {
    padding-top: 20px;
    list-style-image: url(../images-abo/fleche-bleue.png);
}

#dossier ul li {
    padding-top: 15px;
}



#garanties p {
    font-size: 0.8em;
}

#garanties ol {
    padding-top: 20px;
    font-size: 1.1em;
    color: #104C94;
    font-weight: bold;
    list-style-position: outside;
    padding-left: 25px;
}

#garanties ul li {
    padding-top: 15px;
    font-size: 0.8em;
}

#abo p {
    font-size: 0.8em;
    text-indent: 3%;
}

#abo h1 {
    font-size: 1.1em;
    text-align: center;
    color: #004C99;
    font-weight: bold;
    padding-bottom: 5px;
}

ul#listeAbo {
    list-style-type: none;
    width: 400px;
    font-size: 0.8em;
}

.contenant {
    font-size: 0.7em;
    width: 310px;
    background-image: url(../images-abo/fleche_rose.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #FFFFCC;
    margin-left: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-right: 10px;
    line-height: 1.4em;
}

#texteAbo {
    width: 440px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #ccdfee;
    border-radius: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#abo ul {
    list-style-image: url(../images-abo/fleche-rouge.png);
    margin-left: 15px;
    margin-right: 240px;
}

@media screen and (max-width: 468px) {
    #abo ul {
        margin-right: 5%;
    }
}

#abo ul li {
    padding-top: 15px;
    font-size: 0.8em;
}

#reponse p {
    font-size: 0.8em;
    font-style: italic;
}

#reponse {
    padding-right: 50px;
    padding-left: 30px;
}

@media screen and (max-width: 648px) {
    #reponse {
        padding-right: 10%;
        padding-left: 10%;
    }
}

@media screen and (max-width: 368px) {
    #reponse {
        padding-right: 5%;
        padding-left: 5%;
    }
}

#enligne {
    width: 245px;
    background-image: url(../images-abo/en-ligne.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
}

#enligne:hover {
    background-image: url(../images-abo/en-ligne-hover.gif);
}

#courrier {
    background-image: url(../images-abo/par-courrier.gif);
    height: 47px;
    width: 245px;
}

#courrier:hover {
    background-image: url(../images-abo/par-courrier-hover.gif);
}

#offreStricte {
    font-size: 0.7em;
    color: #F00;
    padding-top: 2%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    text-align: center;
}

@media screen and (max-width: 648px) {
    #offreStricte {
        padding: 2% 4%;
        width: 88%;
    }
}

.cdeEnLigne {
    display: inline-block;
    width: 45%;
    padding-left: 30px;
    padding-bottom: 65px;
}

@media screen and (max-width: 648px) {
    .cdeEnLigne {
        display: block;
        width: 80%;
        padding-left: 10%;
        padding-right: 5%;
        padding-left: 10%;
        padding-bottom: 1%;
    }
}

.cdeCourrier {
    display: inline-block;
    width: 45%;
    padding-left: 30px;
    padding-bottom: 65px;
}

@media screen and (max-width: 648px) {
    .cdeCourrier {
        display: block;
        width: 80%;
        padding-left: 10%;
        padding-right: 5%;
        padding-left: 10%;
        padding-bottom: 1%;
    }
}

#autreQuestion {
    float: left;
    display: block;
    width: 500px;
    padding-left: 30px;
}

@media screen and (max-width: 648px) {
    #autreQuestion {
        float: none;
        display: block;
        width: 80%;
        clear: both;
        padding-left: 10%;
        padding-right: 5%;
        padding-left: 10%;
        padding-bottom: 2%;
        padding-top: 2%;
    }
}

#img-question-abo {
    float: left;
}

@media screen and (max-width: 648px) {
    #img-question-abo {
        float: none;
    }
}

#appeler {
    margin-top: 6px;
    color: #1856c3;
    font-style: italic;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-indent: 0%;
    font-size: 0.8em;
}

@media screen and (max-width: 648px) {
    #appeler {
        font-size: 0.8em;
        font-style: normal;
        color: #000;
        padding-left: 16px;
        text-indent: 0px;
        margin-top: 2px;
        text-align: left;
    }
}

p#choisi {
    font-size: 0.8em;
    color: #000;
    padding-left: 13px;
    text-indent: 0px;
    margin-top: 2px;
}

#eturffooter {
    font-size: 0.7em;
    background-color: #e5edf5;
    text-align: center;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    margin-bottom: 0px;
    margin-top: auto;
    clear: both;
}

@media screen and (max-width: 520px) {
    #eturffooter {
        padding-right: 5%;
        padding-left: 5%;
        margin-bottom: 0px;
        margin-right: 0;
        margin-left: 0;
        margin-top: auto;
        clear: both;
    }
}

#infolegal-pagesecu {
    font-size: 0.7em;
    padding-top: 50px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    color: #666;
    text-align: center;
    line-height: 1.05em;
}

#pagesecu h1 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #e5322c;
}

#pagesecu h2 {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: #e5322c;
    padding-bottom: 30px;
}

#tab-pagesecu {
    font-size: 0.8em;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    width: 450px;
    background-color: #fffdee;
    padding: 10px;
}

td#form {
    font-size: 1em;
}

.asterisque {
    color: #900;
    font-weight: bold;
}

#ul-qui {
    text-align: center;
    width: 100%;
    list-style-type: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 0px;
}

#ul-qui li {
    display: inline;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#ul-qui li img {
    max-width: 11%;
    vertical-align:top;
    margin-right: 1%;
    margin-left: 1%;
}

.p-qui {
    text-align: left;
    text-indent: 3%;
}

#texte-qui {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    background-color: #F9FFE7;
    padding: 3%;
    color: #000000;
}

@media screen and (max-width: 768px) {
    #texte-qui {
        width: 70%;
        padding: 2%;
    }
}

@media screen and (max-width: 520px) {
    #texte-qui {
        width: 92%;
        padding: 2%;
    }
}

#texte-qui h1 {
    color: #C00;
    text-align: left;
    text-indent: 3%;
    font-size: 0.9em;
}

#temoignages-qui {
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    background-color: #F9FFE7;
    color: #000000;
    padding-top: 3%;
    padding-right: 7%;
    padding-bottom: 3%;
    padding-left: 7%;
}

@media screen and (max-width: 768px) {
    #temoignages-qui {
        width: 70%;
    }
}

@media screen and (max-width: 520px) {
    #temoignages-qui {
        width: 90%;
        padding-left: 3%;
        padding-right: 3%;
    }
}

#calq-faq {
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    padding-top: 3%;
    padding-right: 7%;
    padding-bottom: 3%;
    padding-left: 7%;
}


@media screen and (max-width: 768px) {
    #calq-faq {
        width: 75%;
        padding-right: 5%;
        padding-left: 5%;
    }
}

#calq-faq2 {
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    padding-top: 3%;
    padding-right: 7%;
    padding-bottom: 3%;
    padding-left: 7%;
    background-color: #F9FFE7;
}



@media screen and (max-width: 768px) {
    #calq-faq2 {
        width: 65%;
        padding-right: 7%;
        padding-left: 7%;
    }
}

@media screen and (max-width: 620px) {
    #calq-faq2 {
        width: 75%;
        padding-right: 10%;
        padding-left: 10%;
    }
}

@media screen and (max-width: 368px) {
    #calq-faq2 {
        width: 76%;
        padding-right: 12%;
        padding-left: 12%;
    }
}


#texte-temoignages h1 {
    color: #C00;
    text-align: left;
    text-indent: 3%;
}

#texte-qui ul li {
    text-align: left;
}

.qui-qualite {
    text-align: left;
    margin-top: 0px;
    margin-left: 6%;
    padding-top: 0px;
}

.h1parenthese {
    font-size: 0.6em;
    font-style: oblique;
}

#qui h1 {
    font-weight: bold;
    color: #E5322D;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.8em;
}

#texte-qui h2 {
    color: #104C94;

}

#garanties ol li .txt-ol-garanties {
    font-size: 0.9em;
    text-indent: 3%;
    color: #000;
    font-weight: normal;
}

#garanties ol li {
    margin-top: 25px;

}

#garanties ol li .txt-ol-garanties ul li {
    font-size: 1em;
    font-weight: normal;
    color: #000;
    list-style-type: circle;
    list-style-image: url(../images-abo/puce-rouge-2.png);
    margin-top: 0px;
    list-style-position: outside;
}

#temoignages-qui p {
    font-size: 0.8em;
    font-style: italic;
    text-indent: 3%;
    margin-bottom: 5px;
}

#temoignages-qui .client {
    font-size: 0.7em;
    text-align: right;
    font-style: normal;
    margin-top: 0px;
}

ol li.p-faq a {
    color: #104C94;
    margin-bottom: 3%;
}

ol li.p-faq {
    color: #004995;
    margin-bottom: 3%;
    font-size: 1em;
    margin-right: 5%;
    margin-left: 5%;
    list-style-position: outside;
}

#calq-faq2 #liste-faq li {
    font-weight: bold;
    padding-top: 7%;
    color: #004995;
}

#calq-faq2 #liste-faq li p {
    font-weight: normal;
    color: #000;
    text-indent: 3%;

}

.illus-tem2 {
    width: 37%;
    float: left;
    padding-right: 0%;
}

.illus-tem3 {
    width: 37%;
    float: right;
    padding-left: 3%;
}

div .hautdepage,
div .hautdepage a {
    text-align: right;
    font-size: 0.9em;
    font-weight: normal;
    color: #004995;
    text-decoration: none;
}

#faq #calq-faq2 #liste-faq li #sousliste-faq2 {
    font-weight: normal;
    color: #000;
}

#faq #calq-faq2 #liste-faq li #sousliste-faq2 li {
    font-weight: normal;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style-image: url(../images-abo/puce-rouge-2.png);
}

#faq #calq-faq ol {
    list-style-type: decimal;
}

#contenu,
#contenu2,
#contenu3 {
    margin-bottom: 2%;
}

.nav-contact {
    width: 97%;
    text-align: center;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    padding-top: 1em;
    padding-right: 0.5em;
    padding-bottom: 0em;
    padding-left: 0.5em;
}

.nav-contact li {
    display: inline;
    color: #000000;
    margin-left: 3%;
    margin-right: 2%;
}

.nav-contact li a {
    color: #003399;
    font-size: 1em;
    font-weight: normal;
}

.infolegales {
    color: #666666;
    font-size: 1em;
    text-align: left;
    margin-top: 4%;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-left: 2%;
    text-indent: 3%;
}

#img-tem1,
#img-tem2,
#img-tem3 {
    display: block;
    float: right;
    margin-right: -57px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #img-tem1,
    #img-tem2,
    #img-tem3 {
        display: none
    }
}

#img-tem1b,
#img-tem2b,
#img-tem3b {
    display: none
}

@media screen and (max-width: 768px) {
    #img-tem1b,
    #img-tem2b,
    #img-tem3b {
        display: block;
        float: right;
        margin-right: -10%;
        text-align: right;
    }
}

@media screen and (max-width: 520px) {
    #img-tem1b,
    #img-tem2b,
    #img-tem3b {
        margin-right: -5%;
    }
}

#img-tem4 {
    display: block;
    float: left;
    margin-left: -57px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #img-tem4 {
        display: none
    }
}

#img-tem4b {
    display: none
}

@media screen and (max-width: 768px) {
    #img-tem4b {
        display: block;
        float: left;
        margin-left: -10%;
        text-align: left;
    }
}

@media screen and (max-width: 520px) {
    #img-tem4b {
        margin-left: -5%;
    }
}

#img-headerabo {
    display: block;
}

@media screen and (max-width: 368px) {
    #img-headerabo {
        display: none;
    }
}

#img-headerabo-b {
    display: none;
}

@media screen and (max-width: 368px) {
    #img-headerabo-b {
        display: block;
    }
}

#encadre-essai {
    display: block;
}

@media screen and (max-width: 468px) {
    #encadre-essai {
        display: none;
    }
}

.temoignages-calque {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.flex {
    display: flex;
}

@media screen and (max-width: 750px) {
    .temoignages-calque {
        margin-top: 35px;
    }
}

.temoignages {
    width: 42%;
    padding-right: 2%;
    padding-left: 5%;
    padding-bottom: 30px;
    display: inline-block;
    line-height: 1.4em;

}

@media screen and (max-width: 550px) {
    .temoignages {
        padding: 1%;
        float: none;
        width: 98%;
    }
}

.temoignages-2 {
    width: 42%;
    padding-right: 5%;
    padding-left: 3%;
    padding-bottom: 30px;
    display: inline-block;
    line-height: 1.4em;
}

@media screen and (max-width: 550px) {
    .temoignages-2 {
        padding: 1%;
        float: none;
        width: 98%;
    }
}

.temoignages div {
    margin-bottom: 35px;
    text-align: left;
}

.post-1 {
    background-image: url(../images-abo/postit-1.gif);
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-size: 100% 100%;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.post-2 {
    background-image: url(../images-abo/postit-2.gif);
    background-repeat: no-repeat;
    padding: 3%;
    background-size: 100% 100%;
    margin-bottom: 0px;
    text-align: left;
}

.auteurTem {
    margin-top: 0px;
    text-align: right;
    font-size: 0.8em;
    padding-top: 8px;
    line-height: 1.2em;
}

.huissJust {
    background-image: url(../illus/tampon-huissier.jpg);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 12px;
}

.temoignages-calque h1 {
    font-size: 1.6em;
    text-align: center;
    color: #E5322C;
    font-weight: normal;
    margin-bottom: 30px;
}

.margin_Img {
    margin-right: 5px;
}

.margin_ImgDrt {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 0;
    float: left;
}

.margin_ImgGche {
    margin-left: 5px;
    margin-bottom: 5px;
}

/*****************************/

/* BOUTONS FLOTTANTS */

/*****************************/

.boutons-home {
    position: fixed;
    left: -190px;
}

.boutons-home a {
    text-decoration: none;
    color: #212121;
}

.bouton-home {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;

    text-align: center;
    margin: 20px 0;
    padding: 10px;
    border-radius: 0.4em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb42b+0,f7a000+100 */
    background: rgb(253, 180, 43);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253, 180, 43, 1) 0%, rgba(247, 160, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253, 180, 43, 1) 0%, rgba(247, 160, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253, 180, 43, 1) 0%, rgba(247, 160, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb42b', endColorstr='#f7a000', GradientType=0);
    /* IE6-9 */
    transition: all 0.4s;
}

.bouton-home:hover {
    transform: translateX(160px);

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
    background: rgb(241, 231, 103);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    /* IE6-9 */
}


.bouton-home p {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    width: 150px;
    margin: 0 5px 0 25px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}

.bouton-home img {
    margin: 0 10px;
}


@media screen and (max-width: 768px) {
    .boutons-home {
        display: none;
    }
}

/*****************************/

/* BOUTONS FIXES */

/*****************************/

.bandeau-bleu-bouton {
    width: 100%;
    padding: 5px;
    margin: 20px 0;
    background: #F5F5F5;
    text-align: center;
}

.bandeau-bleu-bouton img {
    max-width: 35%
}

/* responsive boutons */

@media screen and (max-width: 1024px) {
    .bandeau-bleu-bouton img {
        max-width: 400px;
    }
}


@media screen and (max-width: 768px) {
    .bandeau-bleu-bouton img {
        max-width: 350px;
    }
}



/*****************************/

/* GARANTIE */

/*****************************/

#principalgarantie,
#principaldescription {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    padding-top: 25px;
}


@media screen and (max-width: 768px) {
    #principalgarantie,
    #principaldescription {
        width: 100%;
    }
}


#principalgarantie h1 {
    font-size: 1.5em;
    text-align: center;
    color: #E5322C;
    font-weight: bold;
}


#principalgarantie h2 {
    font-size: 1.3em;
    text-align: center;
    color: #E5322C;
    font-weight: bold;
    padding-bottom: 5px;
}

#encadreGarantie {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    #encadreGarantie {
        padding: 5%;
        border: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5%;
    }
}

#encadreGarantie ul {
    list-style-image: url(../images-abo/fleche-rouge.png);
}

#encadreGarantie ul li {
    padding-top: 15px;
}

#encadreGarantie p {
    padding-right: 30px;
    padding-left: 30px;
    text-indent: 3%;
}


.texte-rouge-it {
    color: #E5322C;
    font-size: 1.7em;
}

.liendescription {
    font-size: 1.2em;
    color: #004D9A;
}

/*****************************/

/* DESCRIPTION */

/*****************************/

#encadredescription {
    padding: 20px;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    #encadredescription {
        padding: 5%;
        width: 90%;
        margin-top: 5%;
    }
}

#encadredescription h1 {
    font-size: 1.5em;
    text-align: center;
    color: #E5322C;
    font-weight: bold;
}

#encadredescription h2 {
    font-size: 1.1em;
    color: #004D9A;
    font-weight: bold;
    padding-bottom: 5px;
    text-indent: 3%;
}

/*****************************/

/* CADEAU & AVANTAGES */

/*****************************/

#encadrecadeau {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    #encadrecadeau {
        text-align: center;
        padding-right: 5%;
        padding-left: 5%;
        padding-top: 5%;
        padding-bottom: 3%;
        border: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5%;
    }
}

#encadrecadeau h1 {
    font-size: 1.5em;
    text-align: center;
    color: #E5322C;
    font-weight: bold;
    margin-bottom: 20px;
}

#encadrecadeau ul li {
    display: inline;
}

#principaldescription #encadrecadeau ul {
    display: inline;
}

@media screen and (max-width: 768px) {

    #principaldescription #encadrecadeau ul {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #principaldescription #encadrecadeau ul li {
        display: block;
        text-align: center;
        width: 100%;
    }
}

#principaldescription #encadrecadeau ul li .kdoG {
    display: block;
    width: 200px;
    float: left;
    text-align: center;
}

#principaldescription #encadrecadeau ul li .kdoD {
    display: block;
    width: 200px;
    float: right;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #principaldescription #encadrecadeau ul li .kdoG, #principaldescription #encadrecadeau ul li .kdoD {
        float: none;
        clear: both;
        width: 100%;
        text-align: center;
    }
}

#principaldescription #encadrecadeau ul li .plus {
    display: block;
    width: 100px;
    float: left;
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    #principaldescription #encadrecadeau ul li .plus {
        float: none;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 100%;
        text-align: center;
    }
}

.nom-cadeau {
    font-size: 1.1em;
    font-weight: bold;
    color: #004D9A;
}

.description-cadeau {
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    margin-top: 5px;
}

#principaldescription #encadrecadeau ul li .numero {
    display: block;
    width: 20px;
    float: left;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: #F00;
    background-color: #FFF;
    margin-right: 5px;
    border: 2px solid #F00;
}

@media screen and (max-width: 768px) {
    #principaldescription #encadrecadeau ul li .numero {
        float: none;
        clear: both;
        text-align: center;
        width: 100%;
        border: none;
    }
}

#principaldescription #encadrecadeau ul li .texte-numero {
    display: block;
    width: 450px;
    float: left;
    text-align: left;
    padding-bottom: 25px;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    #principaldescription #encadrecadeau ul li .texte-numero {
        float: none;
        clear: both;
        text-align: center;
        width: 100%;
    }
}

.titre-numero {
    font-size: 1.2em;
    font-weight: bold;
    color: #004D9A;
}

#plusliste {
    width: 500px;
    text-align: center;
    clear: left;
}

@media screen and (max-width: 768px) {
    #plusliste {
        width: 100%;
        text-align: center;
        clear: both;
    }
}


/*****************************/

/* BOUTONS FIXES */

/*****************************/

#backToTop {
    display: none;
    position: fixed;
    /* La couleur de fond*/
    background: #289DFC;
    /*La bordure*/
    border: 2px solid #276391;
    /* la longueur et l'espace autour du texte*/
    width: 50px;
    height: 50px;
    /* On place le bloc en bas à droite*/
    right: 30px;
    bottom: 30px;
    /* On ajoute un bord arrondi pour les navigateurs compatibles*/
    border-radius: 100%;
}

@media screen and (max-width: 768px) {
    #backToTop {
        display: none!important;
    }
}

#backToTop:hover {
    /*On change le curseur de la souris au survol*/
    cursor: pointer;
    /*On change la couleur de fond au survol*/
    background: #276391;
    /*On change la couleur de la bordure au survol*/
}

}

.triangleTop {
    position: relative;
}

.triangleTop:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    top: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFF;

}
