/* ---------------- */
/* ---- GLOBAL ---- */
/* ---------------- */

html {
    box-sizing: border-box;
}

body {
    background-color: rgb(242, 242, 242);
    color: black;
    font-family: Roboto, sans-serif, Arial, Helvetica;
    margin: 0px;
}

.page {
    background: white;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

iframe {
    margin: 0 auto;
    border-style: none;
    width: 100%;
}

/* ---------------- */
/* ---- HEADER ---- */
/* ---------------- */

header {
    background: white;
    margin-bottom: 24px;
}

header img {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

/* ---------------- */
/* ---- FOOTER ---- */
/* ---------------- */

footer {
    position: relative;
    background: white;
    padding: 20px;
    font-size: 10pt;
}

footer img {
    vertical-align: text-bottom;
    width: 32px;
    padding-right: 4px;
}

footer a,
footer a:link,
footer a:visited {
    text-decoration: none;
    color: firebrick;
}

.basdepageafter::after {
    content: "2024";
}

/* --------------- */
/* ---- INDEX ---- */
/* --------------- */

.index-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    width:260px;
}

.index-text {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 12pt;
    text-align: center;
    line-height: 24px;
    font-family: "Special Elite";
}

.index-post {
    position: relative;
    display: block;
    background-color: white;
    margin-bottom: 24px;
}

.index-post-image {
    margin: 0px;
}

.index-post-text {
    text-align: justify;
    font-size: 12pt;
    padding: 20px 30px;
}

.index-post-titre {
    font-size: 20pt;
    font-weight: bold;
    color: black;
}

.index-post-date {
    font-size: 14pt;
    font-weight: normal;
    margin-left: 10px;
    color: firebrick;
}

.index-post-soustitre {
    font-style: italic;
}

.billet {
    position: relative;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}

.billet-text {
    position: absolute;
    font-family: "Courier New";
    text-align: left;
    line-height: 14px;
    top: 50px;
    left: 70px;
    font-size: 11px;
}

.billet-compagny {
    position: absolute;
    font-family: "Courier New";
    bottom: 30px;
    right: 50px;
    font-size: 11px;
}

/* -------------- */
/* ---- MENU ---- */
/* -------------- */

.menu-col {
    padding-left: 8px;
    padding-right: 8px;
}

.menu-logo {
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.menu-logo img {
    width: 90%;
    max-width: 200px;
    height: auto;
}

.menu-logo a:link,
.menu-logo a:visited {
    text-decoration: none;
}

.menu {
    position: relative;
    display: block;
    background-color: white;
    padding: 6px;
    font-size: 10pt;
    margin-bottom: 10px;
}

.menu-bloc {
    margin-bottom: 20px;
}

.menu h1 {
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 20px;
    color: black;
}

.menu h2 {
    display: block;
    font-weight: bold;
    font-family: Arial;
    background-color: white;
    font-size: 10pt;
    margin-bottom: 8px;
    margin-right: 8px;
    color: black;
    border-bottom: 1px solid #979797;
}

.menu p {
    margin-left: 15px;
    margin-bottom: 2px;
}

.menu a:link,
.menu a:visited {
    color: firebrick;
    text-decoration: underline;
}

.menu-date {
    font-size: 80%;
    font-weight: normal;
}

.date {
    text-decoration: none;
    font-weight: bold;
    margin-right: 4px;
    font-family: Arial;
}

.tourimages {
    text-align: center;
    font-size: 12pt;
    margin-top: 2px;
    margin-bottom: 20px;
    color: black;
}

.selected {
    color: black;
    display: block;
    padding-left: 4px;
}

.menu-arrow {
    color: black;
    margin-left: -21px;
}

.selectedTitre {
    color: black;
}

/* -------------- */
/* ---- MAIN ---- */
/* -------------- */

section img {
    width: 100%;
}

section video {
    width: 100%;
}

.main {
    position: relative;
    display: block;
    background-color: white;
    text-align: justify;
    padding: 20px;
    margin-bottom: 24px;
}

.main h1 {
    font-weight: bold;
    font-size: 20pt;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 4px;
    font-family: Arial;
    color: black;
}

.main h2 {
    font-weight: bold;
    font-size: 16pt;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-top: 8px;
    font-family: Arial;
    color: black;
    border-top: 1px solid #979797;
}

.main a:link,
.main a:visited {
    color: firebrick;
    text-decoration: underline;
}

.main p {
    margin-left: -4px;
    margin-top: 14px;
    margin-bottom: 8px;
}

.itemimageleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
    width: 16%;
}

.itemimageleft-40px {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
    width: 40px;
}

.itemimageleft-400px {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
    width: 400px;
}

.image-alone-60 {
    width: 80%;
}

.image-alone-70 {
    width: 90%;
}

.img-pad {
    padding: 0 4px;
    margin-top: 8px;
}

.video-pad {
    padding: 0 4px;
    margin-top: 8px;
}

.row-pad {
    padding: 0 4px;
}

.pad-max {
    padding: 30px;
}

.backtop {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}

.red {
    color: firebrick;
}

.ville {
    color: black;
    font-weight: bold;
    font-family: Arial;
}

/* --------------- */
/* ---- MEDIA ---- */
/* --------------- */

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .index-text {
        padding-left: 80px;
        padding-right: 80px;
        font-size: 15pt;
        line-height: 30px;
    }
    .billet-text {
        line-height: 20px;
        top: 70px;
        left: 90px;
        font-size: 14px;
    }
    .billet-compagny {
        bottom: 40px;
        right: 50px;
        font-size: 14px;
    }
    .image-alone-60 {
        width: 60%;
    }
    .image-alone-70 {
        width: 70%;
    }
    .video-pad {
        padding: 0 30px;
        margin-top: 8px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .billet-text {
        line-height: 22px;
        top: 90px;
        left: 100px;
        font-size: 16px;
    }
    .billet-compagny {
        bottom: 50px;
        right: 60px;
        font-size: 16px;
    }
}