:root {
    --html:#edf2f9;
    --loader:rgba(255, 255, 255, 0.9);
    --color-text:black;
    --color-text-invert:white;
    --color-background:white;
    --invert:invert(0);
    --invert2:invert(1);
    --opacity:0;
    --border-radius: 25px;
    --logo1_url:url('https://abcee-moulins.fr/images/ABCEE%20LOGO%206_opti.png');
    --logo1_footer_url:url('https://abcee-moulins.fr/images/logo-departement-allier_opti.png');
    --display-light:initial;
    --display-dark:none;
}
.dark:not(iframe){
    --html:#3F4253;
    --loader:rgba(0, 0, 0, 0.9);
    --color-text:white;
    --color-text-invert:black;
    --color-background:#1c1e21b5;
    --invert:invert(1);
    --invert2:invert(0);
    --opacity:1;
    --border-radius: 25px;
    --logo1_url:url('https://abcee-moulins.fr/images/ABCEE%20LOGO%204_opti.png');
    --logo1_footer_url:url('https://abcee-moulins.fr/images/logo-departement-allier_white_opti.png');
    --display-light:none;
    --display-dark:initial;
}
html:not(iframe) {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    background-size: cover;
    background-color: var(--html);
    width:100%;
    right:0px;
    left:0px;
    scroll-behavior: smooth;
    transition:background-color 0.5s ease-in-out;
}
h1, h2, h3, h4, h5 {
    margin:0;
    padding:10px;
    text-align:center;
}
.text-justify {
    text-align:justify;
}
body {
    margin:0px;
    width:100%;
}
.parties {
    max-width:1300px;
    margin-top:100px;
}
*{
    text-decoration: none;
    color:var(--color-text);
}
.flex-center-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-space {
    display: flex;
    justify-content: space-between;
}

.flex-column-space {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 750.98px) {
    .display-2 {
        display: none;
    }
    .display-3 {
        display: none;
    }
    .flex-adapt {
        display: flex;
        justify-content: center;
    }
    .flex-adapt-space-evenly {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .flex-adapt-space-between {
        display: flex;
        justify-content: space-between;
    }
    .reverse
    {
        flex-direction: initial;
    }
}
@media only screen and (max-width: 750.98px) {
    .display-1 {
        display: none;
    }
    .display-3 {
        display: none;
    }
    .flex-adapt {
        display: block;
        justify-content: center;
    }
    .flex-adapt-space-evenly {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flex-adapt-space-between {
        display: flex;
        justify-content: center;
    }
    .reverse
    {
        flex-direction: column-reverse;
    }
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }
    
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    
    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    table td:last-child {
        border-bottom: 0;
    }
}
@media only screen and (min-width: 2000.98px) {
    .display-3 {
        display: block;
    }
}
.container {
    background-color:var(--color-background);
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
    border-radius:var(--border-radius);
}
.container-space{
    margin:10px;
    padding:13px; /* 5px */
}
.border-radius {
    border-radius: var(--border-radius);
}
.border-radius-round {
    border-radius: 50%;
}























#popup-contain{
    position:fixed;
    top:2vh;
    width:95vw;
    height:85vh;
    z-index:11;
}
#popup-content  {
    border-radius: 10px;
    border:5px solid var(--html);
    margin:auto;
    width:96%;
    height:86%;/* 86 without footer-bar */
    object-fit: contain;
}
#popup-head{
    display:flex;
    flex-direction: row-reverse;
}
#popup-close{
    margin:10px;
    padding:5px;
    background-color: var(--html);
}
#popup-img{
    width:45px;
    height:45px;
    content:url("https://abcee-moulins.fr/images/x-close-delete.svg");
    filter: var(--invert);
}
#popup-footer{
    display:flex;
    justify-content: space-around;
}
#popup-footer h4{
    background-color:var(--html)
}




 








header {
    display:flex;
    justify-content:center;
    text-align:center;
}

#cursor{
    width: 40px;;
    height:40px;;
    background:#FFFFFF;
    border-radius:50%;
    position:fixed;
    mix-blend-mode:difference;
    pointer-events:none;
    opacity:var(--opacity);
}
*:active ~ #cursor {
    transform:scale(1.5);
}
.menu {
    position: fixed;
    padding: 2px;
    width: 100%;
    margin:0px;
    background-color: var(--color-background);
    z-index: 10;
    overflow: hidden;
    font-size: 18px;
    /* transition:background-color 0.5s ease-in-out; */
}
.menu-mobile {
    display: none;
    position: fixed;
    top:51px;
    background-color: var(--color-background);
    z-index: 15;
    font-size: 18px;
    left:0px;

    /* transition:background-color 0.5s ease-in-out; */
}
#menu-checkbox {
    position: absolute;
    display: block;
    height:35px;
    width: 35px;
    top:5px;
    left:10px;
    opacity:0;
    cursor: pointer;
    z-index: 12;
}

.menu {
    position: fixed;
    padding: 2px;
    width: 100%;
    margin: 0px;
    background-color: var(--color-background);
    z-index: 10;
    overflow: visible;
    font-size: 18px;
}

.menu-mobile {
    display: none;
    position: fixed;
    top: 51px;
    background-color: var(--color-background);
    z-index: 15;
    font-size: 18px;
    left: 0px;
}

#menu-checkbox {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    top: 5px;
    left: 10px;
    opacity: 0;
    cursor: pointer;
    z-index: 12;
}

.menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content;
    display: none;
    padding: 10px;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.menu-item-link {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sub-menu-arrow {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(90deg);
    filter: var(--invert2);
    transition: transform 0.3s ease-in-out;
}

.menu-item:hover .sub-menu-arrow {
    transform: rotate(-90deg);
    filter: var(--invert);
}

.menu-item:focus .sub-menu,
.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu a {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #fff;
}

.sub-menu a:first-child {
    border-top: none;
}

.sub-menu a:hover {
    background-color: #fff;
}
.hamburger-lines {
    position: absolute;
    display: flex;
    height:26px;
    width: 32px;
    top:13px;
    left:15px;
    cursor: pointer;
    z-index: 11;
}
.hamburger-lines .line {
    display: block;
    height:4px;
    width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--color-text);
}
.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4 ease-in-out
}
.hamburger-lines .line2 {
    transition: transform 0.2 ease-in-out
}
.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4 ease-in-out
}
#menu-checkbox:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg)
}
#menu-checkbox:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0)
}
#menu-checkbox:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg)
}
button{
    padding:0px;
    margin:0px;
    background: none;
    border:none;
    cursor: pointer;
}
.button{
    border-radius:var(--border-radius);
    padding:10px;
    margin:3px;
    transition:background-color 0.5s ease-in-out;
}
.button1{
    border-radius:20px;
    padding:10px;
    margin:3px;
    background-image: linear-gradient(132deg, rgb(0, 153, 255) 0.00%, rgb(0, 67, 111) 100.00%);
}
.button2{
    border-radius:20px;
    padding:10px;
    margin:3px;
    background-image: linear-gradient(132deg, rgb(78, 255, 102) 0.00%, rgb(32, 104, 42) 100.00%);
}
.button3{
    border-radius:20px;
    padding:10px;
    margin:3px;
    transition:all 0.5s ease-in-out;
}
.mobile{
    padding:20px;
    margin:10px;
}
.disabled {
    background: linear-gradient(292deg, rgb(39, 43, 44) 0.00%, rgb(241, 60, 43) 100.00%);
    color:white;
}
.button:hover, div.menu img:hover{
    color:white;
    background-image: linear-gradient(132deg, rgb(0, 153, 255) 0.00%, rgb(0, 67, 111) 100.00%);
}
.button3:hover{
    background-image: linear-gradient(132deg, rgb(255, 182, 29) 0.00%, rgb(248, 148, 29) 100.00%);
}
.button:active{
    border: 2px #1edee9 solid;
}
div.menu img {
    height:35px;
    border-radius:20px;
    padding:10px;
    margin:3px;
    cursor:pointer;
}
.abcee-img-nav {
    content: var(--logo1_url);
    transition: all 0.5s ease-in-out;
}
.abcee-img-nav:hover{
    scale: 1.2;
}
.img-scale {
    filter: drop-shadow(10px 10px 10px #666666);
    transition: all 0.5s ease-in-out;
}
.img-scale:hover{
    scale: 1.2;
}
.titrewebsite {
    text-shadow: 2px -3px 2px #ff0000, -2px 3px 2px #37cec3;
    font-size: 30px;
    padding: 0px;
    margin:0px;
}
.page {
    margin-top:150px;
    width:100%;
}
.checkbox-theme:checked+.label-theme .ball-theme {
    transform: translateX(24px);
}
.checkbox-theme {
    opacity: 0;
    position: absolute;
}
.label-theme {
    width:50px;
    height: 26px;
    background: var(--color-text);
    border-radius: 50px;
    padding: 5px;
    position:relative;
    /*border: solid 2px var(--color-text);*/
}
.ball-theme {
    position: absolute;
    top: 7px;
    left:7px;
    width:22px;
    height:22px;
    background:var(--color-background);
    border-radius: 50%;
    transition: transform 200ms linear;
}
.checkbox:checked+.label .ball {
    transform: translateX(24px);
    background-color: var(--color-background);
}
.checkbox:checked+.label {
    background-color: var(--color-text);
    border: solid 2px var(--color-background);
}
.input[type=checkbox]:focus+label, div.menu img:focus {
    border: solid 2px #1edee9;
}
.checkbox {
    opacity: 0;
    position: absolute;
}
.label {
    width:50px;
    height: 26px;
    background: var(--color-background);
    border-radius: 50px;
    padding: 5px;
    position:relative;
    border: solid 2px var(--color-text);
}
.ball {
    position: absolute;
    top: 7px;
    left:7px;
    width:22px;
    height:22px;
    background:var(--color-text);
    border-radius: 50%;
    transition: transform 200ms linear;
}
#departement_img {
    content: var(--logo1_footer_url);
}









.waves {
    position:relative;
    width: 100%;
    height:15vh;
    min-height:100px;
    max-height:150px;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
    color: #1edee9;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
    .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
  }






div.gallery {
    margin: 5px;
    max-height: 150px;
    width: auto;
    overflow: hidden;
    border-radius: var(--border-radius);
    color: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

div.gallery-container {
    margin: 5px;
    /*border: 1px solid #ccc;*/
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    overflow: hidden;
    background-color: var(--color-background);
    border-radius: var(--border-radius);
    width: 250px;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}

div.gallery-container .desc {
    text-align: justify;
    padding: 5px;
}

div.gallery img {
    max-width: 100%;
    height: auto;
    transition: .7s;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); */
}

div.gallery img:hover {
    transform: scale(1.2);
}




.products div.gallery {
    margin: 5px;
    max-height: 195px;
    width: auto;
    overflow: hidden;
    border-radius: var(--border-radius);
    color: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.products div.gallery-container {
    margin: 0px;
    display: flex;
    /*border: 1px solid #ccc;*/
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    overflow: hidden;
    background-color: var(--color-background);
    border-radius: 25px 25px 0 0;
    width: 280px;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}

.products div.gallery-container .desc {
    text-align: justify;
    padding: 5px;
}

.products .product-information {
    padding:10px;
}

.products div.gallery img {
    max-width: 100%;
    height: auto;
    transition: .7s;
    align-self: center;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); */
}

.products div.gallery img:hover {
    transform: scale(1.2);
}















.service-img {
    filter: var(--invert);
    height: 80px;
    /* background-color: var(--html); */
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}












.log-form{
    width: 50%;
    background: var(--color-background);
    color:var(--color-text);
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom:50px;
    transition: all 0.3s ease-in-out;
    font-size: 16-pagepx;
}
.log-form:nth-child(1){
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}
.log-form:nth-child(2){
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}
.log-form:hover{
    background-image: linear-gradient(132deg, rgb(78, 255, 102) 0.00%, rgb(32, 104, 42) 100.00%);
}






select {
    writing-mode: horizontal-tb !important;
    font-size: 15px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    text-rendering: auto;
    color: var(--color-text);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    background-color: var(--color-background);
    cursor: default;
    margin: 0em;
    /* border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial; */
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
    height: 40px;
    width: 85%;
    padding-left: 30px;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}

#occasion input[type="submit" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: var(--color-background);
    color: var(--color-text);
    /*padding: 1px 6px;*/
    margin-left: 1px;
    border-width: 0px;
    border-style: hidden;
    /* border-color: buttonborder; */
    border-image: initial;
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}

#occasion input[type="text" i],
#occasion input[type="password" i] {
    writing-mode: horizontal-tb !important;
    font-size: 15px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    text-rendering: auto;
    color: var(--color-text);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    cursor: text;
    background-color: var(--color-background);
    margin: 0em;
    /* padding: 1px 2px; */
    border-width: 0px;
    border-style: hidden;
    /*border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial; */
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
    height: 40px;
    width: 85%;
    padding-left: 30px;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}

#login-page input[type="text" i],
#login-page input[type="password" i],
#login-page input[type="email" i] {
    writing-mode: horizontal-tb !important;
    font-size: 15px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    text-rendering: auto;
    color: var(--color-text);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: block;
    text-align: start;
    appearance: auto;
    cursor: text;
    background-color: var(--color-background);
    margin: 20px;
    /* padding: 1px 2px; */
    border-width: 0px;
    border-style: hidden;
    /*border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial; */
    border-radius: var(--border-radius);
    height: 40px;
    width: 300px;
    padding-left: 30px;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}

#login-page input[type="submit" i] {
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: var(--color-background);
    color: var(--color-text);
    /*padding: 1px 6px;*/
    margin-left: 1px;
    border-width: 0px;
    border-style: hidden;
    /* border-color: buttonborder; */
    border-image: initial;
    border-radius: var(--border-radius);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px;
}










table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-radius: var(--border-radius);
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: var(--color-background);
    border: 1px solid #dddddd3f;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}





.maps {
    border: 1px;
    border-color: black;
    border-radius: var(--border-radius);
    margin: 5px;
    filter: var(--invert);
}
.contactimg {
    height: 40px;
    padding-right: 10px;
    filter: var(--invert);
    vertical-align: middle;
}