body #main article {
    background-color: #fff;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
}
#blocContenu {
    padding-top: 40px;
    padding-bottom: 40px;
}
body .resetStyle #main #blocContenu .titreNiv2 {
    margin-bottom: 0.5em;
}

body .resetStyle #main #blocContenu .titreNiv1 {
    text-transform: none;
    margin-bottom: 1em;
}

body .resetStyle #main #blocContenu article ol li{
    margin-left: 1em;
}

body .resetStyle #main #blocContenu article ul li,
body .resetStyle #main #blocContenu article ol li {
    padding-bottom: 4px;
    padding-top: 4px;
}
body .resetStyle #main #blocContenu article ul ul {
    margin-left: -1em
}
body .resetStyle #main #blocContenu article a, body .resetStyle #main #blocContenu article a:visited {
    color: #007bc7;
    text-decoration: underline;
    font-weight: bold;
}

body .resetStyle #main #blocContenu article a:hover {
    text-decoration: none;
    border-bottom: 3px solid #007bc7;
}

body .resetStyle #main #blocContenu article .boutonNav a,
body .resetStyle #main #blocContenu article .boutonNav a:visited {
    text-decoration: none;
}

body .resetStyle #main #blocContenu article table thead tr th {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    font-family: Arial;
    letter-spacing: 0px;
    border: 1px, solid, #fff;
    background-color: #1564c0;
    text-transform: none;
}

body .resetStyle #main #blocContenu article table {
    margin-bottom: 2em;
    border: 1px solid #E2E2E2;
}

body .resetStyle #main #blocContenu article table tr td{
    border: 1px, solid, #E2E2E2;
    padding-left: 1em;
}
.conteneurHeader {
    border-bottom: 5px solid #1565c0;
}
.blocFooter {
    background-color: #1565c0;
    text-align: center;
}
.blocFooter .conteneurFooter{
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2em;
}
.blocFooter a {
    color: #fff;
    text-decoration: underline;
}
body .resetStyle #main #blocMain .blocTitre .conteneurHeader .conteneurTexteHeader h1 {
    font-weight: bold;
    background-color: #fff;
    color: #1565c0;
    text-transform: none;
    font-size: 3rem;  
}
.boutonNav {
    display: flex;
    justify-content: center;
}
/* Version mobile */
.conteneurLogoHeader img {
    padding-top: 1em;
    width: 60%;
}
.conteneurLogoHeader {
    margin-left: auto;
    margin-right: auto;
}
.conteneurHeader .conteneurTexteHeader {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.conteneurHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conteneurIconesHeader{
    margin-bottom: 1em;
}
.conteneurIconesHeader img {
    width: 18%;
}

/* Version tablette */
@media(min-width: 740px) {
     .blocTitre {
         width: 100%;
     }
    .conteneurLogoHeader {
        width: 30%;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .conteneurRight {
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    .conteneurLogoHeader img {
        width: 65%;
    }
    .conteneurIconesHeader {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        width: 100%;
        margin-bottom: 2rem;
    }
    .conteneurIconesHeader img {
        width: 10%;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .conteneurTexteHeader {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        width: calc(50% - 4rem);
        margin-bottom: 2rem;
    }
}

/* Version desktop */
@media (min-width: 992px) {
    .conteneurLogoHeader img{
        width: 47%;
    }
    .conteneurIconesHeader img {
        width: 8%;
    }
    body .resetStyle #main #blocMain .blocTitre .conteneurHeader .conteneurTexteHeader h1 {
        font-size: 3rem;
    }
}