/*Style*/

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@font-face {
    font-family: 'leaguegothic';
    src: url('font/league_gothic-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

/*Eléments principaux*/

.visuellement-cache
{
    display: none;
    }

body
{
    background-color: #efefef;
    size: 100%;
    margin: 0px;
    }
    
strong
{
    font-weight: normal;
}

em
{
    font-style: normal;
    }
    
p
{
    margin: 2px;
    text-align: center;
    color: #626262;
    font-size: 17px;
    }
    
#articles
{
    width: 1000px;
    margin: auto;
    padding-bottom: 20px;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    }
    
a
{
    text-decoration: none;
    color: #2F7182;
    }

    
h1
{
    font-size: 25px;
    color: #2F7182;
    padding: 2px;
    margin: 2px;
    text-align: center;
    }
    
h4
{
    font-size: 25px;
    color: #626262;
    padding: 2px;
    margin: 2px;
    text-align: center;
    } 
    
.italique
{
    font-style: italic;
    color: white;
    }
    
/*Navigation*/

nav
{
    display: inline-block;
    width: 700px;
    text-align: right;
    margin-top: 19px;
    margin-bottom: 13px;
    vertical-align: top;
    }

nav ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    }
    
nav li
{
    display: inline-block;
    margin-right: 15px;
    font-family: leaguegothic, Arial;
    }
    
nav a
{
    font-size: 1.3em;
    color: #626262;
    text-decoration; none;
    }
    
/*header*/

#headercontenu
{
    width: 1000px;
    margin: auto;
    }
    
header
{
    background-color: #dcdcdc;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #2f7182;
    }
    
#titre
{
    display: inline-block;
    }
    
#bvidaillet
{
    font-size: 28px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: leaguegothic, Arial;
    }
    
#psylille
{
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: leaguegothic, Arial;
    text-align: right;
    font-size: 20px;
    color: #626262;
    text-decoration: italic;
    }
    
/*Articles, asides*/
 
#corpsdepage
{
    margin-top: 35px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
    }
    
article
{
    display: inline-block;
    }
    
.paragraphe
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c7d5d9;
    border-bottom: 1px solid #c7d5d9;
    }
    
/*Actualités*/

footer
{
    width: 100%;
    padding: 0px;
    }
    
#blockactu1 a, #blockactu2 a
{
    color: #626262;
    font-family: 20px;
    text-decoration: underline;
    }
    
#actualites p, h2
{
    font-family: "Georgia", Arial;
    font-size: 20px;
    color: #626262;
    margin-bottom: 8px;
    font-weight: normal;
}

#actualites h2
{
    margin-bottom: 2px;
    }
 
#actualites2
{
    margin: auto;
}

.italique
{
    font-style: italic;
    color: #626262;
    }
    
#blockactu1
{
    display: block;
    text-align: center;
    margin: auto;
    }
    
#blockactu2
{
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    }
    
/*Liens*/

#liens
{
    background-color: #005165;
    }
    
#liens p
{
    margin-bottom: 0px;
    color: #b4b4b4;
    font-size: 12px;
    text-align: center;
}

#liens a
{
    color: #b4b4b4;
    font-size: 12px;
    text-decoration: italic;
    font-weight: bold;
    text-align: center;
    }

    @media (max-width: 539px) {

    .visuellement-cache
{
    display: inline-block;
    }

    #liens p, #liens a
    {
    font-size: 14px;
    }
    
    #titre
    {
        width: 98%;
        }
    
    h1
    {
    font-size: 30px;
    }
    
    p
    {
    font-size: 20px;
    }
    
    nav
    {
    width: 1px;
    }
    
    #headercontenu
    {
    width: 100%;
    }
    
    #bvidaillet
    {
    display: block;
    text-align: center;
    margin-right: 0px;
    font-size: 31px;
    }
    
    #psylille
    {
    text-align: center;
    font-size: 21px;
    margin-right: 0px;
    }

    #articles
    {
        width: 100%;
        padding-bottom: 0px;
    }

    header
    {
        position: absolute;
        }
    
	/* Theming opened nav */	
	[id=navigation] ul {
		position: fixed;
		max-width: 200px;
		top: 1rem; left: 1rem;
		z-index: 1;
		
		/* translate with hardware acceleration */
		-webkit-transform: translateY(0) translateZ(0);
		-ms-transform: translateY(0) translateZ(0);
		        transform: translateY(0) translateZ(0);
		-webkit-transition: -webkit-transform .3s cubic-bezier(.72,.89,.28,1.39);
		        transition: transform .3s cubic-bezier(.72,.89,.28,1.39);


		/* global styles */
		margin: 0;
		padding: 0;
		list-style: none;
	}
    
    nav li
        {
    display: block;
    margin-right: 30px;
    }
    
    nav
       {
        text-align: left;
        }
        
    [id=navigation] li {
        margin-right: 0px;
        }
    
	[id=navigation] a {
		display: block;
		padding: 1rem;
		color: #fff;
		background: #114b69;
		text-decoration: none;
		margin-bottom: 2px;
        text-align: center;
	}
	[id=navigation] a:hover, 
	[id=navigation] a:focus,
	[id=navigation] a:active
	{
		background: #222;
	}
	
	/* Theming closed nav */
	[id=navigation].is-closed ul {
		-webkit-transform: translateX(-110%) translateZ(0);
		-ms-transform: translateX(-110%) translateZ(0);
		        transform: translateX(-110%) translateZ(0); 
	}

	/* Global styling nav button */	
	[id="toggle-nav"] {
		position: fixed;
			top: 4.3rem; right: .5rem;
		z-index: 1;
		height: 3rem; width: 3rem;
		background-color: transparent;
		padding: 0;
		outline: 0;
		border: 1px solid #2F7182;
		border-radius: 50%;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: -webkit-transform .2s;
		        transition: transform .2s;
	}
	
	[id="toggle-nav"]::after, [id="toggle-nav"]::before {
		content: "";
		position: absolute;
		top: 15%; right: 40%; bottom: 15%; left: 40%;
		background-color: #2F7182;
		border-radius: 10px;
		-webkit-transition: -webkit-transform .2s;
		        transition: transform .2s;
	}
	[id="toggle-nav"]::before {
		top: 40%; right: 15%; bottom: 40%; left: 15%;
	}
	
	
	/* Theming opened nav button */	
	[id=navigation]:not(.is-closed) [id="toggle-nav"],
	[id=navigation]:not(.is-closed) [id="toggle-nav"]::before {
		-webkit-transform: rotate(90deg) translateZ(0);
		-ms-transform: rotate(90deg) translateZ(0);
		        transform: rotate(90deg) translateZ(0);
	}

	/* Hide alternate text except from screen readers */
	.visually-hidden {
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
		height: 1px;
		width: 1px;
	}
	
}