html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

ol {
    padding-left: 15px;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: "" "";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a img {
    border: none;
}

.font24 {
    font-size: 24px;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block;
}

.Dnone {
    display: none;
}

.white {
    color: white;
}

.nopadding {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.nomargin {
    margin-right: 0px;
    margin-left: 0px;
}

.w620 {
    width: 620px;
}


/* ********************************* CentenuArticle ********************************* */

.CentenuArticle {
    color: #002147;
    padding-left: 15%;
    padding-top: 80px;
    padding-bottom: 40px;
}

a#footnote-marker-1-1 {}

.CentenuArticle a {
    /*font-size: 15px;*/
    color: #20af34;
    transition: transform 0.6s ease-in-out;
}


.CentenuArticle h1 {
    color: #20AF34;
    font-weight: 600;
    font-size: 72px;
    margin-bottom: 30px;
}

.CentenuArticle h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
.CentenuArticle h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
.CentenuArticle h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

.CentenuArticle p,
.CentenuArticle li {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.CentenuArticle ul li {
    margin-left: 20px;
}

.CentenuArticle span {
    line-height: 20px;
}

.CentenuArticle .Aut2 {
    font-weight: 600;
    font-size: 20px;
    padding: 7px 0;
}

.CentenuArticle .Aut1 {
    font-size: 14px;
}

.CentenuArticle .Aut3 {
    font-size: 12px;
}

.CentenuArticle .Autblock {
    width: 50%;
    padding-top: 10px;
}


/* ********************************* CentenuArticle ********************************* */

.bglogin {
    background-color: #002147;
}

.LoginArg {
    padding: 20px 40px;
}

.centerLogin {
    margin: 0 auto;
    width: 325px;
}

.FormLogin {
    width: 324px;
    margin-top: 42vh;
    transform: translateY(-50%);
}

.FormLogin .form-group {
    position: relative;
}

.FormLogin .form-group input {
    height: 40px;
    color: white;
    font-weight: 300;
    padding-left: 35px;
    background-color: #002D62;
    border: 1px solid #004492;
    border-radius: 0;
}

.FormLogin .form-group input:-moz-placeholder {
    color: #004492;
}

.FormLogin .form-group input::-moz-placeholder {
    color: #004492;
}

.FormLogin .form-group input:-ms-input-placeholder {
    color: #004492;
}

.FormLogin .form-group input::-webkit-input-placeholder {
    color: #004492;
}

.FormLogin .form-group i {
    font-size: 25px;
    position: absolute;
    top: 7px;
    color: #004492;
    left: 7px;
}

.FormLogin .btn {
    background-color: #20AF34;
    color: white;
    width: 110px;
    height: 35px;
}


/* -------- sidenav  --------- */

.BadyBG {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    overflow-x: hidden;
}

.logo {
    height: 18px;
}

.CloturePique {
    padding-bottom: 40px;
}

.navigationLeft #SidenavLeft {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #002147;
    overflow-x: hidden;
    transition: 0.5s;
}

.navigationLeft #SidenavLeft a {
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s;
    /* margin-right: -10px; */
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
}

.navigationLeft #SidenavLeft .closebtn {
    position: absolute;
    padding-top: 10px;
    font-size: 36px;
    width: 300px;
}

.navigationLeft #SidenavLeft .closebtn span {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.navigationLeft #SidenavLeft .closebtn i {
    font-size: 25px;
    vertical-align: middle;
    color: #20AF34;
}

.navigationLeft #SidenavLeft .search {
    color: #004492;
    margin-top: 50px;
    padding: 15px;
}

.navigationLeft #SidenavLeft .search input {
    height: 40px;
    color: white;
    font-weight: 300;
    padding-left: 35px;
    background-color: #002D62;
    border: 1px solid #004492;
}

.navigationLeft #SidenavLeft .search input:-moz-placeholder {
    color: #004492;
}

.navigationLeft #SidenavLeft .search input::-moz-placeholder {
    color: #004492;
}

.navigationLeft #SidenavLeft .search input:-ms-input-placeholder {
    color: #004492;
}

.navigationLeft #SidenavLeft .search input::-webkit-input-placeholder {
    color: #004492;
}

.navigationLeft #SidenavLeft .search i {
    top: 25px;
    left: 25px;
    font-size: 20px;
}

.navigationLeft .openNav {
    display: block;
    text-transform: uppercase;
    padding: 18px 15px;
    font-size: 24px;
    color: #002147;
}

.navigationLeft .openNav a {
    padding-right: 15px;
    cursor: pointer;
    color: #002147;
}

.navigationLeft .openNav a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.navigationLeft .Articles {
    color: white;
    padding: 15px;
    width: 320px;
}

.navigationLeft .Articles span {
    background-color: #20af34;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 500;
}

.navigationLeft .Articles .ArticlesBlock {
    padding-top: 20px;
}

.navigationLeft .Articles .ArticlesBlock h1 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}

.navigationLeft .Articles .ArticlesBlock p {
    font-size: 12px;
}

.blocks {
    padding-right: 10%;
}

.blocks .blockBg,
.blocks .blockBgS {
    background-color: rgba(0, 33, 71, 0.6);
    padding: 15px 30px;
    margin-top: 15px;
}

.blocks .blockBg .auteur,
.blocks .blockBgS .auteur {
    font-size: 14px;
}

.blocks .blockBgS h1 {
    font-size: 74px;
    padding-bottom: 20px;
    font-weight: 600;
}

.blocks .blockBgS h3 {
    font-size: 36px;
    padding-bottom: 20px;
}

.blocks .blockBg {
    height: 210px;
}

.blocks .blockBg h1 {
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: 600;
}

.blocks .blockBg h3 {
    font-size: 19px;
    padding-bottom: 15px;
    font-weight: 300;
}

.blocks .auteur span {
    background-color: #20AF34;
    padding: 2px 5px;
    margin-left: 5px;
}

.blocks .blockLeft {
    padding-right: 7.5px;
}

.blocks .blockRight {
    padding-left: 7.5px;
}

.block_padd div[class~="art"]:nth-child(even) {
    padding-left: 7.5px !important;
}

.block_padd div[class~="art"]:nth-child(odd) {
    padding-right: 7.5px !important;
}

.navigationLeftARt .openNav {
    display: block;
    text-transform: uppercase;
    padding: 18px 15px;
    font-size: 24px;
    color: #002147;
    position: fixed;
    z-index: 1;
    background-color: white;
    width: 100%;
}


/* --------Fin sidenav  --------- */

.lien_article {
    padding: 0 !important;
    transition: none !important;
    color: white !important;
}

.lien_article:hover {
    text-decoration: none;
}

.mrg-b20 {
    margin-bottom: 20px;
}

.cherch {
    border: none;
    background-color: transparent;
}

.cherch:focus {
    outline: none;
}
em{
    font-style: italic;
}

sub, sup {font-size:15px;}
[id^="footnote-marker"] {
    font-size: 15px;
}
