@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Century Gothic' !important;
}

table tr td {
    padding-right: 30px
}

table td {
    padding: 15px 0
}

table p {
    margin-bottom: 0
}

input[type="checkbox"] {
    margin-right: 10px !important
}

.content table {
    margin: 25px auto;
    background: white;
}

.afficher-reponse {
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 15px !important;
    background-color: #5b88a5;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.afficher-reponse:hover {
    background-color: #456c83;
    color: white;
}

.afficher-reponse:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(91, 136, 165, 0.3);
}

.content h3 {
    margin-top: 30px !important;
    text-transform: inherit
}

#tableau1 {
    margin: 0 auto !important;
    width: 80% !important
}

li[value="5"] {
    list-style: none
}

li[value="5"]:before {
    content: "â–";
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}

ul[style="list-style-type: circle;"] li,
ul[style="list-style-type:circle;"] li {
    list-style: none
}

ul[style="list-style-type: circle;"] li:before,
ul[style="list-style-type:circle;"] li:before {
    content: "âž¤";
    font-size: 15px;
    vertical-align: middle;
    line-height: 0;
    margin-right: 3px;
    position: relative;
    bottom: 1px
}

ul[style="list-style-type: square;"] li,
ul[style="list-style-type:square;"] li {
    list-style: none
}

ul[style="list-style-type: square;"] li:before,
ul[style="list-style-type:square;"] li:before {
    content: "â—¼";
    font-size: 17px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 0
}

ul[style="list-style-type: disc;"] {
    padding-left: 0
}

ul[style="list-style-type: disc;"] li,
ul[style="list-style-type:disc;"] li {
    list-style: none;
    position: relative;
    right: 8px
}

ul[style="list-style-type: disc;"] li:before,
ul[style="list-style-type:disc;"] li:before {
    content: " - ";
    font-size: 17px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 0;
    position: relative;
    bottom: 2px
}

h6 {
    font-size: 17px;
    font-weight: 700
}

ul li span[style="font-size:16px;"] {
    font-size: 17px !important
}

span.logo-lg.home-logo {
    font-size: 14px !important;
    margin-top: 19px !important;
    line-height: 18px !important;
}

h1[dir="rtl"] span,
h1[dir="rtl"] {
    font-size: 38px !important
}

p[dir="rtl"] span {
    font-size: 20px !important
}

.map.maphilighted {
    margin: 0 auto
}

table#tableau10 td {
    border-bottom: 2px solid #000;
    padding-top: 10px
}

area {
    outline-color: red
}

area:hover {
    outline-color: red;
    border: 1px solid blue
}

area[alt^="fig"] {
    cursor: pointer !important
}

map .shadow_area:hover {
    -moz-box-shadow: inset -2px -2px 2px 2px #CCC;
    -webkit-box-shadow: inset -2px -2px 2px 2px #CCC;
    box-shadow: inset -2px -2px 2px 2px #CCC
}

area[alt^="fig"]:hover {
    -moz-box-shadow: inset -2px -2px 2px 2px #CCC;
    -webkit-box-shadow: inset -2px -2px 2px 2px #CCC;
    box-shadow: inset -2px -2px 2px 2px #CCC
}

.home-logo {
    font-size: 11px !important;
    line-height: 15px !important;
    margin-top: 16px !important
}

table#tableau16 td {
    border-bottom: 2px solid #000;
    padding-top: 10px
}

li.dropdown.user.user-menu {
    text-transform: uppercase
}

.fancybox-skin {
    background: #fff !important
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    font-size: 14px
}

.btn-default.afficher-reponse {
    background-color: #5b88a5 !important;
    color: white !important;
    border: none !important;
    font-weight: normal;
    padding: 8px 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 20px 15px;
}

.btn-default.afficher-reponse:hover {
    background-color: #456c83 !important;
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-default.afficher-reponse:active {
    transform: translateY(2px);
    box-shadow: none;
}

.btn-default.afficher-reponse:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(91, 136, 165, 0.2);
}

[style="list-style-type:lower-alpha;"] li {
    font-weight: 700
}

textarea.form-control {
    margin-left: 20px;
    width: 95%;
    margin-bottom: 15px;
}

.content h2 {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    color: rgba(76, 143, 181, 0.8)
}

.content h4 {
    margin-top: 25px !important;
    margin-bottom: 0 !important
}

.content h5,
.content h6 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-size: 15px;
    font-weight: bold;
}

.content h5 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
}

table td {
    padding: 15px;
}

.Section0 h1,
.figg {
    text-align: center
}

.content h1 {
    color: #09f;
    margin-bottom: 20px
}

.content h3 {
    margin-top: 30px !important;
    color: rgba(80, 161, 208, 0.74);
}

.highlight {
    background-color: #ffffa5;
    transition: 1s;
    border-radius: 5px;
}

span.logo-lg.home-logo {
    margin-top: 21px
}

a.play-video {
    font-size: 15px;
    color: #3b47ff;
    text-decoration: underline;
    font-weight: 700;
    position: relative;
    display: inherit
}

a.play-video:hover {
    text-decoration: underline
}

.video {
    position: relative;
    width: 400px;
    border-radius: 10px;
    /* margin: 0 auto; */
    margin-bottom: 15px;
    cursor: pointer
}

.video .video-thumbnail {
    opacity: .7
}

.video .video-thumbnail {
    opacity: .7
}

.playButton {
    position: absolute;
    width: 60px;
    bottom: 84px;
    right: 170px
}

.video-thumbnail {
    width: 400px;
    height: 230px;
    border-radius: 10px;
    margin-top: 40px
}

div#remerciement_div p span {
    font-size: 18pt !important
}

.contenu_menu,
.contenu_plan {
    background-color: rgba(255, 255, 255, 0.811765);
    padding: 60px
}

.h1,
.content table .h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0 !important;
    margin-bottom: 10px;
    font-weight: 700
}

.rslides img {
    height: 100vh !important;
    border: 0;
    width: 100%;
    object-fit: cover
}

p,
li {
    font-size: 16px
}

.Header,
.Footer {
    display: none
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.93);
    z-index: 5;
    padding-top: 400px;
    text-align: center;
    line-height: 40px;
    top: 0
}

.cssload-container {
    position: relative
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    border-left-color: #000;
    border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px
}

.cssload-whirlpool {
    margin: -24px 0 0 -24px;
    height: 49px;
    width: 49px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite
}

.cssload-whirlpool::before {
    content: "";
    margin: -22px 0 0 -22px;
    height: 43px;
    width: 43px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite
}

.cssload-whirlpool::after {
    content: "";
    margin: -28px 0 0 -28px;
    height: 55px;
    width: 55px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg)
    }
}

#content-wrapper img {
    clear: both;
    display: block;
    margin-bottom: 20px
}

img,
img[src*="tableau"] {
    max-width:700px;
}

.fancybox-image {
    width: 100% !important;
}

.audio {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1001;
}

.audio .fa-heart {
    color: #ff0000;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    min-width: 680px !important;
}

.fancybox-opened .fancybox-title .title {
    font-size: 16px;
    font-weight: bold;
}

.fancybox-inner,
.fancybox-inner img {
    min-width: 350px !important;
    max-width: 550px !important;
    height: auto !important;
    max-height: max-content;
}

.fancybox-outer {
    display: flex;
    justify-content: center;
}

.fancybox-opened .fancybox-title {
    font: inherit;
}

/* Fancybox Loading Screen */
.fancybox-loading-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    display: none;
    text-align: center;
}

.fancybox-loading-screen .cssload-container {
    margin-bottom: 40px;
}

/* Mobile Message Styles */
@media screen and (max-width: 768px) {
    /* .mobile-message {
        display: block !important;
    } */

    /* .app {
        display: none !important;
    } */

    /* body {
        overflow: hidden !important;
    } */
}

.fancybox-wrap.fancybox-desktop.fancybox-type-image {
    display: none !important;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    display: block !important;
    top: 50px !important;
}

.fancybox-opened .fancybox-skin {
    max-height: 85vh !important;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #b0b0b0 #f1f1f1; /* Optional: thumb and track color for Firefox */
}

/* Webkit browsers */
.fancybox-opened .fancybox-skin::-webkit-scrollbar {
    width: 6px;
    background: #f1f1f1;
}
.fancybox-opened .fancybox-skin::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 3px;
}

.reponse {
    border: 1px solid;
    border-radius: 10px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.these-info-notice {
    font-size: 18px;
    font-style: italic;
    margin-top: 30px;
}

.these-info-notice.pink-theme {
    color: #d87e99;
}

.these-info-notice.blue-theme {
    color: #001f96;
}

.these-info-notice i {
    margin-right: 8px;
}

/* Barre d'information permanente */
.these-info-bar {
    width: 100%;
    padding: 13px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    display: none;
}

.these-info-bar-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-left: 230px;
}

.these-info-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.these-info-item i {
    font-size: 16px;
}

.these-info-bar.blue-theme .these-info-item {
    color: #001f96;
}

.these-info-bar.pink-theme .these-info-item {
    color: #d87e99;
}

ul.sidebar-menu {
    height: 80vh !important;
}


.close-menu-toggle {
    position: absolute;
    color: white;
    right: 10px;
    top: 12px;
    font-size: 25px;
}

h1 a.preview{
    font-size: 20px;
}
