: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: 'Dosis';
    src: url('../fonts/Dosis.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);
}
grey {
    color: rgb(114, 114, 114);
}



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

    div.background-top {
        height: 300px !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 {
        height: auto;
        width: 80%;
        background-attachment: local;
        background-image: url("../images/background.png");
        background-size: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 25px;
        padding-bottom: 50px;
        color: var(--fontcolor-footer);
        font-family: "Roboto";
        -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: 300px !important;
        font-family: 'wallington' !important;
    }

    div.subtitle {
        font-family: "Roboto";
        cursor: default;
        width: 100%;
        margin-top: -70px;
    }

    article {
        width: 90%;
        margin-left: 5%;
    }
    h2 {
        font-size: 25px !important;
    }
	strong {
		font-size: 2.3em;
	}
}




@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;
		background-attachment: fixed !important;
    }

    div.background-bottom {
        height: auto;
        width: 80%;
        z-index: -1;
        background-image: var(--bgimage-header-footer);
        background-size: auto;
        background-attachment: fixed !important;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 25px;
        padding-bottom: 50px;
        color: var(--fontcolor-footer);
        font-family: "Roboto";
		-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;
    }

    div.zone-title {

    }

    div.subtitle {
        font-family: "Roboto";
        cursor: default;
        width: 100%;
        margin-top: -40px;
    }
	strong {
		font-size: 2em;
	}
}




body {
    margin: 0;
    padding: 0;
    background-color: var(--bgcolor-general);
}
a {
    text-decoration: none;
    color: var(--fontcolor-link);
}
a::after {
    transition: 0.5s;
}
a:hover {
    color: var(--fontcolor-link-hover);
}
#more:hover {
	text-decoration: underline;
}
h3 {
    font-family: 'Roboto';
    font-size: 1.4em;
}
h4 {
    font-family: 'Roboto';
    font-size: 1.2em;
}
header {
    width: 100%;
    height: 25vh;
    max-height: 500px;
}

.texte {
    font-family: 'Roboto';
    color: var(--fontcolor-general);
}
.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: 25vh;
    width: 100%;
    z-index: -1;
    background-image: var(--bgimage-header-footer);
    background-size: 100%;
    background-attachment: fixed !important;
}
div.background-bottom {
    height: auto;
    width: 80%;
    z-index: -1;
    background-image: var(--bgimage-header-footer);
    background-size: 100%;
    background-attachment: fixed !important;
    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: 150px;
    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: 25vh;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border-radius: 5px;
}
div.zonetitle {
    cursor: default;
    margin: 0;
    padding: 0;
}
h1.title {
    cursor: default;
    font-size: 3.5em;
}
div.subtitle {
    cursor: default;
    width: 100%;
}
h5.date {
    cursor: default;
    font-family: "Roboto" !important;
    text-transform: uppercase;
    margin-top: -40px;
}
h3.subtitle {
    cursor: default;
    font-size: 1.3em;
}





article {
    margin-top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 50px;
}
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: 'Roboto';
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-element);
	font-weight: lighter;
	font-family: "Roboto";
}

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

@keyframes translate {
    from {
        margin-left: 0px;
    }
    to {
        margin-left: 20px;
    }
}

.lgn {
    margin-left: 5%;
    width: 90%;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 1px;
    border-bottom: 1px solid var(--fontcolor-general);
    cursor: default;
    transition: 0.5s;
    font-family: 'Roboto';
    color: var(--fontcolor-general);
}
a>.lgn:hover {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--fontcolor-general);
    cursor: pointer;
}
.lgn:hover {
    transition: 0.32s;
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--fontcolor-general);
    cursor: default;
}
div.lgn > p {
    animation: translate 0.5s 1;
    margin-left: 20px;
}

div.livescore {
    width: 623.5px;
    margin-left: 50%;
    transform: translateX(-50%);
}
p.livescore-banner {
    text-align: center;
    display: block;
    color: var(--fontcolor-general);
    font-family: 'Roboto';
}
a.livescore-banner{
    color: var(--fontcolor-general);
    transition: 0.5s;
}
a.livescore-banner:hover {
    color: var(--color-element);
    transition: 0.25s;
}


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;
}




.dark_page {
	background-color: rgb(10, 10, 10);
}
.js_copy {
	transition: 0.2s;
	position: relative;
	height: 30px;
	border-radius: 5px;
	margin-top: -38px;
	transform: translateX(180px);
	opacity: 50%;
	cursor: pointer;
}
.js_copy:hover {
	transition: 0.2s;
	opacity: 70%;
}

.table2 {
	/* border: 1px solid black; */
	width: 100%;
	height: auto;
	cellpadding: 10px;
}
.colonne1 {
	width: 50%;
	height: auto;
	/* border: 1px solid black; */
	vertical-align: top;
}
.colonne2 {
	width: 50%;
	height: auto;
	/* border: 1px solid black; */
	vertical-align: top;
}
.inp_row_0 {
	display: block;
	font-family: 'Inconsolata', monospace;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	background-color: transparent;
	border: 1px solid #004E05;
	width: 400px;
	color: white;
	font-size: 1.8em;
}
.inp_row_01 {
	margin-top: 10px;
	font-family: 'Inconsolata', monospace;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid #004E05;
	width: 300px;
	color: white;
	font-size: 1.5em;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

textarea {
	resize: vertical;
	min-height: 30px;
	font-family: 'Inconsolata', monospace;
	color: #00F40F;
	font-size: 1.15em;
}
textarea::selection{
    color: rgb(10, 10, 10);
    background-color: #00F40F;
}
.inp_row_1 {
	width: 100%;
	height: 395px;
	display: block;
	padding: 5px;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #004E05;
	margin-bottom: 5px;
}
.inp_row_2 {
	width: 100%;
	height: 200px;
	display: block;
	padding: 5px;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #004E05;
	margin-bottom: 5px;
}
#div_special {
	padding: 0;
	border-radius: 5px;
}

.inp_U {
	width: 16%;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #004E05;
	color: #00F40F;
	font-size: 1.15em;
	text-align: right;
}
.inp_U::selection{
    color: rgb(10, 10, 10);
    background-color: #00F40F;
}
.inp_P {
	width: calc(100% - 16% - 15% - 34px);
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #004E05;
	color: #00F40F;
	font-size: 1.15em;
}
.inp_P::selection{
    color: rgb(10, 10, 10);
    background-color: #00F40F;
}
.inp_perm {
	width: 14%;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #004E05;
	color: #00F40F;
	font-size: 1.15em;
}
p.codes {
	height: 13px;
	color: #00F40F;
}

.inp_F {
	width: calc(100% - 147px);
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #004E05;
	color: #00F40F;
	font-size: 1.15em;
}
.inp_F::selection{
    color: rgb(10, 10, 10);
    background-color: #00F40F;
}
.inp_site {
	width: 118px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #004E05;
	color: #00F40F;
	font-size: 1em;
}

.send_rapport {
	margin-top: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 20px;
    border: 2px solid #000000;
    border-radius: 100px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
    background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
    -webkit-box-shadow: #00a6ff 0px 0px 9px 2px;
    -moz-box-shadow: #00a6ff 0px 0px 9px 2px;
    box-shadow: #00a6ff 0px 0px 9px 2px;
    font: normal normal normal 22px trebuchet ms;
    color: #000000;
    text-decoration: none;
}
.send_rapport:hover,
.send_rapport:focus {
	transition: 0.2;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
    background: linear-gradient(to bottom, #ffffff, #d7d7d7);
    color: #000000;
    text-decoration: none;
}
.send_rapport:active {
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#b3b3b3));
    background: -moz-linear-gradient(top, #999999, #b3b3b3);
    background: linear-gradient(to bottom, #999999, #b3b3b3);
}









table.billard {
    margin-left: 50%;
    transform: translateX(-50%);
}
.image-billard {
    width: 40vw;
    height: auto;
}
td.billard-case {
    padding-bottom: 60px;
}
label.billard-texte {
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    text-align: center;
    max-width: 100vw;
    color: var(--fontcolor-general);
    font-family: 'Roboto';
    font-size: 1em;
    height: 35px;
}
h3.fbepper {
    text-align: center;
}

img.image_entire_size {
    height: auto;
    width: 100%;
    margin-left: 0%;

}

.lecteur_cv {
	width: 70%;
	border: none !important;
}

.nouv {
	color: red;
	font-weight: bold;
}


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

strong {
	font-size: 1.7em;
	text-transform: lowercase;
}

/* .reveal {
	transform: translate(-50%, -50%);
	margin-top: 50px;
	margin-left: 50%;
	width: auto;
	height: 40px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px solid var(--fontcolor-general);
	background: none;
	color: var(--fontcolor-general);
	border-radius: 40px;
	cursor: pointer;
	overflow: hidden;
	transition: all .35s;
	opacity: 1;
	visibility: visible;
	transition: all .35s;
} */
.reveal {
	background-color: rgba(255, 255, 255, 0);
	border: none;
	font-family: "Roboto";
	font-size: 21px;
	color: var(--fontcolor-link-hover);
	margin-top: 20px;
	margin-bottom: 20px;

}
.reveal:hover {
    color: var(--fontcolor-link-hover);
	text-decoration: underline;
	border: none;
}
.reveal::after, .reveal:active, .reveal:enabled {
	border: none;
}
#cache {
	display: none;
}
