html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: darkslategrey !important;
/*
    background-image: linear-gradient(top, rgb(0,47,88) 0px, rgb(0,47,88) 50px, rgb(0,101,159) 100%);
    background-repeat: no-repeat;
*/
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: white; text-decoration: none;
}

body {
    margin: 0;
    color: black;
}

.pagewidth {
    width: 100%;
    top: 0px;
    padding: 0px;
    border-bottom: 2px solid white;
    font-size: 24px;
    background-color: rgb(0,47,88);
    z-index: 10;
}

./*  Menu */
ul#menu_horizontal {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

    ul#menu_horizontal li {
        padding: 0 0.5em;
        font-size: 20px;
        text-align: center;
    }

        ul#menu_horizontal li.bouton_gauche {
            float: left;
        }

        ul#menu_horizontal li.bouton_droite {
            float: right;
        }

    ul#menu_horizontal a {
        text-decoration: none;
        padding: 0 0.5em;
        color: white;
    }

        ul#menu_horizontal a:hover {
        }

        ul#menu_horizontal a img {
            padding: 0 0.3em;
        }

a.LinkMenu {
    height:200px;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

img.ImageMenu {
    display: block;
    height: 20px;
}

.download {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
}

img.hyper {
    margin-left: auto;
    margin-right: 6px;
    float: right;
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

img.download {
    margin-left: auto;
    margin-right: 10px;
    float: right;
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

main {
    top: 200px;
    font-family: Arial, Helvetica, sans-serif;
    color: lightblue;
    background-color: transparent;
    font-size: 5px;
}

img.logotwitter {
    margin-left: 140px;
    margin-right: 10px;
    margin-bottom: 4px;
    vertical-align:middle;
    width: 32px;
    height: 32px;
}

img.logofacebook {
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align:middle;
    width: 20px;
    height: 20px;
}

button.nav_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #eeb44f;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    margin-top: 0px;
    height: 80px;
    width: 140px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
}

    button.nav_button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
        background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
        background-color: #fb9e25;
    }

    button.nav_button:active {
        position: relative;
        top: 1px;
    }

.label {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: lightblue;
}

.main_column {
    width: 40vw;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    font-weight: 300;
    text-align: left;
}
.main_columnFirst {
    width: 300px;
    height:372px;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align:central;
    margin-left: 15px;
    margin-right: 15px;
    color: black;

}


.two_third_column {
    width: 600px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    align-content:center;
}

.two_third_columnFirst {
    width: 600px;
    height:372px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    align-content:center;
}

h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    color:darkblue;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: black;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black;
}

p {
    font-size: 14px;
    color:black;
}

#featured_pic {
    display: block;
    width: 400px;
    padding-top: 110%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    border-color: red;
}

#inline_pic {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

#access {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#captionslider {
    height: 80px;
    width: 300px;
    position: relative;
}

@keyframes cycleone {
    0% {
        opacity: 1;
        z-index: 64;
    }

    30% {
        opacity: 1;
        z-index: 64;
    }

    33% {
        opacity: 0;
        z-index: 32;
    }

    97% {
        opacity: 0;
        z-index: 32;
    }

    100% {
        opacity: 1;
        z-index: 64;
    }
}

@keyframes cycletwo {
    0% {
        opacity: 0;
        z-index: 32;
    }

    30% {
        opacity: 0;
        z-index: 32;
    }

    33% {
        opacity: 1;
        z-index: 64;
    }

    63% {
        opacity: 1;
        z-index: 64;
    }

    67% {
        opacity: 0;
        z-index: 32;
    }

    100% {
        opacity: 0;
        z-index: 32;
    }
}


@keyframes cyclethree {
    0% {
        opacity: 0;
        z-index: 32;
    }

    63% {
        opacity: 0;
        z-index: 32;
    }

    67% {
        opacity: 1;
        z-index: 64;
    }

    97% {
        opacity: 1;
        z-index: 64;
    }

    100% {
        opacity: 0;
        z-index: 32;
    }
}

#featured_pic img {
    width: inherit;
    height: auto;
}

#featured_pic .firstpicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    animation: cycleone 15s linear infinite;
    display: block;
}

#featured_pic .secondpicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    animation: cycletwo 15s linear infinite;
    display: block;
}

#featured_pic .thirdpicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    animation: cyclethree 15s linear infinite;
    display: block;
}

#captionslider .firstcaption {
    position: absolute;
    animation: cycleone 15s linear infinite;
}

#captionslider .secondcaption {
    position: absolute;
    animation: cycletwo 15s linear infinite;
}

#captionslider .thirdcaption {
    position: absolute;
    animation: cyclethree 15s linear infinite;
}

footer {
    max-width: 990px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.footer_text {
    line-height: 30px;
    font-size: 12px;
}

/*-------------------------------------
MOBILE PART OF CSS
------------------------------------------
@media only screen and (max-device-width: 480px) {

html, body{ 
	margin: 20px 0 0 0; 
 	padding:0 0 0 10px;
 	background-color: #f9f9f9;
 	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #000000;
}


div.OC{
font-size: 40px;
color: #fff;
text-align:left; 
}

img.hyper{
height:50px;
float: right;
vertical-align:middle;
}

div.hyper {
color: #fff;
}
}*/

