body.sp_textes .espece {
    padding-top: 28px;
}
#sp-textes {
    min-height: 500px;
    padding: 60px 20px 50px 20px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}
#rangee1 {
    max-width: 992px;
    margin: auto;
}
.simple {
    padding: 31px 40px 70px 40px;
}
.simple #texte-principal {
    max-width: 850px;
    margin: auto;
}
.entete-carte,
.entete-simple {
    margin-left: 0;
    padding-top: 9px;
    text-align: center;
}
#gauche {
    box-shadow: 0px 0 15px rgba(0, 136, 192, 0.22);
    border-radius: 15px;
    overflow: hidden;
}
#gauche-sommaire {
    position: absolute;
    top: 15px;
    left: 15px;
}
#img-img-intro picture {
    padding: 0;
    min-height: 150px;
}
#img-img-intro img {
    position: relative;
    width: 100%;
    height: auto;
}
#gauche img {
    width: 100%;
    max-height: 720px;
}
#gauche-sommaire {
    padding: 30px 0;
}
#gauche-sommaire .centrage {
    padding: 0 15px 0 30px;
}
#sommaire,
#gauche-sommaire .centrage h2 {
    width: 30%;
}
#sommaire li,
#sommaire p {
    text-align: left;
}
#gauche-sommaire {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    box-shadow: 0 0 0 #000;
}
#gauche-sommaire.scrolled {
    position: fixed;
    top: 125px;
    padding: 0;
}
#sommaire p {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
#sommaire p a {
    display: block;
    padding-left: 17px;
    line-height: 18px;
    background-image: url(../imgs/fleche-lien.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #555;
}
#sommaire ul {
    padding-left: 10px;
    padding-bottom: 3px;
}
#sommaire ul li {
    padding: 0;
    margin: auto;
    background: none;
}
#sommaire ul li a {
    display: block;
    padding: 2px 0 2px 15px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    background-position: 0 8px;
    background-repeat: no-repeat;
}
#sommaire ul li a:hover {
    text-decoration: underline;
}
#droite-sommaire {
    margin: 0 8.333333333333% 0 33.33333333333%;
    padding: 0px 15px 60px 15px;
    position: relative;
    z-index: 2;
}
#texte img {
    height: auto!important;
}
#simple-texte {
    padding: 30px 205px;
}
#droite .social h3:before,
#droite .social h2:before  {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 6em;
    margin-top: -6em
}
#droite .social h2 {
    margin: 15px 0;
    padding: 0;
}
#simple-texte.carte {
    padding: 0px 40px;
}
#simple-texte.carte iframe {
    width: 100%;
    height: 640px;
    height: 75vh;
}
#description {
    padding: 45px;
}


@media (max-width: 1200px) { 

    #droite {
        padding: 0 38px 50px 0;
    }

}

@media (max-width: 992px) { 

    #droite-sommaire {
        margin: 0 5% 0 33%;
        padding: 0px 15px 60px 15px;
        position: relative;
        z-index: 2;
    }

}


@media (max-width: 768px) { 

    #sommaire {
        max-height: 60vh;
        overflow: auto;
    }

}


@media (max-width: 576px) { 

    #sp-textes {
        overflow: visible;
    }
    #sp-textes h2 {
        font-size: 20px;
        overflow-wrap: normal;
    }
    #gauche,
    #droite {
        width: 100%;
        display: block;
        margin: auto;
        padding: 0 25px 45px 25px;
        position: static;
        border-radius: 0;
        overflow: hidden;
        display: block;
        box-shadow: 0 0 0 #000;
        border-radius: 0;
    }
    #sp-textes.centrage section#gauche .image-gauche {
        width: 100%;
        min-height: auto;
        padding: 15px;
    }
    #gauche img {
        max-width: 100%;
        display: block;
        width: auto;
        display: block;
        margin: auto;
        display: block;
        box-shadow: 0px 0 15px rgba(0, 136, 192, 0.22);
        border-radius: 15px;
    }
    #sommaire,
    #gauche-sommaire .centrage h2 {
        width: 100%;
    }
    #sommaire {
        padding-bottom: 15px;
    }
    #gauche-sommaire {
        position: absolute;
        z-index: 5;
        right: auto;
        width: 250px;
        overflow: visible;
        transform: translateX(-265px);
        transition: transform 0.25s ease-out;
    }
    #gauche-sommaire.deploi {
        transform: translateX(0);
    }
    #sp-textes.centrage section#gauche.scrolled {
        top: 95px;
    }
    #gauche-sommaire .switch {
        display: block;
        position: absolute;
        top: 45px;
        right: -45px;
        width: 45px;
        height: 90px;
        background: #fff;
        box-shadow: 0 0 10px #bbd1da;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background: url(../imgs/sommaire.svg) #9cc900 0 center;
        background-size: 200% auto;
    }
    #gauche-sommaire.deploi .switch {
        background: url(../imgs/sommaire.svg) #9cc900 -100% center;
        background-size: 200% auto;
    }
    #gauche-sommaire .centrage {
        z-index: 3;
        width: 100%;
        max-height: auto;
        padding-bottom: 30px;
        background: #fff;
        box-shadow: 0 0 15px #00a2e3;
        border-radius: 15px;
        overflow: hidden;
    }
    #gauche-sommaire.fixe {
        z-index: 10;
        left: 15px;
    }
    #droite-sommaire {
        margin: 0 15px;
        padding: 15px 15px 60px 15px;
    }
    #simple-texte {
        padding: 30px 15px;
    }
}