/* ----
   ----  Styles pages privées et public
   ----
*/

/* ----- RESET CSS ----- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

/* ----- FONTS ----- */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../bebas-neue-webfont.woff2') format('woff2'),
        url('../bebas-neue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ----- GLOBALES ----- */
#banner-container {
    text-align: center;
}

.ad-mobile,
.ad-tablet,
.ad-desktop {
    display: none;
    margin-top: 10px;
}

.custom-fb-share-button a {
    display: inline-block;
    background-color: black;
    /* Bleu Facebook */
    color: white;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 5px;

    text-align: center;
    margin: 10px 0;
}

.custom-fb-share-button a:hover {
    background-color: #166FE5;
    /* Changement de couleur au survol */
}

#facebookMobile img {
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle;
    margin-right: 8px;
}

#facebookMobile {
    display: none;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    cursor: pointer;
    height: 25px;
}

.center {
    text-align: center;
}

#formPage label:first-of-type {
    font-weight: bold;
}

label.error {
    text-align: left;
    color: red;

    margin: 0;
    margin-top: 2px;
    padding: 0;
    width: 100%;
    display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

#h2 {
    color: red;

    font-weight: 700;
    line-height: 1.2;
}

#payPassword:hover {
    background-color: #fd0002;
    border: 4px solid black;
}

#payPassword {
    text-align: center;
    font-weight: bold;
    width: 250px;
    cursor: pointer;
    display: block;
    margin: 14px auto 15px auto;
    padding: 10px 20px;
    background-color: #fd0002;
    color: black;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 4px dashed black;
    font-family: 'bebas_neueregular', Arial, Helvetica;
}

#closeModalBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: red;
    border: 2px solid red;
    padding: 5px;
    cursor: pointer;
}

#otherPage {
    width: 400px;
    display: block;
    margin: 10px auto 0 auto;
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
    color: white;
    background-color: black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

#myModal2 ul,
#myModal ul {
    margin-top: 15px;
}

#myModal2 ul li,
#myModal ul li {
    list-style: georgian inside url('../arrow-empty-right.webp');
    color: black;
    text-decoration: none;
}

#myModal2 ul li a,
#myModal ul li a {
    color: black;
    text-decoration: none;
    vertical-align: top !important;
}

h2 {

    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-weight: 700;

    margin: 15px 0;
}

#myModal2 {
    display: none;
}

header h1>#o {
    color: blue;

}

header h1>#xyz {}

section#wrapper {
    width: 80%;
    margin: 1% auto;
    display: block;
    background-color: white;
    border-radius: 8px;
}

header#header {
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #000;
    margin-top: 5px;
    padding: 13px 20px 20px 20px;
}

header#header>p {
    position: absolute;
    top: 15px;
    right: 15px;
}

header#header>p span:hover {
    color: red;
}

header#header>p span {
    color: #fff;
    padding: 5px;
    font-weight: 700;

    cursor: pointer;
}

#write input,
#write textarea {
    width: 99%;
    margin: 0 auto;
    display: block;
}

#content {
    width: 80%;
    margin: 20px auto;
    padding-top: 3px;
}

#descriptTitle h2 {
    color: #fff;
}

.wordBreak {
    word-break: break-all;
}

#descriptTitle p {
    text-align: center;
    color: #fff;
}

header img {
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

header {
    position: relative;
    margin-top: 10px;
}

#descriptTitle {
    width: 80%;
    display: block;
    background-color: #fd0002;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 15px;
    margin: 15px auto 0 auto !important;
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

button {
    width: 28%;
    border: none;
    color: #000;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

button:hover {
    background-color: black;
    color: #fff;
}

.titleAd {
    font-weight: 700;
    color: green;
    width: 100%;
    text-decoration: none;

}

.descrAd {
    color: #000;
    width: 100%;
    text-decoration: none;

}

.ad {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    text-decoration: none;
}

fieldset {
    border: 3px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 7px;
    vertical-align: text-top;
    margin-bottom: 15px;
    margin-top: 15px;
}

.marginContent {
    padding: 15px;
}

ul li {
    list-style: square;
}

.cen {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.asideAd {
    width: 95%;
    margin: 0 auto;
    display: block;
}

legend {
    background-color: #000;
    color: #fff;
    margin-left: 15px;
    padding: 3px 6px;
}

input {
    padding: 6px;
    display: inline-block;
    padding: 5px;
    background-color: #fd0002;
    width: 60%;
    color: #fff;
    border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}

.imgMin {
    display: block;
    width: 250px;
    margin: 0 auto;
    cursor: zoom-in;
    position: static;
}


.imgMax {
    position: fixed;
    top: 5%;
    z-index: 1000000;
    width: 500px;
    margin-left: -250px;
    left: 50%;
    display: none;
}

#formAccess {
    text-align: center;
}

#formAccess button {
    margin: 7px;
}

#myModal2>div {
    position: relative;
}

#formComment button {
    display: block;
    width: 150px;
    margin: 10px auto 0 auto;
}


#otherPage img {
    vertical-align: middle;
}

.adResp {
    width: 468px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

#fond {
    cursor: zoom-out;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #888;
    opacity: 0.6;
}

#comment {
    text-align: center;
    display: block;
    margin: 15px auto;
}

#comment p {
    padding: 10px;
    width: 39%;
    display: inline-block;
    background-color: #fd0002;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
}

#see,
#write {
    display: none;
    margin: 10px auto;
    width: 75%;
}

#see ul li {

    list-style-type: square;
}

#see ul li span {
    font-weight: 700;
}

button {
    padding: 9px 15px;
    background-color: #fd0002;
    border: none;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

button:hover {
    background-color: black;
    color: #fff;
}

input,
textarea {
    padding: 5px;
    background-color: #fd0002;
    width: 100%;
    border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}

#contenerAd {
    width: 500px;
    height: 85px;
    display: block;
    margin: 0 auto;
    border: 2px solid black;
    position: relative;
}

#contenerAd a {
    text-decoration: none;
}

#contenerAd div:first-of-type img {
    width: 75px;
    height: 75px;
}

#contenerAd div:first-of-type {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0
}

#contenerAd div:last-of-type {
    position: absolute;
    margin-left: 80px;
    width: 410px;

    height: 80px;
    padding-left: 7px;
    vertical-align: middle;
}

#contenerAd p {
    margin-top: 5px;
    color: black;
    font-size: 0.9em;
    line-height: 1;
    vertical-align: middle;
}

#contenerAd h3 {
    margin-top: 5px;
    color: green;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 0;
}

.adHere {
    font-size: 0.8em;
    position: absolute;
    right: 5px;
    bottom: 2px;
    color: green;
    text-decoration: none;
}

.fontBold {
    font-weight: bold;
}

.colorSpe1 {
    color: #fd0002;
}

.moreAbout {
    font-size: 0.8em;
    position: absolute;
    right: 95px;
    bottom: 2px;
    color: blue;
    text-decoration: none;
}

#directLink {
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 40%;
    margin: 5px auto;
    padding: 5px 0;
    background-color: blue;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.verdana {
    font-family: Arial, Helvetica, sans-serif;
}

.modal__overlay {
    position: fixed;
    width: 100vw;
    height: 50vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000000000000000;
}

.modal__window {
    width: 300px;
    background: #ffffff;
    border: 1px solid #ffffff;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.modal__titlebar {
    height: 40px;
    background: #fd0002;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal__title {
    margin-left: 15px;
    font-weight: bold;
    color: white;
}

.modal__close {
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    background: transparent;
    color: white;
    cursor: pointer;
}

.modal__close:active {
    transform: scale(0.9);
}

.modal__content {
    padding: 15px;

}

#facebookMobile {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#facebookPcTablet {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/* ----- RESPONSIVE ----- */
/* PUB */
/* Mobile < 600px */
@media (max-width: 599px) {
    .ad-mobile {
        display: block;
    }
}

/* Tablette 600px → 1023px */
@media (min-width: 600px) and (max-width: 1023px) {
    .ad-tablet {
        display: block;
    }
}

/* Desktop ≥ 1024px */
@media (min-width: 1024px) {
    .ad-desktop {
        display: block;
    }
}

@media screen and (min-width: 650px) {
    #facebookMobile {
        display: none;
    }

    #facebookPcTablet {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    #facebookMobile {
        display: block;
    }

    #facebookPcTablet {
        display: none;
    }
}

@media screen and (max-width: 300px) {
    #payPassword {
        width: 95%;
    }
}

@media screen and (max-width: 700px) {

    #directLink {
        width: 70%;
    }

    #contenerAd {
        width: 90% !important;
        position: static !important;
        height: auto !important;
    }

    #contenerAd div:first-of-type img {
        width: 75px !important;
        height: 75px;
        display: block !important;
        margin: 0 auto !important;
    }

    #contenerAd div:last-of-type {
        position: static !important;
        width: 90% !important;
        display: block !important;
        margin: 0 auto !important;
    }

    #contenerAd div:first-of-type {
        position: static !important;
        width: 90% !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .adHere {
        position: static !important;
        text-align: right;
        width: 100%;
        display: block;
    }

    .moreAbout {
        position: static !important;
        text-align: left;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .adResp {
        width: 300px !important;
    }

    section#comment p {
        width: 80%;
        margin: 10px auto;
        display: block;
    }

    #write input,
    #write textarea {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }

    #otherPage {
        width: 80%;
    }

    section#wrapper {
        width: 98% !important;
    }

    section#content {
        width: 95%;
    }

    .asideAd {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .ad {
        width: 100% !important;
        display: block;
        margin: 0;
        padding: 0;
    }

    .asideAd .ad:first-of-type {
        margin-bottom: 10px;
    }

    #logo {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 940px) {

    #see,
    #write {
        width: 90%;
    }

    .imgMax {
        width: 80%;
        margin-left: -40%;
    }
}

@media screen and (max-width: 850px) {
    .modal-content {
        width: 80% !important;
    }
}

@media screen and (max-width: 1150px) {
    section#wrapper {
        width: 90% !important;
    }
}

@media screen and (max-width: 500px) {
    .modal__window {
        width: 80%;
    }
}