html{
    overflow-x: hidden;
}

body{
    overflow-x:hidden;
    background: white;
    font-family: "Roboto";
    width: 100%;
}

header{
    position: fixed;
    top:0;
    left: 0;
    z-index: 1;
    width: 100%;
    font-family: "Roboto";
}

main{
    overflow-x:hidden;
}

#open_menu{
    width: 100%;
    cursor:pointer;
    padding-bottom: 1em;
    padding-top: 1em;
    background:#b51621;
}

#open_menu a{
    color:white;
    font-size: 1.25em;
    padding-right: 1em;
    padding-left: 1em;
}

.fleche_return{
    background: url("img/arrow2.png")no-repeat;
    padding-right: 1em;
    margin-left: 1em;
}

span{
    color: white;
    font-size: 1.25em;
}
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    border-right:2px solid black;
    font-family: "Roboto", sans-serif;
}

#mySideNav li:nth-child(2), #mySideNav li:nth-child(3){
    padding: 0.5em 0.5em 0.5em 1em;
    text-decoration: none;
    color: black;
    font-size: 1.5em;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover{
    color: #b51621;
}

#my2SideNav li{
    padding: 0.25em 0.5em 0.5em 1.5em;
    font-size: 1em;
}

#my2SideNav li:nth-child(2), #my2SideNav li:nth-child(3){
    padding: 0.25em 0.5em 0.5em 1.5em;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    display: inherit;
    transition: inherit;
}

#my2SideNav img{
    padding: 0.2em 0em 0.2em 0.25em;
    background: #b51621;
}

.menu{
    padding: 0em 0em 0.5em 1em;
    font-size: 1.5em;
    color: white;
    width: 100%;
    padding-top: 50px;
    background: #b51621;
}


.closebtn {
    position: absolute;
    background: #b51621;
    top: 0.5em;
    right: 0.5em;
    float: right;
    font-family: "Roboto", sans-serif;
    color:white;
    font-size: 25px;
}

.container{
    height: 1.25em;
    background: #b51621;
    padding:0;
}
.closebtn2{
    position: absolute;
    color:white;
    background: #b51621;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    font-size: 60px !important;
}

#home{
    margin-top: 3.25em;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Roboto", sans-serif;
}

#home article{
    width: 94%;
    margin:0 auto;
    margin-top: .8em;
    /*border: 1px solid #DDDDDD;*/
    box-shadow: 0px 2px 5px #AAAAAA;
}

#article article{
    margin:0 auto;
    margin-top: .8em;
    padding: .6em;
    box-shadow: 0px 2px 5px #AAAAAA;
}

h2{
    top:-25px;
    position: relative;
    font-family: 'Roboto';
    font-size: 1.5em;
    color:#b51621;
    margin: 0.75em 0px 0px 0.5em;
}

.description h2 {
    font-size: 0.8em;
}

.description h3 {
    font-size: 0.6em;
    margin-bottom: 15px;
}

.description span {
	color: black;
	font-size: 15px;
    	font-family: 'Roboto';
	margin: 10px;
}


h5 {
    font-size: 0.5em;
    padding-left: 1em;
    padding-bottom: 2em;
}

.categ{
    position: relative;
    padding: 0.3125em 0.9375em 0.3125em 0.9375em;
    top:-1.30em;
    background:#b51621;
    border: 2px solid white;
    color: white;
    font-size: 1em;
}
.image{
    position: relative;
    object-fit:cover;
    width: 100%;
    margin:0 auto;
}


#home .image {
    height: 10em;
}

#article .image {
    height: 20em;
}

.date{
    font-weight: bold;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

.description{
    margin-left: 0.5em;
}

p{
    top:-1.40em;
    position: relative;
    font-size: 15px;
    font-family: 'Roboto';
}

.description ul{
	font-size: 15px;
    	font-family: 'Roboto';
	margin-bottom: 20px;
}

.description li {
	padding-bottom:3px;
}

.description td {
        font-size: 15px;
        font-family: 'Roboto';
}

.description strong {
	font-weight: bold;
	margin: 5px;
}

.Go_Art{
    top:-0.625em;
    position: relative;
    margin: 0.625em 0px 15px 1.25em;
    text-decoration: none;
    font-family: 'Roboto';
    color: #b51621;
}


/* -------- MISE EN PAGE DE L'ARTICLE --------- */
#article{
    background: white;
    overflow: hidden;
}


#article .title{
    margin-top: 7%;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 2.5%;
}


#article .categ{
    position: relative;
    color:#b51621;
    background: none;
    font-weight: bold;
    top:-0.25em;
    font-size: 1.5em;

}

#article .date{
    font-weight:bold;
    font-size: 1.25em;
    margin-top: 1.5%;
    margin-left: 25px;
}

#article .lieu{
    position: relative;
    top: -1em;
    margin-left: 1.25em;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 1em;
}

#article .description{
    text-decoration: none;
    text-align: justify;
    margin-right: 0.5em;
    font-size: 2.5em;
}

#article .keywords{
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 2.5%;
    margin-bottom: 5%;
    font-size: 0.75em;
}

#article #arrow{
    width: 7em;
    height: 3em;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

#home {
    width: 100%;
}

#article {
    position: absolute;
    width: 100%;
    transform:translate3d(-100%,0,0);
    top: 4.4em;
}

.mailto-link{
    color: #b51621;
    font-size: 0.75em;
}

a {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

#preview {
    position: absolute;
    z-index: 3;
    width: 150px;
    height: 75px;
    background-color: orange;
    top: 0px;
}


@media screen and (max-height: 400px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 72px;}
}
