:root {
	--bgcolor-general: #FAFAFA;
	--fontcolor-general: #111111;

	--bgcolor-title: rgba(17, 17, 17, 0.99);
	--fontcolor-title: #5E5C56;
	--bgcolor-menu: rgba(0, 0, 0, 0.9);
	--fontcolor-menu: #AAAAAA;
	--fontcolor-menu-hover-active: #FFFFFF;

	--color-element: #008E3D;
	--bgcolor-box: #F0F0F0;
	--fontcolor-link: #111111;
	--fontcolor-link-hover: #0066CC;
	--fontcolor-footer: #F0F0F0;

	--bgimage-header-footer: url("../images/background.png");
	--bgsize: 100%;
}








@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.ttf');
}
@font-face {
    font-family: 'wallington';
    src: url('../fonts/wallington.ttf');
}
::selection {
    color: var(--fontcolor-title);
    background: var(--bgcolor-title);
}
::-moz-selection {
    color: var(--fontcolor-title);
    background: var(--bgcolor-title);
}




@media only screen and (max-device-width: 1030px) {
    header {
        height: 450px !important;
    }
    div.background-top {
        height: 450px !important;
		background-attachment: fixed !important;
        -webkit-background-size: var(--bgsize) !important;
        -moz-background-size: var(--bgsize) !important;
        -o-background-size: var(--bgsize) !important;
        background-size: var(--bgsize) !important;
    }
    div.background-bottom {
		background-attachment: fixed !important;
        -webkit-background-size: var(--bgsize) !important;
        -moz-background-size: var(--bgsize) !important;
        -o-background-size: var(--bgsize) !important;
        background-size: var(--bgsize) !important;
    }
	h1.title {
		font-size: 3.5em;
	}
    div.title {
        margin-top: 450px !important;
        font-family: 'wallington' !important;
    }
    div.subtitle {
        font-family: "Roboto" !important;
        cursor: default;
        width: 100%;
        margin-top: -20px;
    }

    article {
        width: 90%;
        margin-left: 5%;
    }
    h2 {
        font-size: 25px !important;
		font-family: "Roboto" !important;
    }

    p.pourcentage {
        text-align: center;
        transform: translateY(-50%);
        font-family: "Roboto";
        font-weight: bold;
        color: var(--bgcolor-general);
        font-size: 0.9em;
    }
}




@media only screen and (max-device-width: 1030px) and (orientation: landscape) {
    header {
        height: 50vh !important;
    }

    div.background-top {
        height: 50vh !important;
        -webkit-background-size: var(--bgsize) !important;
        -moz-background-size: var(--bgsize) !important;
        -o-background-size: var(--bgsize) !important;
        background-size: var(--bgsize) !important;
    }

    div.background-bottom {
        -webkit-background-size: var(--bgsize) !important;
        -moz-background-size: var(--bgsize) !important;
        -o-background-size: var(--bgsize) !important;
        background-size: var(--bgsize) !important;
    }
    div.title {
        margin-top: 50vh !important;
        font-family: 'wallington' !important;
    }
    div.subtitle {
		font-family: 'Roboto', sans-serif;
        cursor: default;
        width: 100%;
        margin-top: -20px;
    }
}




body {
    margin: 0;
    padding: 0;
    background-color: var(--bgcolor-general);
	font-family: "Roboto";
}
a {
    text-decoration: none;
	color: var(--font-color-link);
}
a:hover{
	color: var(--font-color-link-hover);
}
header {
    height: 50vh;
}
.texte {
    font-family: "Roboto";
    color: #4D4B43;
}

/* ORIGINAL
.menu {
    background-color: var(--bgcolor-menu);
	filter: blur(80%);
    border-radius: 3px;
    height: 50px;
    width: 70vw;
    transform: translateX(15vw);
    margin-top: 25px;
    padding: 6px;
}
*/

.menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
    background-color: var(--bgcolor-menu);
    height: 50px;
    width: 100vw;
    padding: 6px;
}
.blur-bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	filter: blur(50%);
    height: 50px;
    width: 100vw;
}

.nav_button:hover{
	color: var(--fontcolor-menu-hover-active);
}
.logo {
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
}
nav {
    text-align: right;
    margin-right: 20px;
    margin-top: -32px;
}
li {
    text-transform: uppercase;
    font-family: "Roboto";
    display: inline;
    vertical-align: middle;
    padding: 18px;
    font-size: 1.2em;
    margin-right: 10px;
    color: var(--fontcolor-menu);
    transition: color 0.15s;
}
li:hover {
    color: var(--fontcolor-menu-hover-active);
    transition-duration: 0.3s;
}
#active {
    color: var(--fontcolor-menu-hover-active);
}

div.background-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 50vh;
    width: 100%;
    z-index: -1;
    background-image: var(--bgimage-header-footer);
    background-size: 100%;
    background-attachment: fixed;
}

div.background-bottom {
    height: auto;
    width: 80%;
    z-index: -1;
    background-image: var(--bgimage-header-footer);
    background-size: 100%;
    background-attachment: fixed;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    padding-bottom: 50px;
    color: var(--fontcolor-footer);
    font-family: "Roboto";
	font-weight: lighter;
}
td.bottom-plan {
    width: 33%;
    vertical-align: top;
}
h4.menu1, h5.menu2, h3.name {
    color: var(--fontcolor-footer);
	font-weight: normal;
	font-family: "Roboto";
}
h4.menu1 {
    margin-left: 10%;
	font-weight: normal;
	font-family: "Roboto";
}
h5.menu2 {
    margin-left: 20%;
	font-weight: normal;
	font-family: "Roboto";
}
h5.menu2>a {
    color: var(--fontcolor-footer);
    transition: 0.5s;
	font-weight: normal;
	font-family: "Roboto";
}
h5.menu2>a:hover {
    color: var(--fontcolor-general);
    transition: 0.3s;
	font-weight: normal;
	font-family: "Roboto";
}
h4.menu1 > a {
    color: var(--fontcolor-footer);
    transition: 0.5s;
	font-weight: normal;
	font-family: "Roboto";
}
h4.menu1 > a:hover {
    color: var(--fontcolor-general);
    transition: 0.3s;
	font-weight: normal;
	font-family: "Roboto";
}

div.title {
    cursor: default;
    height: 230px;
    width: 30vw;
    min-width: 400px;
    border: 1px solid var(--bgcolor-title);
    background-color: var(--bgcolor-title);
    color: var(--fontcolor-title);
    font-family: 'Allura' !important;
    margin-left: 50%;
    position: absolute;
    top: 0;
    margin-top: 50vh;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border-radius: 5px;
}
div.zonetitle {
    margin: 0;
    padding: 0;
    cursor: default;
}
h1.title {
    cursor: default;
    font-size: 5em;
}
div.subtitle {
    font-family: "Roboto";
    cursor: default;
    width: 100%;
	margin-top: -40px;
}
h5.date {
    font-family: "Roboto";
    cursor: default;
    text-transform: uppercase;
}
h3.subtitle {
    font-family: "Roboto";
    cursor: default;
    margin-top: -15px;
    font-size: 1.3em;
}





article {
    margin-top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 100px;
}

h2 {
    margin-top: 40px;
    cursor: default;
    color: var(--fontcolor-general);
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-size: 1.2em;
    font-family: calibri;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-element);
	font-weight: lighter;
	font-family: "Roboto";
}

h3 {
	font-weight: normal;
	font-family: "Roboto";
}


table.table {
    margin-left: 50%;
    transform: translateX(-50%);
}
td.table-case {
    background-color: var(--bgcolor-box);
    border-radius: 20px;
}
/*<tr class="table-ligne">
    <td class="table-case">
        <div class="conteneur-image-table"><img class="table-image" src="images/mp3Converter.png" alt="mp3Converter.png"></div>
        <div class="table-text">
            <h4 class="table-title">Youtube MP3 Converter</h4>
            <p class="table-subtitle">Convertisseur Youtube vers MP3 ou M4A</p>
        </div>
    </td>
</tr>*/

div.conteneur-image-table {
    overflow: hidden;
    border-radius: 5px;
    height: 16.6vw;
    width: 25vw;
    display: table-cell;
    margin: -20px;
    vertical-align: middle;
}
img.table-image {
    height: auto;
    width: 25vw;
    transition: 0.2s;
    filter: opacity(85%);
}
img.table-image:hover {
    transform: scale(1.1);
    transition: 0.2s;
    filter: opacity(95%);
}

div.table-text {
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
h4.table-title {
    font-family: 'Roboto';
    font-size: 1.1em;
    color: var(--fontcolor-general);
}
p.table-subtitle {
    font-family: "Roboto";
    font-size: 0.9em;
    height: 20px;
	color: var(--fontcolor-link-hover);
}
.table-subtitle:hover {
	text-decoration: underline;
}

.ipdisplay {
	margin-top: 0px;
	margin-bottom: -40px;
	text-align: right;
	color: grey;
}
