/* style.css v0.1 by djphil (CC-BY-NC-SA 4.0) */

/*
@font-face {
    font-family: 'Neon';
    font-style: normal;
    font-weight: 400;
    src: local('Neon'), local('Pacifico-Regular');
    src: local('Neon'), local('Pacifico-Regular'), 
    url('../fontawesome/fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fontawesome/fonts/fontawesome-webfont.woff') format('woff');
    font-display: swap;
}
*/

/* COLORS DECLARATION */
/* #F6B64B #92B4D6 #528FAB #FC8606 #4BA6A6 #2196F3 */
:root {
    --w3-theme:     #FF5722;
    --w3-black:     #000000;
    --w3-white:     #FFFFFF;
    --w3-light:     #D3D3D3;
    --w3-dark:      #222222;
    --w3-blue:      #0000FF;
    --w3-red:       #FF0000;
    --w3-orange:    #FF5722;
    --text-primary: #222222;
    --w3-dark-gray: #616161;
    --w3-dark-dark: #111111;
    --w3-transition-duration: 0.25s;
}

html {scroll-behavior: smooth;}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.dark {
    --text-primary: #D3D3D3;
    background-color: var(--w3-dark-dark) !important;
    color: var(--w3-white) !important;
}

.w3-dark {
    background-color: var(--w3-dark-gray) !important;
    color: var(--w3-light) !important;
}

#canvas {width: 100%; height: 100%;}
#sketch {width: 100%; height: 350px;}
#sketch {margin: 0 auto;}

h2 {column-span: all;}
video {margin-bottom: -7px;}
button {transition: background-color var(--w3-transition-duration);}
textarea {resize: vertical;}

img.w3-image-micro {width: 24px !important; height: 24px !important;}
img.w3-image-tiny {width: 48px !important; height: 48px !important;}
img.w3-image-small {width: 128px !important; height: 128px !important;}
img.w3-image-medium {width: 256px !important; height: 256px !important;}
img.w3-image-weather {width: 190px !important; height: 190px !important;}
img.w3-image-numbers {width: 50px; height: auto; margin: 3px; transition: var(--w3-transition-duration);}
.w3-emoji-number {font-size: 2.5em; margin: 0px; padding: 0px; transition: var(--w3-transition-duration);}
a.w3-title {color: var(--w3-text-primary); text-decoration: none;}

.w3-hover-shadow {transition: box-shadow 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);}
.w3-hover-scale {transition: -moz-transform 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);}
.w3-hover-scale:hover {transform: scale(1.025, 1.025);}

/* .w3-light-gray {background-color: rgba(255, 255, 255, 0.9) !important;} */
.w3-btn-close {margin: 10px 15px 0px 0px;}
.w3-round-large-top {border-radius: 8px 8px 0px 0px;}
.w3-margin-right-8 {margin: 0px 8px 0px 0px !important;}
.w3-margin-2 {margin: 2px !important;}
.w3-margin-4 {margin: 4px !important;}
.w3-margin-6 {margin: 6px !important;}
.w3-margin-8 {margin: 8px !important;}
.w3-margin-16 {margin: 16px !important;}
.w3-padding-8 {padding: 8px !important;}
.w3-padding-4 {padding: 4px !important;}
.w3-nowrap {white-space: nowrap !important;}
.w3-hr {margin: 5px 0px 10px 0px !important;}
.w3-block-fluid {display: block;}
.w3-input-range {width: 100%;}
.w3-15x {font-size: 20px;}

img.w3-thumbnail:hover {transform: scale(1.0125);}
img.w3-thumbnail {
    border: 0px solid var(--w3-white);
    transition: all var(--w3-transition-duration) ease-in-out;
}

.w3-hidden {display: none;}
.w3-link {text-decoration: none; color: var(--w3-blue);}
.w3-link {background: none; border: none; padding: 0px; cursor: pointer;}
.w3-link:hover {text-decoration: underline;}
.w3-underline-0, .w3-underline-none {text-decoration: none;}
.w3-hover-underline:hover {text-decoration: underline;}
.w3-button:hover {text-shadow: 1px 1px 0 #444;}
.w3-title-icon {padding-top: 12px;}
.w3-inline {display: inline;}
.w3-pointer {cursor: pointer;}
.w3-pointer-default {cursor: default;}
.w3-hover-none:hover {text-decoration: none;}
.w3-monospace {font-family: monospace;}
.w3-uppercase {text-transform: uppercase;}

.w3-text-shadow-0 {text-shadow: none;}
.w3-text-shadow {text-shadow: 1px 1px 0 #444}
.w3-text-shadow-white {text-shadow: 1px 1px 0 #FFF}
.w3-hover-text-shadow:hover {text-shadow: 1px 1px 0 #444 !important;}
.w3-text-shadow-white {text-shadow: 1px 1px 0 #ddd}
.w3-text-bold {font-weight: bold;}
.w3-text-center {text-align: center !important; width:100%;}
.w3-padding-8 {padding: 8px 0px;}

.w3-border-3 {border: 3px solid var(--w3-white) !important;}
.w3-border-5 {border: 5px solid var(--w3-white) !important;}
.w3-table, .w3-table-all {border-collapse: inherit;}

#pictogram_img, #gridder_img, #found, #result, #coupon_img,
#ustensils_img, #ingredients_img, #recipes_img {max-height:120px; overflow-y: auto;}
#starters, #dishes, #desserts {transition: background-color var(--w3-transition-duration);}
#register, #login, #password, #male, #female {transition: background-color var(--w3-transition-duration);}
#choice_1, #choice_2, #choice_3, #response {transition: background-color var(--w3-transition-duration);}

.w3-btn, .w3-button, .w3-player, .w3-ul li, .w3-table tr, a {transition: background-color var(--w3-transition-duration);}
.newspaper, .actuality, .agenda, .tablink  {transition: background-color var(--w3-transition-duration);}
.fa-audio-description {transition: background-color var(--w3-transition-duration);}

.w3-filter {transition: var(--w3-transition-duration);}
.w3-avatar {transition: var(--w3-transition-duration);}
.fa-rotate {transform:rotate(180deg);}

.w3-dropdown-content {z-index: 5;}
.w3-opacity-off {opacity: 1;}
.w3-light-gray-trans {background-color: rgba(255, 255, 255, 0.25);}
.w3-text-light {color: var(--w3-light) !important;;}
.w3-text-dark {color: var(--w3-dark) !important;}

.w3-light {background-color: var(--w3-light) !important;}
.w3-orange {color: var(--w3-white) !important;}
.w3-yellow {color: var(--w3-white) !important;}
.w3-dark {background-color: var(--w3-dark) !important;}

#navbar .w3-active {box-shadow:inset 0px -5px 0px 0px var(--w3-theme) !important;}
#sidebar .w3-active {box-shadow:inset 5px 0px 0px 0px var(--w3-theme) !important;}

.w3-active {background-color: var(--w3-dark-gray) !important; color: var(--w3-white) !important;}
.w3-theme {background-color: var(--w3-theme) !important; color: var(--w3-white) !important;}
.w3-hover-theme:hover {background-color: var(--w3-theme) !important; color: var(--w3-white) !important;}
.w3-text-theme {color: var(--w3-theme) !important;}
.w3-hover-text-theme:hover {color: var(--w3-theme) !important;}
.w3-border-theme {border-color: var(--w3-theme) !important;}
.w3-border-theme:hover {border-color: var(--w3-theme) !important;}
.w3-border-theme li a:hover {border-color: var(--w3-theme) !important;}
.w3-border-top-theme {border-top: 3px solid var(--w3-theme) !important;}
.w3-table-theme {background-color: var(--w3-theme) !important;}
.w3-table-theme thead > tr > th {border-bottom: 2px solid var(--w3-theme) !important;}

.picto {position: relative;}
#pictogram_id {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 17px 12px !important;
    padding: 0px 4px !important;
}

.weather {position: relative;}
#weather_sm {
    position: absolute;
    top: 60px;
    right: 5px;
    margin: 7px 15px !important;
    padding: 0px 4px !important;
}

#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
}

.w3-modal {z-index: 100;}
.w3-hoverlay {background-color: rgba(0, 0, 0, 0.9) !important; color: var(--w3-white) !important;}
.w3-button-close {z-index: 1;}

.w3-breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.w3-breadcrumb li {
    display: inline-block;
    padding: 0px 0px 25px 0px;
}

.w3-rotate-360 {
    overflow: hidden;
    transition-duration: 0.25s ease-in-out;
    transition-property: transform;
}

.w3-rotate-360:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

/* SOCIALS ICONS COLORS */
.w3-text-facebook {color: #3B5998 !important;}
.w3-text-twitter {color: #1DA1F2 !important;}
.w3-text-instagram {color: #E1306C !important;}
.w3-text-youtube {color: #FF0000 !important;}
.w3-text-google {color: #DB4437 !important;}
.w3-text-linkedin {color: #0077b5 !important;}
.w3-text-pinterest {color: #E60023 !important;}
.w3-text-vimeo {color: #1AB7EA !important;}
.w3-text-spotify {color: #1DB954 !important;}
.w3-text-skype {color: #00AFF0 !important;}
.w3-text-tumblr {color: #34526F !important;}
.w3-text-whatsapp {color: #128C7E !important;}
.w3-text-snapchat {color: #FFFC00 !important;}

.w3-hover-text-facebook:hover {color: #3B5998 !important;}
.w3-hover-text-twitter:hover {color: #1DA1F2 !important;}
.w3-hover-text-instagram:hover {color: #E1306C !important;}
.w3-hover-text-youtube:hover {color: #FF0000 !important;}
.w3-hover-text-google:hover {color: #DB4437 !important;}
.w3-hover-text-linkedin:hover {color: #0077b5 !important;}
.w3-hover-text-pinterest:hover {color: #E60023 !important;}
.w3-hover-text-vimeo:hover {color: #1AB7EA !important;}
.w3-hover-text-spotify:hover {color: #1DB954 !important;}
.w3-hover-text-skype:hover {color: #00AFF0 !important;}
.w3-hover-text-tumblr:hover {color: #34526F !important;}
.w3-hover-text-whatsapp:hover {color: #128C7E !important;}
.w3-hover-snapchat:hover {color: #FFFC00 !important;}

.w3-facebook {background-color: #3B5998 !important;}
.w3-twitter {background-color: #1DA1F2 !important;}
.w3-instagram {background-color: #E1306C !important;}
.w3-youtube {background-color: #FF0000 !important;}
.w3-google {background-color: #DB4437 !important;}
.w3-linkedin {background-color: #0077b5 !important;}
.w3-pinterest {background-color: #E60023 !important;}
.w3-vimeo {background-color: #1AB7EA !important;}
.w3-spotify {background-color: #1DB954 !important;}
.w3-skype {background-color: #00AFF0 !important;}
.w3-tumblr {background-color: #34526F !important;}
.w3-whatsapp {background-color: #128C7E !important;}
.w3-snapchat {background-color: #FFFC00 !important;}

.w3-hover-facebook:hover {background-color: #3B5998 !important;}
.w3-hover-twitter:hover {background-color: #1DA1F2 !important;}
.w3-hover-instagram:hover {background-color: #E1306C !important;}
.w3-hover-youtube:hover {background-color: #FF0000 !important;}
.w3-hover-google:hover {background-color: #DB4437 !important;}
.w3-hover-linkedin:hover {background-color: #0077b5 !important;}
.w3-hover-pinterest:hover {background-color: #E60023 !important;}
.w3-hover-vimeo:hover {background-color: #1AB7EA !important;}
.w3-hover-spotify:hover {background-color: #1DB954 !important;}
.w3-hover-skype:hover {background-color: #00AFF0 !important;}
.w3-hover-tumblr:hover {background-color: #34526F !important;}
.w3-hover-whatsapp:hover {background-color: #128C7E !important;}
.w3-hover-snapchat:hover {background-color: #FFFC00 !important;}


/* SWITCH */
.w3-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.w3-switch input {display:none;}

.w3-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.w3-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .w3-slider {background-color: var(--w3-theme) !important;}
input:focus + .w3-slider {box-shadow: 0 0 1px var(--w3-theme) !important;}

input:checked + .w3-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.w3-slider.w3-slider-round {border-radius: 32px;}
.w3-slider.w3-slider-round:before {border-radius: 50%;}

/* SLIDERS (PODCAST) */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--w3-dark-gray);
    border-radius: 8px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--w3-dark-gray);
    border-radius: 8px;
}

.slider::-webkit-slider-thumb:hover {background: var(--w3-theme);}
.slider::-moz-range-thumb:hover {background: var(--w3-theme);}

/* ARTICLES AND ACTUALITIES */
.article_content  {
    column-count: 2;
    column-gap: 40px;
    column-rule-style: solid;
    column-rule-width: 5px;
    column-rule-color: #f1f1f1;
}

.w3-text-col-2 {
    column-count: 2;
    column-gap: 40px;
    column-rule-style: solid;
    column-rule-width: 5px;
    column-rule-color: #f1f1f1;
}


/* RECORDER ICON */
.w3-animate-pulse {
    background: #FF0000;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 1.0s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 1.0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* COOKIES */
#myCookieConsent {
    z-index: 100;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}
                
/* PRINT */
@media print {
    /* #menu, #footer, aside {display:none;} */
    /* body {font-size:120%; color: black;} */
}

/* PRELOADER */
#preloader {
    width:100%;
    height:100vh;
    position:fixed;
    top: 0px;
    left: 0px;
    z-index:9999;
}

.fa-middle {
    position:relative;
    top: calc(50% - 10px);
}

#website {
    opacity: 0;
    transition: opacity 0.1s linear;
}

/* PASSWORD TOGGLER */
#togglepass {
    float: right;
    margin-left: -25px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}