#entete {
    background: url(../imgs/bg-entete.jpg) center center no-repeat;
    padding: 180px 0 0px 0;
    height: 470px;
    background-size: cover;
    position: relative;
    color: #fff
}
#entete:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(5 2 39 / 81%)
}
#entete h1 {
    position: relative;
    margin: 12px auto;
    padding: 0 0 14px 0;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center
}
#entete h1:after {
    content:  '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    margin: auto;
    background: orange
}
#logo-blanc {
    display: block;
    position: relative;
    z-index: 1;
    width: 500px;
    margin: auto
}
#texte-principal {
    max-width: 100%;
    margin: 27px auto 46px auto
}
#texte-principal2 {
    color: #fff;
    background: #c78300;
    padding: 18px 57px 14px 57px;
    text-align: center;
    margin: 22px auto 60px auto;
    font-size: 22px;
    max-width: 864px
}
#texte-principal h2 {
    color: #c78300;
    font-size: 38px;
    margin: 15px 0 11px 0
}
#texte-principal p {
    font-size: 28px
}
#sp-about .rangee {
    max-width: 893px;
    margin: auto;
    overflow: hidden
}
#sp-about .rangee .col {
    text-align: justify
}
#sp-about .rangee .col .inner {
    max-width: 370px;
    margin: 0 auto 0 0
}
#sp-about .img-portrait {
    width: 190px;
    height: 190px;
    margin: auto
}
#texte-portrait1 p, #texte-portrait2 p {
    font-size: 16px;
    line-height: 22px
}
#sp-about .rangee .col.c2 .inner {
    float: right
}
@media (max-width: 1400px) {
#texte-principal h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 10px 0 9px 0
}
#texte-principal p {
    font-size: 20px
}
}
@media (max-width: 1200px) {
#entete {
    height: 410px
}
#logo-blanc {
    max-width: 77%
}
}
@media (max-width: 576px) {
#sp-about > .centrage {
    padding: 0 5%
}
#sp-about .rangee .col .inner {
    margin: 5% auto 13% auto
}
#sp-about .rangee .col.c2 .inner {
    float: none
}
}