@import url('https://fonts.googleapis.com/css?family=Spectral:300,300i,400,400i,800&display=swap');

a
{
    text-decoration: none;
    outline: none;
    color: #303030;
}
a:hover
{
    text-decoration: underline;
}

.center1024 p
{
    margin-bottom: 13px;
}

.center1024 p, .center1024 p a
{
    font-size: 22px;
    line-height: 29px;
    text-align: justify;
}

.boxEtroit
{
    width: 75%;
    position: relative;
    margin: 0 auto;
    font-size: 27px;
}

.texteChapoProduit
{
    width: 75%;
    position: relative;
    margin-left: 210px;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Libre Baskerville', serif;
    border-left: 6px solid #453128;
    padding-left: 10px;
    box-sizing: border-box;
}

.blocCitation
{
    width: 58%;
    position: relative;
    margin: 0 auto;
}

blockquote 
{
    max-width: 800px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
    font-family: 'Spectral', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.7rem;
}

blockquote:before,
blockquote:after 
{
    position: absolute;
    color: #878787;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

blockquote:before 
{
    content: '“';
    left: -5rem;
    top: -2rem;
}

blockquote:after 
{
    content: '”';
    right: -5rem;
    bottom: 1rem;
}

.gras
{
    font-weight: bold;
}

.majuscule
{
    text-transform: uppercase;
}

.souligne
{
    text-decoration: underline;
}

.italique
{
    font-style: italic;
}

.imageDroite
{
    float: right;
    margin: 5px 0 0 21px;
    width: 44%;
    height: auto;
}

.imageGauche
{
    float: left;
    margin: 5px 21px 0 0;
    width: 44%;
    height: auto;
}

.imageCentre, .texteCentre
{
    display: block;
    text-align: center;
}

.imagePleineLargeur
{
    width: 100%;
}

.imagePleineLargeur img
{
    width: 100%;
    height: auto;
}

.imagePleineLargeur a:hover
{
    text-decoration: none;
}

.liste
{
    list-style-position: inside;
    margin: 13px 0 13px 21px;
    padding: 0 21px;
    list-style-image: url('../pict/puceListe.jpg');
}

.liste li
{
    list-style-position: outside;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.vertGdf
{
    color: #066a44;
}

.vert
{
    color: #209a08;
}
.rouge
{
    color: #d40202;
}

.bleuClair
{
    color: #082387;
}

.gris
{
    color: #0e1623;
}

.blanc
{
    color: #fff;
}

.noir
{
    color: #000;
}

.jaune
{
    color: #ffe400;
}

.orange
{
    color: #ff9000;
}

.orangeFontan
{
    color: #F4C55C;
}

.btnPdf
{
    width: 256px;
    height: 60px;
    background: url('../pict/sprite_telecharger.png') no-repeat 0 -61px transparent;
    display: block;
    text-indent: -9999px;
    font-size: 0;
}
.btnPdf:hover
{
    background: url('../pict/sprite_telecharger.png') no-repeat 0 0 transparent;
}

.boutonTelechargerFondVertTxtBlanc
{
    display: inline-block;
    padding: 5px 13px;
    min-width: 144px;
    text-decoration: none;
    margin-bottom: 13px;
    transition: all 377ms linear;
    font-size: 22px;
}

.boutonTelechargerFondVertTxtBlanc
{
    background-color: #2A7942;
    color: #fff;
}
.boutonTelechargerFondVertTxtBlanc:hover
{
    color: #FFEE10;
}

.tableauBase, .tableauSimple
{
    border-collapse: collapse;
    width: 100%;
}

.tableauBase, .tableauBase th, .tableauBase td {
    border: 1px solid black;
}

.tableauBase td, .tableauBase th
{
    padding: 8px;
    font-size: 1.1em;
    line-height: 28px;
    text-align: center;
    width: 89px;
}

.tableauSimple td
{
    text-align: center;
}

.tableauBase thead
{
    background: #F4C55C none repeat scroll 0 0;
    color: #ffffff;
}

.blocLeft, .blocRight
{
    float: left;
    width: 450px;
}

.blocLeft
{
    margin-right: 12px;
}

.txtCentreLarge
{
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.grasBigCentre
{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.separateurGenerique
{
    width: 80%;
    height: 0;
    margin: 13px auto;
    border-bottom: 3px solid #F4C55C;
}

/****************************  Style des galeries statiques  ***********************/
.galerie
{
    margin: 0 auto;
    position: relative;
    width: 1024px;
}

.galerie2
{
    position: relative;
    width: 505px;
}

.boxNavSlider
{
    position: absolute;
    top: 108px;
    width: 100%;
    z-index: 100;
}

.boxNavSlider .next, .boxNavSlider .prev
{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../pict/sprite-fleche.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.boxNavSlider .next
{
    right: 8px;
    background-position: 0 -40px;
}
.boxNavSlider .next:hover
{
    background-position: 0 0px;
}

.boxNavSlider .prev
{
    left: 8px;
    background-position: -40px -40px;
}
.boxNavSlider .prev:hover
{
    background-position: -40px 0;
}

.bandeauTexte
{
    display: block;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 10;
    line-height: 30px;
    color: #fff;
    font-weight: medium;
    text-align: center;
}

.bandeauTexte span
{
    font-size: 17px;
    margin-right: 8px;
}
/**************************  Fin du slider statiques  *************************/
.boutonTelechargerDoc
{
    text-decoration: none;
}


@media (max-width: 980px) {
    .texteChapoProduit{
        margin-left: 10%;
    }

}

@media (max-width: 750px) {
    .texteChapoProduit
    {
        margin-left: 0;
        width: 100%;
    }
    
    .imageDroite, .imageGauche
    {
        float: none;
        width: 70%;
        margin: 13px auto;
        position: relative;
        display: block;
    }
}

@media (max-width: 450px) {
    .liste
    {
        box-sizing: border-box;
        padding: 0 21px;
    }
    
}
