/* 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 */
:root {
    --w3-theme: #FF5722; /* #F6B64B #92B4D6 #528FAB #FC8606 #4BA6A6 */
    --w3-black: #000000;
    --w3-white: #FFFFFF;
    --w3-light: #D3D3D3;
    --w3-dark:  #616161;
    --w3-blue:  #0000FF; /* #2196F3 */
    /* --w3-orange #FF5722; */
    --w3-transition-duration: 0.25s;
}

html {scroll-behavior: smooth;}

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

#website {
    opacity: 0;
    transition: opacity 0.1s linear;
    /*
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transform: opacity 1s linear;
    */

    /*
    line-height: 1.8em;
    letter-spacing: normal;
    word-spacing: normal;
    */
}

/* cursor: url("custom.gif"), url("custom.cur"), default; */
/* tr:nth-child(even) {background-color: #f2f2f2;} */
/* canvas {cursor: pointer;} */

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

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

.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-4 {margin: 4px !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-input-range {width: 100%;}
.w3-block-fluid {display: block;}
.w3-15x {font-size: 20px;}

/* INCRASE CONTRAST */
/* .w3-light-gray {background-color: #E6E6E6 !important;} */
/* .w3-light-gray {background-color: #EEE !important;} */

img.w3-thumbnail:hover {transform: scale(1.0125);}
img.w3-thumbnail {
    /* width: 100%; */
    /* height: auto; */
    border: 0px solid var(--w3-white); 
    /* padding: 0px; */
    /* margin: 7.5px 0px; */

    transition: all var(--w3-transition-duration) ease-in-out;
}

.columns {
    /* margin: 0px !important; */
    /* padding: 0px !important; */
}
/* 
.m1, .m2, .m3, .m4, .m5, .m6, .m7, .m8, .m8, .m10, .m11, .m12 
{transition: var(--w3-transition-duration);}
*/

.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-text-shadow-0 {text-shadow: none;}
.w3-text-shadow {text-shadow: 1px 1px 0 #444}
.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;}



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



/* #actuality, #actualities, #item, #items {transition: background-color var(--w3-transition-duration);} */
.newspaper, .actuality, .agenda, .tablink  {transition: background-color var(--w3-transition-duration);}
.fa-audio-description {transition: var(--w3-transition-duration);}
.w3-filter {transition: var(--w3-transition-duration);}
.w3-avatar {transition: var(--w3-transition-duration);}

.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-light {background-color: var(--w3-light) !important;}

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

/* .active {background-color: var(--w3-theme) !important;} */
.w3-active {background-color: var(--w3-theme) !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;}

#navbar_main {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.25)); */
}

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

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

#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99; /* 10001 */
    /* font-size: 50em; */
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 5px 10px 5px 10px; */
}

.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-vertical-align-center {
    vertical-align: middle;
}

.w3-vertical-align-center-table {
    display: table;
}

.w3-vertical-align-center-table-inside {
    display: table-cell;
    vertical-align: middle;
}
*/

/* SEVEN-COLS */
@media (min-width: 320px){
    .w3-seven-cols .w3-col-1 {
        /* width: 14.285714285714285714285714285714%; */
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px){
    .w3-seven-cols .w3-col-1 {
        /* width: 14.285714285714285714285714285714%; */
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .w3-seven-cols .w3-col-1 {
        width: 14.285714285714285714285714285714%;
        margin-bottom: 0px;
    }
}
 
@media (min-width: 1200px) {
    .w3-seven-cols .w3-col-1 {
        width: 14.285714285714285714285714285714%;
        margin-bottom: 0px;
    }
}

/* STEPS BAR */
#step {position: relative;}

#step-bar {
    position: absolute;
    background-color: var(--w3-theme) !important;
    height: 5px;
    width: 0%;
    top: 50%;
    left: 0;
    z-index: 2;
}

#step-num {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#step-num::before {
    content: "";
    background-color: #E1E1E1;
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
}

#step-num .step {
    background-color: var(--w3-white);
    border: 3px solid #E1E1E1;
    /*color: #E1E1E1;*/
    border-radius: 10px;
    width: 125px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;    
    position: relative;
    z-index: 3;
}

#step-num .step.active {
    border-color: var(--w3-theme);
    background-color: var(--w3-white);
    color: #222;
}

.step {transition: all 0.5s;}

.w3-progressbar {transition: width 0.5s;}

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

/* FOR PRETTY INPUT TYPE FILE */
/* input[type="file"] {display: none;} */


/* SOCIALS ICONS COLORS */
/* https://usbrandcolors.com/ */
/* .w3-socials {font-size: 1.25em !important; margin-right: 5px;} */
.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: .4s;
    transition: .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%;}

/*
input[type="checkbox"]:checked {background-color: var(--w3-theme) !important;}
.w3-check input:checked {background-color: var(--w3-theme) !important;}
input:checked {background-color: var(--w3-theme) !important;}
*/

/* 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);
    border-radius: 8px;
}

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

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

/* FOR 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;
}

h2 {column-span: all;}


/* ANIMATED-PROGRESS-BAR */
/* .progress {height: 20px;} */
.progress-bar {transition: width 0.5s ease;} 


/* COOKIES */
#myCookieConsent {
    z-index: 100;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}


/* NOT USED YET */
.w3-animated-gradient-background {
    background: linear-gradient(270deg, #ff7347, #ff5722);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    -o-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.w3-multycolor {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/* FOR PRINT */
@media print {
    /* #menu, #footer, aside {display:none;} */
    /* body {font-size:120%; color: black;} */
}

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

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

/*
input[type=color] {
    display: none;
}

#color_picker  {
    border-radius: 0%;
    width: 24px;
    height: 24px; 
    background-color:red;
    display:inline-block;
}
#color_picker::-webkit-color-swatch-wrapper {
    padding: 0; 
}
#color_picker::-webkit-color-swatch {
    border: none;
    border-radius: 0%;
}
*/